Class: Mdi::TransferRight

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/transfer_right.rb

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,8H5V16H3V8M7,8H9V16H7V8M11,8H13V16H11V8M15,19.25V4.75L22.25,12L15,19.25Z"></path>
  HTML
end