Class: Mdi::WidgetsOutline

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

Overview

  • Version: 4.9.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16.7 4.5L19.5 7.3L16.7 10.1L13.9 7.3L16.7 4.5M9 5V9H5V5H9M19 15V19H15V15H19M16.7 1.7L11 7.3L16.7 13H13V21H21V13H16.7L22.3 7.3L16.7 1.7M11 3H3V11H11V3M9 15V19H5V15H9M11 13H3V21H11V13Z"></path>
  HTML
end