UNPKG

@unstoppabledomains/ui-kit

Version:

A set of common Unstoppable Domains components

5 lines (4 loc) 239 B
import { type SvgIconProps } from '@mui/material/SvgIcon'; import React from 'react'; declare const Person: React.ForwardRefExoticComponent<Omit<SvgIconProps<"svg", {}>, "ref"> & React.RefAttributes<SVGSVGElement>>; export default Person;