Class: Mdi::ViewDashboardVariant

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

Overview

  • Version: 2.1.19

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,5V19H8V5H2M9,5V10H15V5H9M16,5V14H22V5H16M9,11V19H15V11H9M16,15V19H22V15H16Z"></path>
  HTML
end