Class: Mdi::TextBoxOutline

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

Overview

  • Version: 2.5.94

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,3C3.89,3 3,3.89 3,5V19C3,20.11 3.89,21 5,21H19C20.11,21 21,20.11 21,19V5C21,3.89 20.11,3 19,3H5M5,5H19V19H5V5M7,7V9H17V7H7M7,11V13H17V11H7M7,15V17H14V15H7Z"></path>
  HTML
end