Sha256: dc677487a1038740a02e1a42aabb170287e47ce0ca340fdd9ab24b9b12c53f9e

Contents?: true

Size: 1.23 KB

Versions: 18

Compression:

Stored size: 1.23 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandWechat < 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:
                'M16.5 10c3.038 0 5.5 2.015 5.5 4.5c0 1.397 -.778 2.645 -2 3.47l0 2.03l-1.964 -1.178a6.649 6.649 0 0 1 -1.536 .178c-3.038 0 -5.5 -2.015 -5.5 -4.5s2.462 -4.5 5.5 -4.5z'
            )
            s.path(
              d:
                'M11.197 15.698c-.69 .196 -1.43 .302 -2.197 .302a8.008 8.008 0 0 1 -2.612 -.432l-2.388 1.432v-2.801c-1.237 -1.082 -2 -2.564 -2 -4.199c0 -3.314 3.134 -6 7 -6c3.782 0 6.863 2.57 7 5.785l0 .233'
            )
            s.path(d: 'M10 8h.01')
            s.path(d: 'M7 8h.01')
            s.path(d: 'M15 14h.01')
            s.path(d: 'M18 14h.01')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

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