Class: Mdi::ArrowBottomLeftBoldOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M18.36,19.78H4.22V5.64L8.47,9.88L14.12,4.22L19.78,9.88L14.12,15.54L18.36,19.78M6.34,17.66H13.41L11.29,15.54L16.95,9.88L14.12,7.05L8.46,12.71L6.34,10.59V17.66Z"></path>
  HTML
end