{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFingerPrint2/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 IconFingerPrint2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"finger-print-2, touch-id\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.5 10.4583C3.5 5.78312 7.3094 2 12 2C12.4294 2 12.8519 2.03175 13.265 2.09314C13.6747 2.15402 13.9575 2.53551 13.8967 2.94523C13.8358 3.35494 13.4543 3.63773 13.0446 3.57685C12.7042 3.52627 12.3554 3.5 12 3.5C8.13019 3.5 5 6.61916 5 10.4583V11.272C5 11.6862 4.66421 12.022 4.25 12.022C3.83579 12.022 3.5 11.6862 3.5 11.272V10.4583ZM16.3588 4.0403C16.6221 3.72049 17.0947 3.67463 17.4145 3.93787C19.2972 5.48756 20.5 7.83302 20.5 10.4583V13.5417C20.5 14.9094 20.1732 16.2032 19.5926 17.348C19.4052 17.7174 18.9539 17.865 18.5844 17.6776C18.215 17.4903 18.0674 17.0389 18.2548 16.6695C18.7314 15.7299 19 14.668 19 13.5417V10.4583C19 8.3019 18.014 6.37407 16.4613 5.096C16.1415 4.83276 16.0956 4.36011 16.3588 4.0403ZM9.8486 6.60726C10.4987 6.28926 11.2295 6.11111 12 6.11111C14.6932 6.11111 16.8833 8.2837 16.8833 10.9722V13.0278C16.8833 13.096 16.8819 13.164 16.8791 13.2317C16.8619 13.6456 16.5125 13.9671 16.0986 13.9499C15.6847 13.9327 15.3632 13.5833 15.3804 13.1694C15.3823 13.1225 15.3833 13.0753 15.3833 13.0278V10.9722C15.3833 9.11974 13.8724 7.61111 12 7.61111C11.4628 7.61111 10.9569 7.73497 10.5077 7.95468C10.1357 8.1367 9.68648 7.98262 9.50446 7.61054C9.32244 7.23846 9.47652 6.78928 9.8486 6.60726ZM7.9014 10.0501C8.31525 10.0673 8.63681 10.4167 8.6196 10.8306C8.61765 10.8775 8.61667 10.9247 8.61667 10.9722V13.0278C8.61667 14.8803 10.1276 16.3889 12 16.3889C12.5372 16.3889 13.0431 16.265 13.4923 16.0453C13.8643 15.8633 14.3135 16.0174 14.4955 16.3895C14.6776 16.7615 14.5235 17.2107 14.1514 17.3927C13.5013 17.7107 12.7705 17.8889 12 17.8889C9.30683 17.8889 7.11667 15.7163 7.11667 13.0278V10.9722C7.11667 10.904 7.11809 10.836 7.1209 10.7683C7.1381 10.3544 7.48754 10.0329 7.9014 10.0501ZM12 10.1C12.4142 10.1 12.75 10.4358 12.75 10.85V13.25C12.75 13.6642 12.4142 14 12 14C11.5858 14 11.25 13.6642 11.25 13.25V10.85C11.25 10.4358 11.5858 10.1 12 10.1ZM4.29656 14.6788C4.69842 14.5784 5.10558 14.8228 5.20596 15.2247C5.96225 18.2524 8.71608 20.5 12 20.5C13.3675 20.5 14.641 20.111 15.7176 19.4388C16.0689 19.2194 16.5316 19.3264 16.751 19.6778C16.9703 20.0291 16.8634 20.4918 16.512 20.7112C15.2038 21.528 13.656 22 12 22C8.0165 22 4.67108 19.2729 3.75067 15.5882C3.65029 15.1863 3.89469 14.7792 4.29656 14.6788Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFingerPrint2;\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,gBAAg0E,EAAh0E,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0rEAA0rE,KAAK,eAAc,CAAI,GAG1zE",
  "debugId": "FA8C7BEAFCB029C564756E2164756E21",
  "names": []
}