Class: Mdi::FormatVerticalAlignBottom

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

Overview

  • Version: 1.6.50

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16,13H13V3H11V13H8L12,17L16,13M4,19V21H20V19H4Z"></path>
  HTML
end