Sha256: c20073d06d4ecb57e201c6c265800fc746ba0d8b6114566d6a9b1bb4d9e053ad

Contents?: true

Size: 1.01 KB

Versions: 12

Compression:

Stored size: 1.01 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandAlipay < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            class: classes,
            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:
                'M19 3h-14a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-14a2 2 0 0 0 -2 -2z'
            )
            s.path(d: 'M7 7h10')
            s.path(d: 'M12 3v7')
            s.path(
              d:
                'M21 17.314c-2.971 -1.923 -15 -8.779 -15 -1.864c0 1.716 1.52 2.55 2.985 2.55c3.512 0 6.814 -5.425 6.814 -8h-6.604'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
phlex-icons-tabler-0.17.0 lib/phlex/icons/tabler/brand_alipay.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_alipay.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_alipay.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_alipay.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_alipay.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_alipay.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_alipay.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_alipay.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_alipay.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_alipay.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_alipay.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_alipay.rb