Class: Mdi::IpOutline

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

Overview

  • Version: 6.5.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 5V19H5V5H19M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M9 7H7V17H9V7M15 7H11V17H13V13H15C16.1 13 17 12.1 17 11V9C17 7.9 16.1 7 15 7M15 11H13V9H15V11Z"></path>
  HTML
end