Class: Mdi::HomeCity

Inherits:
MdiData show all
Defined in:
app/models/mdi/home_city.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.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M0,21V10L7.5,5L15,10V21H10V14H5V21H0M24,2V21H17V8.93L16,8.27V6H14V6.93L10,4.27V2H24M21,14H19V16H21V14M21,10H19V12H21V10M21,6H19V8H21V6Z"></path>
  HTML
end