Class: Mdi::ViewParallelOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M19 3H5V21H19V3M17 19H15V5H17V19M13 19H11V5H13V19M7 5H9V19H7V5Z"></path>
  HTML
end