Class: Mdi::BottleWine

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

Overview

  • Version: 2.1.99

  • Author: James Coyle

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10,22A1,1 0 0,1 9,21V11C9,9 10,7.25 11,7V2.5A0.5,0.5 0 0,1 11.5,2H12.5A0.5,0.5 0 0,1 13,2.5V7C14,7.25 15,9 15,11V21A1,1 0 0,1 14,22H10Z"></path>
  HTML
end