Class: Mdi::TelevisionStop

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

def content
  <<-HTML.squish.html_safe
    <path d="M3 3H21C22.1 3 23 3.89 23 5V17C23 18.1 22.1 19 21 19H16V21H8V19H3C1.9 19 1 18.1 1 17V5C1 3.89 1.89 3 3 3M3 5V17H21V5H3M9 8H15V14H9V8Z"></path>
  HTML
end