{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconNfc1/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 IconNfc1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"nfc-1\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.8303 1.98913C13.1291 1.70233 13.6039 1.71212 13.8907 2.01098C16.4409 4.6685 17.9988 8.16374 17.9988 12.0003C17.9988 15.8368 16.4409 19.3321 13.8907 21.9896C13.6039 22.2884 13.1291 22.2982 12.8303 22.0114C12.5314 21.7246 12.5216 21.2498 12.8084 20.951C15.1139 18.5485 16.4988 15.4172 16.4988 12.0003C16.4988 8.5833 15.1139 5.45207 12.8084 3.04957C12.5216 2.7507 12.5314 2.27593 12.8303 1.98913ZM9.85143 4.16755C10.1656 3.8976 10.6391 3.93345 10.9091 4.24762C12.7081 6.34133 13.7945 9.04662 13.7945 12.0003C13.7945 14.9539 12.7081 17.6592 10.9091 19.7529C10.6391 20.0671 10.1656 20.1029 9.85143 19.833C9.53726 19.5631 9.50141 19.0895 9.77136 18.7754C11.3479 16.9406 12.2945 14.5783 12.2945 12.0003C12.2945 9.42224 11.3479 7.05996 9.77136 5.22518C9.50141 4.91102 9.53726 4.4375 9.85143 4.16755ZM6.46249 6.65466C6.76809 6.37505 7.24249 6.39613 7.5221 6.70173C8.80607 8.10508 9.59023 9.96274 9.59023 12.0003C9.59023 14.0378 8.80607 15.8955 7.5221 17.2988C7.24249 17.6044 6.76809 17.6255 6.46248 17.3459C6.15688 17.0663 6.1358 16.5919 6.41541 16.2863C7.45917 15.1455 8.09023 13.6445 8.09023 12.0003C8.09023 10.3561 7.45917 8.85508 6.41541 7.71427C6.13581 7.40867 6.15688 6.93426 6.46249 6.65466Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconNfc1;\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,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAA+xC,EAA/xC,IAAqB,EAAO,UAAU,SAAQ,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4qCAA4qC,KAAK,eAAc,CAAI,GAGzxC",
  "debugId": "EB0C9E0760F8B77964756E2164756E21",
  "names": []
}