Class: Mdi::TransferUp

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

def content
  <<-HTML.squish.html_safe
    <path d="M8,21V19H16V21H8M8,17V15H16V17H8M8,13V11H16V13H8M19,9H5L12,2L19,9Z"></path>
  HTML
end