UNPKG

@unstoppabledomains/ui-kit

Version:

A set of common Unstoppable Domains components

8 lines (7 loc) 205 B
import { type SvgIconProps } from '@mui/material/SvgIcon'; import React from 'react'; declare const Discord: { (props: SvgIconProps): React.JSX.Element; muiName: string; }; export default Discord;