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