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