import * as React from 'react'; export interface PaintBucket-4032Props extends React.SVGProps { ariaLabel?: string } export default function PaintBucket-4032({ ariaLabel, ...props }: PaintBucket-4032Props) { return ( ); }