Class: Mdi::FormatTextRotationUp

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/format_text_rotation_up.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_up.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M3 12V13.5L14 18.25V16.15L11.8 15.25V10.25L14 9.35V7.25L3 12M10 14.62L5 12.75L10 10.88V14.62M18 4.25L15 7.25H17V19.75H19V7.25H21L18 4.25Z"></path>
  HTML
end