Class: Mdi::CommaBox

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

Overview

  • Version: 3.6.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M15,13V7H9V13H12L10,17H13L15,13Z"></path>
  HTML
end