Sha256: 07c34f65dda15ac07e8489e9412cda430636305c8a44e9905f494b5c6d393ca0

Contents?: true

Size: 1.95 KB

Versions: 24

Compression:

Stored size: 1.95 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class WechatPayLine < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M19.1458 8.99325L9.34705 14.6006L9.27753 14.6465C9.18483 14.6925 9.09213 14.7154 8.97625 14.7154C8.72133 14.7154 8.51275 14.5776 8.39688 14.3709L8.35053 14.2791L6.51971 10.329C6.49653 10.283 6.49653 10.2371 6.49653 10.1912C6.49653 10.0074 6.63558 9.86964 6.82098 9.86964C6.8905 9.86964 6.96003 9.8926 7.02955 9.93853L9.18483 11.4543C9.34705 11.5461 9.53245 11.615 9.74103 11.615C9.8569 11.615 9.97278 11.5921 10.0887 11.5461L18.3634 7.89746C16.9347 6.27313 14.6348 5.19995 12.0006 5.19995C7.57986 5.19995 4.10059 8.22235 4.10059 11.8C4.10059 13.1655 4.60024 14.4728 5.53227 15.5809C5.58056 15.6383 5.65277 15.7177 5.74666 15.8155C6.54199 16.6438 6.94301 17.7739 6.84765 18.9182L6.82289 19.2153L7.53841 18.7789C8.34812 18.2851 9.30697 18.095 10.2438 18.2426C10.4553 18.2759 10.6292 18.3015 10.7634 18.3192C11.1696 18.3728 11.5828 18.4 12.0006 18.4C16.4213 18.4 19.9006 15.3776 19.9006 11.8C19.9006 10.8036 19.6307 9.85022 19.1458 8.99325ZM6.19286 21.9423C6.00989 22.0566 5.79484 22.1087 5.57981 22.0908C5.02944 22.045 4.62045 21.5616 4.66631 21.0112L4.85456 18.7521C4.90224 18.1799 4.70173 17.6149 4.30407 17.2008C4.1819 17.0735 4.08111 16.9627 4.0017 16.8683C2.80622 15.447 2.10059 13.6951 2.10059 11.8C2.10059 7.0503 6.53297 3.19995 12.0006 3.19995C17.4682 3.19995 21.9006 7.0503 21.9006 11.8C21.9006 16.5496 17.4682 20.4 12.0006 20.4C11.4911 20.4 10.9906 20.3665 10.5018 20.302C10.3491 20.2819 10.1593 20.254 9.93256 20.2182C9.46412 20.1444 8.9847 20.2395 8.57985 20.4864L6.19286 21.9423Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-remix-0.17.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/wechat_pay_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/wechat_pay_line.rb