Class: Mdi::FormatAlignBottom

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

Overview

  • Version: 1.9.32

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13,9L15.5,6.5L16.92,7.92L12,12.84L7.08,7.92L8.5,6.5L11,9V3H13V9M3,15H21V17H3V15M3,19H13V21H3V19Z"></path>
  HTML
end