Class: Mdi::ChevronUp

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

def content
  <<-HTML.squish.html_safe
    <path d="M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z"></path>
  HTML
end