Class: Mdi::ChevronDown

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

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