Class: Mdi::ChevronDoubleLeft

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

def content
  <<-HTML.squish.html_safe
    <path d="M18.41,7.41L17,6L11,12L17,18L18.41,16.59L13.83,12L18.41,7.41M12.41,7.41L11,6L5,12L11,18L12.41,16.59L7.83,12L12.41,7.41Z"></path>
  HTML
end