Class: Mdi::ViewParallel

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

def content
  <<-HTML.squish.html_safe
    <path d="M19 3V21H15V3H19M14 3V21H10V3H14M9 3V21H5V3H9Z"></path>
  HTML
end