Class: Mdi::ShieldSwordOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M12 1L21 5V11C21 16.5 17.2 21.7 12 23C6.8 21.7 3 16.5 3 11V5L12 1M12 3.2L5 6.3V11.2C5 15.5 8.2 20 12 21C15.8 20 19 15.5 19 11.2V6.3L12 3.2M12 5.5L14 7.1L13 13H15V15H13V18H11V15H9V13H11L10 7.1L12 5.5Z"></path>
  HTML
end