Class: Mdi::ArrowRightBox

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

Overview

  • Version: 1.8.36

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,21A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19C21,20.11 20.1,21 19,21H5M6,13H14.5L11,16.5L12.42,17.92L18.34,12L12.42,6.08L11,7.5L14.5,11H6V13Z"></path>
  HTML
end