Sha256: 8879cd174bde0b6efef362c40513d96eda47e000fb786bdc84ce2139440c8168

Contents?: true

Size: 955 Bytes

Versions: 18

Compression:

Stored size: 955 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class RippleOff < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            **attrs,
            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 7c.915 -.61 1.83 -1.034 2.746 -1.272m4.212 .22c.68 .247 1.361 .598 2.042 1.052c3 2 6 2 9 0'
            )
            s.path(d: 'M3 17c3 -2 6 -2 9 0c2.092 1.395 4.184 1.817 6.276 1.266')
            s.path(
              d: 'M3 12c3 -2 6 -2 9 0m5.482 1.429c1.173 -.171 2.345 -.647 3.518 -1.429'
            )
            s.path(d: 'M3 3l18 18')
          end
        end
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-tabler-1.8.0 lib/phlex/icons/tabler/ripple_off.rb
phlex-icons-1.8.0 lib/phlex/icons/tabler/ripple_off.rb
phlex-icons-1.7.0 lib/phlex/icons/tabler/ripple_off.rb
phlex-icons-tabler-1.7.0 lib/phlex/icons/tabler/ripple_off.rb
phlex-icons-tabler-1.6.0 lib/phlex/icons/tabler/ripple_off.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/ripple_off.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/ripple_off.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/ripple_off.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/ripple_off.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/ripple_off.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/ripple_off.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/ripple_off.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/ripple_off.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/ripple_off.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/ripple_off.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/ripple_off.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/ripple_off.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/ripple_off.rb