Class: Mdi::ArrowUpRight

Inherits:
MdiData show all
Defined in:
app/models/mdi/arrow_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_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 20H4V18H10.5C13 18 15 16 15 13.5V7.83L11.91 10.91L10.5 9.5L16 4L21.5 9.5Z"></path>
  HTML
end