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