Class: Mdi::ShieldCrossOutline

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

Overview

  • Version: 3.2.89

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21,11C21,16.5 17.2,21.7 12,23C6.8,21.7 3,16.5 3,11V5L12,1L21,5V11M12,21C15.8,20 19,15.5 19,11.2V6.3L12,3.2L5,6.3V11.2C5,15.5 8.3,20 12,21M16,9H13V6H11V9H8V11H11V19H13V11H16V9Z"></path>
  HTML
end