Class: Mdi::ArrowBottomRight

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

def content
  <<-HTML.squish.html_safe
    <path d="M5,6.41L6.41,5L17,15.59V9H19V19H9V17H15.59L5,6.41Z"></path>
  HTML
end