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