{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAnimationOvershoot/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 IconAnimationOvershoot: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"animation-overshoot\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.51675 20.2295C4.52809 20.6435 4.20163 20.9884 3.78757 20.9997C3.37351 21.0111 3.02865 20.6846 3.01731 20.2706L3.67664 20.2525C3.01731 20.2705 3.01732 20.2708 3.01731 20.2706L3.01692 20.2555L3.0159 20.2138C3.01504 20.1772 3.01386 20.1235 3.01252 20.0539C3.00983 19.9146 3.00653 19.7115 3.00399 19.4544C2.99891 18.9402 2.99688 18.2095 3.00905 17.3409C3.03335 15.6064 3.11438 13.3109 3.34288 11.0885C3.56913 8.88782 3.94715 6.67732 4.59898 5.15942C4.92075 4.41014 5.35665 3.71404 5.97951 3.32111C6.67574 2.88188 7.46979 2.9018 8.24823 3.3285C10.5473 4.58873 12.154 5.31428 13.8622 5.73565C15.5743 6.15799 17.4321 6.28561 20.25 6.28561C20.6642 6.28561 21 6.6214 21 7.03561C21 7.44982 20.6642 7.78561 20.25 7.78561C17.4019 7.78561 15.3965 7.65909 13.5029 7.19199C11.6054 6.72393 9.86401 5.92477 7.52722 4.64385C7.14671 4.43527 6.94277 4.48697 6.77985 4.58975C6.54355 4.73882 6.25913 5.09496 5.97727 5.7513C5.42187 7.04464 5.05945 9.05892 4.83501 11.2419C4.61281 13.4031 4.53289 15.65 4.5089 17.362C4.49693 18.2167 4.49893 18.9352 4.50391 19.4396C4.50641 19.6917 4.50964 19.8901 4.51224 20.025C4.51354 20.0925 4.51468 20.1441 4.51549 20.1786L4.51643 20.2173L4.51675 20.2295Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAnimationOvershoot;\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,EAAyD,CAAC,IAAU,CAC/E,OAAO,gBAAuxC,EAAvxC,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,spCAAspC,KAAK,eAAc,CAAI,GAGjxC",
  "debugId": "8C3FA52BA51F23B064756E2164756E21",
  "names": []
}