Class: Mdi::BottleSoda

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

def content
  <<-HTML.squish.html_safe
    <path d="M15 11V20A2 2 0 0 1 13 22H11A2 2 0 0 1 9 20V11A2 2 0 0 1 9.6 9.58C11.1 7.89 11 4 11 4H10V2H14V4H13S12.9 7.89 14.4 9.58A2 2 0 0 1 15 11Z"></path>
  HTML
end