Class: Mdi::TransferDown

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

Overview

  • Version: 3.4.93

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16,3V5H8V3H16M16,7V9H8V7H16M16,11V13H8V11H16M5,15H19L12,22L5,15Z"></path>
  HTML
end