Class: Mdi::WindowOpenVariant

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

Overview

  • Version: 4.5.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 20V2H3V20H1V23H23V20M19 4V11H17V4M5 4H7V11H5M5 20V13H7V20M9 20V4H15V20M17 20V13H19V20Z"></path>
  HTML
end