Class: Mdi::Plex

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

Overview

  • Version: 1.7.22

  • Author: Contributors

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4,2C2.89,2 2,2.89 2,4V20C2,21.11 2.89,22 4,22H20C21.11,22 22,21.11 22,20V4C22,2.89 21.11,2 20,2H4M8.56,6H12.06L15.5,12L12.06,18H8.56L12,12L8.56,6Z"></path>
  HTML
end