{
  "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.2055 12.744C21.064 12.3549 20.6336 12.1537 20.2445 12.2948L14.7445 14.2948C14.5361 14.3706 14.3712 14.5347 14.2953 14.743L12.2953 20.244C12.1541 20.6332 12.3554 21.0635 12.7445 21.205C13.1336 21.346 13.564 21.1448 13.7055 20.7557L15.5863 15.5848L20.7562 13.705C21.1452 13.5634 21.3465 13.1331 21.2055 12.744Z\" fill=\"currentColor\"/><path d=\"M4.97986 4.03601C4.7122 3.94997 4.41892 4.02082 4.2201 4.2196C4.02128 4.41842 3.95046 4.71168 4.03651 4.97937L8.69666 19.4794C8.79503 19.7851 9.07765 19.9946 9.39881 19.9999C9.72004 20.0049 10.0095 19.8044 10.1176 19.5018L12.5873 12.5858L19.5023 10.1171C19.8049 10.0089 20.0055 9.71954 20.0004 9.39831C19.9951 9.07717 19.7856 8.79455 19.4799 8.69616L4.97986 4.03601Z\" 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,gBAA2zB,EAA3zB,IAAqB,EAAO,UAAU,8CAA6C,gBAAC,OAAD,CAAM,EAAE,2TAA2T,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iXAAiX,KAAK,eAAc,CAAI,GAGrzB",
  "debugId": "CBF96CE332F942F664756E2164756E21",
  "names": []
}