{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFocusLock/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 IconFocusLock: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"focus-lock\"><path d=\"M4.5 4.75C4.5 4.61193 4.61193 4.5 4.75 4.5H8C8.41421 4.5 8.75 4.16421 8.75 3.75C8.75 3.33579 8.41421 3 8 3H4.75C3.7835 3 3 3.7835 3 4.75V8C3 8.41421 3.33579 8.75 3.75 8.75C4.16421 8.75 4.5 8.41421 4.5 8V4.75Z\" fill=\"currentColor\"/><path d=\"M16 3C15.5858 3 15.25 3.33579 15.25 3.75C15.25 4.16421 15.5858 4.5 16 4.5H19.25C19.3881 4.5 19.5 4.61193 19.5 4.75V8C19.5 8.41421 19.8358 8.75 20.25 8.75C20.6642 8.75 21 8.41421 21 8V4.75C21 3.7835 20.2165 3 19.25 3H16Z\" fill=\"currentColor\"/><path d=\"M4.5 16C4.5 15.5858 4.16421 15.25 3.75 15.25C3.33579 15.25 3 15.5858 3 16V19.25C3 20.2165 3.7835 21 4.75 21H8C8.41421 21 8.75 20.6642 8.75 20.25C8.75 19.8358 8.41421 19.5 8 19.5H4.75C4.61193 19.5 4.5 19.3881 4.5 19.25V16Z\" fill=\"currentColor\"/><path d=\"M21 16C21 15.5858 20.6642 15.25 20.25 15.25C19.8358 15.25 19.5 15.5858 19.5 16V19.25C19.5 19.3881 19.3881 19.5 19.25 19.5H16C15.5858 19.5 15.25 19.8358 15.25 20.25C15.25 20.6642 15.5858 21 16 21H19.25C20.2165 21 21 20.2165 21 19.25V16Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15 10.025V10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10V10.025C8.42944 10.1408 8 10.6453 8 11.25V14.75C8 15.4404 8.55964 16 9.25 16H14.75C15.4404 16 16 15.4404 16 14.75V11.25C16 10.6453 15.5706 10.1408 15 10.025ZM10.5 10H13.5C13.5 9.17157 12.8284 8.5 12 8.5C11.1716 8.5 10.5 9.17157 10.5 10Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFocusLock;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAA05C,EAA15C,IAAqB,EAAO,UAAU,cAAa,gBAAC,OAAD,CAAM,EAAE,mNAAmN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8NAA8N,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gOAAgO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8OAA8O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+SAA+S,KAAK,eAAc,CAAI,GAGp5C",
  "debugId": "36BBE2F289185C2764756E2164756E21",
  "names": []
}