Class: PhlexIcons::Remix::SignalWifiErrorLine

Inherits:
Base
  • Object
show all
Defined in:
lib/phlex-icons/remix/signal_wifi_error_line.rb

Instance Attribute Summary

Attributes inherited from Base

#attrs

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from PhlexIcons::Remix::Base

Instance Method Details

#view_templateObject



7
8
9
10
11
12
13
14
15
16
17
18
19
# File 'lib/phlex-icons/remix/signal_wifi_error_line.rb', line 7

def view_template
  svg(
    **attrs,
    viewbox: '0 0 24 24',
    fill: 'currentColor',
    xmlns: 'http://www.w3.org/2000/svg'
  ) do |s|
    s.path(
      d:
        'M12.0005 3C16.2849 3 20.2196 4.49683 23.3104 6.99607L22.0539 8.55224C19.3066 6.33059 15.809 5 12.0005 5C8.91158 5 6.02706 5.87535 3.58152 7.39152L12.0005 17.8169L17.9999 10.388V13.571L12.0005 21L0.689941 6.99671C3.78078 4.49709 7.71583 3 12.0005 3ZM22.0005 19V21H20.0005V19H22.0005ZM22.0005 10V17H20.0005V10H22.0005Z'
    )
  end
end