Class: Mdi::ArrowBottomLeftThick

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

def content
  <<-HTML.squish.html_safe
    <path d="M15.5,5.69L18.31,8.5L11.94,14.89H16.89V18.31H5.69V7.11H9.12V12.06L15.5,5.69Z"></path>
  HTML
end