blowfish/node_modules/@heroicons/react/20/solid/UserCircleIcon.d.ts
2023-01-29 22:30:24 +00:00

3 lines
184 B
TypeScript

import * as React from 'react';
declare function UserCircleIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
export default UserCircleIcon;