Class: Mdi::Alert

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z"></path>
  HTML
end