Class: Mdi::WindowShutter

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

Overview

  • Version: 4.3.95

  • Author: idevo89

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3 4H21V8H19V20H17V8H7V20H5V8H3V4M8 9H16V11H8V9M8 12H16V14H8V12M8 15H16V17H8V15M8 18H16V20H8V18Z"></path>
  HTML
end