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