Class: Mdi::ClockAlert

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

Overview

  • Version: 2.4.85

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 12H22V18H20V12M20 20H22V22H20V20M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22C14.3 22 16.3 21.2 18 20V10H21.8C20.9 5.4 16.8 2 12 2M16.2 16.2L11 13V7H12.5V12.2L17 14.9L16.2 16.2Z"></path>
  HTML
end