Class: Mdi::ViewGridPlus

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

Overview

  • Version: 3.9.97

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 3V11H21V3H13M3 21H11V13H3V21M3 3V11H11V3H3M13 16H16V13H18V16H21V18H18V21H16V18H13V16Z"></path>
  HTML
end