Class: Mdi::ArrowBottomRightBoldOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M9.88,15.54L4.22,9.88L9.88,4.22L15.54,9.88L19.78,5.64V19.78H5.64L9.88,15.54M17.66,10.59L15.54,12.71L9.88,7.05L7.05,9.88L12.71,15.54L10.59,17.66H17.66V10.59Z"></path>
  HTML
end