Sha256: 1ebb287aa9ac4baa83d975e0e515204a6809daacbf49f4f22124fd4a0b8db9f3

Contents?: true

Size: 972 Bytes

Versions: 10

Compression:

Stored size: 972 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandWeibo < 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:
                'M19 14.127c0 3.073 -3.502 5.873 -8 5.873c-4.126 0 -8 -2.224 -8 -5.565c0 -1.78 .984 -3.737 2.7 -5.567c2.362 -2.51 5.193 -3.687 6.551 -2.238c.415 .44 .752 1.39 .749 2.062c2 -1.615 4.308 .387 3.5 2.693c1.26 .557 2.5 .538 2.5 2.742z'
            )
            s.path(d: 'M15 4h1a5 5 0 0 1 5 5v1')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/brand_weibo.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/brand_weibo.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/brand_weibo.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/brand_weibo.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/brand_weibo.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/brand_weibo.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/brand_weibo.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/brand_weibo.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/brand_weibo.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/brand_weibo.rb