{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDonut/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 IconDonut: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"donut\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C11.2079 2 10.4364 2.09224 9.69594 2.2669C9.46637 2.32106 9.27565 2.48005 9.18107 2.69612C9.08649 2.9122 9.09907 3.16018 9.21502 3.36557C9.36534 3.63186 9.45139 3.93935 9.45139 4.26921C9.45139 5.28646 8.62674 6.11111 7.60949 6.11111C7.534 6.11111 7.45988 6.10661 7.38734 6.09793C6.99109 6.0505 6.6271 6.32168 6.55915 6.71493C6.41671 7.53945 5.69667 8.16667 4.83165 8.16667C4.46926 8.16667 4.13463 8.05753 3.85603 7.87045C3.66897 7.74483 3.43533 7.70998 3.21975 7.77553C3.00416 7.84107 2.82947 8.00008 2.74399 8.20856C2.26417 9.37881 2 10.6595 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12ZM7.03033 13.0303C7.32322 12.7374 7.32322 12.2626 7.03033 11.9697C6.73744 11.6768 6.26256 11.6768 5.96967 11.9697L4.96967 12.9697C4.67678 13.2626 4.67678 13.7374 4.96967 14.0303C5.26256 14.3232 5.73744 14.3232 6.03033 14.0303L7.03033 13.0303ZM13.2197 5.21967C13.5126 4.92678 13.9874 4.92678 14.2803 5.21967L15.2803 6.21967C15.5732 6.51256 15.5732 6.98744 15.2803 7.28033C14.9874 7.57322 14.5126 7.57322 14.2197 7.28033L13.2197 6.28033C12.9268 5.98744 12.9268 5.51256 13.2197 5.21967ZM18.0303 10.2197C17.7374 9.92678 17.2626 9.92678 16.9697 10.2197C16.6768 10.5126 16.6768 10.9874 16.9697 11.2803L17.9697 12.2803C18.2626 12.5732 18.7374 12.5732 19.0303 12.2803C19.3232 11.9874 19.3232 11.5126 19.0303 11.2197L18.0303 10.2197ZM16.2803 16.2197C16.5732 16.5126 16.5732 16.9874 16.2803 17.2803L15.2803 18.2803C14.9874 18.5732 14.5126 18.5732 14.2197 18.2803C13.9268 17.9874 13.9268 17.5126 14.2197 17.2197L15.2197 16.2197C15.5126 15.9268 15.9874 15.9268 16.2803 16.2197ZM7.71967 17.2803C7.42678 16.9874 7.42678 16.5126 7.71967 16.2197C8.01256 15.9268 8.48744 15.9268 8.78033 16.2197L9.78033 17.2197C10.0732 17.5126 10.0732 17.9874 9.78033 18.2803C9.48744 18.5732 9.01256 18.5732 8.71967 18.2803L7.71967 17.2803Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDonut;\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,EAA4C,CAAC,IAAU,CAClE,OAAO,gBAAshE,EAAthE,IAAqB,EAAO,UAAU,SAAQ,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,m6DAAm6D,KAAK,eAAc,CAAI,GAGhhE",
  "debugId": "3DF6DAEC0B7F164464756E2164756E21",
  "names": []
}