Class: Mdi::FridgeTop

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

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8,8V6H10V8H8M7,2H17A2,2 0 0,1 19,4V19A2,2 0 0,1 17,21V22H15V21H9V22H7V21A2,2 0 0,1 5,19V4A2,2 0 0,1 7,2M7,4V9H17V4H7M8,12V15H10V12H8Z"></path>
  HTML
end