Class: Mdi::ArrowUpLeft

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

def content
  <<-HTML.squish.html_safe
    <path d="M20 18V20H13.5C9.91 20 7 17.09 7 13.5V7.83L3.91 10.92L2.5 9.5L8 4L13.5 9.5L12.09 10.91L9 7.83V13.5C9 16 11 18 13.5 18H20Z"></path>
  HTML
end