Class: Mdi::SkewMore

Inherits:
MdiData show all
Defined in:
app/models/mdi/skew_more.rb

Overview

  • Version: 3.3.92

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/skew_more.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M12.5,11L10.41,20H5.5L7.59,11H12.5M15,9H6L3,22H12L15,9M21,6L17,2V5H9V7H17V10L21,6Z"></path>
  HTML
end