Class: Mdi::ViewSequentialOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/view_sequential_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_sequential_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M3 5V19H21V5H3M19 7V9H5V7H19M19 11V13H5V11H19M5 17V15H19V17H5Z"></path>
  HTML
end