Class: Mdi::ViewArray

Inherits:
MdiData show all
Defined in:
app/models/mdi/view_array.rb

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8,18H17V5H8M18,5V18H21V5M4,18H7V5H4V18Z"></path>
  HTML
end