Sha256: 9c3a333824fd96ab9011e32190aad32371ed6b435f74ebb5ad6fe0976f50f244

Contents?: true

Size: 1003 Bytes

Versions: 16

Compression:

Stored size: 1003 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class TokenSwapFill < 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:
                'M21.5 9C21.5 11.7039 19.849 14.0223 17.5 15.0018L17.5 15C17.5 10.3056 13.6944 6.5 9.00001 6.5L8.99817 6.5C9.97773 4.15105 12.2961 2.5 15 2.5C18.5899 2.5 21.5 5.41015 21.5 9ZM7 3C4.79086 3 3 4.79086 3 7V8.5H5V7C5 5.89543 5.89543 5 7 5H8.5V3H7ZM19 15.5V17C19 18.1046 18.1046 19 17 19H15.5V21H17C19.2091 21 21 19.2091 21 17V15.5H19ZM9 21.5C12.5899 21.5 15.5 18.5899 15.5 15C15.5 11.4101 12.5899 8.5 9 8.5C5.41015 8.5 2.5 11.4101 2.5 15C2.5 18.5899 5.41015 21.5 9 21.5ZM9 12.5L11.5 15L9 17.5L6.5 15L9 12.5Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

16 entries across 16 versions & 2 rubygems

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