Class: Mdi::FridgeVariant

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

Overview

  • Version: 5.6.55

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 4V19C19 20.11 18.11 21 17 21V22H15V21H12.5V2H17C18.11 2 19 2.9 19 4M7 2H11.5V21H9V22H7V21C5.9 21 5 20.11 5 19V4C5 2.9 5.9 2 7 2M10 10H7V14H10V10Z"></path>
  HTML
end