Class: Mdi::ViewSequential

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

Overview

  • Version: 1.8.36

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3 5H21V9H3V5M3 10H21V14H3V10M3 15H21V19H3V15Z"></path>
  HTML
end