Class: Mdi::LightSwitch

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

Overview

  • Version: 2.4.85

  • Author: Matthias de Baat

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8 6V18H16V6H8M14 10H10V8H14V10M19.4 1.6C19 1.2 18.5 1 18 1H6C5.5 1 5 1.2 4.6 1.6C4.2 2 4 2.5 4 3V21C4 21.5 4.2 22 4.6 22.4C5 22.8 5.5 23 6 23H18C18.5 23 19 22.8 19.4 22.4C19.8 22 20 21.5 20 21V3C20 2.5 19.8 2 19.4 1.6M18 21H6V3H18V21Z"></path>
  HTML
end