Class: Mdi::ArrowLeftTop

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

def content
  <<-HTML.squish.html_safe
    <path d="M20 13.5V20H18V13.5C18 11 16 9 13.5 9H7.83L10.91 12.09L9.5 13.5L4 8L9.5 2.5L10.92 3.91L7.83 7H13.5C17.09 7 20 9.91 20 13.5Z"></path>
  HTML
end