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