Class: Mdi::ArrowBottomLeftBoldBox

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

def content
  <<-HTML.squish.html_safe
    <path d="M5 21C3.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 21H5M15.3 16L13.2 13.9L17 10L14.2 7.2L10.4 11.1L8.2 8.9V16H15.3Z"></path>
  HTML
end