Class: Mdi::ToyBrickOutline

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

Overview

  • Version: 4.7.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 6V5A2 2 0 0 0 17 3H15A2 2 0 0 0 13 5V6H11V5A2 2 0 0 0 9 3H7A2 2 0 0 0 5 5V6H3V20H21V6M19 18H5V8H19Z"></path>
  HTML
end