Class: Mdi::GarageOpenVariant

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

Overview

  • Version: 4.8.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 9V20H20V11H4V20H2V9L12 5L22 9M19 12H5V14H19V12Z"></path>
  HTML
end