Class: Mdi::ViewDashboardOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/view_dashboard_outline.rb

Overview

  • Version: 2.5.94

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19,5V7H15V5H19M9,5V11H5V5H9M19,13V19H15V13H19M9,17V19H5V17H9M21,3H13V9H21V3M11,3H3V13H11V3M21,11H13V21H21V11M11,15H3V21H11V15Z"></path>
  HTML
end