Class: Mdi::SignRealEstate

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

Overview

  • Version: 4.3.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18 8H8C6.9 8 6 8.9 6 10V16C6 17.11 6.9 18 8 18H18C19.11 18 20 17.11 20 16V10C20 8.9 19.11 8 18 8M14 16H8V14H14V16M18 12H8V10H18V12M22 6H4V22H2V2H4V4H22V6Z"></path>
  HTML
end