Class: Mdi::PurseOutline

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

Overview

  • Version: 3.8.95

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19,11L20,19H4L5,11H19M14,3H10L8,5V9H4.7A1.65,1.65 0 0,0 3,10.5L2,19.1A1.74,1.74 0 0,0 3.7,21H20.3A1.74,1.74 0 0,0 22,19.1L21,10.5A1.65,1.65 0 0,0 19.3,9H16V5L14,3M10,9V5H14V9"></path>
  HTML
end