Sha256: a44ee070666bda063b84efa37ce6f0786fa176fe00de4ae0138c9cbba7d29462

Contents?: true

Size: 1.27 KB

Versions: 12

Compression:

Stored size: 1.27 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandAdobeAfterEffect < 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:
                'M3 12c0 -4.243 0 -6.364 1.318 -7.682s3.44 -1.318 7.682 -1.318s6.364 0 7.682 1.318s1.318 3.44 1.318 7.682s0 6.364 -1.318 7.682s-3.44 1.318 -7.682 1.318s-6.364 0 -7.682 -1.318s-1.318 -3.44 -1.318 -7.682'
            )
            s.path(
              d:
                'M12 15.79l-.82 -2.653m-4.864 2.652l.82 -2.652m0 0l.686 -2.218c.559 -1.806 .838 -2.708 1.336 -2.708s.777 .902 1.335 2.708l.686 2.218m-4.043 0h4.043'
            )
            s.path(
              d:
                'M13.895 12.824v1.07a1.895 1.895 0 0 0 3.54 .942m-3.54 -2.012v-.824a1.895 1.895 0 1 1 3.79 0v.824z'
            )
          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_adobe_after_effect.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_adobe_after_effect.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_adobe_after_effect.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_adobe_after_effect.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_adobe_after_effect.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_adobe_after_effect.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_adobe_after_effect.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_adobe_after_effect.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_adobe_after_effect.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_adobe_after_effect.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_adobe_after_effect.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_adobe_after_effect.rb