Class: Mdi::ShoeHeel

Inherits:
MdiData show all
Defined in:
app/models/mdi/shoe_heel.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_heel.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M3,18H11.7L17,14H18V18H20V14C20,14 21,12 21,10C21,8 20.5,6 20.5,6H18.5L18,7L10,14H8L3,16V18Z"></path>
  HTML
end