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