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