Class: Mdi::ChevronDoubleUp

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

def content
  <<-HTML.squish.html_safe
    <path d="M7.41,18.41L6,17L12,11L18,17L16.59,18.41L12,13.83L7.41,18.41M7.41,12.41L6,11L12,5L18,11L16.59,12.41L12,7.83L7.41,12.41Z"></path>
  HTML
end