Class: Mdi::ArrowTopRightThin

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

Overview

  • Version: 6.5.95

  • Author: Matt Stayner

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11.93 5L14.76 7.83L5 17.59L6.42 19L16.18 9.25L19 12.07V5H11.93Z"></path>
  HTML
end