Class: Mdi::ApplicationExport

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/application_export.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_export.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M9 12H18.8L16.3 9.5L17.7 8.1L22.6 13L17.7 17.9L16.3 16.5L18.8 14H9V12M21 17.4V20H3V6H21V8.6L23 10.6V4C23 2.9 22.1 2 21 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H21C22.1 22 23 21.1 23 20V15.4L21 17.4Z"></path>
  HTML
end