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