Class: Mdi::FileMoveOutline

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

Overview

  • Version: 4.1.95

  • Author: Terren

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14 2H6C4.9 2 4 2.9 4 4V20C4 20.41 4.12 20.8 4.34 21.12C4.41 21.23 4.5 21.33 4.59 21.41C4.95 21.78 5.45 22 6 22H13.53C13 21.42 12.61 20.75 12.35 20H6V4H13V9H18V12C18.7 12 19.37 12.12 20 12.34V8L14 2M18 23L23 18.5L20 15.8L18 14V17H14V20H18V23Z"></path>
  HTML
end