// Copyright (c) Mysten Labs, Inc. // Modifications Copyright (c) 2024 IOTA Stiftung // SPDX-License-Identifier: Apache-2.0 import type { ComponentProps } from 'react'; export function IotaIcon(props: ComponentProps<'svg'>) { return ( ); }