{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconTactics2/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 IconTactics2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"tactics-2, game-plan,prototype,play\"><path d=\"M18.2803 3.21967C17.9874 2.92678 17.5126 2.92678 17.2197 3.21967C16.9268 3.51256 16.9268 3.98744 17.2197 4.28033L18.1893 5.25H15C12.9289 5.25 11.25 6.92893 11.25 9V15C11.25 16.2426 10.2426 17.25 9 17.25H8.90549C8.57245 15.9561 7.39788 15 6 15C4.34315 15 3 16.3431 3 18C3 19.6569 4.34315 21 6 21C7.39788 21 8.57245 20.0439 8.90549 18.75H9C11.0711 18.75 12.75 17.0711 12.75 15V9C12.75 7.75736 13.7574 6.75 15 6.75H18.1893L17.2197 7.71967C16.9268 8.01256 16.9268 8.48744 17.2197 8.78033C17.5126 9.07322 17.9874 9.07322 18.2803 8.78033L20.5303 6.53033C20.8232 6.23744 20.8232 5.76256 20.5303 5.46967L18.2803 3.21967Z\" fill=\"currentColor\"/><path d=\"M4.78033 3.71967C4.48744 3.42678 4.01256 3.42678 3.71967 3.71967C3.42678 4.01256 3.42678 4.48744 3.71967 4.78033L4.93934 6L3.71967 7.21967C3.42678 7.51256 3.42678 7.98744 3.71967 8.28033C4.01256 8.57322 4.48744 8.57322 4.78033 8.28033L6 7.06066L7.21967 8.28033C7.51256 8.57322 7.98744 8.57322 8.28033 8.28033C8.57322 7.98744 8.57322 7.51256 8.28033 7.21967L7.06066 6L8.28033 4.78033C8.57322 4.48744 8.57322 4.01256 8.28033 3.71967C7.98744 3.42678 7.51256 3.42678 7.21967 3.71967L6 4.93934L4.78033 3.71967Z\" fill=\"currentColor\"/><path d=\"M16.7803 15.7197C16.4874 15.4268 16.0126 15.4268 15.7197 15.7197C15.4268 16.0126 15.4268 16.4874 15.7197 16.7803L16.9393 18L15.7197 19.2197C15.4268 19.5126 15.4268 19.9874 15.7197 20.2803C16.0126 20.5732 16.4874 20.5732 16.7803 20.2803L18 19.0607L19.2197 20.2803C19.5126 20.5732 19.9874 20.5732 20.2803 20.2803C20.5732 19.9874 20.5732 19.5126 20.2803 19.2197L19.0607 18L20.2803 16.7803C20.5732 16.4874 20.5732 16.0126 20.2803 15.7197C19.9874 15.4268 19.5126 15.4268 19.2197 15.7197L18 16.9393L16.7803 15.7197Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTactics2;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAwwD,EAAxwD,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,EAAE,umBAAumB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4fAA4f,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ggBAAggB,KAAK,eAAc,CAAI,GAGlwD",
  "debugId": "0F388BEC26D8B14664756E2164756E21",
  "names": []
}