Class: Mdi::ShoeFormal

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

Overview

  • Version: 2.8.94

  • Author: SarinManS

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21.5,9V8H20.5L19.5,9H15L14,8H13L7,12H4A2,2 0 0,0 2,14V16H10L13,15H15V16H21.5V14C21.5,14 22,13 22,11.5C22,10 21.5,9 21.5,9Z"></path>
  HTML
end