{
  "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 3.0001C12.4142 3.0001 12.7499 3.33597 12.75 3.7501V20.2501C12.75 20.6643 12.4142 21.0001 12 21.0001C11.5858 21.0001 11.25 20.6643 11.25 20.2501V3.7501C11.2501 3.33597 11.5858 3.0001 12 3.0001Z\" fill=\"currentColor\"/><path d=\"M14.9111 16.0353C15.1678 15.7103 15.6398 15.6547 15.9648 15.9112L20.7148 19.6612C21.0399 19.9179 21.0954 20.3898 20.8389 20.7149C20.5822 21.04 20.1103 21.0956 19.7852 20.839L15.0352 17.089C14.7101 16.8323 14.6545 16.3603 14.9111 16.0353Z\" fill=\"currentColor\"/><path d=\"M8.25 15.0001C8.66415 15.0001 8.9999 15.336 9 15.7501C9 16.1643 8.66421 16.5001 8.25 16.5001H2.75C2.33579 16.5001 2 16.1643 2 15.7501C2.0001 15.336 2.33585 15.0001 2.75 15.0001H8.25Z\" fill=\"currentColor\"/><path d=\"M8.25 11.2501C8.66415 11.2501 8.9999 11.586 9 12.0001C9 12.4143 8.66421 12.7501 8.25 12.7501H2.75C2.33579 12.7501 2 12.4143 2 12.0001C2.0001 11.586 2.33585 11.2501 2.75 11.2501H8.25Z\" fill=\"currentColor\"/><path d=\"M21.25 11.2501C21.6642 11.2501 21.9999 11.586 22 12.0001C22 12.4143 21.6642 12.7501 21.25 12.7501H15.75C15.3358 12.7501 15 12.4143 15 12.0001C15.0001 11.586 15.3358 11.2501 15.75 11.2501H21.25Z\" fill=\"currentColor\"/><path d=\"M8.25 7.0001C8.66415 7.0001 8.9999 7.33597 9 7.7501C9 8.16431 8.66421 8.5001 8.25 8.5001H2.75C2.33579 8.5001 2 8.16431 2 7.7501C2.0001 7.33597 2.33585 7.0001 2.75 7.0001H8.25Z\" fill=\"currentColor\"/><path d=\"M19.7852 3.16123C20.1102 2.9047 20.5822 2.96028 20.8389 3.28525C21.0955 3.61033 21.0399 4.08229 20.7148 4.33896L15.9648 8.08896C15.6397 8.3456 15.1678 8.29004 14.9111 7.96494C14.6546 7.63984 14.7101 7.16786 15.0352 6.91123L19.7852 3.16123Z\" 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,gBAA6pD,EAA7pD,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,uMAAuM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gPAAgP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yLAAyL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yLAAyL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oMAAoM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kLAAkL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kPAAkP,KAAK,eAAc,CAAI,GAGvpD",
  "debugId": "2CF444148CFCC1AA64756E2164756E21",
  "names": []
}