Class: Mdi::ArrowBottomRightThick

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/arrow_bottom_right_thick.rb

Overview

  • Version: 2.5.94

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14.89,12.06V7.11H18.31V18.31H7.11V14.89H12.06L5.69,8.5L8.5,5.69L14.89,12.06Z"></path>
  HTML
end