Class: Mdi::ChevronLeftBox

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/chevron_left_box.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_left_box.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,3M15.71,16.59L14.29,18L8.29,12L14.29,6L15.71,7.41L11.12,12L15.71,16.59Z"></path>
  HTML
end