Class: Mdi::ListBox

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

Overview

  • Version: 7.0.96

  • Author: frankgrinaert

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M7 7H9V9H7V7M7 11H9V13H7V11M7 15H9V17H7V15M17 17H11V15H17V17M17 13H11V11H17V13M17 9H11V7H17V9Z"></path>
  HTML
end