Class: Mdi::WifiStrength2Alert

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/wifi_strength_2_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_2_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.8V9.6L17.5 11.4C16.3 10.7 14.4 10 12 10C9.6 10 7.7 10.8 6.5 11.4L3.3 7.4C5.9 5.8 8.9 5 12 5S18.1 5.9 20.7 7.4L20.3 8H22.9C23.1 7.7 23.5 7.3 23.7 7C20.3 4.4 16.2 3 12 3M21 10V16H23V10M21 18V20H23V18"></path>
  HTML
end