Class: Mdi::TelevisionBox

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

Overview

  • Version: 2.1.19

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M16,16L19,8H16.5L15,12.5L13.5,8H5V10H8V16H10V10H11.77L14,16H16Z"></path>
  HTML
end