{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBooleanGroupSubstract2/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n  mode?: \"masked\" | \"raw\";\n  maskId?: string;\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  mode = \"masked\",\n  maskId,\n  ...props\n}) => {\n  const masked = mode !== \"raw\" && !!maskId;\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      {masked ? (\n        <>\n          <mask\n            id={maskId}\n            maskUnits=\"userSpaceOnUse\"\n            x=\"0\"\n            y=\"0\"\n            width=\"24\"\n            height=\"24\"\n          >\n            <rect width=\"24\" height=\"24\" fill=\"#000\" />\n            <g fill=\"none\" style={{ color: \"#fff\" }}>\n              {children}\n            </g>\n          </mask>\n          <rect\n            width=\"24\"\n            height=\"24\"\n            fill=\"currentColor\"\n            mask={`url(#${maskId})`}\n          />\n        </>\n      ) : (\n        children\n      )}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconBooleanGroupSubstract2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} ariaLabel=\"boolean-group-substract-2\" maskId=\"round-filled-radius-0-stroke-1.5-IconBooleanGroupSubstract2\"><path d=\"M8.75 2C8.33579 2 8 2.33579 8 2.75V5C8 5.41421 8.33579 5.75 8.75 5.75C9.16421 5.75 9.5 5.41421 9.5 5V3.5H11C11.4142 3.5 11.75 3.16421 11.75 2.75C11.75 2.33579 11.4142 2 11 2H8.75Z\" fill=\"currentColor\"/><path d=\"M14 2C13.5858 2 13.25 2.33579 13.25 2.75C13.25 3.16421 13.5858 3.5 14 3.5H16C16.4142 3.5 16.75 3.16421 16.75 2.75C16.75 2.33579 16.4142 2 16 2H14Z\" fill=\"currentColor\"/><path d=\"M19 2C18.5858 2 18.25 2.33579 18.25 2.75C18.25 3.16421 18.5858 3.5 19 3.5H20.5V5C20.5 5.41421 20.8358 5.75 21.25 5.75C21.6642 5.75 22 5.41421 22 5V2.75C22 2.33579 21.6642 2 21.25 2H19Z\" fill=\"currentColor\"/><path d=\"M22 8C22 7.58579 21.6642 7.25 21.25 7.25C20.8358 7.25 20.5 7.58579 20.5 8V10C20.5 10.4142 20.8358 10.75 21.25 10.75C21.6642 10.75 22 10.4142 22 10V8Z\" fill=\"currentColor\"/><path d=\"M9.5 8.75C9.5 8.33579 9.16421 8 8.75 8H2.75C2.33579 8 2 8.33579 2 8.75V21.25C2 21.6642 2.33579 22 2.75 22H15.25C15.6642 22 16 21.6642 16 21.25V15.25C16 14.8358 15.6642 14.5 15.25 14.5H9.5V8.75Z\" fill=\"currentColor\"/><path d=\"M22 13C22 12.5858 21.6642 12.25 21.25 12.25C20.8358 12.25 20.5 12.5858 20.5 13V14.5H19C18.5858 14.5 18.25 14.8358 18.25 15.25C18.25 15.6642 18.5858 16 19 16H21.25C21.6642 16 22 15.6642 22 15.25V13Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconBooleanGroupSubstract2;\n"
  ],
  "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,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,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAA+E,EAAM,KAAK,CAAC,IAAU,CAChH,OAAO,gBAAi2C,EAAj2C,IAAqB,EAAO,UAAU,4BAA4B,OAAO,+DAA8D,gBAAC,OAAD,CAAM,EAAE,sLAAsL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2LAA2L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wJAAwJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oMAAoM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wMAAwM,KAAK,eAAc,CAAI,EACz2C,EAEc",
  "debugId": "9D8ED7E0AE866D1464756E2164756E21",
  "names": []
}