Class: Mdi::ArrowTopLeft

Inherits:
MdiData show all
Defined in:
app/models/mdi/arrow_top_left.rb

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/arrow_top_left.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M19,17.59L17.59,19L7,8.41V15H5V5H15V7H8.41L19,17.59Z"></path>
  HTML
end