Class: Mdi::ArrowTopLeftBottomRightBold

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/arrow_top_left_bottom_right_bold.rb

Overview

  • Version: 3.7.94

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/arrow_top_left_bottom_right_bold.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M5.83,8.66L3,11.5V3H11.5L8.66,5.83L18.17,15.34L21,12.5V21H12.5L15.34,18.17L5.83,8.66Z"></path>
  HTML
end