Class: Mdi::ProjectorScreenOutline

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

Overview

  • Version: 5.9.55

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 2H4C3.45 2 3 2.45 3 3V4C3 4.55 3.45 5 4 5H5V14H11V16.59L6.79 20.79L8.21 22.21L11 19.41V22H13V19.41L15.79 22.21L17.21 20.79L13 16.59V14H19V5H20C20.55 5 21 4.55 21 4V3C21 2.45 20.55 2 20 2M17 12H7V5H17V12Z"></path>
  HTML
end