{
  "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.823 10.2377C19.5064 9.55424 19.5064 8.4462 18.823 7.76278L16.2372 5.17699C15.5537 4.49357 14.4457 4.49358 13.7623 5.17699L6.93903 12.0003C5.65386 12.0045 4.37001 12.497 3.38945 13.4775C3.2488 13.6182 3.16978 13.8089 3.16978 14.0079C3.16978 14.2068 3.2488 14.3975 3.38945 14.5382L5.89528 17.044L4.21941 18.7199C3.92651 19.0128 3.92651 19.4877 4.21941 19.7806C4.5123 20.0734 4.98717 20.0734 5.28007 19.7806L6.95594 18.1047L9.46182 20.6106C9.75471 20.9034 10.2296 20.9034 10.5225 20.6106C11.5031 19.63 11.9955 18.3461 11.9998 17.0609L18.823 10.2377Z\" fill=\"currentColor\"/><path d=\"M7.98717 1.98766C7.30376 1.30424 6.19572 1.30424 5.5123 1.98766L2.98717 4.51279C2.30376 5.19621 2.30375 6.30424 2.98717 6.98766L3.49974 7.50022L8.49974 2.50022L7.98717 1.98766Z\" fill=\"currentColor\"/><path d=\"M9.49974 3.50022L4.49974 8.50022L6.24974 10.2502L11.2497 5.25022L9.49974 3.50022Z\" fill=\"currentColor\"/><path d=\"M18.7497 12.7502L13.7497 17.7502L15.4997 19.5002L20.4997 14.5002L18.7497 12.7502Z\" fill=\"currentColor\"/><path d=\"M21.4997 15.5002L16.4997 20.5002L17.0123 21.0128C17.6957 21.6962 18.8038 21.6962 19.4872 21.0128L22.0123 18.4877C22.6957 17.8042 22.6957 16.6962 22.0123 16.0128L21.4997 15.5002Z\" 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,gBAAkzC,EAAlzC,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yiBAAyiB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mLAAmL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oLAAoL,KAAK,eAAc,CAAI,GAG5yC",
  "debugId": "B4B8B744C0CC88BC64756E2164756E21",
  "names": []
}