Class: Mdi::TransferLeft

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

def content
  <<-HTML.squish.html_safe
    <path d="M21,16H19V8H21V16M17,16H15V8H17V16M13,16H11V8H13V16M9,5V19L2,12L9,5Z"></path>
  HTML
end