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