Class: Mdi::FileCompare

Inherits:
MdiData show all
Defined in:
app/models/mdi/file_compare.rb

Overview

  • Version: 2.2.43

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10,18H6V16H10V18M10,14H6V12H10V14M10,1V2H6C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H10V23H12V1H10M20,8V20C20,21.11 19.11,22 18,22H14V20H18V11H14V9H18.5L14,4.5V2L20,8M16,14H14V12H16V14M16,18H14V16H16V18Z"></path>
  HTML
end