{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconInsights/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 IconInsights: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"insights, analyze\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20 7.99992C21.1046 7.99992 22 8.89536 22 9.99992C22 11.1045 21.1046 11.9999 20 11.9999C19.7871 11.9999 19.5821 11.9659 19.3896 11.9042L16.7627 15.0556C16.9137 15.3369 17 15.6583 17 15.9999C17 17.1045 16.1046 17.9999 15 17.9999C13.8954 17.9999 13 17.1045 13 15.9999C13 15.7867 13.0339 15.5813 13.0957 15.3886L9.94434 12.7626C9.663 12.9137 9.34167 12.9999 9 12.9999C8.83937 12.9999 8.68386 12.9781 8.53418 12.9423L5.68652 16.9286C5.88381 17.2386 6 17.6053 6 17.9999C6 19.1045 5.10457 19.9999 4 19.9999C2.89543 19.9999 2 19.1045 2 17.9999C2 16.8954 2.89543 15.9999 4 15.9999C4.16088 15.9999 4.31691 16.0207 4.4668 16.0566L7.31348 12.0712C7.11619 11.7613 7 11.3945 7 10.9999C7 9.89536 7.89543 8.99992 9 8.99992C10.1046 8.99992 11 9.89536 11 10.9999C11 11.2125 10.9658 11.4171 10.9043 11.6093L14.0557 14.2363C14.3369 14.0854 14.6585 13.9999 15 13.9999C15.2129 13.9999 15.4179 14.034 15.6104 14.0956L18.2363 10.9443C18.0854 10.663 18 10.3414 18 9.99992C18 8.89536 18.8954 7.99992 20 7.99992Z\" fill=\"currentColor\"/><path d=\"M4.5 6.99992C5.32843 6.99992 6 7.6715 6 8.49992C6 9.32835 5.32843 9.99992 4.5 9.99992C3.67157 9.99992 3 9.32835 3 8.49992C3 7.6715 3.67157 6.99992 4.5 6.99992Z\" fill=\"currentColor\"/><path d=\"M16.6464 6.14637C16.8417 6.34163 16.8417 6.65822 16.6464 6.85348L14.8536 8.64637C14.6583 8.84163 14.3417 8.84163 14.1464 8.64637L12.3536 6.85348C12.1583 6.65822 12.1583 6.34163 12.3536 6.14637L14.1464 4.35348C14.3417 4.15822 14.6583 4.15822 14.8536 4.35348L16.6464 6.14637Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconInsights;\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+C,CAAC,IAAU,CACrE,OAAO,gBAA4kD,EAA5kD,IAAqB,EAAO,UAAU,qBAAoB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,69BAA69B,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kKAAkK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oRAAoR,KAAK,eAAc,CAAI,GAGtkD",
  "debugId": "B7CB65187311EAF364756E2164756E21",
  "names": []
}