Class: Mdi::RollerShade

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

def content
  <<-HTML.squish.html_safe
    <path d="M20 19V3H4V19H2V21H22V19H20M6 19V13H11V14.8C10.6 15.1 10.2 15.6 10.2 16.2C10.2 17.2 11 18 12 18S13.8 17.2 13.8 16.2C13.8 15.6 13.5 15.1 13 14.8V13H18V19H6Z"></path>
  HTML
end