{
  "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.816 13.6922C2.98577 13.3144 3.43039 13.1455 3.80819 13.3152L7.94686 15.1746C8.33728 15.3502 8.65027 15.663 8.82576 16.0535L10.6851 20.1922C10.8546 20.5698 10.6857 21.0145 10.3082 21.1844C9.93045 21.354 9.48583 21.185 9.316 20.8074L7.4576 16.6687C7.43258 16.613 7.38729 16.5679 7.33162 16.5428L3.19295 14.6844C2.81518 14.5146 2.64629 14.07 2.816 13.6922Z\" fill=\"currentColor\"/><path d=\"M18.1578 3.63846C19.5162 3.19926 20.8014 4.48416 20.3619 5.84256L16.1138 18.9734C15.6181 20.5053 13.4908 20.6105 12.8453 19.1355L10.4556 13.6736C10.4305 13.6161 10.3842 13.57 10.3267 13.5447L4.86483 11.1551C3.3896 10.5096 3.49501 8.3823 5.02694 7.88651L18.1578 3.63846Z\" 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,gBAAuwB,EAAvwB,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,EAAE,uWAAuW,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gRAAgR,KAAK,eAAc,CAAI,GAGjwB",
  "debugId": "0D7D7BF2EDC7675364756E2164756E21",
  "names": []
}