Class: Mdi::HomeSwitchOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/home_switch_outline.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_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M8 3L1 9H3V15H7V11H9V15H13V9H15L8 3M11.5 9V13.5H10.5V9.5H5.5V13.5H4.5V8L8 5L11.5 8V9M9 16V18H15V16L18 19L15 22V20H9V22L6 19L9 16M23 9H21V15H15V10H19L13.54 5.11L16 3L23 9Z"></path>
  HTML
end