Class: Mdi::FastForward

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13,6V18L21.5,12M4,18L12.5,12L4,6V18Z"></path>
  HTML
end