Sha256: a95e8c2cec3fabcf6c5d2d5a3b4057e44ddcf102851b0375dfa314f5b73dfe48

Contents?: true

Size: 1.37 KB

Versions: 12

Compression:

Stored size: 1.37 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandTiktok < Base
        def filled
          svg(
            class: classes,
            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(
            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:
                '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

12 entries across 12 versions & 2 rubygems

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