Class: Mdi::ArrowTopLeftThick

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

def content
  <<-HTML.squish.html_safe
    <path d="M9.12,11.94V16.89H5.69V5.69H16.89V9.12H11.94L18.31,15.5L15.5,18.31L9.12,11.94Z"></path>
  HTML
end