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