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