{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFingerPrint1/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 IconFingerPrint1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"finger-print-1, touch-id\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0091 3.5C10.8303 3.5 9.71702 3.7713 8.72636 4.25417C8.35402 4.43565 7.90506 4.28093 7.72357 3.90859C7.54209 3.53626 7.6968 3.08729 8.06914 2.90581C9.26005 2.32534 10.5976 2 12.0091 2C16.9812 2 21.0119 6.03071 21.0119 11.0028C21.0119 13.1838 20.8111 15.3185 20.4269 17.3894C20.3513 17.7967 19.9599 18.0656 19.5526 17.99C19.1454 17.9144 18.8765 17.523 18.9521 17.1158C19.3196 15.1347 19.5119 13.0916 19.5119 11.0028C19.5119 6.85913 16.1528 3.5 12.0091 3.5ZM5.74065 5.58262C6.077 5.82436 6.1537 6.293 5.91196 6.62935C5.02712 7.86052 4.50622 9.36974 4.50622 11.0028C4.50622 12.4932 4.32777 13.943 3.99073 15.3314C3.89301 15.734 3.48749 15.9811 3.08497 15.8834C2.68245 15.7856 2.43535 15.3801 2.53306 14.9776C2.8422 13.7041 3.00622 12.3731 3.00622 11.0028C3.00622 9.04532 3.63184 7.2317 4.69391 5.75394C4.93565 5.41758 5.40429 5.34088 5.74065 5.58262ZM12.0091 7.62642C10.1443 7.62642 8.63264 9.13809 8.63264 11.0028C8.63264 12.2748 8.52662 13.5225 8.32277 14.7375C8.25424 15.146 7.86752 15.4216 7.45902 15.3531C7.05051 15.2846 6.77491 14.8979 6.84345 14.4894C7.03359 13.356 7.13264 12.1913 7.13264 11.0028C7.13264 8.30966 9.31589 6.12642 12.0091 6.12642C14.7022 6.12642 16.8855 8.30966 16.8855 11.0028C16.8855 11.6545 16.8651 12.3016 16.825 12.9433C16.7992 13.3567 16.4432 13.6709 16.0297 13.6451C15.6163 13.6193 15.3021 13.2632 15.328 12.8498C15.3661 12.2392 15.3855 11.6233 15.3855 11.0028C15.3855 9.13809 13.8738 7.62642 12.0091 7.62642ZM12.0095 10.2528C12.4237 10.2528 12.7595 10.5886 12.7595 11.0028C12.7595 13.932 12.2847 16.7517 11.4073 19.3885C11.1815 20.0669 10.9292 20.7331 10.6514 21.3859C10.4892 21.767 10.0488 21.9445 9.66763 21.7823C9.28648 21.6201 9.10898 21.1797 9.27115 20.7986C9.53312 20.1829 9.77113 19.5546 9.98401 18.9149C10.8113 16.4289 11.2595 13.769 11.2595 11.0028C11.2595 10.5886 11.5953 10.2528 12.0095 10.2528ZM15.7811 15.6826C16.1886 15.7572 16.4585 16.1479 16.3839 16.5553C16.2436 17.3227 16.0746 18.0802 15.8783 18.8265C15.6618 19.6492 15.4121 20.4583 15.1306 21.2524C14.9922 21.6428 14.5635 21.8471 14.1731 21.7087C13.7827 21.5703 13.5784 21.1416 13.7168 20.7512C13.9844 19.9962 14.2219 19.227 14.4276 18.4449C14.6143 17.7353 14.775 17.0151 14.9084 16.2854C14.983 15.878 15.3737 15.6081 15.7811 15.6826ZM6.99677 17.2005C7.38939 17.3325 7.60065 17.7578 7.46864 18.1504C7.30437 18.639 7.12373 19.12 6.92737 19.5929C6.76852 19.9754 6.32963 20.1567 5.94709 19.9979C5.56454 19.839 5.38321 19.4002 5.54207 19.0176C5.7252 18.5766 5.89366 18.128 6.04686 17.6724C6.17887 17.2798 6.60416 17.0685 6.99677 17.2005Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFingerPrint1;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAA8mF,EAA9mF,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,w+EAAw+E,KAAK,eAAc,CAAI,GAGxmF",
  "debugId": "80F4BEBEF4A9AFB164756E2164756E21",
  "names": []
}