Class: Mdi::HomeSwitch

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

Overview

  • Version: 6.1.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M6.5 15V11H9.5V15H13V9H15L8 3L1 9H3V15H6.5M9 16V18H15V16L18 19L15 22V20H9V22L6 19L9 16M23 9H21V15H15V10H19L13.54 5.11L16 3L23 9Z"></path>
  HTML
end