Class: Mdi::FormatTextRotationDown

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

Overview

  • Version: 3.4.93

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M6,19.73L3,16.73H5V4.27H7V16.73H9L6,19.73M14,9.38V13.13L19.03,11.25L14,9.38M21,12L10,16.73V14.67L12.19,13.73V8.77L10,7.83V5.77L21,10.5V12Z"></path>
  HTML
end