Class: Mdi::ViewDashboardVariantOutline

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

Overview

  • Version: 5.3.45

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2 5V19H22V5H2M20 12H16V7H20V12M14 10H10V7H14V10M10 12H14V17H10V12M4 7H8V17H4V7M16 17V14H20V17H16Z"></path>
  HTML
end