Class: Mdi::SmartCardReader

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

Overview

  • Version: 4.2.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 4A2.07 2.07 0 0 0 19 2H5A2.07 2.07 0 0 0 3 4V18H21M8.25 16H7V6H8.25C9.91 6 10.75 9.34 10.75 11S9.91 16 8.25 16M14.5 13.5A2.5 2.5 0 1 1 17 11A2.5 2.5 0 0 1 14.5 13.5M23 21V22H1V21A2 2 0 0 1 3 19H21A2 2 0 0 1 23 21Z"></path>
  HTML
end