Class: Mdi::DogSide

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

Overview

  • Version: 2.6.95

  • Author: Nick

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19,3L15,7L18,10L19,9L20,10L22,8L19,5V3M3,7L2,8L5,11V14L4,15V21H6V18L8,15H15V21H17V11L14,8L13,9H5L3,7Z"></path>
  HTML
end