Class: Mdi::SelectInverse

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

def content
  <<-HTML.squish.html_safe
    <path d="M5,3H7V5H9V3H11V5H13V3H15V5H17V3H19V5H21V7H19V9H21V11H19V13H21V15H19V17H21V19H19V21H17V19H15V21H13V19H11V21H9V19H7V21H5V19H3V17H5V15H3V13H5V11H3V9H5V7H3V5H5V3Z"></path>
  HTML
end