{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAnimationUndershoot/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 IconAnimationUndershoot: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"animation-undershoot\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.46588 20.0368C7.96867 20.6012 7.32261 21 6.50019 21C5.74895 21 5.14433 20.7258 4.68584 20.2611C4.25156 19.821 3.98255 19.2454 3.79492 18.6825C3.60572 18.1149 3.47765 17.4908 3.36606 16.9114C3.34792 16.8172 3.33024 16.7243 3.31282 16.6329C3.21964 16.1436 3.13397 15.6937 3.02551 15.287C2.91878 14.8868 3.15671 14.4758 3.55694 14.3691C3.95717 14.2623 4.36813 14.5003 4.47486 14.9005C4.59865 15.3647 4.6962 15.8778 4.78887 16.3652C4.8057 16.4537 4.82236 16.5413 4.839 16.6277C4.95084 17.2084 5.0634 17.7445 5.21795 18.2081C5.37407 18.6765 5.55194 19.0032 5.75359 19.2076C5.93104 19.3875 6.15142 19.5 6.50019 19.5C6.77776 19.5 7.04264 19.3832 7.34035 19.0452C7.65444 18.6887 7.95603 18.1366 8.26433 17.3867C8.56941 16.6446 8.85745 15.7696 9.17012 14.7993C9.20105 14.7033 9.2322 14.6064 9.26361 14.5088C9.5466 13.6289 9.84997 12.6856 10.196 11.7418C10.962 9.65274 11.9667 7.47325 13.5346 5.81316C15.129 4.12496 17.2822 3 20.2502 3C20.6644 3 21.0002 3.33579 21.0002 3.75C21.0002 4.16421 20.6644 4.5 20.2502 4.5C17.7182 4.5 15.9526 5.43754 14.6251 6.84309C13.2711 8.27675 12.3509 10.2223 11.6043 12.2582C11.2693 13.1719 10.9753 14.0861 10.6911 14.9695C10.6599 15.0665 10.6288 15.1631 10.5978 15.2593C10.2875 16.2225 9.98252 17.1523 9.65167 17.957C9.32403 18.754 8.94671 19.491 8.46588 20.0368Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAnimationUndershoot;\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,EAA0D,CAAC,IAAU,CAChF,OAAO,gBAA84C,EAA94C,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4wCAA4wC,KAAK,eAAc,CAAI,GAGx4C",
  "debugId": "99FAD17C448F5AF664756E2164756E21",
  "names": []
}