Class: Mdi::BottleTonicPlus

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

def content
  <<-HTML.squish.html_safe
    <path d="M13 4H11L10 2H14L13 4M14 8V6H15V5H9V6H10V8C7.24 8 5 10.24 5 13V22H19V13C19 10.24 16.76 8 14 8M16 17H13V20H11V17H8V15H11V12H13V15H16V17Z"></path>
  HTML
end