Class: Mdi::HomeExportOutline

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

Overview

  • Version: 3.9.97

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M24 13L20 17V14H11V12H20V9L24 13M4 20V12H1L11 3L18 9.3V10H15.79L11 5.69L6 10.19V18H16V16H18V20H4Z"></path>
  HTML
end