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