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