{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSatellite2/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\n      width={typeof size === \"number\" ? `${size}px` : size}\n      height={typeof size === \"number\" ? `${size}px` : size}\n      viewBox=\"0 0 24 24\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconSatellite2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"satellite-2, radar, feed\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.5695 10.4443C19.6369 9.36925 19.6339 7.63337 18.5626 6.56212L17.4379 5.4374C16.3667 4.36617 14.6308 4.36307 13.5557 5.43048L6.93944 11.9998C5.65426 12.0041 4.37042 12.4965 3.38986 13.4771C3.2492 13.6177 3.17019 13.8085 3.17019 14.0074C3.17019 14.2063 3.2492 14.3971 3.38986 14.5377L5.89569 17.0436L4.21981 18.7194C3.92692 19.0123 3.92692 19.4872 4.21981 19.7801C4.51271 20.073 4.98758 20.073 5.28047 19.7801L6.95635 18.1042L9.46223 20.6101C9.75512 20.903 10.23 20.903 10.5229 20.6101C11.5035 19.6295 11.9959 18.3456 12.0002 17.0604L18.5695 10.4443Z\" fill=\"currentColor\"/><path d=\"M8.50026 2.49978C7.53377 1.53328 5.96676 1.53328 5.00027 2.49978L3.50026 3.99978C2.53377 4.96627 2.53377 6.53328 3.50026 7.49978L8.50026 2.49978Z\" fill=\"currentColor\"/><path d=\"M9.50026 3.49978L4.50026 8.49978L6.25026 10.2498L11.2503 5.24978L9.50026 3.49978Z\" fill=\"currentColor\"/><path d=\"M18.7503 12.7498L13.7503 17.7498L15.5003 19.4998L20.5003 14.4998L18.7503 12.7498Z\" fill=\"currentColor\"/><path d=\"M21.5003 15.4998L16.5003 20.4998C17.4668 21.4663 19.0338 21.4663 20.0003 20.4998L21.5003 18.9998C22.4668 18.0333 22.4668 16.4663 21.5003 15.4998Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSatellite2;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAqvC,EAArvC,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2iBAA2iB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oJAAoJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oJAAoJ,KAAK,eAAc,CAAI,GAG/uC",
  "debugId": "0655342D56E5A54364756E2164756E21",
  "names": []
}