{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCursorAi/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 IconCursorAi: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"cursor-ai, agent, magic\"><path d=\"M14.2406 4.18518L13.5438 2.37334C13.4573 2.14842 13.2412 2 13.0002 2C12.7592 2 12.5431 2.14842 12.4566 2.37334L11.7597 4.18518C11.6581 4.44927 11.4494 4.65797 11.1854 4.75955L9.37352 5.45641C9.14859 5.54292 9.00018 5.75901 9.00018 6C9.00018 6.24099 9.14859 6.45708 9.37352 6.54359L11.1854 7.24045C11.4494 7.34203 11.6581 7.55073 11.7597 7.81482L12.4566 9.62666C12.5431 9.85158 12.7592 10 13.0002 10C13.2412 10 13.4573 9.85158 13.5438 9.62666L14.2406 7.81482C14.3422 7.55073 14.5509 7.34203 14.815 7.24045L16.6268 6.54359C16.8518 6.45708 17.0002 6.24099 17.0002 6C17.0002 5.75901 16.8518 5.54292 16.6268 5.45641L14.815 4.75955C14.5509 4.65797 14.3422 4.44927 14.2406 4.18518Z\" fill=\"currentColor\"/><path d=\"M3.01862 5.32313C2.52339 3.90585 3.92616 2.56288 5.32038 3.12L8.50592 4.21766C7.88927 4.58992 7.5001 5.2622 7.50006 5.99989C7.50006 6.86148 8.03089 7.6339 8.83502 7.94325L10.4385 8.56043L11.0567 10.1649C11.366 10.9691 12.1385 11.4998 13.0001 11.4999C13.8617 11.4999 14.6341 10.9691 14.9434 10.1649L15.5606 8.56043L17.1651 7.94325C17.4493 7.83394 17.6979 7.66538 17.9024 7.45692L20.8272 8.46571C22.3335 8.97963 22.427 11.075 20.9727 11.7216L14.6563 14.5292C14.6001 14.5542 14.5545 14.5999 14.5294 14.6561L11.71 20.9999C11.0662 22.448 8.98271 22.3628 8.45905 20.8671L3.01862 5.32313Z\" fill=\"currentColor\"/><path d=\"M9.2862 5.49793C9.28845 5.4966 9.29075 5.49533 9.29303 5.49403C9.29405 5.49345 9.29494 5.49265 9.29596 5.49207C9.29265 5.49394 9.28946 5.49601 9.2862 5.49793Z\" fill=\"currentColor\"/><path d=\"M10.6602 4.96082L9.58112 5.37586L9.86432 5.26649L10.6602 4.96082Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCursorAi;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAwoD,EAAxoD,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,EAAE,qqBAAqqB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wkBAAwkB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iKAAiK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oEAAoE,KAAK,eAAc,CAAI,GAGloD",
  "debugId": "7AC6A2369DA830D164756E2164756E21",
  "names": []
}