Files
vercel_dashboard_example/.pnpm-store/v11/files/bc/913377a92c1a43a6307163d88e3df0ce8dfdf806110b7f8f56d09827b156b1fa917efab854cf26bc63389afd8cf862aa1117c377105adee1df093d0761ec36
T
2026-05-12 14:53:15 +00:00

4 lines
256 B
Plaintext

import * as React from 'react';
declare const UserCircleIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
export default UserCircleIcon;