Class: Mdi::FastForwardOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M15,9.9L18,12L15,14.1V9.9M6,9.9L9,12L6,14.1V9.9M13,6V18L21.5,12L13,6M4,6V18L12.5,12L4,6Z"></path>
  HTML
end