Class: Mdi::ChevronRightBoxOutline

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

Overview

  • Version: 2.5.94

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19,3H5A2,2 0 0,0 3,5V19C3,20.11 3.9,21 5,21H19C20.11,21 21,20.11 21,19V5A2,2 0 0,0 19,3M19,19H5V5H19V19M8.29,16.59L12.88,12L8.29,7.41L9.71,6L15.71,12L9.71,18L8.29,16.59Z"></path>
  HTML
end