Class: Mdi::BellAlert

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

Overview

  • Version: 3.4.93

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M23 7V13H21V7M21 15H23V17H21M12 2A2 2 0 0 0 10 4A2 2 0 0 0 10 4.29C7.12 5.14 5 7.82 5 11V17L3 19V20H21V19L19 17V11C19 7.82 16.88 5.14 14 4.29A2 2 0 0 0 14 4A2 2 0 0 0 12 2M10 21A2 2 0 0 0 12 23A2 2 0 0 0 14 21Z"></path>
  HTML
end