Class: Mdi::Widgets

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

Overview

  • Version: 1.8.36

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,3H11V7.34L16.66,1.69L22.31,7.34L16.66,13H21V21H13V13H16.66L11,7.34V11H3V3M3,13H11V21H3V13Z"></path>
  HTML
end