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