{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPasskeys/index.tsx"],
  "sourcesContent": [
    "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  mode?: \"masked\" | \"raw\";\n  maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n  children,\n  size = 24,\n  mode = \"masked\",\n  maskId,\n  ...props\n}) => {\n  const masked = mode !== \"raw\" && !!maskId;\n  return (\n    <Svg\n      {...props}\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    >\n      {masked ? (\n        <>\n          <Mask\n            id={maskId}\n            maskUnits=\"userSpaceOnUse\"\n            x=\"0\"\n            y=\"0\"\n            width=\"24\"\n            height=\"24\"\n          >\n            <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n            <G color=\"#fff\">{children}</G>\n          </Mask>\n          <Rect\n            width=\"24\"\n            height=\"24\"\n            fill=\"currentColor\"\n            mask={`url(#${maskId})`}\n          />\n        </>\n      ) : (\n        children\n      )}\n    </Svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPasskeys: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconPasskeys\"><Path d=\"M4 20.5L3.50191 20.4563L3.45421 21H4V20.5ZM13.4073 13.1294L13.8986 13.2221L14.084 12.2394L13.5927 12.1467L13.4073 13.1294ZM14.5 21H15V20H14.5V21ZM17 20H16.5V20.2071L16.6464 20.3536L17 20ZM18 21L17.6464 21.3536L18 21.7071L18.3536 21.3536L18 21ZM19 20L19.3536 20.3536L19.5 20.2071V20H19ZM17 16.292H17.5V15.9648L17.2002 15.8338L17 16.292ZM19 16.292L18.7998 15.8338L18.5 15.9648V16.292H19ZM18.5 18.25L18.084 17.9726L17.8991 18.25L18.084 18.5273L18.5 18.25ZM19 17.5L19.416 17.7774L19.5 17.6514V17.5H19ZM19 19H19.5V18.8486L19.416 18.7227L19 19ZM15.5 6.5C15.5 8.433 13.933 10 12 10V11C14.4853 11 16.5 8.98528 16.5 6.5H15.5ZM12 10C10.067 10 8.5 8.433 8.5 6.5H7.5C7.5 8.98528 9.51472 11 12 11V10ZM8.5 6.5C8.5 4.567 10.067 3 12 3V2C9.51472 2 7.5 4.01472 7.5 6.5H8.5ZM12 3C13.933 3 15.5 4.567 15.5 6.5H16.5C16.5 4.01472 14.4853 2 12 2V3ZM4.49809 20.5437C4.8739 16.2605 7.84246 13 12 13V12C7.21843 12 3.91318 15.7691 3.50191 20.4563L4.49809 20.5437ZM12 13C12.4882 13 12.9578 13.0445 13.4073 13.1294L13.5927 12.1467C13.081 12.0501 12.5492 12 12 12V13ZM4 21H14.5V20H4V21ZM16 14C16 12.8954 16.8954 12 18 12V11C16.3431 11 15 12.3431 15 14H16ZM18 12C19.1046 12 20 12.8954 20 14H21C21 12.3431 19.6569 11 18 11V12ZM16.6464 20.3536L17.6464 21.3536L18.3536 20.6464L17.3536 19.6464L16.6464 20.3536ZM18.3536 21.3536L19.3536 20.3536L18.6464 19.6464L17.6464 20.6464L18.3536 21.3536ZM16.5 16.292V20H17.5V16.292H16.5ZM17.2002 15.8338C16.4928 15.5247 16 14.8194 16 14H15C15 15.231 15.7413 16.2877 16.7998 16.7502L17.2002 15.8338ZM20 14C20 14.8194 19.5072 15.5247 18.7998 15.8338L19.2002 16.7502C20.2587 16.2877 21 15.231 21 14H20ZM18.916 18.5273L19.416 17.7774L18.584 17.2226L18.084 17.9726L18.916 18.5273ZM19.5 17.5V16.292H18.5V17.5H19.5ZM19.5 20V19H18.5V20H19.5ZM19.416 18.7227L18.916 17.9726L18.084 18.5273L18.584 19.2773L19.416 18.7227Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconPasskeys;\n"
  ],
  "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAAiE,EAAM,KAAK,CAAC,IAAU,CAClG,OAAO,gBAA04D,EAA14D,IAAqB,EAAO,OAAO,kDAAiD,gBAAC,EAAD,CAAM,EAAE,uxDAAuxD,KAAK,eAAc,CAAI,EACl5D,EAEc",
  "debugId": "7806B97E82917D7A64756E2164756E21",
  "names": []
}