Class: Mdi::ChevronDoubleDown

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16.59,5.59L18,7L12,13L6,7L7.41,5.59L12,10.17L16.59,5.59M16.59,11.59L18,13L12,19L6,13L7.41,11.59L12,16.17L16.59,11.59Z"></path>
  HTML
end