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