{
  "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.2402 4.18518L13.5434 2.37334C13.4569 2.14842 13.2408 2 12.9998 2C12.7588 2 12.5427 2.14842 12.4562 2.37334L11.7593 4.18518C11.6578 4.44927 11.4491 4.65797 11.185 4.75955L9.37312 5.45641C9.1482 5.54292 8.99978 5.75901 8.99978 6C8.99978 6.24099 9.1482 6.45708 9.37312 6.54359L11.185 7.24045C11.4491 7.34203 11.6578 7.55073 11.7593 7.81482L12.4562 9.62666C12.5427 9.85158 12.7588 10 12.9998 10C13.2408 10 13.4569 9.85158 13.5434 9.62666L14.2402 7.81482C14.3418 7.55073 14.5505 7.34203 14.8146 7.24045L16.6264 6.54359C16.8514 6.45708 16.9998 6.24099 16.9998 6C16.9998 5.75901 16.8514 5.54292 16.6264 5.45641L14.8146 4.75955C14.5505 4.65797 14.3418 4.44927 14.2402 4.18518Z\" fill=\"currentColor\"/><path d=\"M3.0182 5.32312C2.52276 3.90575 3.92565 2.56278 5.31996 3.12L8.50551 4.21766C7.88886 4.58992 7.49969 5.2622 7.49965 5.99988C7.49965 6.86147 8.03049 7.63389 8.83461 7.94324L10.4381 8.56043L11.0563 10.1649C11.3656 10.9691 12.1381 11.4998 12.9996 11.4999C13.8613 11.4999 14.6337 10.9691 14.943 10.1649L15.5602 8.56043L17.1647 7.94324C17.4489 7.83394 17.6975 7.66537 17.902 7.45691L20.8268 8.4657C22.3332 8.97964 22.4266 11.075 20.9723 11.7216L14.6559 14.5292C14.5996 14.5543 14.5541 14.5999 14.5289 14.6561L11.7096 20.9999C11.0658 22.4479 8.98229 22.3628 8.45863 20.8671L3.0182 5.32312Z\" fill=\"currentColor\"/><path d=\"M9.28578 5.49793C9.28804 5.4966 9.29034 5.49533 9.29262 5.49402C9.29363 5.49344 9.29453 5.49264 9.29555 5.49207C9.29224 5.49394 9.28904 5.496 9.28578 5.49793Z\" fill=\"currentColor\"/><path d=\"M10.6598 4.96082L9.5807 5.37586L9.8639 5.26648L10.6598 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,gBAAsoD,EAAtoD,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,EAAE,mqBAAmqB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0kBAA0kB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iKAAiK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kEAAkE,KAAK,eAAc,CAAI,GAGhoD",
  "debugId": "D443C3DC2CD01B3064756E2164756E21",
  "names": []
}