Class: Mdi::ViewListOutline

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

Overview

  • Version: 5.3.45

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3 5V19H20V5H3M7 7V9H5V7H7M5 13V11H7V13H5M5 15H7V17H5V15M18 17H9V15H18V17M18 13H9V11H18V13M18 9H9V7H18V9Z"></path>
  HTML
end