Sha256: deffc04090f561d32adaccb514ab7eac489b3b52efde1275b540b94c5165f81b

Contents?: true

Size: 966 Bytes

Versions: 14

Compression:

Stored size: 966 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandBadoo < 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:
                'M22 9.43c0 5.838 -4.477 10.57 -10 10.57s-10 -4.662 -10 -10.5c0 -2.667 1.83 -5.01 4.322 -5.429c2.492 -.418 4.9 1.392 5.678 3.929c.768 -2.54 3.177 -4.354 5.668 -3.931c2.495 .417 4.332 2.69 4.332 5.36z'
            )
            s.path(d: 'M7.5 10c0 2.761 2.015 5 4.5 5s4.5 -2.239 4.5 -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_badoo.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/brand_badoo.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/brand_badoo.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/brand_badoo.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/brand_badoo.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/brand_badoo.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/brand_badoo.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/brand_badoo.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/brand_badoo.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/brand_badoo.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/brand_badoo.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/brand_badoo.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/brand_badoo.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/brand_badoo.rb