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