Class: Mdi::ArrowProjectileMultiple

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

def content
  <<-HTML.squish.html_safe
    <path d="M19 16L22 19L20 20L19 22L16 19V17.06L12 13.06L8 17.06V19L5 22L4 20L2 19L5 16H6.94L10.94 12L4.97 6.03L4 7L2 2L7 4L6.03 4.97L12 10.94L17.97 4.97L17 4L22 2L20 7L19.03 6.03L13.06 12L17.06 16H19Z"></path>
  HTML
end