Class: Mdi::CurtainsClosed

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

Overview

  • Version: 6.2.95

  • Author: Teodor Sandu

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M23 3H1V1H23V3M2 22H11V4H2V22M22 4H13V22H22V4Z"></path>
  HTML
end