{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAnimatePath/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 IconAnimatePath: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"animate-path, animation, jump\"><path d=\"M18.4997 4C20.4326 4.00015 21.9997 5.5671 21.9997 7.5C21.9997 9.4329 20.4326 10.9998 18.4997 11C17.5767 11 16.7374 10.6424 16.112 10.0586C14.5609 12.0037 13.6622 14.2 13.1482 15.9824C12.8685 16.9522 12.705 17.7904 12.612 18.3828C12.5656 18.6786 12.5373 18.9125 12.5202 19.0703C12.5117 19.1492 12.506 19.2091 12.5026 19.248C12.501 19.2672 12.4994 19.2812 12.4987 19.29C12.4984 19.2944 12.4979 19.2982 12.4978 19.2998C12.4958 19.3287 12.4911 19.3569 12.486 19.3848C12.4852 19.3896 12.4851 19.3946 12.4841 19.3994C12.4782 19.4284 12.4678 19.4558 12.4587 19.4834C12.4509 19.5071 12.4424 19.5301 12.4323 19.5527C12.4228 19.5742 12.4125 19.5949 12.4011 19.6152C12.3888 19.6372 12.3755 19.6582 12.361 19.6787C12.3493 19.6954 12.3379 19.7119 12.3249 19.7275C12.3082 19.7476 12.2899 19.7659 12.2712 19.7842C12.2555 19.7995 12.2394 19.8142 12.2224 19.8281C12.2034 19.8437 12.1833 19.8574 12.1628 19.8711C12.1453 19.8827 12.1285 19.8951 12.1101 19.9053C12.0872 19.9178 12.0631 19.9273 12.0388 19.9375C12.0178 19.9464 11.9972 19.9559 11.9753 19.9629C11.955 19.9693 11.9339 19.9728 11.9128 19.9775C11.8851 19.9838 11.8575 19.9911 11.8288 19.9941C11.8268 19.9944 11.825 19.9959 11.823 19.9961C11.8139 19.997 11.8046 19.9965 11.7956 19.9971C11.7862 19.9976 11.7768 19.9978 11.7673 19.998C11.7483 19.9985 11.7294 19.999 11.7107 19.998C11.7071 19.9979 11.7035 19.9983 11.6999 19.998C11.6977 19.9979 11.6953 19.9972 11.6931 19.9971C11.6802 19.9961 11.6677 19.9938 11.655 19.9922C11.6147 19.9871 11.5757 19.9789 11.5378 19.9678C11.5166 19.9615 11.4967 19.9524 11.4763 19.9443C11.4494 19.9338 11.4224 19.9246 11.3972 19.9111C11.3855 19.9049 11.3753 19.8965 11.364 19.8896C11.3349 19.8721 11.3063 19.8542 11.28 19.833C11.2647 19.8207 11.2513 19.8064 11.237 19.793C11.2165 19.7736 11.1956 19.7549 11.1774 19.7334C11.1645 19.7181 11.154 19.7009 11.1423 19.6846C11.126 19.6619 11.1091 19.6397 11.0954 19.6152C11.0848 19.5962 11.0771 19.5757 11.0681 19.5557C11.0574 19.5319 11.046 19.5084 11.0378 19.4834C11.025 19.4444 11.0148 19.4041 11.0085 19.3623C11.0065 19.3491 11.0049 19.3357 11.0036 19.3223C11.0035 19.3212 11.0029 19.3189 11.0026 19.3164C11.0022 19.3115 11.0017 19.304 11.0007 19.2939C10.9986 19.2734 10.9953 19.2419 10.9909 19.2012C10.9821 19.1196 10.9682 18.9988 10.9499 18.8447C10.9132 18.5361 10.8569 18.0936 10.779 17.5625C10.6228 16.4979 10.3808 15.0844 10.0368 13.6777C9.69031 12.2609 9.2513 10.8964 8.71651 9.90234C8.14787 8.84548 7.63403 8.50017 7.24971 8.5C6.86538 8.5 6.35167 8.84532 5.78292 9.90234C5.24811 10.8964 4.80913 12.2609 4.4626 13.6777C4.11858 15.0844 3.87664 16.4979 3.72042 17.5625C3.64249 18.0936 3.58618 18.5361 3.54952 18.8447C3.53121 18.9988 3.51729 19.1196 3.5085 19.2012C3.50412 19.2419 3.50084 19.2734 3.49874 19.2939C3.49771 19.304 3.49727 19.3115 3.49678 19.3164C3.49654 19.3189 3.49593 19.3211 3.49581 19.3223C3.45536 19.7343 3.08852 20.0362 2.67647 19.9961C2.26436 19.9556 1.9633 19.5889 2.00362 19.1768V19.1738C2.00379 19.1722 2.00431 19.1699 2.0046 19.167C2.0052 19.1609 2.00538 19.152 2.00655 19.1406C2.0089 19.1177 2.01265 19.0842 2.01729 19.041C2.02663 18.9542 2.04124 18.8271 2.06026 18.667C2.0983 18.3468 2.15584 17.8903 2.23604 17.3438C2.39622 16.2523 2.64659 14.7902 3.00557 13.3223C3.36213 11.8644 3.83738 10.3534 4.4626 9.19141C5.05399 8.09239 5.94669 7 7.24971 7C8.55263 7.00016 9.44549 8.09243 10.0368 9.19141C10.662 10.3534 11.1373 11.8644 11.4939 13.3223C11.6359 13.903 11.7568 14.4837 11.8659 15.04C12.471 13.1256 13.4992 10.81 15.236 8.76367C15.0841 8.37159 14.9997 7.94573 14.9997 7.5C14.9997 5.567 16.5667 4 18.4997 4Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAnimatePath;\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,gBAA6kH,EAA7kH,IAAqB,EAAO,UAAU,iCAAgC,gBAAC,OAAD,CAAM,EAAE,w+GAAw+G,KAAK,eAAc,CAAI,GAGvkH",
  "debugId": "8760F11D20A56E1F64756E2164756E21",
  "names": []
}