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