Class: Mdi::HomeVariantOutline

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

Overview

  • Version: 3.0.39

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9,13H15V19H18V10L12,5.5L6,10V19H9V13M4,21V9L12,3L20,9V21H4Z"></path>
  HTML
end