Class: Mdi::ShieldHalfFull

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

Overview

  • Version: 1.9.32

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21,11C21,16.55 17.16,21.74 12,23C6.84,21.74 3,16.55 3,11V5L12,1L21,5V11M12,21C15.75,20 19,15.54 19,11.22V6.3L12,3.18V21Z"></path>
  HTML
end