Class: Mdi::BellAlertOutline

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

Overview

  • Version: 3.7.94

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 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 2M12 6A5 5 0 0 1 17 11V18H7V11A5 5 0 0 1 12 6M21 7V13H23V7H21M21 15V17H23V15H21M10 21A2 2 0 0 0 12 23A2 2 0 0 0 14 21H10Z"></path>
  HTML
end