{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconTargetArrow/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 IconTargetArrow: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"target-arrow, goal, aim, focus, do-not-disdurb\"><path d=\"M18.5929 2.18882C18.3677 1.45685 17.4369 1.23934 16.9106 1.7957L14.5257 4.31687C13.867 5.0132 13.5 5.93534 13.5 6.89386V9.43909L11.4697 11.4694C11.1768 11.7623 11.1768 12.2372 11.4697 12.5301C11.7626 12.823 12.2374 12.823 12.5303 12.5301L14.5607 10.4998H17.1059C18.0644 10.4998 18.9865 10.1327 19.6829 9.47401L22.204 7.08913C22.7604 6.56284 22.5429 5.6321 21.8109 5.40688L19.3501 4.64969L18.5929 2.18882Z\" fill=\"currentColor\"/><path d=\"M3.5 12C3.5 7.30558 7.30558 3.5 12 3.5C12.1544 3.5 12.3078 3.50411 12.4601 3.51222C12.8737 3.53425 13.2269 3.2168 13.2489 2.80318C13.271 2.38955 12.9535 2.03638 12.5399 2.01434C12.3611 2.00482 12.1811 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.8189 21.9952 11.6389 21.9857 11.4601C21.9636 11.0465 21.6105 10.729 21.1968 10.7511C20.7832 10.7731 20.4657 11.1263 20.4878 11.5399C20.4959 11.6922 20.5 11.8456 20.5 12C20.5 16.6944 16.6944 20.5 12 20.5C7.30558 20.5 3.5 16.6944 3.5 12Z\" fill=\"currentColor\"/><path d=\"M11.1435 7.55659C11.5501 7.47732 11.8154 7.08348 11.7361 6.67693C11.6569 6.27037 11.263 6.00505 10.8565 6.08431C8.08896 6.62391 6 9.06021 6 11.9861C6 15.307 8.69211 17.9991 12.013 17.9991C14.9388 17.9991 17.3751 15.9102 17.9147 13.1427C17.994 12.7361 17.7287 12.3423 17.3221 12.263C16.9156 12.1838 16.5217 12.4491 16.4425 12.8556C16.0376 14.932 14.2075 16.4991 12.013 16.4991C9.52054 16.4991 7.5 14.4785 7.5 11.9861C7.5 9.79157 9.06706 7.96145 11.1435 7.55659Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTargetArrow;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAA0iD,EAA1iD,IAAqB,EAAO,UAAU,kDAAiD,gBAAC,OAAD,CAAM,EAAE,uZAAuZ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ohBAAohB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+cAA+c,KAAK,eAAc,CAAI,GAGpiD",
  "debugId": "9FE12F510CDE4DC764756E2164756E21",
  "names": []
}