Class: Mdi::ProjectorScreenOff

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

Overview

  • Version: 6.1.95

  • Author: pp81381

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 14.89V16.59L17.21 20.79L15.79 22.21L13 19.41V22H11V19.41L8.21 22.21L6.79 20.79L11 16.59V14H5V6.89L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73L13 14.89M19 14V5H20C20.55 5 21 4.55 21 4V3C21 2.45 20.55 2 20 2H5.2L17.2 14H19Z"></path>
  HTML
end