{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCollaborationPointerRight/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 IconCollaborationPointerRight: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"collaboration-pointer-right, cursor, agents\"><path d=\"M2.30433 13.7188C2.4596 13.335 2.89698 13.1497 3.28089 13.3048L7.67542 15.0812C8.24115 15.3098 8.68993 15.7586 8.91859 16.3243L10.695 20.7188C10.8501 21.1028 10.6648 21.5401 10.2809 21.6954C9.89695 21.8505 9.45959 21.6652 9.30433 21.2813L7.52796 16.8858C7.45173 16.6974 7.30231 16.548 7.1139 16.4718L2.71839 14.6954C2.33462 14.5401 2.14918 14.1028 2.30433 13.7188Z\" fill=\"currentColor\"/><path d=\"M17.4713 3.69345C19.219 3.12665 20.8731 4.78075 20.3063 6.52842L16.5075 18.2394C15.8552 20.2496 13.042 20.3327 12.2721 18.3644L10.526 13.8995C10.4498 13.7047 10.295 13.5499 10.1002 13.4737L5.63539 11.7276C3.66728 10.9576 3.75033 8.14463 5.76039 7.49228L17.4713 3.69345Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCollaborationPointerRight;\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,EAAgE,CAAC,IAAU,CACtF,OAAO,gBAA+wB,EAA/wB,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,EAAE,+WAA+W,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gRAAgR,KAAK,eAAc,CAAI,GAGzwB",
  "debugId": "9637F77642470DD764756E2164756E21",
  "names": []
}