Class: Mdi::RewindOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/rewind_outline.rb

Overview

  • Version: 1.8.36

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10,9.9L7,12L10,14.1V9.9M19,9.9L16,12L19,14.1V9.9M12,6V18L3.5,12L12,6M21,6V18L12.5,12L21,6Z"></path>
  HTML
end