Class: Mdi::ArrowUDownLeft

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

def content
  <<-HTML.squish.html_safe
    <path d="M20 10.5V18H18V10.5C18 8 16 6 13.5 6S9 8 9 10.5V16.17L12.09 13.09L13.5 14.5L8 20L2.5 14.5L3.91 13.08L7 16.17V10.5C7 6.91 9.91 4 13.5 4S20 6.91 20 10.5Z"></path>
  HTML
end