Sha256: 4a661ab1462c27fd836c2ee65a424e93bc48c802e5efee79c12df593cdc3cc6b

Contents?: true

Size: 1.76 KB

Versions: 14

Compression:

Stored size: 1.76 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandPaypal < Base
        def filled
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'currentColor'
          ) do |s|
            s.path(
              d:
                'M12.5 2c3.113 0 5.309 1.785 5.863 4.565c1.725 1.185 2.637 3.152 2.637 5.435c0 2.933 -2.748 5.384 -5.783 5.496l-.217 .004h-1.754l-.466 2.8a1.998 1.998 0 0 1 -1.823 1.597l-.157 .003h-2.68a1.5 1.5 0 0 1 -1.182 -.54a1.495 1.495 0 0 1 -.348 -1.07l.042 -.29h-1.632c-1.004 0 -1.914 -.864 -1.994 -1.857l-.006 -.143l.01 -.141l1.993 -13.954l.003 -.048c.072 -.894 .815 -1.682 1.695 -1.832l.156 -.02l.143 -.005h5.5zm5.812 7.35l-.024 .087c-.706 2.403 -3.072 4.436 -5.555 4.557l-.233 .006h-2.503v.05l-.025 .183l-1.2 5a1.007 1.007 0 0 1 -.019 .07l-.088 .597h2.154l.595 -3.564a1 1 0 0 1 .865 -.829l.121 -.007h2.6c2.073 0 4 -1.67 4 -3.5c0 -1.022 -.236 -1.924 -.688 -2.65z'
            )
          end
        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:
                'M10 13l2.5 0c2.5 0 5 -2.5 5 -5c0 -3 -1.9 -5 -5 -5h-5.5c-.5 0 -1 .5 -1 1l-2 14c0 .5 .5 1 1 1h2.8l1.2 -5c.1 -.6 .4 -1 1 -1zm7.5 -5.8c1.7 1 2.5 2.8 2.5 4.8c0 2.5 -2.5 4.5 -5 4.5h-2.6l-.6 3.6a1 1 0 0 1 -1 .8l-2.7 0a.5 .5 0 0 1 -.5 -.6l.2 -1.4'
            )
          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_paypal.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/brand_paypal.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/brand_paypal.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/brand_paypal.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/brand_paypal.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/brand_paypal.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/brand_paypal.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/brand_paypal.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/brand_paypal.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/brand_paypal.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/brand_paypal.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/brand_paypal.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/brand_paypal.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/brand_paypal.rb