Class: Mdi::WindowClose

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13.46,12L19,17.54V19H17.54L12,13.46L6.46,19H5V17.54L10.54,12L5,6.46V5H6.46L12,10.54L17.54,5H19V6.46L13.46,12Z"></path>
  HTML
end