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