Class: Mdi::ConsoleNetwork

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

Overview

  • Version: 2.2.43

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17,3A2,2 0 0,1 19,5V15A2,2 0 0,1 17,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H7A2,2 0 0,1 5,15V5A2,2 0 0,1 7,3H17M7,7L11,11L7,15H9.85L13.13,11.72C13.5,11.33 13.5,10.7 13.13,10.3L9.83,7H7M17,13H14V15H17V13Z"></path>
  HTML
end