Class: Mdi::ArrowTopRightBoldOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M5.64,4.22H19.78V18.36L15.54,14.12L9.88,19.78L4.22,14.12L9.88,8.46L5.64,4.22M17.66,6.34H10.59L12.71,8.46L7.05,14.12L9.88,16.95L15.54,11.29L17.66,13.41V6.34H17.66Z"></path>
  HTML
end