Class: Mdi::FolderArrowLeft

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

Overview

  • Version: 6.6.96

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 8V13.81C21.12 13.3 20.1 13 19 13C15.69 13 13 15.69 13 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 8M18 16L15 19L18 22V20H22V18H18V16Z"></path>
  HTML
end