{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDrink/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 IconDrink: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"drink, cup, straw, mug\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.9821 1.58734C17.072 1.99169 16.817 2.39232 16.4127 2.48218L12.5 3.35167V6.00005H18.25C18.4573 6.00005 18.6554 6.08584 18.7971 6.23707C18.9389 6.3883 19.0118 6.59146 18.9984 6.79833L17.9984 22.2983C17.9746 22.6683 17.6852 22.9613 17.3233 22.9965C17.2992 22.9988 17.2747 23 17.25 23H6.74999C6.40396 23 6.10995 22.7649 6.0248 22.4418C6.01263 22.3956 6.00473 22.3477 6.00155 22.2983L5.32413 11.7983L5.32389 11.7945L5.00156 6.79833C4.98821 6.59146 5.06108 6.3883 5.20287 6.23707C5.34465 6.08584 5.5427 6.00005 5.75 6.00005H11V2.75004C11 2.39851 11.2441 2.09415 11.5873 2.0179L16.0873 1.0179C16.4917 0.928043 16.8923 1.18299 16.9821 1.58734ZM6.77575 11H17.2242L17.4501 7.50005H6.54995L6.77575 11Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDrink;\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,gBAA6zB,EAA7zB,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yrBAAyrB,KAAK,eAAc,CAAI,GAGvzB",
  "debugId": "44F74F2FC7DB12B464756E2164756E21",
  "names": []
}