Class: Mdi::PotMix

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

Overview

  • Version: 1.6.50

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14.6 9L18 3.1L19.7 4.1L16.9 9H14.6M14 10H3V12H5V19C5 20.1 5.9 21 7 21H17C18.1 21 19 20.1 19 19V12H21V10H14Z"></path>
  HTML
end