Class: Mdi::PlayPause

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

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,5V19L11,12M13,19H16V5H13M18,5V19H21V5"></path>
  HTML
end