Class: Mdi::ProjectorScreenVariant

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

def content
  <<-HTML.squish.html_safe
    <path d="M19 18V9H20C20.55 9 21 8.55 21 8V7C21 6.45 20.55 6 20 6H4C3.45 6 3 6.45 3 7V8C3 8.55 3.45 9 4 9H5V18H19Z"></path>
  HTML
end