Class: Mdi::BlindsVerticalClosed

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

def content
  <<-HTML.squish.html_safe
    <path d="M20 19V3H4V19H2V21H22V19H20M13 5H14.5V19H13V5M11 19H9.5V5H11V19M6 5H7.5V19H6V5M16.5 19V5H18V19H16.5Z"></path>
  HTML
end