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