Class: Mdi::FormatTextRotationDownVertical

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/format_text_rotation_down_vertical.rb

Overview

  • Version: 4.0.96

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M15.25 4H13.75L9 15H11.1L12 12.8H17L17.9 15H20L15.25 4M12.63 11L14.5 6L16.37 11H12.63M5 17.5L8 14.5H6V2H4V14.5H2L5 17.5M22 20L19 17V19H6.5V21H19V23L22 20Z"></path>
  HTML
end