Class: Mdi::PlaylistPlus

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

def content
  <<-HTML.squish.html_safe
    <path d="M3 16H10V14H3M18 14V10H16V14H12V16H16V20H18V16H22V14M14 6H3V8H14M14 10H3V12H14V10Z"></path>
  HTML
end