Class: Mdi::FormatHeaderEqual

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

Overview

  • Version: 1.5.54

  • Author: Andreas Gohr

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4,4H6V10H10V4H12V18H10V12H6V18H4V4M14,10V8H21V10H14M14,12H21V14H14V12Z"></path>
  HTML
end