Class: Mdi::FormatVerticalAlignCenter

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

def content
  <<-HTML.squish.html_safe
    <path d="M8,19H11V23H13V19H16L12,15L8,19M16,5H13V1H11V5H8L12,9L16,5M4,11V13H20V11H4Z"></path>
  HTML
end