Class: Mdi::ChevronLeft

Inherits:
MdiData show all
Defined in:
app/models/mdi/chevron_left.rb

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z"></path>
  HTML
end