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