Class: Mdi::Pot

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

def content
  <<-HTML.squish.html_safe
    <path d="M19 19C19 20.1 18.1 21 17 21H7C5.9 21 5 20.1 5 19V12H3V10H21V12H19V19Z"></path>
  HTML
end