Class: Mdi::WifiStrength2

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/wifi_strength_2.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.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M12,3C7.79,3 3.7,4.41 0.38,7C4.41,12.06 7.89,16.37 12,21.5C16.08,16.42 20.24,11.24 23.65,7C20.32,4.41 16.22,3 12,3M12,5C15.07,5 18.09,5.86 20.71,7.45L17.5,11.43C16.26,10.74 14.37,10 12,10C9.62,10 7.74,10.75 6.5,11.43L3.27,7.44C5.91,5.85 8.93,5 12,5Z"></path>
  HTML
end