Class: Mdi::ViewList

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

def content
  <<-HTML.squish.html_safe
    <path d="M9,5V9H21V5M9,19H21V15H9M9,14H21V10H9M4,9H8V5H4M4,19H8V15H4M4,14H8V10H4V14Z"></path>
  HTML
end