// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { SVGProps } from 'react';

const SvgWalletActionSwap24 = (props: SVGProps<SVGSVGElement>) => (
	<svg
		xmlns="http://www.w3.org/2000/svg"
		width="1em"
		height="1em"
		fill="none"
		viewBox="0 0 24 24"
		{...props}
	>
		<path
			fill="currentColor"
			d="M9.297 4.844c.008.468.312.765.828.765h6.016c.726 0 1.125.375 1.125 1.133v8.156l-1.11-1.203-.633-.633c-.328-.312-.773-.335-1.101-.015-.313.32-.305.781.015 1.101l2.665 2.657c.585.578 1.257.578 1.843 0l2.664-2.657c.32-.32.328-.78.016-1.101-.328-.32-.773-.297-1.102.015l-.632.633-1.102 1.196V6.617c0-1.672-.875-2.539-2.563-2.539h-6.101c-.516 0-.836.297-.828.766ZM2.383 9.687c.32.329.765.305 1.094-.015l.64-.625 1.094-1.195v8.273c0 1.672.875 2.54 2.562 2.54h6.102c.516 0 .836-.298.828-.767-.008-.476-.312-.765-.828-.765H7.867c-.726 0-1.125-.383-1.125-1.14V7.835l1.102 1.21.64.626c.32.32.774.344 1.094.015.32-.32.313-.773-.016-1.093L6.898 5.938c-.586-.586-1.25-.586-1.836 0L2.398 8.594c-.328.32-.336.773-.015 1.094Z"
		/>
	</svg>
);
export default SvgWalletActionSwap24;
