Class: Mdi::BottleSodaOutline

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

Overview

  • Version: 4.2.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14.4 9.58C12.9 7.89 13 4 13 4H14V2H10V4H11S11.1 7.89 9.6 9.58A2 2 0 0 0 9 11V20A2 2 0 0 0 11 22H13A2 2 0 0 0 15 20V11A2 2 0 0 0 14.4 9.58M13 20H11V11L11.1 10.91A6.26 6.26 0 0 0 12 9.5A6.26 6.26 0 0 0 12.9 10.91L13 11Z"></path>
  HTML
end