{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconLiquidGlass/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 IconLiquidGlass: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"liquid-glass, glass-effect\"><path d=\"M16.75 9.5C17.4404 9.5 18 10.0596 18 10.75V11.7461C17.9998 14.3693 15.8732 16.4961 13.25 16.4961H9.25C8.40848 16.4961 9.02657 17.4899 8.80859 17.5293C8.72971 17.5435 8.66078 17.4747 8.59961 17.4229C7.98436 16.9014 7.5498 16.341 7.5498 15.8857C7.55015 15.255 8.06154 14.9962 8.69238 14.9961H13.2422C15.037 14.9961 16.492 13.5409 16.4922 11.7461V10.5C16.4922 10.216 16.3737 9.95938 16.1836 9.77734C16.1503 9.74529 16.1289 9.70152 16.1289 9.65527C16.1291 9.56949 16.1993 9.5 16.2852 9.5H16.75Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.25 3.5C16.3211 3.5 18 5.17893 18 7.25V7.81445C20.6111 8.65809 22.5 11.1081 22.5 14C22.5 17.5899 19.5899 20.5 16 20.5H11.5C8.79617 20.5 6.47866 18.8488 5.49902 16.5H5.25C3.17893 16.5 1.5 14.8211 1.5 12.75V7.25C1.5 5.17893 3.17893 3.5 5.25 3.5H14.25ZM11.5 9C8.73858 9 6.5 11.2386 6.5 14C6.5 16.7614 8.73858 19 11.5 19H16C18.7614 19 21 16.7614 21 14C21 11.2386 18.7614 9 16 9H11.5ZM5.25 5C4.00736 5 3 6.00736 3 7.25V12.75C3 13.9337 3.91436 14.9009 5.0752 14.9902C5.02584 14.6673 5 14.3367 5 14C5 10.4101 7.91015 7.5 11.5 7.5H16C16.1683 7.5 16.3349 7.50795 16.5 7.52051V7.25C16.5 6.00736 15.4926 5 14.25 5H5.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLiquidGlass;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAwvC,EAAxvC,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,6eAA6e,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,smBAAsmB,KAAK,eAAc,CAAI,GAGlvC",
  "debugId": "9BD2671D6DA119D864756E2164756E21",
  "names": []
}