Class: Mdi::HomePlusOutline

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

Overview

  • Version: 5.1.45

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17 14H19V17H22V19H19V22H17V19H14V17H17V14M5 20V12H2L12 3L22 12H17V10.19L12 5.69L7 10.19V18H12C12 18.7 12.12 19.37 12.34 20H5Z"></path>
  HTML
end