Sha256: c4332e8004e4a44acbd3a019f6853f359d3671a4ed700b31b5752c2f18fa35d6

Contents?: true

Size: 1.35 KB

Versions: 14

Compression:

Stored size: 1.35 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandTiktok < Base
        def filled
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'currentColor'
          ) do |s|
            s.path(
              d:
                'M16.083 2h-4.083a1 1 0 0 0 -1 1v11.5a1.5 1.5 0 1 1 -2.519 -1.1l.12 -.1a1 1 0 0 0 .399 -.8v-4.326a1 1 0 0 0 -1.23 -.974a7.5 7.5 0 0 0 1.73 14.8l.243 -.005a7.5 7.5 0 0 0 7.257 -7.495v-2.7l.311 .153c1.122 .53 2.333 .868 3.59 .993a1 1 0 0 0 1.099 -.996v-4.033a1 1 0 0 0 -.834 -.986a5.005 5.005 0 0 1 -4.097 -4.096a1 1 0 0 0 -.986 -.835z'
            )
          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:
                'M21 7.917v4.034a9.948 9.948 0 0 1 -5 -1.951v4.5a6.5 6.5 0 1 1 -8 -6.326v4.326a2.5 2.5 0 1 0 4 2v-11.5h4.083a6.005 6.005 0 0 0 4.917 4.917z'
            )
          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_tiktok.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/brand_tiktok.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/brand_tiktok.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/brand_tiktok.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/brand_tiktok.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/brand_tiktok.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/brand_tiktok.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/brand_tiktok.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/brand_tiktok.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/brand_tiktok.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/brand_tiktok.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/brand_tiktok.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/brand_tiktok.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/brand_tiktok.rb