{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAppleSpring/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 IconAppleSpring: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"apple-spring\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.88007 5.44903C10.3801 5.54378 11.798 6.03584 11.3368 6.68779C11.2291 6.84012 11.032 6.90499 10.8559 6.84681C9.78915 6.33959 9.00061 6.20539 7.83048 6.63275C6.03559 7.31286 4.64031 9.1975 4.76987 11.1569C4.83143 12.0879 5.44104 13.1548 6.34801 13.5159C8.19426 9.88507 13.4758 5.2876 17.2393 5.5404C17.8313 5.61077 18.3755 5.8652 18.7491 6.33959C20.268 8.26808 17.785 10.6283 16.3711 11.7259C15.0081 12.766 13.509 13.6143 11.9157 14.2471C10.4489 14.8286 8.85627 15.2692 7.26926 15.1342C6.92923 16.0348 6.65734 17.0794 7.07285 18.0042C7.61696 19.2153 8.89008 19.4604 10.0839 19.4375C10.7988 19.3802 11.5116 19.2137 12.1862 18.9742L12.2319 18.9578C11.6189 17.1846 12.5382 15.4035 13.8746 14.2382C14.6467 13.5649 15.7439 12.9152 16.808 12.9877C17.3142 13.0222 17.7609 13.2326 18.0966 13.6164C18.4334 13.9996 18.6087 14.5037 18.5605 15.0117C18.3643 17.0832 15.9881 18.5959 14.2645 19.5836C16.4561 20.5407 19.3028 18.0352 19.3449 15.8633C19.3437 15.4912 19.2955 15.1199 19.7231 14.9635C20.3298 14.8015 20.5 15.2877 20.5 15.8029C20.5 19.1228 16.0119 22.6185 13.0699 20.1904L13.03 20.1551C10.3709 21.1646 7.09883 21.515 5.72745 18.6526C5.13287 17.3987 5.34148 16.0051 5.79012 14.7436L5.76386 14.7296C4.18053 13.8799 3.31063 12.18 3.5349 10.39C3.90923 7.40179 6.81489 4.86828 9.88007 5.44903ZM16.8758 14.2781C16.4796 14.1551 15.9251 14.383 15.5752 14.5656C14.2678 15.2335 12.798 16.9151 13.3493 18.4978C14.7459 17.9435 16.7856 16.4967 17.2197 15.181C17.3329 14.8382 17.266 14.3993 16.8758 14.2781ZM17.1933 7.08399C16.0836 6.84208 14.1829 7.88571 13.2323 8.48577C11.3238 9.71848 9.05294 11.6489 7.97045 13.7798C10.0565 13.6677 11.8673 12.7793 13.7656 11.7214C14.9951 10.9794 17.3128 9.31777 17.6487 7.91424C17.7401 7.53225 17.5978 7.17217 17.1933 7.08399Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.9694 8.07105e-08C16.2908 -0.000145841 16.5182 0.197582 16.5482 0.522867C16.7538 2.75218 15.0359 5.11713 12.7379 5.47722C12.6981 5.63404 12.4783 5.86664 12.2637 5.91633C11.851 6.01185 11.5095 5.76121 11.4288 5.38346C11.0923 2.62906 13.3795 0.13073 15.9694 8.07105e-08ZM12.7363 4.61904C14.3193 4.21964 15.3204 2.76059 15.4865 1.19092C13.9077 1.65435 12.8205 3.02407 12.7363 4.61904Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAppleSpring;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAsxE,EAAtxE,IAAqB,EAAO,UAAU,gBAAe,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,stDAAstD,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mYAAmY,KAAK,eAAc,CAAI,GAGhxE",
  "debugId": "CDEE3B42838FDDE464756E2164756E21",
  "names": []
}