Sha256: ea6a4e828be1766be3654f60f8586bc12d067cf7290851c80f49aa3d961a79a4

Contents?: true

Size: 1.36 KB

Versions: 14

Compression:

Stored size: 1.36 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandSolidjs < 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 17.5c4.667 3 8 4.5 10 4.5c2.5 0 4 -1.5 4 -3.5s-1.5 -3.5 -4 -3.5c-2 0 -5.333 .833 -10 2.5z'
            )
            s.path(
              d:
                'M5 13.5c4.667 -1.667 8 -2.5 10 -2.5c2.5 0 4 1.5 4 3.5c0 .738 -.204 1.408 -.588 1.96l-2.883 3.825'
            )
            s.path(d: 'M22 6.5c-4 -3 -8 -4.5 -10 -4.5c-2.04 0 -2.618 .463 -3.419 1.545')
            s.path(d: 'M2 17.5l3 -4')
            s.path(d: 'M22 6.5l-3 4')
            s.path(d: 'M8.581 3.545l-2.953 3.711')
            s.path(
              d:
                'M7.416 12.662c-1.51 -.476 -2.416 -1.479 -2.416 -3.162c0 -2.5 1.5 -3.5 4 -3.5c1.688 0 5.087 1.068 8.198 3.204a114.76 114.76 0 0 1 1.802 1.296l-2.302 .785'
            )
          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_solidjs.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/brand_solidjs.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/brand_solidjs.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/brand_solidjs.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/brand_solidjs.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/brand_solidjs.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/brand_solidjs.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/brand_solidjs.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/brand_solidjs.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/brand_solidjs.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/brand_solidjs.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/brand_solidjs.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/brand_solidjs.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/brand_solidjs.rb