{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBank2/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 IconBank2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bank-2, library, gov\" maskId=\"round-filled-radius-0-stroke-1.5-IconBank2\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21 19.4998H21.25C21.6642 19.4998 21.9999 19.8357 22 20.2498C22 20.664 21.6642 20.9998 21.25 20.9998H2.75C2.33579 20.9998 2 20.664 2 20.2498C2.0001 19.8357 2.33585 19.4998 2.75 19.4998H3V10.9998H21V19.4998ZM8.75 12.9998C8.33585 12.9998 8.0001 13.3357 8 13.7498V19.4998H9.5V13.7498C9.4999 13.3357 9.16415 12.9998 8.75 12.9998ZM15.25 12.9998C14.8358 12.9998 14.5001 13.3357 14.5 13.7498V19.4998H16V13.7498C15.9999 13.3357 15.6642 12.9998 15.25 12.9998Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.6953 2.04181C11.8892 1.95563 12.1108 1.95563 12.3047 2.04181L21.5547 6.15217C21.8254 6.27254 21.9999 6.54144 22 6.83771V8.7508C21.9996 9.16465 21.664 9.5008 21.25 9.5008H2.75C2.33589 9.5008 2.00016 9.1639 2 8.74982V6.83771C2.00008 6.54144 2.17459 6.27254 2.44531 6.15217L11.6953 2.04181ZM12 5.5008C11.4477 5.5008 11 5.94851 11 6.5008C11.0004 7.05272 11.448 7.5008 12 7.5008C12.552 7.5008 12.9996 7.05272 13 6.5008C13 5.94851 12.5523 5.5008 12 5.5008Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconBank2;\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,EAA8D,EAAM,KAAK,CAAC,IAAU,CAC/F,OAAO,gBAAuoC,EAAvoC,IAAqB,EAAO,UAAU,uBAAuB,OAAO,8CAA6C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qcAAqc,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ycAAyc,KAAK,eAAc,CAAI,EAC/oC,EAEc",
  "debugId": "E21FC898247B0F3664756E2164756E21",
  "names": []
}