Class: Mdi::BlindsVertical

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

def content
  <<-HTML.squish.html_safe
    <path d="M20 19V3H4V19H2V21H22V19H20M10 19V5H14V19H10Z"></path>
  HTML
end