{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconTarget2/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 IconTarget2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"target-2, zoom, crosshair\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.75 2C12.75 1.58579 12.4142 1.25 12 1.25C11.5858 1.25 11.25 1.58579 11.25 2V4.53703C7.70669 4.88883 4.88883 7.70669 4.53703 11.25H2C1.58579 11.25 1.25 11.5858 1.25 12C1.25 12.4142 1.58579 12.75 2 12.75H4.53703C4.70194 14.4109 5.4087 15.9125 6.47805 17.0753C6.54934 17.1528 6.62224 17.2288 6.6967 17.3033C7.88804 18.4947 9.47834 19.2871 11.25 19.463V22C11.25 22.4142 11.5858 22.75 12 22.75C12.4142 22.75 12.75 22.4142 12.75 22V19.463C12.75 19.463 12.75 19.463 12.75 19.463C16.2933 19.1112 19.1112 16.2934 19.463 12.7501C19.463 12.7501 19.463 12.7501 19.463 12.7501L22 12.75C22.4142 12.75 22.75 12.4142 22.75 12C22.75 11.5858 22.4142 11.25 22 11.25H19.463C19.2885 9.49218 18.507 7.9129 17.3312 6.72469C17.2478 6.64049 17.1625 6.55825 17.0753 6.47805C15.9125 5.4087 14.4109 4.70194 12.75 4.53703V2ZM11.4713 8.53196C11.6069 8.66672 11.7937 8.75 12 8.75C12.4142 8.75 12.75 8.41421 12.75 8V4.53703C12.5033 4.51254 12.2531 4.5 12 4.5C11.7469 4.5 11.4967 4.51254 11.25 4.53703C11.25 4.53703 11.25 4.53703 11.25 4.53703L11.2501 8.00008C11.2501 8.20797 11.3347 8.39611 11.4713 8.53196ZM4.53703 11.25C4.51254 11.4967 4.5 11.7469 4.5 12C4.5 12.2531 4.51254 12.5033 4.53703 12.75H8C8.41421 12.75 8.75 12.4142 8.75 12C8.75 11.7937 8.66672 11.6069 8.53196 11.4713C8.39611 11.3347 8.20797 11.2501 8.00008 11.2501L4.53703 11.25C4.53703 11.25 4.53703 11.25 4.53703 11.25ZM19.463 11.25C19.4875 11.4967 19.5 11.7469 19.5 12C19.5 12.2531 19.4875 12.5034 19.463 12.7501L16 12.75C15.7937 12.75 15.6069 12.6667 15.4713 12.532C15.3347 12.3961 15.2501 12.208 15.2501 12.0001C15.2501 11.5859 15.5859 11.2501 16.0001 11.2501L19.463 11.25ZM12.5552 15.4957C12.6762 15.6289 12.75 15.8058 12.75 16V19.463C12.5033 19.4875 12.2531 19.5 12 19.5C11.7469 19.5 11.4967 19.4875 11.25 19.463L11.2501 16.0001C11.2501 15.5859 11.5859 15.2501 12.0001 15.2501C12.1926 15.2501 12.3682 15.3226 12.5009 15.4418C12.5199 15.4589 12.538 15.4768 12.5552 15.4957Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTarget2;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAogE,EAApgE,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,63DAA63D,KAAK,eAAc,CAAI,GAG9/D",
  "debugId": "AF7606222706402764756E2164756E21",
  "names": []
}