Class: Mdi::FridgeBottom

Inherits:
MdiData show all
Defined in:
app/models/mdi/fridge_bottom.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_bottom.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M7,2A2,2 0 0,0 5,4V19A2,2 0 0,0 7,21V22H9V21H15V22H17V21A2,2 0 0,0 19,19V4A2,2 0 0,0 17,2H7M8,6H10V8H8V6M7,11H17V19H7V11M8,12V15H10V12H8Z"></path>
  HTML
end