{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconTapas/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 IconTapas: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"tapas, canabes\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21.2803 2.71967C21.5732 3.01256 21.5732 3.48744 21.2803 3.78033L19.9992 5.06146C21.5599 7.05529 21.759 9.8314 20.0452 11.5452C18.3314 13.259 15.5553 13.0599 13.5615 11.4992L12.4535 12.6071L14.7803 14.934C15.0723 15.2259 15.0734 15.6989 14.7827 15.9922L11.845 18.9566C11.8065 19.0067 11.7618 19.0519 11.712 19.0908L9.54463 21.2779C9.4042 21.4196 9.2131 21.4995 9.0136 21.5C8.8141 21.5005 8.62264 21.4214 8.48158 21.2803L6.30509 19.1038C6.2445 19.0591 6.19088 19.0055 6.14616 18.9449L6.12142 18.9202C6.0951 18.959 6.06473 18.9959 6.03033 19.0303L3.78033 21.2803C3.48744 21.5732 3.01256 21.5732 2.71967 21.2803C2.42678 20.9874 2.42678 20.5126 2.71967 20.2197L4.96967 17.9697C5.00407 17.9353 5.04099 17.9049 5.07983 17.8786L2.71967 15.5184C2.5786 15.3774 2.49955 15.1859 2.5 14.9864C2.50045 14.7869 2.58037 14.5958 2.72208 14.4554L4.0435 13.1458C4.27049 12.9209 4.61507 12.8645 4.90193 13.0053C5.50447 13.3011 6.02798 13.1483 6.3433 12.8337C6.66142 12.5163 6.81851 11.9829 6.53507 11.3776C6.40064 11.0905 6.4612 10.7499 6.68636 10.5268L8.00779 9.21728C8.30106 8.92664 8.77409 8.92771 9.06604 9.21967L11.3929 11.5465L12.5008 10.4385C10.9401 8.44472 10.741 5.66861 12.4548 3.95481C14.1686 2.24102 16.9447 2.4401 18.9385 4.0008L20.2197 2.71967C20.5126 2.42678 20.9874 2.42678 21.2803 2.71967ZM7.52876 18.2062L9.0095 19.6869L10.4722 18.211C10.3375 17.5208 9.72956 17 9 17C8.27213 17 7.66534 17.5184 7.52876 18.2062Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTapas;\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,gBAA+/C,EAA//C,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,m4CAAm4C,KAAK,eAAc,CAAI,GAGz/C",
  "debugId": "8A3687C8BF18BE1564756E2164756E21",
  "names": []
}