Class: Mdi::BottleTonicPlusOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/bottle_tonic_plus_outline.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_outline.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 13M17 13C17 11.35 15.65 10 14 10H10C8.35 10 7 11.35 7 13V20H17V13M15 16H13V18H11V16H9V14H11V12H13V14H15V16Z"></path>
  HTML
end