Sha256: a12bd0ad9a09e04697cd49e34dd5a71a902b42e14f9ab02792da4a80c92e939d

Contents?: true

Size: 1.05 KB

Versions: 12

Compression:

Stored size: 1.05 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class CarrotOff < 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:
                'M8.868 8.846c-2.756 3.382 -5.868 12.154 -5.868 12.154s8.75 -3.104 12.134 -5.85m1.667 -2.342a4.486 4.486 0 0 0 -5.589 -5.615'
            )
            s.path(d: 'M9 13l-1.5 -1.5')
            s.path(d: 'M22 8s-1.14 -2 -3 -2c-1.406 0 -3 2 -3 2s1.14 2 3 2s3 -2 3 -2z')
            s.path(d: 'M16 2s-2 1.14 -2 3s2 3 2 3s2 -1.577 2 -3c0 -1.86 -2 -3 -2 -3z')
            s.path(d: 'M3 3l18 18')
          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/carrot_off.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/carrot_off.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/carrot_off.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/carrot_off.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/carrot_off.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/carrot_off.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/carrot_off.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/carrot_off.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/carrot_off.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/carrot_off.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/carrot_off.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/carrot_off.rb