Class: Mdi::FormatListBulletedSquare

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

Overview

  • Version: 3.5.94

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,4H7V8H3V4M9,5V7H21V5H9M3,10H7V14H3V10M9,11V13H21V11H9M3,16H7V20H3V16M9,17V19H21V17H9"></path>
  HTML
end