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