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