UNPKG

@unstoppabledomains/ui-kit

Version:

A set of common Unstoppable Domains components

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