Class: Mdi::ArrowTopLeftBoldBox

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

def content
  <<-HTML.squish.html_safe
    <path d="M5 3H19C20.1 3 21 3.9 21 5V19C21 20.1 20.1 21 19 21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3M8.2 8V15.1L10.3 13L14.1 16.9L17 14L13.2 10.1L15.3 8H8.2Z"></path>
  HTML
end