Class: Mdi::ApplicationImport

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

Overview

  • Version: 3.5.94

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M1 12H10.8L8.3 9.5L9.7 8.1L14.6 13L9.7 17.9L8.3 16.5L10.8 14H1V12M21 2H3C1.9 2 1 2.9 1 4V10.1H3V6H21V20H3V16H1V20C1 21.1 1.9 22 3 22H21C22.1 22 23 21.1 23 20V4C23 2.9 22.1 2 21 2"></path>
  HTML
end