Class: Mdi::ArrowTopLeftBoldOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M14.12,8.46L19.78,14.12L14.12,19.78L8.46,14.12L4.22,18.36V4.22H18.36L14.12,8.46M6.34,13.41L8.46,11.29L14.12,16.95L16.95,14.12L11.29,8.47L13.41,6.34H6.34V13.41Z"></path>
  HTML
end