Class: Mdi::PlaylistPlay

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

def content
  <<-HTML.squish.html_safe
    <path d="M3 10H14V12H3V10M3 6H14V8H3V6M3 14H10V16H3V14M16 13V21L22 17L16 13Z"></path>
  HTML
end