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