{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMagicMouse/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 IconMagicMouse: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"magic-mouse\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0009 1.5C13.2397 1.5 14.6683 1.51115 15.787 2.07812C17.4609 2.92666 17.7688 4.42945 17.8964 6.0166C18.1861 9.61987 18.0679 13.2291 17.9784 16.8369C17.8772 20.9179 17.0008 22.4895 12.1093 22.4893H11.8935C7.00118 22.4662 6.12458 20.9179 6.02337 16.8369C5.9339 13.2291 5.81569 9.61986 6.1054 6.0166C6.23304 4.42934 6.54163 2.92662 8.21575 2.07812C9.33439 1.51119 10.7622 1.5 12.0009 1.5ZM12.6689 15.3457C12.4058 15.3457 12.1901 15.5068 12.0517 15.5068C11.9065 15.5068 11.7137 15.3555 11.4824 15.3555C11.0468 15.3555 10.6044 15.716 10.6044 16.3965C10.6121 16.8099 10.739 17.2126 10.9697 17.5557C11.1442 17.8004 11.2961 17.9997 11.5136 18C11.7313 18 11.8271 17.8575 12.0947 17.8574C12.3691 17.8574 12.4307 17.9951 12.6689 17.9951C12.9069 17.995 13.0632 17.7799 13.2128 17.5645C13.3175 17.4119 13.3993 17.2441 13.454 17.0674C13.3151 17.0083 13.1957 16.91 13.1122 16.7842C13.0289 16.6585 12.9848 16.5111 12.9843 16.3604C12.9859 16.2262 13.0216 16.0942 13.0878 15.9775C13.1541 15.861 13.2489 15.7634 13.3632 15.6934C13.2849 15.5831 13.1804 15.4931 13.0595 15.4326C12.9385 15.3721 12.8041 15.3422 12.6689 15.3457ZM12.7236 14.5C12.5243 14.5195 12.3394 14.6146 12.2079 14.7656C12.091 14.8965 12.0232 15.0639 12.0156 15.2393C12.0156 15.2605 12.018 15.2819 12.0224 15.3027C12.038 15.3057 12.0543 15.3076 12.0702 15.3076C12.1619 15.3003 12.2516 15.2743 12.3329 15.2314C12.4143 15.1885 12.486 15.1291 12.5439 15.0576C12.6598 14.9212 12.726 14.7493 12.7304 14.5703C12.7306 14.5467 12.7283 14.5231 12.7236 14.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMagicMouse;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAslD,EAAtlD,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,69CAA69C,KAAK,eAAc,CAAI,GAGhlD",
  "debugId": "EA607E362CF3712C64756E2164756E21",
  "names": []
}