Class: Mdi::ChevronRight

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

def content
  <<-HTML.squish.html_safe
    <path d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"></path>
  HTML
end