UNPKG

@unstoppabledomains/ui-kit

Version:

A set of common Unstoppable Domains components

5 lines (4 loc) 179 B
import { type SvgIconProps } from '@mui/material/SvgIcon'; import React from 'react'; declare const MyCrypto: (props: SvgIconProps) => React.JSX.Element; export default MyCrypto;