{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGarlic/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 IconGarlic: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"garlic\"><path d=\"M11.4492 1.75574C12.5684 1.34067 13.6325 2.13048 13.8994 3.09949C14.5004 5.28178 16.1805 6.84805 17.9785 8.68835C19.7165 10.4672 21.534 12.4886 21.748 15.4559C21.7493 15.4738 21.75 15.4917 21.75 15.5096C21.75 16.9898 21.4179 18.8698 20.292 20.2567C19.2814 21.5013 17.7229 22.2369 15.5205 22.0643C15.7824 21.6018 15.9393 21.0671 16.0283 20.5321C16.204 19.476 16.1548 18.2268 15.9971 16.995C15.6814 14.531 14.9014 11.9304 14.3271 10.6522C14.1574 10.2744 13.7128 10.1055 13.335 10.2753C12.9572 10.4451 12.7882 10.8897 12.958 11.2675C13.4659 12.3978 14.2109 14.853 14.5098 17.1854C14.6591 18.3514 14.6902 19.4363 14.5488 20.286C14.4032 21.1606 14.1079 21.6074 13.7773 21.785C13.228 22.08 12.516 22.2533 11.8027 22.2489C11.7956 22.2489 11.7884 22.249 11.7812 22.2489C11.1509 22.2418 10.5684 22.0964 10.1133 21.8202L9.92578 21.6942C9.70872 21.5297 9.47005 21.1354 9.30273 20.4247C9.1417 19.7404 9.07493 18.8829 9.09375 17.9618C9.13176 16.1043 9.51201 14.1549 9.99805 13.0731C10.1676 12.6954 9.99864 12.2518 9.62109 12.0819C9.2433 11.9122 8.79965 12.0811 8.62988 12.4589C8.03396 13.7853 7.63523 15.9519 7.59473 17.9315C7.57437 18.9288 7.64341 19.9213 7.84277 20.7684C7.95091 21.2278 8.11038 21.6854 8.33984 22.0858C7.01744 22.275 5.70241 22.0066 4.625 21.2968C3.18339 20.3468 2.25005 18.6652 2.25 16.4676C2.25001 13.0204 4.29758 10.9648 6.09668 9.24011C7.96828 7.44596 9.45674 6.07669 9.4248 3.87878C9.41439 3.15312 9.80862 2.36387 10.6084 2.06726L11.4492 1.75574Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGarlic;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAkgD,EAAlgD,IAAqB,EAAO,UAAU,UAAS,gBAAC,OAAD,CAAM,EAAE,o7CAAo7C,KAAK,eAAc,CAAI,GAG5/C",
  "debugId": "4AC02FFB9FD807E164756E2164756E21",
  "names": []
}