Class: Mdi::MagazinePistol

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

Overview

  • Version: 1.5.54

  • Author: Andrew Laws

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14 1L12 3H7L9 21H8V23H18V21L16 1M9 5H12L12.24 7H9.24M9.47 9H12.47L12.71 11H9.71M9.94 13H12.94L13.18 15H10.18M10.41 17H13.41L13.65 19H10.65Z"></path>
  HTML
end