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