Class: Mdi::FormatOverline

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

Overview

  • Version: 3.7.94

  • Author: Michael

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,5H19V3H5V5M9.62,16L12,9.67L14.37,16M11,7L5.5,21H7.75L8.87,18H15.12L16.25,21H18.5L13,7H11Z"></path>
  HTML
end