Class: Mdi::AutoDownload

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

Overview

  • Version: 4.9.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 17V19H11V17H22M19 4.5V9.5H22L16.5 15L11 9.5H14V4.5H19M10.7 15H8.8L8.1 13H4.9L4.2 15H2.3L5.5 6H7.5L10.7 15M7.65 11.65L6.5 8L5.35 11.65H7.65Z"></path>
  HTML
end