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