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