{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFork/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 IconFork: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"fork, caple,  food, restaurant\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.17041 2.00063C6.54665 2.01696 6.84377 2.34657 6.84377 2.74764V12.1398C6.84377 12.898 7.4209 13.5127 8.13282 13.5127C8.84475 13.5127 9.42188 12.898 9.42188 12.1398V2.77874C9.42188 2.36514 9.73668 2.02986 10.125 2.02986C10.5133 2.02986 10.8281 2.36514 10.8281 2.77874V12.2646C10.8281 12.9539 11.3528 13.5127 12 13.5127C12.6472 13.5127 13.1719 12.9539 13.1719 12.2646V2.77874C13.1719 2.36514 13.4867 2.02986 13.875 2.02986C14.2633 2.02986 14.5781 2.36514 14.5781 2.77874V12.1397C14.5781 12.898 15.1553 13.5127 15.8672 13.5127C16.5791 13.5127 17.1563 12.898 17.1563 12.1397V2.74761C17.1563 2.34656 17.4534 2.01696 17.8296 2.00063C18.2058 1.9843 18.5272 2.28707 18.5578 2.68678L19.4977 14.9495C19.514 15.1625 19.4441 15.3727 19.3057 15.5273L15.9443 19.2815C15.8196 19.4208 15.75 19.6058 15.75 19.7983V21.2511C15.75 21.6647 15.4352 22 15.0469 22H8.95313C8.5648 22 8.25 21.6647 8.25 21.2511V19.7983C8.25 19.6058 8.18043 19.4208 8.05571 19.2815L4.69429 15.5273C4.55586 15.3727 4.48601 15.1625 4.50233 14.9495L5.44221 2.68681C5.47285 2.28708 5.79416 1.9843 6.17041 2.00063Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFork;\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,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAA0rC,EAA1rC,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8iCAA8iC,KAAK,eAAc,CAAI,GAGprC",
  "debugId": "6BE0111B57F022CC64756E2164756E21",
  "names": []
}