Class: Mdi::SkipBackwardOutline

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

Overview

  • Version: 3.8.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18,14.17L15.83,12L18,9.83V14.17M20,19V5L13,12M4,19H6V5H4M11,14.17L8.83,12L11,9.83V14.17M13,19V5L6,12"></path>
  HTML
end