Class: Mdi::SkipNext

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

def content
  <<-HTML.squish.html_safe
    <path d="M16,18H18V6H16M6,18L14.5,12L6,6V18Z"></path>
  HTML
end