{
  "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.1839 13.6922C21.0142 13.3144 20.5696 13.1455 20.1918 13.3152L16.0531 15.1746C15.6627 15.3502 15.3497 15.663 15.1742 16.0535L13.3148 20.1922C13.1453 20.5698 13.3143 21.0145 13.6918 21.1844C14.0695 21.354 14.5141 21.185 14.6839 20.8074L16.5423 16.6687C16.5674 16.613 16.6127 16.5679 16.6683 16.5428L20.807 14.6844C21.1848 14.5146 21.3537 14.07 21.1839 13.6922Z\" fill=\"currentColor\"/><path d=\"M5.84215 3.63846C4.48376 3.19926 3.19859 4.48416 3.63805 5.84256L7.8861 18.9734C8.38187 20.5053 10.5091 20.6105 11.1547 19.1355L13.5443 13.6736C13.5695 13.6161 13.6158 13.57 13.6732 13.5447L19.1351 11.1551C20.6104 10.5096 20.5049 8.3823 18.973 7.88651L5.84215 3.63846Z\" 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,gBAA2wB,EAA3wB,IAAqB,EAAO,UAAU,8CAA6C,gBAAC,OAAD,CAAM,EAAE,6WAA6W,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+QAA+Q,KAAK,eAAc,CAAI,GAGrwB",
  "debugId": "A2BF6B4B9F7B5FB864756E2164756E21",
  "names": []
}