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

const SvgWalletActionStake24 = (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="#fff" d="M20 16c0 2.21-3.582 4-8 4s-8-1.79-8-4 3.582-4 8-4 8 1.79 8 4Z" />
		<path
			fill="currentColor"
			fillRule="evenodd"
			d="M16.986 17.487C18.274 16.843 18.5 16.23 18.5 16c0-.23-.226-.843-1.514-1.487-1.199-.6-2.96-1.013-4.986-1.013-2.027 0-3.787.414-4.986 1.013C5.726 15.157 5.5 15.77 5.5 16c0 .23.226.843 1.514 1.487 1.199.6 2.96 1.013 4.986 1.013 2.027 0 3.787-.414 4.986-1.013ZM12 20c4.418 0 8-1.79 8-4s-3.582-4-8-4-8 1.79-8 4 3.582 4 8 4Z"
			clipRule="evenodd"
		/>
		<path fill="#fff" d="M20 12c0 2.21-3.582 4-8 4s-8-1.79-8-4 3.582-4 8-4 8 1.79 8 4Z" />
		<path
			fill="currentColor"
			fillRule="evenodd"
			d="M16.986 13.487C18.274 12.843 18.5 12.23 18.5 12c0-.23-.226-.843-1.514-1.487C15.787 9.913 14.026 9.5 12 9.5c-2.027 0-3.787.414-4.986 1.013C5.726 11.157 5.5 11.77 5.5 12c0 .23.226.843 1.514 1.487 1.199.6 2.96 1.013 4.986 1.013 2.027 0 3.787-.414 4.986-1.013ZM12 16c4.418 0 8-1.79 8-4s-3.582-4-8-4-8 1.79-8 4 3.582 4 8 4Z"
			clipRule="evenodd"
		/>
		<path fill="currentColor" d="M20 8c0 2.21-3.582 4-8 4s-8-1.79-8-4 3.582-4 8-4 8 1.79 8 4Z" />
	</svg>
);
export default SvgWalletActionStake24;
