Class: Mdi::Home

Inherits:
MdiData show all
Defined in:
app/models/mdi/home.rb

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z"></path>
  HTML
end