Class: Mdi::TelevisionOff

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

Overview

  • Version: 2.1.19

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M0.5,2.77L1.78,1.5L21,20.72L19.73,22L16.73,19H16V21H8V19H3A2,2 0 0,1 1,17V5C1,4.5 1.17,4.07 1.46,3.73L0.5,2.77M21,17V5H7.82L5.82,3H21A2,2 0 0,1 23,5V17C23,17.85 22.45,18.59 21.7,18.87L19.82,17H21M3,17H14.73L3,5.27V17Z"></path>
  HTML
end