Class: Mdi::FormatTextRotationVertical

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

Overview

  • Version: 4.0.96

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M15.75 5H14.25L9.5 16H11.6L12.5 13.8H17.5L18.4 16H20.5L15.75 5M13.13 12L15 7L16.87 12H13.13M6 19.75L9 16.75H7V4.25H5V16.75H3L6 19.75Z"></path>
  HTML
end