Class: Mdi::FolderOpenOutline

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

Overview

  • Version: 3.5.94

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M6.1,10L4,18V8H21A2,2 0 0,0 19,6H12L10,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H19C19.9,20 20.7,19.4 20.9,18.5L23.2,10H6.1M19,18H6L7.6,12H20.6L19,18Z"></path>
  HTML
end