Class: Mdi::DownloadBox

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

Overview

  • Version: 5.2.45

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5 3H19C20.11 3 21 3.9 21 5V19C21 20.11 20.11 21 19 21H5C3.9 21 3 20.11 3 19V5C3 3.9 3.9 3 5 3M8 17H16V15H8V17M16 10H13.5V7H10.5V10H8L12 14L16 10Z"></path>
  HTML
end