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