Class: Mdi::ViewGridPlusOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M3 21H11V13H3M5 15H9V19H5M3 11H11V3H3M5 5H9V9H5M13 3V11H21V3M19 9H15V5H19M18 16H21V18H18V21H16V18H13V16H16V13H18Z"></path>
  HTML
end