Class: Mdi::ChevronTripleLeft

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

Overview

  • Version: 3.5.94

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9.42,7.41L4.83,12L9.42,16.59L8,18L2,12L8,6L9.42,7.41M15.42,7.41L10.83,12L15.42,16.59L14,18L8,12L14,6L15.42,7.41M21.42,7.41L16.83,12L21.42,16.59L20,18L14,12L20,6L21.42,7.41Z"></path>
  HTML
end