Class: Mdi::BottleTonic

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

Overview

  • Version: 4.4.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 4H11L10 2H14L13 4M19 13V22H5V13C5 10.24 7.24 8 10 8V6H9V5H15V6H14V8C16.76 8 19 10.24 19 13Z"></path>
  HTML
end