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