{
  "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=\"M3.23375 3.20624C3.44812 3.00265 3.7621 2.94438 4.03551 3.05683L7.97398 4.67792C7.67425 5.04259 7.50035 5.50681 7.50035 6.00019C7.50043 6.86175 8.03116 7.63426 8.83531 7.94355L10.4388 8.56073L11.057 10.1652C11.3664 10.9693 12.1388 11.5002 13.0004 11.5002C13.8619 11.5001 14.6344 10.9693 14.9437 10.1652L15.5609 8.56073L16.5121 8.19452L21.5355 10.2629C21.8143 10.378 21.9981 10.6488 22.0004 10.9504C22.0023 11.252 21.8234 11.5267 21.5462 11.6457L14.5707 14.634L10.5785 21.6223C10.433 21.8767 10.1516 22.0233 9.85973 21.9973C9.56779 21.9709 9.31696 21.7764 9.2191 21.5002L3.04332 4.00019C2.94488 3.72127 3.01932 3.40996 3.23375 3.20624Z\" fill=\"currentColor\"/><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.6582 4.44927 11.4495 4.65797 11.1854 4.75955L9.37352 5.45641C9.1486 5.54292 9.00018 5.75901 9.00018 6C9.00018 6.24099 9.14848 6.45665 9.3734 6.54316L11.1854 7.24045C11.4495 7.34203 11.6582 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\"/></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,gBAA45C,EAA55C,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,EAAE,6nBAA6nB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mqBAAmqB,KAAK,eAAc,CAAI,GAGt5C",
  "debugId": "1E1B1FC4AD5A078B64756E2164756E21",
  "names": []
}