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