Sha256: 6cb78e90b410a82bc863bb2e2f34d9e72d5957008f3a2f18c7872dce45d99072

Contents?: true

Size: 1.26 KB

Versions: 18

Compression:

Stored size: 1.26 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandItch < 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:
                'M2 7v1c0 1.087 1.078 2 2 2c1.107 0 2 -.91 2 -2c0 1.09 .893 2 2 2s2 -.91 2 -2c0 1.09 .893 2 2 2s2 -.91 2 -2c0 1.09 .893 2 2 2s2 -.91 2 -2c0 1.09 .893 2 2 2c.922 0 2 -.913 2 -2v-1c-.009 -.275 -.538 -.964 -1.588 -2.068a3 3 0 0 0 -2.174 -.932h-12.476a3 3 0 0 0 -2.174 .932c-1.05 1.104 -1.58 1.793 -1.588 2.068z'
            )
            s.path(
              d:
                'M4 10c-.117 6.28 .154 9.765 .814 10.456c1.534 .367 4.355 .535 7.186 .536c2.83 -.001 5.652 -.169 7.186 -.536c.99 -1.037 .898 -9.559 .814 -10.456'
            )
            s.path(d: 'M10 16l2 -2l2 2')
            s.path(d: 'M12 14v4')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-tabler-1.8.0 lib/phlex/icons/tabler/brand_itch.rb
phlex-icons-1.8.0 lib/phlex/icons/tabler/brand_itch.rb
phlex-icons-1.7.0 lib/phlex/icons/tabler/brand_itch.rb
phlex-icons-tabler-1.7.0 lib/phlex/icons/tabler/brand_itch.rb
phlex-icons-tabler-1.6.0 lib/phlex/icons/tabler/brand_itch.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/brand_itch.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/brand_itch.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/brand_itch.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/brand_itch.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/brand_itch.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/brand_itch.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/brand_itch.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/brand_itch.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/brand_itch.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/brand_itch.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/brand_itch.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/brand_itch.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/brand_itch.rb