{"version":3,"sources":["../src/IconFingerPrint1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFingerPrint1: React.FC<CentralIconBaseProps> = (props) => {\n  return (\n    <CentralIconBase {...props} ariaLabel=\"finger-print-1, touch-id\">\n      <path\n        fillRule=\"evenodd\"\n        clipRule=\"evenodd\"\n        d=\"M12.0084 3.5C10.8296 3.5 9.71635 3.7713 8.72569 4.25417L8.06848 2.90581C9.25938 2.32534 10.597 2 12.0084 2C16.9805 2 21.0112 6.03071 21.0112 11.0028C21.0112 13.1838 20.8105 15.3185 20.4262 17.3894L20.2894 18.1268L18.8146 17.8532L18.9514 17.1158C19.319 15.1347 19.5112 13.0916 19.5112 11.0028C19.5112 6.85913 16.1521 3.5 12.0084 3.5ZM6.55983 5.84473C5.28583 7.18997 4.50555 9.00447 4.50555 11.0028C4.50555 12.4932 4.32711 13.943 3.99006 15.3314L3.81314 16.0603L2.35547 15.7064L2.53239 14.9776C2.84153 13.7041 3.00555 12.3731 3.00555 11.0028C3.00555 8.6057 3.94342 6.42601 5.47073 4.81329L6.55983 5.84473ZM12.0084 7.62642C10.1436 7.62642 8.63197 9.13809 8.63197 11.0028C8.63197 12.9227 8.39042 14.7872 7.93567 16.5672L6.48235 16.1959C6.90636 14.5363 7.13197 12.7964 7.13197 11.0028C7.13197 8.30966 9.31522 6.12642 12.0084 6.12642C14.7016 6.12642 16.8848 8.30966 16.8848 11.0028C16.8848 12.0735 16.8299 13.1315 16.7227 14.1743L15.2306 14.021C15.3325 13.029 15.3848 12.0222 15.3848 11.0028C15.3848 9.13809 13.8731 7.62642 12.0084 7.62642ZM12.7588 10.2528V11.0028C12.7588 13.932 12.284 16.7517 11.4066 19.3885C11.1809 20.0669 10.9285 20.7331 10.6507 21.3859L10.3571 22.076L8.97684 21.4887L9.27049 20.7986C9.53245 20.1829 9.77046 19.5546 9.98335 18.9149C10.8106 16.4289 11.2588 13.769 11.2588 11.0028V10.2528H12.7588ZM14.427 18.4449C14.6352 17.6534 14.811 16.8488 14.9529 16.0324L16.4307 16.2893C16.2815 17.1478 16.0966 17.9941 15.8776 18.8265C15.6612 19.6492 15.4114 20.4583 15.1299 21.2524L14.8793 21.9593L13.4655 21.4581L13.7161 20.7512C13.9838 19.9962 14.2212 19.227 14.427 18.4449ZM5.5414 19.0176C5.72453 18.5766 5.893 18.128 6.04619 17.6724L7.46797 18.1504C7.3037 18.639 7.12306 19.12 6.9267 19.5929L6.63907 20.2855L5.25377 19.7103L5.5414 19.0176Z\"\n        fill=\"currentColor\"\n      />\n    </CentralIconBase>\n  );\n};\n\nexport default IconFingerPrint1;\n","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"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,4BACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,stDACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconFingerPrint1","props","React","CentralIconBase","IconFingerPrint1_default"]}