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