{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconUserKey/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 IconUserKey: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"user-key, people, person, member, passkeys, access\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19 12C20.933 12 22.5 13.567 22.5 15.5C22.5 17.433 20.933 19 19 19C18.766 19 18.5375 18.9764 18.3164 18.9326L16.043 21.207C15.8555 21.3945 15.6011 21.5 15.3359 21.5H14.25C13.6977 21.5 13.25 21.0523 13.25 20.5V19.4141C13.25 19.1489 13.3555 18.8945 13.543 18.707L15.6699 16.5791C15.5598 16.2392 15.5 15.8766 15.5 15.5C15.5 13.567 17.067 12 19 12ZM19.25 14C18.6977 14 18.25 14.4477 18.25 15C18.25 15.5523 18.6977 16 19.25 16C19.8023 16 20.25 15.5523 20.25 15C20.25 14.4477 19.8023 14 19.25 14Z\" fill=\"currentColor\"/><path d=\"M8.06934 12.1094C9.14306 12.979 10.5107 13.5 12 13.5C12.9883 13.5 13.9222 13.269 14.7529 12.8604C14.2758 13.6265 14 14.531 14 15.5C14 15.7003 14.0111 15.8982 14.0342 16.0928L12.1895 17.9395C11.9083 18.2207 11.75 18.6023 11.75 19V21H6.5957C5.16224 20.9998 4.00024 19.8378 4 18.4043C4 15.6021 5.6706 13.1915 8.06934 12.1094Z\" fill=\"currentColor\"/><path d=\"M12 2.5C14.6234 2.5 16.75 4.62665 16.75 7.25C16.75 9.87335 14.6234 12 12 12C9.37665 12 7.25 9.87335 7.25 7.25C7.25 4.62665 9.37665 2.5 12 2.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconUserKey;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA6pC,EAA7pC,IAAqB,EAAO,UAAU,sDAAqD,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6eAA6e,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qUAAqU,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iJAAiJ,KAAK,eAAc,CAAI,GAGvpC",
  "debugId": "4DCE54545F94045B64756E2164756E21",
  "names": []
}