Class: Mdi::FormatListText

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

Overview

  • Version: 4.7.95

  • Author: Yaroslav Bandura

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2 14H8V20H2M16 8H10V10H16M2 10H8V4H2M10 4V6H22V4M10 20H16V18H10M10 16H22V14H10"></path>
  HTML
end