{
  "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.79457 12.744C2.93604 12.3549 3.36639 12.1537 3.75551 12.2948L9.25551 14.2948C9.46389 14.3706 9.62885 14.5347 9.70472 14.743L11.7047 20.244C11.8459 20.6332 11.6446 21.0635 11.2555 21.205C10.8664 21.346 10.4361 21.1448 10.2946 20.7557L8.41371 15.5848L3.24379 13.705C2.85482 13.5634 2.65348 13.1331 2.79457 12.744Z\" fill=\"currentColor\"/><path d=\"M19.0202 4.03601C19.2878 3.94997 19.5811 4.02082 19.7799 4.2196C19.9787 4.41842 20.0496 4.71168 19.9635 4.97937L15.3034 19.4794C15.205 19.7851 14.9224 19.9946 14.6012 19.9999C14.28 20.0049 13.9905 19.8044 13.8825 19.5018L11.4127 12.5858L4.49769 10.1171C4.19516 10.0089 3.99455 9.71954 3.99965 9.39831C4.0049 9.07717 4.2144 8.79455 4.52015 8.69616L19.0202 4.03601Z\" 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,gBAA2zB,EAA3zB,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,EAAE,6TAA6T,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8WAA8W,KAAK,eAAc,CAAI,GAGrzB",
  "debugId": "591B8AD9B7F92F9964756E2164756E21",
  "names": []
}