Class: Mdi::FormatTextRotationAngleUp

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

def content
  <<-HTML.squish.html_safe
    <path d="M20.58 9.33V13.55L19.17 12.14L10.31 21L8.91 19.59L17.72 10.73L16.31 9.33M7.59 11L10.22 8.39L5.34 6.14M4.5 4.22L15.61 8.63L14.16 10.13L11.96 9.19L8.39 12.75L9.33 14.91L7.83 16.41L3.42 5.25Z"></path>
  HTML
end