Class: Mdi::GlassPintOutline

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

Overview

  • Version: 4.8.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4 2L6 22H17L19 2H4M6.2 4H16.8L15.2 20H7.8L6.2 4Z"></path>
  HTML
end