Class: Mdi::LightSwitchOff

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

Overview

  • Version: 6.6.96

  • Author: Matthias de Baat

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19.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 21H6V3H18V21M8 6V18H16V6H8M15 17H9V7H15V17M10 14H14V16H10V14Z"></path>
  HTML
end