Class: Mdi::RectangleOutline

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

Overview

  • Version: 3.6.95

  • Author: Terren

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4,6V19H20V6H4M18,17H6V8H18V17Z"></path>
  HTML
end