Files
vercel_dashboard_example/.pnpm-store/v11/files/06/e67a81c853fcc7cff565c1bd0789ca0bb6bd179d9c865cf14e0f6e6e12075c05f39b1b8e77bedc581f033b8c4a1723156e64a043b6b940cb1c5ec924ebaa8e
T
2026-05-12 14:53:15 +00:00

4 lines
258 B
Plaintext

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