Class: Mdi::ExclamationThick

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

Overview

  • Version: 4.6.95

  • Author: frankgrinaert

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10 3H14V14H10V3M10 21V17H14V21H10Z"></path>
  HTML
end