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