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