Class: Mdi::ArrowLeftThin

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

def content
  <<-HTML.squish.html_safe
    <path d="M10.05 16.94V12.94H18.97L19 10.93H10.05V6.94L5.05 11.94Z"></path>
  HTML
end