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