Class: Mdi::BoxShadow

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

Overview

  • Version: 1.6.50

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,3H18V18H3V3M19,19H21V21H19V19M19,16H21V18H19V16M19,13H21V15H19V13M19,10H21V12H19V10M19,7H21V9H19V7M16,19H18V21H16V19M13,19H15V21H13V19M10,19H12V21H10V19M7,19H9V21H7V19Z"></path>
  HTML
end