Class: Mdi::HomeCityOutline

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

Overview

  • Version: 3.3.92

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10,2V4.26L12,5.59V4H22V19H17V21H24V2H10M7.5,5L0,10V21H15V10L7.5,5M14,6V6.93L15.61,8H16V6H14M18,6V8H20V6H18M7.5,7.5L13,11V19H10V13H5V19H2V11L7.5,7.5M18,10V12H20V10H18M18,14V16H20V14H18Z"></path>
  HTML
end