{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBooleanGroupUnion2/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 IconBooleanGroupUnion2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"boolean-group-union-2\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C9.79086 2 8 3.79086 8 6V8H6C3.79086 8 2 9.79086 2 12V18C2 20.2091 3.79086 22 6 22H12C14.2091 22 16 20.2091 16 18V16H18C20.2091 16 22 14.2091 22 12V6C22 3.79086 20.2091 2 18 2H12ZM13 15.25C13 15.6642 12.6642 16 12.25 16H11.75C9.67893 16 8 14.3211 8 12.25V11.75C8 11.3358 8.33579 11 8.75 11C9.16421 11 9.5 11.3358 9.5 11.75V12.25C9.5 13.4926 10.5074 14.5 11.75 14.5H12.25C12.6642 14.5 13 14.8358 13 15.25ZM11.75 8C11.3358 8 11 8.33579 11 8.75C11 9.16421 11.3358 9.5 11.75 9.5H12.25C13.4926 9.5 14.5 10.5074 14.5 11.75V12.25C14.5 12.6642 14.8358 13 15.25 13C15.6642 13 16 12.6642 16 12.25V11.75C16 9.67893 14.3211 8 12.25 8H11.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBooleanGroupUnion2;\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,EAAyD,CAAC,IAAU,CAC/E,OAAO,gBAA+vB,EAA/vB,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4nBAA4nB,KAAK,eAAc,CAAI,GAGzvB",
  "debugId": "DAEBEB988FDD54F064756E2164756E21",
  "names": []
}