Class: Mdi::ArrowTopLeftBottomRight

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

def content
  <<-HTML.squish.html_safe
    <path d="M13,21H21V13H19V17.59L6.41,5H11V3H3V11H5V6.41L17.59,19H13V21Z"></path>
  HTML
end