Class: Mdi::HomeGroup

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

Overview

  • Version: 3.5.94

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17,16H15V22H12V17H8V22H5V16H3L10,10L17,16M6,2L10,6H9V9H7V6H5V9H3V6H2L6,2M18,3L23,8H22V12H19V9H17V12H15.34L14,10.87V8H13L18,3Z"></path>
  HTML
end