Class: Mdi::FormatLineWeight

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/format_line_weight.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_line_weight.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M3,17H21V15H3V17M3,20H21V19H3V20M3,13H21V10H3V13M3,4V8H21V4H3Z"></path>
  HTML
end