Class: Mdi::WifiStrength4Alert

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

Overview

  • Version: 2.3.50

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 3C7.8 3 3.7 4.4 .4 7C4.4 12.1 7.9 16.4 12 21.5C14.4 18.5 16.7 15.7 19 12.8V8H22.8C23 7.7 23.4 7.3 23.6 7C20.3 4.4 16.2 3 12 3M21 10V16H23V10M21 18V20H23V18"></path>
  HTML
end