Class: Mdi::ChevronTripleUp

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

def content
  <<-HTML.squish.html_safe
    <path d="M16.59,9.42L12,4.83L7.41,9.42L6,8L12,2L18,8L16.59,9.42M16.59,15.42L12,10.83L7.41,15.42L6,14L12,8L18,14L16.59,15.42M16.59,21.42L12,16.83L7.41,21.42L6,20L12,14L18,20L16.59,21.42Z"></path>
  HTML
end