Class: Mdi::PlaylistCheck

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

def content
  <<-HTML.squish.html_safe
    <path d="M14 10H3V12H14V10M14 6H3V8H14V6M3 16H10V14H3V16M21.5 11.5L23 13L16 20L11.5 15.5L13 14L16 17L21.5 11.5Z"></path>
  HTML
end