{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShapesPlusXSquareCircle/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 IconShapesPlusXSquareCircle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"shapes-plus-x-square-circle, icon, icons, shapes, games\"><path d=\"M17 2.9375C14.7563 2.9375 12.9375 4.75634 12.9375 7C12.9375 9.24366 14.7563 11.0625 17 11.0625C19.2437 11.0625 21.0625 9.24366 21.0625 7C21.0625 4.75634 19.2437 2.9375 17 2.9375Z\" fill=\"currentColor\"/><path d=\"M7 3C7.41421 3 7.75 3.33579 7.75 3.75V6.25H10.25C10.6642 6.25 11 6.58579 11 7C11 7.41421 10.6642 7.75 10.25 7.75H7.75V10.25C7.75 10.6642 7.41421 11 7 11C6.58579 11 6.25 10.6642 6.25 10.25V7.75H3.75C3.33579 7.75 3 7.41421 3 7C3 6.58579 3.33579 6.25 3.75 6.25H6.25V3.75C6.25 3.33579 6.58579 3 7 3Z\" fill=\"currentColor\"/><path d=\"M19.8284 15.2319C20.1213 14.939 20.1213 14.4641 19.8284 14.1712C19.5355 13.8783 19.0607 13.8783 18.7678 14.1712L17 15.939L15.2322 14.1712C14.9393 13.8783 14.4645 13.8783 14.1716 14.1712C13.8787 14.4641 13.8787 14.939 14.1716 15.2319L15.9393 16.9996L14.1716 18.7674C13.8787 19.0603 13.8787 19.5352 14.1716 19.8281C14.4645 20.1209 14.9393 20.1209 15.2322 19.8281L17 18.0603L18.7678 19.8281C19.0607 20.1209 19.5355 20.1209 19.8284 19.8281C20.1213 19.5352 20.1213 19.0603 19.8284 18.7674L18.0607 16.9996L19.8284 15.2319Z\" fill=\"currentColor\"/><path d=\"M3.75 13C3.33579 13 3 13.3358 3 13.75V20.25C3 20.6642 3.33579 21 3.75 21H10.25C10.6642 21 11 20.6642 11 20.25V13.75C11 13.3358 10.6642 13 10.25 13H3.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShapesPlusXSquareCircle;\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,EAA8D,CAAC,IAAU,CACpF,OAAO,gBAAu1C,EAAv1C,IAAqB,EAAO,UAAU,2DAA0D,gBAAC,OAAD,CAAM,EAAE,qLAAqL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0SAA0S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ugBAAugB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2JAA2J,KAAK,eAAc,CAAI,GAGj1C",
  "debugId": "1736E6378FAEC02764756E2164756E21",
  "names": []
}