{
  "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=\"M12.6865 1.2969C12.9066 1.21528 13.1526 1.24112 13.3506 1.36721C13.5484 1.49323 13.6761 1.70478 13.6953 1.9385C13.9065 4.52373 15.593 6.26756 17.5283 8.23049C19.3975 10.1264 21.5163 12.2429 21.748 15.4561C21.7493 15.4739 21.75 15.4919 21.75 15.5098C21.75 16.9899 21.4179 18.8699 20.292 20.2569C19.2814 21.5015 17.7229 22.2371 15.5205 22.0645C15.7824 21.602 15.9393 21.0672 16.0283 20.5322C16.204 19.4762 16.1548 18.2269 15.9971 16.9951C15.6814 14.5312 14.9014 11.9305 14.3271 10.6524C14.1574 10.2746 13.7128 10.1056 13.335 10.2754C12.9572 10.4452 12.7882 10.8898 12.958 11.2676C13.4659 12.3979 14.2109 14.8532 14.5098 17.1856C14.6591 18.3516 14.6902 19.4365 14.5488 20.2862C14.4032 21.1607 14.1079 21.6076 13.7773 21.7852C13.228 22.0802 12.516 22.2534 11.8027 22.249C11.7956 22.249 11.7884 22.2491 11.7812 22.249C11.1509 22.242 10.5684 22.0965 10.1133 21.8203L9.92578 21.6944C9.70873 21.5299 9.47005 21.1355 9.30273 20.4248C9.1417 19.7405 9.07493 18.883 9.09375 17.9619C9.13176 16.1044 9.51201 14.155 9.99805 13.0733C10.1676 12.6956 9.99863 12.2519 9.62109 12.0821C9.2433 11.9123 8.79965 12.0812 8.62988 12.459C8.03397 13.7854 7.63523 15.9521 7.59473 17.9317C7.57437 18.9289 7.64341 19.9214 7.84277 20.7686C7.95092 21.2279 8.11038 21.6855 8.33984 22.086C7.01744 22.2752 5.70241 22.0068 4.625 21.2969C3.18338 20.347 2.25005 18.6653 2.25 16.4678C2.25 12.8501 4.50889 10.7578 6.37012 8.97854C8.29594 7.13755 9.74568 5.67106 9.36426 3.16701C9.3107 2.81541 9.51126 2.47428 9.84473 2.35061L12.6865 1.2969Z\" 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,gBAA4iD,EAA5iD,IAAqB,EAAO,UAAU,UAAS,gBAAC,OAAD,CAAM,EAAE,89CAA89C,KAAK,eAAc,CAAI,GAGtiD",
  "debugId": "850C178252604B2564756E2164756E21",
  "names": []
}