Class: Mdi::FormatHeader1

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,4H5V10H9V4H11V18H9V12H5V18H3V4M14,18V16H16V6.31L13.5,7.75V5.44L16,4H18V16H20V18H14Z"></path>
  HTML
end