{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCollaborationPointerLeft/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 IconCollaborationPointerLeft: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"collaboration-pointer-left, cursor, agents\"><path d=\"M21.6959 13.7188C21.5406 13.335 21.1032 13.1497 20.7193 13.3048L16.3248 15.0812C15.7591 15.3098 15.3103 15.7586 15.0816 16.3243L13.3053 20.7188C13.1501 21.1028 13.3354 21.5401 13.7193 21.6954C14.1033 21.8505 14.5406 21.6652 14.6959 21.2813L16.4723 16.8858C16.5485 16.6974 16.6979 16.548 16.8863 16.4718L21.2818 14.6954C21.6656 14.5401 21.851 14.1028 21.6959 13.7188Z\" fill=\"currentColor\"/><path d=\"M6.52889 3.69345C4.78124 3.12665 3.12716 4.78075 3.69393 6.52842L7.49276 18.2394C8.14506 20.2496 10.9582 20.3327 11.7281 18.3644L13.4742 13.8995C13.5505 13.7047 13.7052 13.5499 13.9 13.4737L18.3648 11.7276C20.3329 10.9576 20.2499 8.14463 18.2398 7.49228L6.52889 3.69345Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCollaborationPointerLeft;\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+D,CAAC,IAAU,CACrF,OAAO,gBAAixB,EAAjxB,IAAqB,EAAO,UAAU,8CAA6C,gBAAC,OAAD,CAAM,EAAE,iXAAiX,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iRAAiR,KAAK,eAAc,CAAI,GAG3wB",
  "debugId": "4EA01AB2FFD3481E64756E2164756E21",
  "names": []
}