Class: Mdi::ChevronTripleDown

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

def content
  <<-HTML.squish.html_safe
    <path d="M7.41,14.58L12,19.17L16.59,14.58L18,16L12,22L6,16L7.41,14.58M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58M7.41,2.58L12,7.17L16.59,2.58L18,4L12,10L6,4L7.41,2.58Z"></path>
  HTML
end