Class: Mdi::ChevronDoubleRight

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

def content
  <<-HTML.squish.html_safe
    <path d="M5.59,7.41L7,6L13,12L7,18L5.59,16.59L10.17,12L5.59,7.41M11.59,7.41L13,6L19,12L13,18L11.59,16.59L16.17,12L11.59,7.41Z"></path>
  HTML
end