Class: Mdi::ProjectorScreenVariantOff

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/projector_screen_variant_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_variant_off.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M20.84 22.73L16.11 18H5V9H4C3.45 9 3 8.55 3 8V7C3 6.45 3.45 6 4 6H4.11L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M19 9H20C20.55 9 21 8.55 21 8V7C21 6.45 20.55 6 20 6H9.2L19 15.8V9Z"></path>
  HTML
end