Sha256: 35ab64334ac56595377a8d21bb0a8e7cdcb8db5dbbd91b48bb5aa8cf736f5315

Contents?: true

Size: 1.31 KB

Versions: 14

Compression:

Stored size: 1.31 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ExchangeCnyFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M5.37833 4.51335C7.14264 2.95113 9.46301 2.00275 12.0049 2.00275C17.5277 2.00275 22.0049 6.4799 22.0049 12.0027C22.0049 14.1277 21.3421 16.0978 20.212 17.7177L17.5049 12.0027H20.0049C20.0049 7.58447 16.4232 4.00275 12.0049 4.00275C9.76058 4.00275 7.73213 4.92691 6.27932 6.41544L5.37833 4.51335ZM18.6314 19.4921C16.8671 21.0544 14.5468 22.0027 12.0049 22.0027C6.48204 22.0027 2.00488 17.5256 2.00488 12.0027C2.00488 9.8778 2.66767 7.90766 3.79778 6.28776L6.50488 12.0027H4.00488C4.00488 16.421 7.5866 20.0027 12.0049 20.0027C14.2492 20.0027 16.2776 19.0786 17.7304 17.59L18.6314 19.4921ZM13.0049 13.5383H16.0049V15.5383H13.0049V17.5383H11.0049V15.5383H8.00488V13.5383H11.0049V12.5383H8.00488V10.5383H10.5907L8.46935 8.41696L9.88356 7.00275L12.0049 9.12407L14.1262 7.00275L15.5404 8.41696L13.4191 10.5383H16.0049V12.5383H13.0049V13.5383Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/exchange_cny_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/exchange_cny_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/exchange_cny_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/exchange_cny_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/exchange_cny_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/exchange_cny_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/exchange_cny_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/exchange_cny_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/exchange_cny_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/exchange_cny_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/exchange_cny_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/exchange_cny_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/exchange_cny_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/exchange_cny_fill.rb