Class: Mdi::UnicornVariant

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

def content
  <<-HTML.squish.html_safe
    <path d="M20 12V19L17 20L14 15.33C13.71 14.89 13 15.14 13.08 15.67L14 23L4 18L4.96 12.75C5.56 9.42 8.46 7 11.84 7H13L19 1L17 7H20L18.42 9.37C19.36 9.88 20 10.86 20 12Z"></path>
  HTML
end