Class: Mdi::FormatListBulletedType

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,9.5L7.5,14H2.5L5,9.5M3,4H7V8H3V4M5,20A2,2 0 0,0 7,18A2,2 0 0,0 5,16A2,2 0 0,0 3,18A2,2 0 0,0 5,20M9,5V7H21V5H9M9,19H21V17H9V19M9,13H21V11H9V13Z"></path>
  HTML
end