{
  "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.88933 7.59095C7.2215 7.21519 7.69894 7 8.20047 7H15.7984C16.3006 7 16.7786 7.21578 17.1108 7.59243L20.6128 11.563C20.731 11.697 20.8252 11.8446 20.8955 12H3.09521C3.1657 11.8441 3.26028 11.6962 3.37908 11.5618L6.88933 7.59095Z\" fill=\"currentColor\"/><path d=\"M3.4299 13.935C3.30292 13.8032 3.20053 13.6562 3.12285 13.5H20.8675C20.79 13.6558 20.6879 13.8024 20.5613 13.9339L13.2604 21.5216C12.5722 22.2368 11.4276 22.2371 10.739 21.5223L3.4299 13.935Z\" 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,gBAA2vC,EAA3vC,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,mJAAmJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wOAAwO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kMAAkM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,CAAI,GAGrvC",
  "debugId": "12E37C9589CDC00264756E2164756E21",
  "names": []
}