Sha256: 4c16e4742f77fa47fd75a3f5f27913eff46e46cc9476dfd56ddcf43e7647ab63

Contents?: true

Size: 902 Bytes

Versions: 14

Compression:

Stored size: 902 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandPeanut < 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:
                'M15 16.25l-.816 -.36l-.462 -.196c-1.444 -.592 -2 -.593 -3.447 0l-.462 .195l-.817 .359a4.5 4.5 0 1 1 0 -8.49v0l1.054 .462l.434 .178c1.292 .507 1.863 .48 3.237 -.082l.462 -.195l.817 -.359a4.5 4.5 0 1 1 0 8.49'
            )
          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_peanut.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/brand_peanut.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/brand_peanut.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/brand_peanut.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/brand_peanut.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/brand_peanut.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/brand_peanut.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/brand_peanut.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/brand_peanut.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/brand_peanut.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/brand_peanut.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/brand_peanut.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/brand_peanut.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/brand_peanut.rb