Class: Mdi::ArrowBottomRightBoldBoxOutline

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

Overview

  • Version: 6.5.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16 16H8.9L11 13.9L7 10L9.8 7.2L13.9 11.1L16 8.9V16M5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21M5 5H19V19H5V5Z"></path>
  HTML
end