Class: Mdi::SkipForward

Inherits:
MdiData show all
Defined in:
app/models/mdi/skip_forward.rb

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4,5V19L11,12M18,5V19H20V5M11,5V19L18,12"></path>
  HTML
end