Class: Mdi::ArrowULeftBottom

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

def content
  <<-HTML.squish.html_safe
    <path d="M20 10.5C20 14.09 17.09 17 13.5 17H7.83L10.92 20.09L9.5 21.5L4 16L9.5 10.5L10.91 11.91L7.83 15H13.5C16 15 18 13 18 10.5S16 6 13.5 6H6V4H13.5C17.09 4 20 6.91 20 10.5Z"></path>
  HTML
end