{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDonutGlaze/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 IconDonutGlaze: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"donut-glaze\"><path d=\"M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M14.25 12C14.25 13.2426 13.2426 14.25 12 14.25C10.7574 14.25 9.75 13.2426 9.75 12C9.75 10.7574 10.7574 9.75 12 9.75C13.2426 9.75 14.25 10.7574 14.25 12Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M11.8331 5.70491C12.7699 5.11562 14.0045 5.36771 14.6352 6.27705L15.0749 6.91091C15.3239 7.26995 15.6802 7.54094 16.0927 7.68504L16.821 7.93944C17.8658 8.3044 18.4384 9.42682 18.1207 10.4869L17.8993 11.2259C17.7739 11.6444 17.7841 12.092 17.9287 12.5043L18.1838 13.2323C18.5499 14.2767 18.0294 15.4242 17.0025 15.8368L16.2867 16.1244C15.8813 16.2873 15.5378 16.5744 15.3055 16.9445L14.8954 17.5979C14.3071 18.5352 13.0854 18.8438 12.1226 18.2982L11.4514 17.9178C11.0713 17.7024 10.6327 17.6129 10.1985 17.662L9.43199 17.7488C8.33233 17.8733 7.32938 17.1105 7.15565 16.0175L7.03455 15.2557C6.96595 14.8241 6.76251 14.4254 6.45337 14.1166L5.90762 13.5714C5.12467 12.7893 5.09571 11.5295 5.8419 10.7122L6.36203 10.1426C6.65665 9.81987 6.84156 9.4122 6.89025 8.97796L6.97622 8.21136C7.09956 7.11157 8.0664 6.3035 9.17062 6.37733L9.94031 6.42879C10.3763 6.45794 10.8103 6.34833 11.1802 6.11566L11.8331 5.70491Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/></CentralIconBase>;\n};\n\nexport default IconDonutGlaze;\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,gBAAg9C,EAAh9C,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,EAAE,2JAA2J,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,2JAA2J,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,44BAA44B,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,CAAI,GAG18C",
  "debugId": "76E80475FE41F1A764756E2164756E21",
  "names": []
}