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