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