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