Class: Mdi::HomeImportOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/home_import_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_import_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M15 13L11 17V14H2V12H11V9L15 13M5 20V16H7V18H17V10.19L12 5.69L7.21 10H4.22L12 3L22 12H19V20H5Z"></path>
  HTML
end