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