Class: Mdi::HomeOutline

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

Overview

  • Version: 1.7.12

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 5.69L17 10.19V18H15V12H9V18H7V10.19L12 5.69M12 3L2 12H5V20H11V14H13V20H19V12H22"></path>
  HTML
end