Class: Mdi::ViewGalleryOutline

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

Overview

  • Version: 6.2.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M1 3V21H23V3H1M21 5V14H3V5H21M11 16V19H8V16H11M3 16H6V19H3V16M13 19V16H16V19H13M18 19V16H21V19H18Z"></path>
  HTML
end