Class: Mdi::TextBoxMultipleOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/text_box_multiple_outline.rb

Overview

  • Version: 2.7.94

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16,15H9V13H16V15M19,11H9V9H19V11M19,7H9V5H19V7M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3M21,1A2,2 0 0,1 23,3V17C23,18.11 22.11,19 21,19H7A2,2 0 0,1 5,17V3C5,1.89 5.89,1 7,1H21M7,3V17H21V3H7Z"></path>
  HTML
end