Sha256: 6d8feb67ca46090228bb6e02387c2f0bc77d439b9ab2c5bfa2ce397edc03bad3

Contents?: true

Size: 1.09 KB

Versions: 14

Compression:

Stored size: 1.09 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandCucumber < 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:
                'M20 10.99c-.01 5.52 -4.48 10 -10 10.01v-2.26l-.01 -.01c-4.28 -1.11 -6.86 -5.47 -5.76 -9.75a8 8 0 0 1 9.74 -5.76c3.53 .91 6.03 4.13 6.03 7.78v-.01z'
            )
            s.path(d: 'M10.5 8l-.5 -1')
            s.path(d: 'M13.5 14l.5 1')
            s.path(d: 'M9 12.5l-1 .5')
            s.path(d: 'M11 14l-.5 1')
            s.path(d: 'M13 8l.5 -1')
            s.path(d: 'M16 12.5l-1 -.5')
            s.path(d: 'M9 10l-1 -.5')
          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/brand_cucumber.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/brand_cucumber.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/brand_cucumber.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/brand_cucumber.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/brand_cucumber.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/brand_cucumber.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/brand_cucumber.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/brand_cucumber.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/brand_cucumber.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/brand_cucumber.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/brand_cucumber.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/brand_cucumber.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/brand_cucumber.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/brand_cucumber.rb