Class: Mdi::ShieldSword

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

Overview

  • Version: 6.3.95

  • Author: Michael Miday

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 1L3 5V11C3 16.5 6.8 21.7 12 23C17.2 21.7 21 16.5 21 11V5L12 1M15 15H13V18H11V15H9V13H11L10 7.1L12 5.5L14 7.1L13 13H15V15Z"></path>
  HTML
end