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