Class: Mdi::CountertopOutline

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

Overview

  • Version: 6.1.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 10H18V7C18 5.34 16.66 4 15 4S12 5.34 12 7H14C14 6.45 14.45 6 15 6S16 6.45 16 7V10H8C9.1 10 10 9.1 10 8V4H4V8C4 9.1 4.9 10 6 10H2V12H4V20H20V12H22V10M6 6H8V8H6V6M6 18V12H11V18H6M18 18H13V12H18V18Z"></path>
  HTML
end