Class: Mdi::Fullscreen

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,5H10V7H7V10H5V5M14,5H19V10H17V7H14V5M17,14H19V19H14V17H17V14M10,17V19H5V14H7V17H10Z"></path>
  HTML
end