Sha256: 394ed286329e5eef9f1787df1bffa9ecb3d76f08981c14383ec490d5761b7eaf

Contents?: true

Size: 762 Bytes

Versions: 18

Compression:

Stored size: 762 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class BrandTed < Base
        def filled
          raise NotImplementedError
        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: 'M2 8h4')
            s.path(d: 'M4 8v8')
            s.path(d: 'M13 8h-4v8h4')
            s.path(d: 'M9 12h2.5')
            s.path(d: 'M16 8v8h2a3 3 0 0 0 3 -3v-2a3 3 0 0 0 -3 -3h-2z')
          end
        end
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-tabler-1.8.0 lib/phlex/icons/tabler/brand_ted.rb
phlex-icons-1.8.0 lib/phlex/icons/tabler/brand_ted.rb
phlex-icons-1.7.0 lib/phlex/icons/tabler/brand_ted.rb
phlex-icons-tabler-1.7.0 lib/phlex/icons/tabler/brand_ted.rb
phlex-icons-tabler-1.6.0 lib/phlex/icons/tabler/brand_ted.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/brand_ted.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/brand_ted.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/brand_ted.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/brand_ted.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/brand_ted.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/brand_ted.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/brand_ted.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/brand_ted.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/brand_ted.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/brand_ted.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/brand_ted.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/brand_ted.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/brand_ted.rb