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