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