@untitled-theme/icons-react
Version:
Untitled UI icons for React
9 lines (8 loc) • 779 B
TypeScript
import * as React from 'react';
interface Webcam02IconProps extends React.SVGProps<SVGSVGElement> {
}
/**
* 
*/
declare const Webcam02Icon: React.ForwardRefExoticComponent<Omit<Webcam02IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export default Webcam02Icon;