Class: Mdi::FormatHeader3

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

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