Class: Mdi::SimOutline

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

Overview

  • Version: 5.6.55

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18 4V20H6V8.8L10.8 4H18M18 2H10L4 8V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V4C20 2.9 19.1 2 18 2M9.5 19H7.5V17H9.5V19M16.5 19H14.5V17H16.5V19M9.5 15H7.5V11H9.5V15M13 19H11V15H13V19M13 13H11V11H13V13M16.5 15H14.5V11H16.5V15Z"></path>
  HTML
end