Class: Mdi::Security

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,12H19C18.47,16.11 15.72,19.78 12,20.92V12H5V6.3L12,3.19M12,1L3,5V11C3,16.55 6.84,21.73 12,23C17.16,21.73 21,16.55 21,11V5L12,1Z"></path>
  HTML
end