{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconTelescope/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 IconTelescope: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"telescope, deep-search, research\"><path d=\"M15.0343 4.52781C13.9963 4.9056 13.4611 6.05328 13.8389 7.09124L15.72 12.2595C16.0978 13.2975 17.2455 13.8327 18.2835 13.4549L22.0422 12.0868C23.0802 11.709 23.6154 10.5613 23.2376 9.52339L21.3565 4.35508C20.9787 3.31712 19.831 2.78195 18.793 3.15973L15.0343 4.52781Z\" fill=\"currentColor\"/><path d=\"M7.13337 10.5961C6.75558 9.55817 7.29076 8.41048 8.32871 8.0327L12.0875 6.66462L14.6526 13.7123L11.4991 14.8601V19.4999H13.7491C14.1633 19.4999 14.4991 19.8357 14.4991 20.2499C14.4991 20.6642 14.1633 20.9999 13.7491 20.9999H7.74913C7.33492 20.9999 6.99913 20.6642 6.99913 20.2499C6.99913 19.8357 7.33492 19.4999 7.74913 19.4999H9.99913V15.1903C9.26372 15.1119 8.60044 14.6269 8.33044 13.885L7.13337 10.5961Z\" fill=\"currentColor\"/><path d=\"M1.36725 13.7587C0.989468 12.7208 1.52464 11.5731 2.5626 11.1953L5.38168 10.1692L7.26279 15.3375L4.44371 16.3636C3.40575 16.7414 2.25807 16.2062 1.88028 15.1683L1.36725 13.7587Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTelescope;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAA8/B,EAA9/B,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,EAAE,8QAA8Q,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0ZAA0Z,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oLAAoL,KAAK,eAAc,CAAI,GAGx/B",
  "debugId": "BDE3511454BC509464756E2164756E21",
  "names": []
}