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