Class: Mdi::ArrowBottomLeft

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

def content
  <<-HTML.squish.html_safe
    <path d="M19,6.41L17.59,5L7,15.59V9H5V19H15V17H8.41L19,6.41Z"></path>
  HTML
end