Class: Mdi::Exclamation

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M 11,4L 13,4L 13,15L 11,15L 11,4 Z M 13,18L 13,20L 11,20L 11,18L 13,18 Z"></path>
  HTML
end