Class: Mdi::ArrowBottomRightThin

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

def content
  <<-HTML.squish.html_safe
    <path d="M11.93 19L14.76 16.18L5 6.42L6.42 5L16.18 14.76L19 11.94V19Z"></path>
  HTML
end