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