Class: Mdi::FolderMoveOutline

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

Overview

  • Version: 4.6.95

  • Author: Sascha Wohlgemuth

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 18H4V8H20V18M12 6L10 4H4C2.9 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H20C21.11 20 22 19.11 22 18V8C22 6.9 21.11 6 20 6H12M11 14V12H15V9L19 13L15 17V14H11Z"></path>
  HTML
end