{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDiamondShine/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 IconDiamondShine: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"diamond-shine, pop, polish\"><path d=\"M12 2C12.4142 2 12.75 2.33579 12.75 2.75V4.25C12.75 4.66421 12.4142 5 12 5C11.5858 5 11.25 4.66421 11.25 4.25V2.75C11.25 2.33579 11.5858 2 12 2Z\" fill=\"currentColor\"/><path d=\"M6.6146 7.85596C7.13378 7.30944 7.85455 7 8.60836 7H15.3911C16.1449 7 16.8657 7.30942 17.3848 7.85592L20.2367 10.8578C20.5536 11.1914 20.7709 11.5846 20.8886 12H3.11095C3.22866 11.5846 3.44596 11.1914 3.76283 10.8579L6.6146 7.85596Z\" fill=\"currentColor\"/><path d=\"M3.76021 14.6432C3.44377 14.3092 3.22699 13.9156 3.10986 13.5H20.8897C20.7726 13.9156 20.5558 14.3092 20.2393 14.6432L13.996 21.2333C12.9113 22.3782 11.088 22.3782 10.0033 21.2332L3.76021 14.6432Z\" fill=\"currentColor\"/><path d=\"M21.0303 5.03033C21.3232 4.73744 21.3232 4.26256 21.0303 3.96967C20.7374 3.67678 20.2626 3.67678 19.9697 3.96967L18.9697 4.96967C18.6768 5.26256 18.6768 5.73744 18.9697 6.03033C19.2626 6.32322 19.7374 6.32322 20.0303 6.03033L21.0303 5.03033Z\" fill=\"currentColor\"/><path d=\"M4.03033 3.96967C3.73744 3.67678 3.26256 3.67678 2.96967 3.96967C2.67678 4.26256 2.67678 4.73744 2.96967 5.03033L3.96967 6.03033C4.26256 6.32322 4.73744 6.32322 5.03033 6.03033C5.32322 5.73744 5.32322 5.26256 5.03033 4.96967L4.03033 3.96967Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDiamondShine;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAmwC,EAAnwC,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,mJAAmJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2OAA2O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uMAAuM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,CAAI,GAG7vC",
  "debugId": "6BF0189802748B6564756E2164756E21",
  "names": []
}