Class: Mdi::ArrowProjectile

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/arrow_projectile.rb

Overview

  • Version: 6.2.95

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 2L20 7L19.03 6.03L8 17.06V19L5 22L4 20L2 19L5 16H6.94L17.97 4.97L17 4L22 2Z"></path>
  HTML
end