Class: Mdi::ArrowTopRightBottomLeftBold

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

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