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