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