Class: Mdi::TelevisionPause

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/television_pause.rb

Overview

  • Version: 3.9.97

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3 3C1.89 3 1 3.89 1 5V17C1 18.1 1.9 19 3 19H8V21H16V19H21C22.1 19 23 18.1 23 17V5C23 3.89 22.1 3 21 3M3 5H21V17H3M9 8V14H11V8M13 8V14H15V8"></path>
  HTML
end