Class: Mdi::ArrowUUpRight

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

def content
  <<-HTML.squish.html_safe
    <path d="M21.5 9.5L20.09 10.92L17 7.83V13.5C17 17.09 14.09 20 10.5 20S4 17.09 4 13.5V6H6V13.5C6 16 8 18 10.5 18S15 16 15 13.5V7.83L11.91 10.91L10.5 9.5L16 4L21.5 9.5Z"></path>
  HTML
end