Class: Mdi::PlaylistRemove

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

def content
  <<-HTML.squish.html_safe
    <path d="M14 10H3V12H14V10M14 6H3V8H14V6M3 16H10V14H3V16M14.4 22L17 19.4L19.6 22L21 20.6L18.4 18L21 15.4L19.6 14L17 16.6L14.4 14L13 15.4L15.6 18L13 20.6L14.4 22Z"></path>
  HTML
end