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