Class: Mdi::TwoFactorAuthentication

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

Overview

  • Version: 2.4.85

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,7V9H6V11H4A2,2 0 0,0 2,13V17H8V15H4V13H6A2,2 0 0,0 8,11V9C8,7.89 7.1,7 6,7H2M9,7V17H11V13H14V11H11V9H15V7H9M18,7A2,2 0 0,0 16,9V17H18V14H20V17H22V9A2,2 0 0,0 20,7H18M18,9H20V12H18V9Z"></path>
  HTML
end