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