Class: Mdi::ShieldHome

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

Overview

  • Version: 1.7.12

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11,13H13V16H16V11H18L12,6L6,11H8V16H11V13M12,1L21,5V11C21,16.55 17.16,21.74 12,23C6.84,21.74 3,16.55 3,11V5L12,1Z"></path>
  HTML
end