Class: Mdi::Rewind

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

def content
  <<-HTML.squish.html_safe
    <path d="M11.5,12L20,18V6M11,18V6L2.5,12L11,18Z"></path>
  HTML
end