{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconKey3/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 IconKey3: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"key-3, password\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.4999 2C19.5374 2.00007 21.9999 4.46248 21.9999 7.5C21.9999 10.5375 19.5374 12.9999 16.4999 13C15.2488 13 14.0958 12.5815 13.1717 11.8779L9.14538 15.7988L10.2303 16.8838C10.9137 17.5672 10.9137 18.676 10.2303 19.3594L9.25866 20.3311C8.57531 21.0144 7.46747 21.0142 6.78405 20.3311L5.65221 19.1992L4.02331 20.7871C3.72664 21.076 3.25175 21.0699 2.96276 20.7734C2.67387 20.4767 2.67989 20.0019 2.97643 19.7129L12.1122 10.8164C11.4141 9.89435 10.9999 8.74564 10.9999 7.5C10.9999 4.46243 13.4623 2 16.4999 2ZM16.4999 3.5C14.2907 3.5 12.4999 5.29086 12.4999 7.5C12.4999 9.70914 14.2907 11.5 16.4999 11.5C18.7089 11.4999 20.4999 9.7091 20.4999 7.5C20.4999 5.2909 18.7089 3.50007 16.4999 3.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconKey3;\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,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAAgzB,EAAhzB,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mrBAAmrB,KAAK,eAAc,CAAI,GAG1yB",
  "debugId": "200BDA25B8BE4B5B64756E2164756E21",
  "names": []
}