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