{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShimmer/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 IconShimmer: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"shimmer, waves, shader, effect\"><path d=\"M20 10C20.4142 10 20.75 10.3358 20.75 10.75C20.75 11.2487 20.7513 11.5615 20.7148 11.8594C20.5652 13.0828 19.9455 14.2003 18.9873 14.9756C18.754 15.1643 18.4882 15.3295 18.0654 15.5938L14.7295 17.6787C14.2746 17.963 14.1015 18.0728 13.9561 18.1904C13.3005 18.7208 12.8768 19.4853 12.7744 20.3223C12.7517 20.508 12.75 20.7132 12.75 21.25C12.75 21.6642 12.4142 22 12 22C11.5858 22 11.25 21.6642 11.25 21.25C11.25 20.7513 11.2488 20.4385 11.2852 20.1406C11.4348 18.9172 12.0545 17.7997 13.0127 17.0244C13.246 16.8357 13.5118 16.6705 13.9346 16.4062L17.2705 14.3213C17.7254 14.037 17.8985 13.9272 18.044 13.8096C18.6995 13.2792 19.1232 12.5147 19.2256 11.6777C19.2483 11.492 19.25 11.2868 19.25 10.75C19.25 10.3358 19.5858 10 20 10Z\" fill=\"currentColor\"/><path d=\"M16 6C16.4142 6 16.75 6.33579 16.75 6.75C16.75 7.24868 16.7513 7.56149 16.7148 7.85938C16.5652 9.08282 15.9455 10.2003 14.9873 10.9756C14.754 11.1643 14.4882 11.3295 14.0654 11.5938L10.7295 13.6787C10.2746 13.963 10.1015 14.0728 9.95606 14.1904C9.30054 14.7208 8.87684 15.4853 8.77442 16.3223C8.7517 16.508 8.75001 16.7132 8.75001 17.25C8.75001 17.6642 8.41422 18 8.00001 18C7.58579 18 7.25001 17.6642 7.25001 17.25C7.25001 16.7513 7.24875 16.4385 7.28516 16.1406C7.43476 14.9172 8.05452 13.7997 9.0127 13.0244C9.24598 12.8357 9.51178 12.6705 9.93458 12.4062L13.2705 10.3213C13.7254 10.037 13.8985 9.92722 14.044 9.80957C14.6995 9.27917 15.1232 8.51471 15.2256 7.67773C15.2483 7.49196 15.25 7.28678 15.25 6.75C15.25 6.33579 15.5858 6 16 6Z\" fill=\"currentColor\"/><path d=\"M12 2C12.4142 2 12.75 2.33579 12.75 2.75C12.75 3.24868 12.7513 3.56149 12.7148 3.85938C12.5652 5.08282 11.9455 6.2003 10.9873 6.97559C10.754 7.1643 10.4882 7.3295 10.0654 7.59375L6.7295 9.67871C6.2746 9.96302 6.1015 10.0728 5.95606 10.1904C5.30054 10.7208 4.87684 11.4853 4.77442 12.3223C4.7517 12.508 4.75001 12.7132 4.75001 13.25C4.75001 13.6642 4.41422 14 4.00001 14C3.58579 14 3.25001 13.6642 3.25001 13.25C3.25001 12.7513 3.24875 12.4385 3.28516 12.1406C3.43476 10.9172 4.05452 9.7997 5.0127 9.02441C5.24598 8.8357 5.51178 8.6705 5.93458 8.40625L9.27051 6.32129C9.72541 6.03698 9.89851 5.92722 10.044 5.80957C10.6995 5.27917 11.1232 4.51471 11.2256 3.67773C11.2483 3.49196 11.25 3.28678 11.25 2.75C11.25 2.33579 11.5858 2 12 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShimmer;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAg0E,EAAh0E,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,EAAE,2tBAA2tB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,suBAAsuB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+tBAA+tB,KAAK,eAAc,CAAI,GAG1zE",
  "debugId": "1B129A04A959379664756E2164756E21",
  "names": []
}