{
  "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.98864C13.1291 1.70185 13.6039 1.71163 13.8907 2.01049C16.4409 4.66801 17.9988 8.16326 17.9988 11.9998C17.9988 15.8363 16.4409 19.3316 13.8907 21.9891C13.6039 22.2879 13.1291 22.2977 12.8303 22.0109C12.5314 21.7241 12.5216 21.2494 12.8084 20.9505C15.1139 18.548 16.4988 15.4168 16.4988 11.9998C16.4988 8.58281 15.1139 5.45158 12.8084 3.04908C12.5216 2.75021 12.5314 2.27544 12.8303 1.98864ZM9.85143 4.16706C10.1656 3.89711 10.6391 3.93296 10.9091 4.24713C12.7081 6.34085 13.7945 9.04613 13.7945 11.9998C13.7945 14.9534 12.7081 17.6587 10.9091 19.7524C10.6391 20.0666 10.1656 20.1025 9.85143 19.8325C9.53726 19.5626 9.50141 19.089 9.77136 18.7749C11.3479 16.9401 12.2945 14.5778 12.2945 11.9998C12.2945 9.42175 11.3479 7.05947 9.77136 5.2247C9.50141 4.91053 9.53726 4.43701 9.85143 4.16706ZM6.46249 6.65417C6.76809 6.37456 7.24249 6.39564 7.5221 6.70124C8.80607 8.10459 9.59023 9.96225 9.59023 11.9998C9.59023 14.0373 8.80607 15.895 7.5221 17.2983C7.24249 17.6039 6.76809 17.625 6.46248 17.3454C6.15688 17.0658 6.1358 16.5914 6.41541 16.2858C7.45917 15.145 8.09023 13.644 8.09023 11.9998C8.09023 10.3556 7.45917 8.85459 6.41541 7.71378C6.13581 7.40818 6.15688 6.93377 6.46249 6.65417Z\" 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": "3FBA6F28323A003D64756E2164756E21",
  "names": []
}