Class: Mdi::ShieldCrownOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M12 1L21 5V11C21 16.55 17.16 21.74 12 23C6.84 21.74 3 16.55 3 11V5L12 1M12 3.18L5 6.3V11.22C5 15.54 8.25 20 12 21C15.75 20 19 15.54 19 11.22V6.3L12 3.18M16 14V15.5L16 15.59C15.96 15.81 15.78 15.96 15.53 16L15.43 16H8.57L8.47 16C8.22 15.96 8.04 15.81 8 15.59L8 15.5V14H16M17 8L16 13H8L7 8L7 8L9.67 10.67L12 8.34L14.33 10.67L17 8L17 8Z"></path>
  HTML
end