{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAnimationElastic/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 IconAnimationElastic: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"animation-elastic,bezier-curves\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.5 20.2499L3.75 20.25C3 20.25 3 20.2499 3 20.2497L3.00001 20.2369L3.0001 20.2004L3.00077 20.06C3.00154 19.9375 3.00306 19.7585 3.00611 19.531C3.0122 19.076 3.02438 18.427 3.04871 17.6484C3.09732 16.0928 3.19466 14.0135 3.38999 11.93C3.58443 9.85589 3.87929 7.73888 4.33317 6.12507C4.55857 5.32364 4.83733 4.59331 5.19551 4.0475C5.54491 3.51507 6.08067 3 6.84372 3C7.34602 3 7.75002 3.22762 8.05315 3.52321C8.34438 3.80719 8.56865 4.1766 8.75039 4.54895C9.06973 5.20321 9.33674 6.04007 9.58842 6.82888C9.62074 6.93017 9.6528 7.03066 9.68469 7.12987C9.9786 8.04426 10.2625 8.86813 10.6095 9.46292C10.9648 10.072 11.2525 10.2188 11.4843 10.2188C11.901 10.2188 12.2938 10.0478 12.7809 9.70024C13.0257 9.52563 13.2732 9.3222 13.5538 9.09061L13.5741 9.07386C13.8427 8.85212 14.1384 8.60799 14.4568 8.37449C15.1156 7.8914 15.9043 7.42827 16.9048 7.20573C17.9097 6.98222 19.0721 7.01361 20.4655 7.43163C20.8623 7.55065 21.0874 7.96876 20.9684 8.36551C20.8493 8.76225 20.4312 8.98739 20.0345 8.86837C18.8498 8.51296 17.9497 8.50997 17.2304 8.66995C16.5068 8.83091 15.9097 9.16915 15.3439 9.5841C15.0605 9.79189 14.7933 10.0125 14.5161 10.2413L14.5087 10.2474C14.2353 10.473 13.9471 10.7108 13.6521 10.9213C13.0596 11.344 12.3567 11.7188 11.4843 11.7188C10.4271 11.7188 9.74803 10.9632 9.31379 10.2187C8.8712 9.45999 8.54281 8.47918 8.25665 7.58888C8.22423 7.48803 8.19235 7.38835 8.16089 7.28997C7.90133 6.47832 7.67023 5.75564 7.40239 5.2069C7.25382 4.90251 7.11957 4.70795 7.00594 4.59715C6.90614 4.49983 6.85885 4.49996 6.84451 4.5C6.84423 4.5 6.84476 4.5 6.84451 4.5C6.83412 4.5 6.69234 4.50055 6.44959 4.87047C6.21561 5.22701 5.9868 5.78574 5.77715 6.53118C5.36092 8.01112 5.07571 10.0191 4.88344 12.07C4.69205 14.1115 4.59604 16.1572 4.54797 17.6953C4.52396 18.4636 4.51197 19.1036 4.50598 19.5511C4.50298 19.7747 4.50149 19.9502 4.50074 20.0694L4.50009 20.2049L4.50001 20.2392L4.5 20.2499ZM3.75 21C3.33579 21 3 20.6639 3 20.2497L3.75 20.25L4.5 20.2499C4.5 20.6642 4.16421 21 3.75 21Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAnimationElastic;\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,EAAuD,CAAC,IAAU,CAC7E,OAAO,gBAA+kE,EAA/kE,IAAqB,EAAO,UAAU,mCAAkC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,k8DAAk8D,KAAK,eAAc,CAAI,GAGzkE",
  "debugId": "CDD80B2019F23E1D64756E2164756E21",
  "names": []
}