{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconNumbers123/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 IconNumbers123: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconNumbers123\"><Path d=\"M18.3086 17.1572C16.3193 17.1572 15.0546 16.0361 14.8974 14.5186L14.8906 14.4434H15.7929L15.7998 14.5049C15.9296 15.5713 16.873 16.3369 18.3086 16.3369C19.7304 16.3369 20.7285 15.5029 20.7285 14.334V14.3203C20.7285 13.0283 19.7646 12.29 18.1923 12.29H17.0097V11.4902H18.1582C19.4707 11.4902 20.3867 10.7109 20.3867 9.62402V9.61035C20.3867 8.50293 19.5664 7.79883 18.2675 7.79883C16.9961 7.79883 16.1142 8.5166 16.0117 9.5625L16.0048 9.63086H15.1025L15.1093 9.5625C15.2529 8.04492 16.4765 6.97852 18.2675 6.97852C20.0859 6.97852 21.3232 8.03125 21.3232 9.50098V9.51465C21.3232 10.7314 20.4824 11.5859 19.2246 11.8389V11.8662C20.6943 11.9824 21.6787 12.8984 21.6787 14.2998V14.3135C21.6787 15.9473 20.25 17.1572 18.3086 17.1572Z\" fill=\"currentColor\"/><Path d=\"M7.66062 17V16.3438L11.0581 12.7002C12.4253 11.2373 12.8149 10.6631 12.8149 9.76758V9.75391C12.8149 8.61914 11.9741 7.75098 10.7095 7.75098C9.4243 7.75098 8.52879 8.6123 8.51512 9.85645V9.86328H7.61961L7.60594 9.85645C7.62645 8.1543 8.93895 6.93066 10.7641 6.93066C12.4663 6.93066 13.7651 8.09961 13.7651 9.66504V9.67871C13.7651 10.7793 13.2866 11.5928 11.5503 13.3906L8.96629 16.0703V16.1523H14.0044V17H7.66062Z\" fill=\"currentColor\"/><Path d=\"M4.92871 17V8.18164H4.84668L2.29688 9.95215V8.96094L4.93555 7.13574H5.8584V17H4.92871Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconNumbers123;\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,EAAmE,EAAM,KAAK,CAAC,IAAU,CACpG,OAAO,gBAAg4C,EAAh4C,IAAqB,EAAO,OAAO,oDAAmD,gBAAC,EAAD,CAAM,EAAE,ytBAAytB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,+ZAA+Z,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,yFAAyF,KAAK,eAAc,CAAI,EACx4C,EAEc",
  "debugId": "CD37DD87D9CD081764756E2164756E21",
  "names": []
}