Class: Mdi::Overscan

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

Overview

  • Version: 4.0.96

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 5.5L10 8H14L12 5.5M18 10V14L20.5 12L18 10M6 10L3.5 12L6 14V10M14 16H10L12 18.5L14 16M21 3H3C1.9 3 1 3.9 1 5V19C1 20.1 1.9 21 3 21H21C22.1 21 23 20.1 23 19V5C23 3.9 22.1 3 21 3M21 19H3V5H21V19Z"></path>
  HTML
end