{
  "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=\"M19.5302 9.53021C19.8231 9.23732 19.8231 8.76244 19.5302 8.46955L15.5302 4.46955C15.2373 4.17665 14.7624 4.17666 14.4695 4.46955L6.93918 11.9999C5.65401 12.0042 4.37016 12.4966 3.3896 13.4772C3.24895 13.6178 3.16993 13.8086 3.16993 14.0075C3.16993 14.2064 3.24895 14.3972 3.3896 14.5378L5.89543 17.0437L4.21956 18.7196C3.92666 19.0125 3.92666 19.4873 4.21956 19.7802C4.51245 20.0731 4.98732 20.0731 5.28022 19.7802L6.95609 18.1043L9.46197 20.6102C9.75487 20.9031 10.2297 20.9031 10.5226 20.6102C11.5032 19.6296 11.9956 18.3457 11.9999 17.0605L19.5302 9.53021Z\" fill=\"currentColor\"/><path d=\"M7.28022 1.28022C6.98732 0.987324 6.51245 0.987323 6.21956 1.28022L2.28022 5.21956C1.98732 5.51245 1.98732 5.98732 2.28022 6.28022L3.49989 7.49989L8.49989 2.49989L7.28022 1.28022Z\" fill=\"currentColor\"/><path d=\"M9.49989 3.49989L4.49989 8.49989L6.24989 10.2499L11.2499 5.24989L9.49989 3.49989Z\" fill=\"currentColor\"/><path d=\"M18.7499 12.7499L13.7499 17.7499L15.4999 19.4999L20.4999 14.4999L18.7499 12.7499Z\" fill=\"currentColor\"/><path d=\"M21.4999 15.4999L16.4999 20.4999L17.7196 21.7196C18.0125 22.0124 18.4873 22.0124 18.7802 21.7196L22.7196 17.7802C23.0124 17.4873 23.0124 17.0125 22.7196 16.7196L21.4999 15.4999Z\" 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,gBAA8zC,EAA9zC,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kjBAAkjB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sLAAsL,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,GAGxzC",
  "debugId": "A232E49C084F981464756E2164756E21",
  "names": []
}