{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDispersion/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 IconDispersion: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"dispersion, refraction\"><path d=\"M12 2.99961C12.4142 2.99961 12.7499 3.33548 12.75 3.74961V20.2496C12.75 20.6638 12.4142 20.9996 12 20.9996C11.5858 20.9996 11.25 20.6638 11.25 20.2496V3.74961C11.2501 3.33548 11.5858 2.99961 12 2.99961Z\" fill=\"currentColor\"/><path d=\"M14.9111 16.0348C15.1678 15.7098 15.6398 15.6542 15.9648 15.9107L20.7148 19.6607C21.0399 19.9174 21.0954 20.3893 20.8389 20.7145C20.5822 21.0396 20.1103 21.0951 19.7852 20.8385L15.0352 17.0885C14.7101 16.8318 14.6545 16.3598 14.9111 16.0348Z\" fill=\"currentColor\"/><path d=\"M8.25 14.9996C8.66415 14.9996 8.9999 15.3355 9 15.7496C9 16.1638 8.66421 16.4996 8.25 16.4996H2.75C2.33579 16.4996 2 16.1638 2 15.7496C2.0001 15.3355 2.33585 14.9996 2.75 14.9996H8.25Z\" fill=\"currentColor\"/><path d=\"M8.25 11.2496C8.66415 11.2496 8.9999 11.5855 9 11.9996C9 12.4138 8.66421 12.7496 8.25 12.7496H2.75C2.33579 12.7496 2 12.4138 2 11.9996C2.0001 11.5855 2.33585 11.2496 2.75 11.2496H8.25Z\" fill=\"currentColor\"/><path d=\"M21.25 11.2496C21.6642 11.2496 21.9999 11.5855 22 11.9996C22 12.4138 21.6642 12.7496 21.25 12.7496H15.75C15.3358 12.7496 15 12.4138 15 11.9996C15.0001 11.5855 15.3358 11.2496 15.75 11.2496H21.25Z\" fill=\"currentColor\"/><path d=\"M8.25 6.99961C8.66415 6.99961 8.9999 7.33548 9 7.74961C9 8.16382 8.66421 8.49961 8.25 8.49961H2.75C2.33579 8.49961 2 8.16382 2 7.74961C2.0001 7.33548 2.33585 6.99961 2.75 6.99961H8.25Z\" fill=\"currentColor\"/><path d=\"M19.7852 3.16074C20.1102 2.90422 20.5822 2.9598 20.8389 3.28476C21.0955 3.60984 21.0399 4.0818 20.7148 4.33848L15.9648 8.08848C15.6397 8.34511 15.1678 8.28955 14.9111 7.96445C14.6546 7.63935 14.7101 7.16737 15.0352 6.91074L19.7852 3.16074Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDispersion;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAsrD,EAAtrD,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,6MAA6M,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2LAA2L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2LAA2L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sMAAsM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2LAA2L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kPAAkP,KAAK,eAAc,CAAI,GAGhrD",
  "debugId": "81E0BD3A1A7EF75664756E2164756E21",
  "names": []
}