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