Class: Mdi::RemoteTv

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

Overview

  • Version: 3.7.94

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9,2C7.89,2 7,2.89 7,4V20C7,21.11 7.89,22 9,22H15C16.11,22 17,21.11 17,20V4C17,2.89 16.11,2 15,2H13V4H11V2H9M11,6H13V8H15V10H13V12H11V10H9V8H11V6M9,14H11V16H9V14M13,14H15V16H13V14M9,18H11V20H9V18M13,18H15V20H13V18Z"></path>
  HTML
end