Class: Mdi::StickerAlert

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

Overview

  • Version: 4.9.95

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18.5 2H5.5C3.6 2 2 3.6 2 5.5V18.5C2 20.4 3.6 22 5.5 22H16L22 16V5.5C22 3.6 20.4 2 18.5 2M13 17H11V15H13V16M13 13H11V7H13V12M15 20V18.5C15 16.6 16.6 15 18.5 15H20L15 20Z"></path>
  HTML
end