Class: Mdi::ArrowTopRight

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

def content
  <<-HTML.squish.html_safe
    <path d="M5,17.59L15.59,7H9V5H19V15H17V8.41L6.41,19L5,17.59Z"></path>
  HTML
end