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