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