Class: Mdi::FullscreenExit

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/fullscreen_exit.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_exit.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M14,14H19V16H16V19H14V14M5,14H10V19H8V16H5V14M8,5H10V10H5V8H8V5M19,8V10H14V5H16V8H19Z"></path>
  HTML
end