Class: Mdi::Download

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,20H19V18H5M19,9H15V3H9V9H5L12,16L19,9Z"></path>
  HTML
end