Class: Mdi::HorseVariant

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

Overview

  • Version: 5.6.55

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 8V16L17 17L13.91 11.5C13.65 11.04 12.92 11.27 13 11.81L14 21L4 17L5.15 8.94C5.64 5.53 8.56 3 12 3H20L18.42 5.37C19.36 5.88 20 6.86 20 8Z"></path>
  HTML
end