Sha256: 5f97bc95de3e152f87c0abe5121abf334d2f5b565db66852e65ed624d92e4890

Contents?: true

Size: 1005 Bytes

Versions: 14

Compression:

Stored size: 1005 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class RadioactiveOff < 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:
                'M14.118 14.127c-.182 .181 -.39 .341 -.618 .473l3 5.19a9 9 0 0 0 1.856 -1.423m1.68 -2.32a8.993 8.993 0 0 0 .964 -4.047h-5'
            )
            s.path(d: 'M13.5 9.4l3 -5.19a9 9 0 0 0 -8.536 -.25')
            s.path(d: 'M10.5 14.6l-3 5.19a9 9 0 0 1 -4.5 -7.79h6a3 3 0 0 0 1.5 2.6')
            s.path(d: 'M3 3l18 18')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

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