Sha256: ba5f468b4a02d09e2ed5b1dbf60349daecb49435db05ce7fcb984b98965c2eb8

Contents?: true

Size: 1.14 KB

Versions: 14

Compression:

Stored size: 1.14 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BucketOff < 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:
                'M5.029 5.036c-.655 .58 -1.029 1.25 -1.029 1.964c0 2.033 3.033 3.712 6.96 3.967m3.788 -.21c3.064 -.559 5.252 -2.029 5.252 -3.757c0 -2.21 -3.582 -4 -8 -4c-1.605 0 -3.1 .236 -4.352 .643'
            )
            s.path(
              d:
                'M4 7c0 .664 .088 1.324 .263 1.965l2.737 10.035c.5 1.5 2.239 2 5 2s4.5 -.5 5 -2c.1 -.3 .252 -.812 .457 -1.535m.862 -3.146c.262 -.975 .735 -2.76 1.418 -5.354a7.45 7.45 0 0 0 .263 -1.965'
            )
            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/bucket_off.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/bucket_off.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/bucket_off.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/bucket_off.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/bucket_off.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/bucket_off.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/bucket_off.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/bucket_off.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/bucket_off.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/bucket_off.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/bucket_off.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/bucket_off.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/bucket_off.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/bucket_off.rb