Class: Mdi::FormatHeader6

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

def content
  <<-HTML.squish.html_safe
    <path d="M3,4H5V10H9V4H11V18H9V12H5V18H3V4M15,4H19A2,2 0 0,1 21,6V7H19V6H15V10H19A2,2 0 0,1 21,12V16A2,2 0 0,1 19,18H15A2,2 0 0,1 13,16V6A2,2 0 0,1 15,4M15,12V16H19V12H15Z"></path>
  HTML
end