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