{
  "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.4668 1.77945C18.3884 1.5245 18.1804 1.33039 17.9207 1.26969C17.6609 1.20899 17.3885 1.29083 17.2051 1.48462L13.7051 5.18462C13.5734 5.32388 13.5 5.50831 13.5 5.70002V9.43936L11.4697 11.4697C11.1768 11.7626 11.1768 12.2375 11.4697 12.5303C11.7626 12.8232 12.2374 12.8232 12.5303 12.5303L14.5607 10.5H18.3C18.4917 10.5 18.6761 10.4266 18.8154 10.2949L22.5154 6.79487C22.7092 6.61156 22.791 6.33911 22.7303 6.07935C22.6696 5.8196 22.4755 5.61163 22.2206 5.53318L19.3501 4.64995L18.4668 1.77945Z\" fill=\"currentColor\"/><path d=\"M11.7361 6.67693C11.8154 7.08348 11.5501 7.47732 11.1435 7.55659C9.06706 7.96145 7.5 9.79157 7.5 11.9861C7.5 14.4785 9.52054 16.4991 12.013 16.4991C14.2075 16.4991 16.0376 14.932 16.4425 12.8556C16.5217 12.4491 16.9156 12.1838 17.3221 12.263C17.7287 12.3423 17.994 12.7361 17.9147 13.1427C17.3751 15.9102 14.9388 17.9991 12.013 17.9991C8.69211 17.9991 6 15.307 6 11.9861C6 9.06021 8.08896 6.62391 10.8565 6.08431C11.263 6.00505 11.6569 6.27037 11.7361 6.67693Z\" 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\"/></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,gBAAqoD,EAAroD,IAAqB,EAAO,UAAU,kDAAiD,gBAAC,OAAD,CAAM,EAAE,kfAAkf,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+cAA+c,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ohBAAohB,KAAK,eAAc,CAAI,GAG/nD",
  "debugId": "252B63D46BAEECB464756E2164756E21",
  "names": []
}