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