Class: Mdi::FormatListGroup

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

Overview

  • Version: 6.2.95

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5 5V19H7V21H3V3H7V5H5M20 7H7V9H20V7M20 11H7V13H20V11M20 15H7V17H20V15Z"></path>
  HTML
end