Class: Mdi::TextBoxPlusOutline

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

Overview

  • Version: 3.7.94

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17,14H19V17H22V19H19V22H17V19H14V17H17V14M5,3H19C20.11,3 21,3.89 21,5V12.8C20.39,12.45 19.72,12.2 19,12.08V5H5V19H12.08C12.2,19.72 12.45,20.39 12.8,21H5C3.89,21 3,20.11 3,19V5C3,3.89 3.89,3 5,3M7,7H17V9H7V7M7,11H17V12.08C16.15,12.22 15.37,12.54 14.68,13H7V11M7,15H12V17H7V15Z"></path>
  HTML
end