Class: Mdi::ArrowTopRightThick

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

def content
  <<-HTML.squish.html_safe
    <path d="M8.5,18.31L5.69,15.5L12.06,9.12H7.11V5.69H18.31V16.89H14.89V11.94L8.5,18.31Z"></path>
  HTML
end