Class: Mdi::ShieldAlert

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

Overview

  • Version: 3.7.94

  • Author: Peter Noble

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5M11,7H13V13H11M11,15H13V17H11"></path>
  HTML
end