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