Class: Mdi::ShieldOff

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

Overview

  • Version: 2.4.85

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M1,4.27L2.28,3L20.5,21.22L19.23,22.5L17,20.25C15.57,21.57 13.87,22.54 12,23C6.84,21.74 3,16.55 3,11V6.27L1,4.27M12,1L21,5V11C21,13.28 20.35,15.5 19.23,17.41L5.65,3.82L12,1Z"></path>
  HTML
end