{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBooleanGroupIntersect2/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 IconBooleanGroupIntersect2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"boolean-group-intersect-2\"><path d=\"M9.75 3.5C9.61193 3.5 9.5 3.61193 9.5 3.75V5C9.5 5.41421 9.16421 5.75 8.75 5.75C8.33579 5.75 8 5.41421 8 5V3.75C8 2.7835 8.7835 2 9.75 2H11C11.4142 2 11.75 2.33579 11.75 2.75C11.75 3.16421 11.4142 3.5 11 3.5H9.75Z\" fill=\"currentColor\"/><path d=\"M13.25 2.75C13.25 2.33579 13.5858 2 14 2H16C16.4142 2 16.75 2.33579 16.75 2.75C16.75 3.16421 16.4142 3.5 16 3.5H14C13.5858 3.5 13.25 3.16421 13.25 2.75Z\" fill=\"currentColor\"/><path d=\"M18.25 2.75C18.25 2.33579 18.5858 2 19 2H20.25C21.2165 2 22 2.7835 22 3.75V5C22 5.41421 21.6642 5.75 21.25 5.75C20.8358 5.75 20.5 5.41421 20.5 5V3.75C20.5 3.61193 20.3881 3.5 20.25 3.5H19C18.5858 3.5 18.25 3.16421 18.25 2.75Z\" fill=\"currentColor\"/><path d=\"M21.25 7.25C21.6642 7.25 22 7.58579 22 8V10C22 10.4142 21.6642 10.75 21.25 10.75C20.8358 10.75 20.5 10.4142 20.5 10V8C20.5 7.58579 20.8358 7.25 21.25 7.25Z\" fill=\"currentColor\"/><path d=\"M16 15.25V9.75C16 8.7835 15.2165 8 14.25 8H8.75C8.33579 8 8 8.33579 8 8.75V14.25C8 15.2165 8.7835 16 9.75 16H15.25C15.6642 16 16 15.6642 16 15.25Z\" fill=\"currentColor\"/><path d=\"M21.25 12.25C21.6642 12.25 22 12.5858 22 13V14.25C22 15.2165 21.2165 16 20.25 16H19C18.5858 16 18.25 15.6642 18.25 15.25C18.25 14.8358 18.5858 14.5 19 14.5H20.25C20.3881 14.5 20.5 14.3881 20.5 14.25V13C20.5 12.5858 20.8358 12.25 21.25 12.25Z\" fill=\"currentColor\"/><path d=\"M3.5 9.75C3.5 9.61193 3.61193 9.5 3.75 9.5H5C5.41421 9.5 5.75 9.16421 5.75 8.75C5.75 8.33579 5.41421 8 5 8H3.75C2.7835 8 2 8.7835 2 9.75V11C2 11.4142 2.33579 11.75 2.75 11.75C3.16421 11.75 3.5 11.4142 3.5 11V9.75Z\" fill=\"currentColor\"/><path d=\"M3.5 14C3.5 13.5858 3.16421 13.25 2.75 13.25C2.33579 13.25 2 13.5858 2 14V16C2 16.4142 2.33579 16.75 2.75 16.75C3.16421 16.75 3.5 16.4142 3.5 16V14Z\" fill=\"currentColor\"/><path d=\"M3.5 19C3.5 18.5858 3.16421 18.25 2.75 18.25C2.33579 18.25 2 18.5858 2 19V20.25C2 21.2165 2.7835 22 3.75 22H5C5.41421 22 5.75 21.6642 5.75 21.25C5.75 20.8358 5.41421 20.5 5 20.5H3.75C3.61193 20.5 3.5 20.3881 3.5 20.25V19Z\" fill=\"currentColor\"/><path d=\"M16 19C16 18.5858 15.6642 18.25 15.25 18.25C14.8358 18.25 14.5 18.5858 14.5 19V20.25C14.5 20.3881 14.3881 20.5 14.25 20.5H13C12.5858 20.5 12.25 20.8358 12.25 21.25C12.25 21.6642 12.5858 22 13 22H14.25C15.2165 22 16 21.2165 16 20.25V19Z\" fill=\"currentColor\"/><path d=\"M8 20.5C7.58579 20.5 7.25 20.8358 7.25 21.25C7.25 21.6642 7.58579 22 8 22H10C10.4142 22 10.75 21.6642 10.75 21.25C10.75 20.8358 10.4142 20.5 10 20.5H8Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBooleanGroupIntersect2;\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,EAA6D,CAAC,IAAU,CACnF,OAAO,gBAAw9E,EAAx9E,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,wNAAwN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2JAA2J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oOAAoO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8JAA8J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wNAAwN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uJAAuJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gOAAgO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8OAA8O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0JAA0J,KAAK,eAAc,CAAI,GAGl9E",
  "debugId": "3545D2709D011E8F64756E2164756E21",
  "names": []
}