Class: Mdi::TabPlus

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

Overview

  • Version: 1.9.32

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,3A2,2 0 0,0 1,5V19A2,2 0 0,0 3,21H21A2,2 0 0,0 23,19V5A2,2 0 0,0 21,3H3M3,5H13V9H21V19H3V5M10,10V13H7V15H10V18H12V15H15V13H12V10H10Z"></path>
  HTML
end