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

const SvgCopy18 = (props: SVGProps<SVGSVGElement>) => (
	<svg
		xmlns="http://www.w3.org/2000/svg"
		width="1em"
		height="1em"
		fill="none"
		viewBox="0 0 19 19"
		{...props}
	>
		<rect
			width={13.227}
			height={13.227}
			x={0.75}
			y={5.023}
			stroke="#A0B6C3"
			strokeWidth={1.5}
			rx={2.25}
		/>
		<path
			stroke="#A0B6C3"
			strokeWidth={1.5}
			d="M4.91 3.455V3a2 2 0 0 1 2-2H16a2 2 0 0 1 2 2v9.09a2 2 0 0 1-2 2h-.454"
		/>
	</svg>
);
export default SvgCopy18;
