{
  "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.75V13.7461C17.9998 15.2647 16.7687 16.4961 15.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.9961H15.2422C15.9324 14.9961 16.492 14.4363 16.4922 13.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=\"M16.25 3.5C17.2165 3.5 18 4.2835 18 5.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.5H3.25C2.2835 16.5 1.5 15.7165 1.5 14.75V5.25C1.5 4.2835 2.2835 3.5 3.25 3.5H16.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.5ZM3.25 5C3.11193 5 3 5.11193 3 5.25V14.75C3 14.8881 3.11193 15 3.25 15H5.07715C5.0268 14.674 5 14.3401 5 14C5 10.4101 7.91015 7.5 11.5 7.5H16C16.1683 7.5 16.3349 7.50795 16.5 7.52051V5.25C16.5 5.11193 16.3881 5 16.25 5H3.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,gBAA+uC,EAA/uC,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,8eAA8e,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4lBAA4lB,KAAK,eAAc,CAAI,GAGzuC",
  "debugId": "16DB7090C868A59F64756E2164756E21",
  "names": []
}