Class: Mdi::ArrowRightTop

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

Overview

  • Version: 6.1.95

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 8L14.5 13.5L13.09 12.09L16.17 9H10.5C8 9 6 11 6 13.5V20H4V13.5C4 9.91 6.91 7 10.5 7H16.17L13.08 3.91L14.5 2.5L20 8Z"></path>
  HTML
end