Class: Mdi::ArrowTopRightBoldBox

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

def content
  <<-HTML.squish.html_safe
    <path d="M19 3C20.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 3H19M8.7 8L10.8 10.1L7 14L9.8 16.8L13.6 12.9L15.7 15V8H8.7Z"></path>
  HTML
end