Class: Mdi::SkipForwardOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M6,9.83L8.17,12L6,14.17V9.83M4,5V19L11,12M20,5H18V19H20M13,9.83L15.17,12L13,14.17V9.83M11,5V19L18,12"></path>
  HTML
end