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