Class: Mdi::ArrowURightBottom

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

def content
  <<-HTML.squish.html_safe
    <path d="M20 16L14.5 21.5L13.08 20.09L16.17 17H10.5C6.91 17 4 14.09 4 10.5S6.91 4 10.5 4H18V6H10.5C8 6 6 8 6 10.5S8 15 10.5 15H16.17L13.09 11.91L14.5 10.5L20 16Z"></path>
  HTML
end