Class: Mdi::ArrowBottomRightBoldBox

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

def content
  <<-HTML.squish.html_safe
    <path d="M19 21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H19C20.1 3 21 3.9 21 5V19C21 20.1 20.1 21 19 21M15.8 16V8.9L13.7 11L9.8 7.2L7 10L10.8 13.9L8.7 16H15.8Z"></path>
  HTML
end