Class: Mdi::FolderCheckOutline

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

Overview

  • Version: 6.5.95

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8V13.81C21.39 13.46 20.72 13.22 20 13.09V8H4V18H13.09C13.04 18.33 13 18.66 13 19M21.34 15.84L17.75 19.43L16.16 17.84L15 19L17.75 22L22.5 17.25L21.34 15.84Z"></path>
  HTML
end