Class: Mdi::RollerShadeClosed

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

Overview

  • Version: 6.7.96

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 19V3H4V19H2V21H10.25C10.25 21.97 11.03 22.75 12 22.75S13.75 21.97 13.75 21H22V19H20M6 19V17H11V19H6M13 19V17H18V19H13Z"></path>
  HTML
end