{
  "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.6072L14.0765 14.2302C14.7577 14.9114 14.7602 16.0151 14.0821 16.6994L11.8444 18.9574C11.8062 19.007 11.762 19.0516 11.7128 19.0903L10.2518 20.5645C9.56929 21.2532 8.45693 21.2557 7.77132 20.5701L6.30488 19.1037C6.24444 19.0591 6.19095 19.0056 6.14631 18.9451L6.1214 18.9202C6.09508 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.04097 17.9049 5.07979 17.8786L3.43004 16.2289C2.74444 15.5432 2.74696 14.4309 3.43566 13.7484L4.04356 13.146C4.27055 12.921 4.61513 12.8646 4.90199 13.0054C5.50453 13.3012 6.02804 13.1484 6.34336 12.8338C6.66148 12.5164 6.81857 11.983 6.53513 11.3777C6.4007 11.0906 6.46126 10.75 6.68642 10.5269L7.30076 9.91811C7.98506 9.23997 9.08879 9.24246 9.77002 9.9237L11.3928 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.52875 18.2062L8.83198 19.5095C8.92992 19.6074 9.08883 19.6071 9.18633 19.5087L10.4722 18.2111C10.3375 17.5209 9.72961 17 9 17C8.27211 17 7.66531 17.5185 7.52875 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,gBAA29C,EAA39C,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+1CAA+1C,KAAK,eAAc,CAAI,GAGr9C",
  "debugId": "00F239ACFB4AC9D564756E2164756E21",
  "names": []
}