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