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