Class: Mdi::ViewModuleOutline

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

Overview

  • Version: 5.3.45

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4 5V18H21V5H4M14 7V10.5H11V7H14M6 7H9V10.5H6V7M6 16V12.5H9V16H6M11 16V12.5H14V16H11M19 16H16V12.5H19V16M16 10.5V7H19V10.5H16Z"></path>
  HTML
end