Class: Mdi::DockRight

Inherits:
MdiData show all
Defined in:
app/models/mdi/dock_right.rb

Overview

  • Version: 4.2.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V6A2 2 0 0 0 20 4M15 18H4V6H15Z"></path>
  HTML
end