Class: Mdi::ViewGridOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M3 11H11V3H3M5 5H9V9H5M13 21H21V13H13M15 15H19V19H15M3 21H11V13H3M5 15H9V19H5M13 3V11H21V3M19 9H15V5H19Z"></path>
  HTML
end