Class: Mdi::HomeOffOutline

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

Overview

  • Version: 6.7.96

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22.11 21.46L2.39 1.73L1.11 3L6.27 8.16L2 12H5V20H11V14H12.11L13 14.89V20H18.11L20.84 22.73L22.11 21.46M9 12V18H7V10.19L7.68 9.57L10.11 12H9M15 18V16.89L16.11 18H15M10.36 7.16L8.95 5.75L12 3L22 12H19V15.8L17 13.8V10.19L12 5.69L10.36 7.16Z"></path>
  HTML
end