Class: Mdi::ArrowTopRightBottomLeft

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

Overview

  • Version: 3.7.94

  • Author: ginlime

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11,21H3V13H5V17.59L17.59,5H13V3H21V11H19V6.41L6.41,19H11V21Z"></path>
  HTML
end