{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRockingHorse/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 IconRockingHorse: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"rocking-horse, child, kids, toy\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.584 2C18.8402 2 19.0765 2.14027 19.1992 2.36523L21.6895 6.93066C21.8676 7.25769 21.7784 7.66618 21.4805 7.88965L20.3711 8.72168C20.1438 8.89213 19.8391 8.92001 19.585 8.79297L18 8L17 10L19.4355 18.2832C19.895 18.0096 20.3567 17.7131 20.8174 17.3877C21.1557 17.1487 21.6233 17.2291 21.8623 17.5674C22.1013 17.9057 22.0209 18.3733 21.6826 18.6123C18.516 20.8493 15.2766 22 12 22C8.72344 22 5.484 20.8493 2.31738 18.6123C1.97911 18.3733 1.89872 17.9057 2.1377 17.5674C2.3767 17.2291 2.84432 17.1487 3.18262 17.3877C3.64013 17.7109 4.09837 18.0062 4.55469 18.2783L6.625 10H5.75C4.50736 10 3.5 11.0074 3.5 12.25C3.5 12.6642 3.16421 13 2.75 13C2.33579 13 2 12.6642 2 12.25C2 10.1789 3.67893 8.5 5.75 8.5H12L13.498 5.25488C14.4137 3.27105 16.3991 2.00013 18.584 2ZM10.5254 15C10.21 15 9.92809 15.1977 9.82031 15.4941L8.20898 19.9238C9.47898 20.3092 10.7429 20.5 12 20.5C13.2568 20.5 14.5203 20.309 15.79 19.9238L14.1797 15.4941C14.0719 15.1977 13.79 15 13.4746 15H10.5254Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRockingHorse;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAylC,EAAzlC,IAAqB,EAAO,UAAU,mCAAkC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,48BAA48B,KAAK,eAAc,CAAI,GAGnlC",
  "debugId": "4A819B5050F601E764756E2164756E21",
  "names": []
}