// Copyright (c) Mysten Labs, Inc. // Modifications Copyright (c) 2024 IOTA Stiftung // SPDX-License-Identifier: Apache-2.0 import type { ComponentProps } from 'react'; // FIXME: Replace this with a 10x10 icon to match the CheckIcon, or alternatively make the CheckIcon bigger // Right now, the icons don't align on mobile :( export function BackIcon(props: ComponentProps<'svg'>) { return ( ); }