Class: Mdi::FormatTitle

Inherits:
MdiData show all
Defined in:
app/models/mdi/format_title.rb

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,4V7H10.5V19H13.5V7H19V4H5Z"></path>
  HTML
end