Class: Mdi::PlayOutline

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

Overview

  • Version: 3.8.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8.5,8.64L13.77,12L8.5,15.36V8.64M6.5,5V19L17.5,12"></path>
  HTML
end