Sha256: 24c445b26b02684762cf3bdfcdb5735e8acd1e3b981740b933749f1db8ab7a22

Contents?: true

Size: 1.22 KB

Versions: 12

Compression:

Stored size: 1.22 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class WavesElectricity < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'none',
            stroke: 'currentColor',
            stroke_width: '2',
            stroke_linecap: 'round',
            stroke_linejoin: 'round'
          ) do |s|
            s.path(
              d:
                'M3 12c.576 -.643 1.512 -1.017 2.5 -1c.988 -.017 1.924 .357 2.5 1c.576 .643 1.512 1.017 2.5 1c.988 .017 1.924 -.357 2.5 -1'
            )
            s.path(
              d:
                'M3 16c.576 -.643 1.512 -1.017 2.5 -1c.988 -.017 1.924 .357 2.5 1c.576 .643 1.512 1.017 2.5 1c.988 .017 1.924 -.357 2.5 -1'
            )
            s.path(
              d:
                'M3 8c.576 -.643 1.512 -1.017 2.5 -1c.988 -.017 1.924 .357 2.5 1c.576 .643 1.512 1.017 2.5 1c.988 .017 1.924 -.357 2.5 -1'
            )
            s.path(d: 'M20 7l-3 5h4l-3 5')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
phlex-icons-tabler-0.17.0 lib/phlex/icons/tabler/waves_electricity.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/waves_electricity.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/waves_electricity.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/waves_electricity.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/waves_electricity.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/waves_electricity.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/waves_electricity.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/waves_electricity.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/waves_electricity.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/waves_electricity.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/waves_electricity.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/waves_electricity.rb