Class: Mdi::PotMixOutline

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

Overview

  • Version: 1.7.12

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14.6 9L18 3.1L19.7 4.1L16.9 9H14.6M16.3 10H21V12H19V19C19 20.1 18.1 21 17 21H7C5.9 21 5 20.1 5 19V12H3V10H16.3M17 12H7V19H17V12Z"></path>
  HTML
end