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