Class: Mdi::PowerSocketUk

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

Overview

  • Version: 2.0.46

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4 2A2 2 0 0 0 2 4V20A2 2 0 0 0 4 22H20A2 2 0 0 0 22 20V4A2 2 0 0 0 20 2H4M4 4H20V20H4V4M11 7V11H13V7H11M6 14.75V17H9.5V14.75H6M14.5 14.75V17H18V14.75H14.5Z"></path>
  HTML
end