Class: Mdi::Cup

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18.32,8H5.67L5.23,4H18.77M3,2L5,20.23C5.13,21.23 5.97,22 7,22H17C18,22 18.87,21.23 19,20.23L21,2H3Z"></path>
  HTML
end