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