Class: Mdi::FormatVerticalAlignTop

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

def content
  <<-HTML.squish.html_safe
    <path d="M8,11H11V21H13V11H16L12,7L8,11M4,3V5H20V3H4Z"></path>
  HTML
end