Class: Mdi::ChevronTripleRight

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

Overview

  • Version: 3.5.94

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14.58,16.59L19.17,12L14.58,7.41L16,6L22,12L16,18L14.58,16.59M8.58,16.59L13.17,12L8.58,7.41L10,6L16,12L10,18L8.58,16.59M2.58,16.59L7.17,12L2.58,7.41L4,6L10,12L4,18L2.58,16.59Z"></path>
  HTML
end