{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconIcebowl/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 IconIcebowl: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"icebowl, cooling, vibe\"><path d=\"M14.227 8.78013C14.4948 8.84709 14.6577 9.11848 14.5908 9.38634L14.4093 10.1134C14.3423 10.3814 14.0708 10.5443 13.8029 10.4773L12.773 10.2199C12.5052 10.1529 12.3423 9.88152 12.4092 9.61366L12.5907 8.8866C12.6577 8.61864 12.9292 8.45568 13.1971 8.52267L14.227 8.78013Z\" fill=\"currentColor\"/><path d=\"M7.45108 8.09849C7.60429 8.32831 7.54214 8.63882 7.31228 8.79196L6.68747 9.20822C6.4577 9.36129 6.14736 9.29917 5.99422 9.06946L5.54892 8.40151C5.39571 8.17169 5.45786 7.86118 5.68772 7.70804L6.31253 7.29178C6.5423 7.13871 6.85264 7.20083 7.00578 7.43054L7.45108 8.09849Z\" fill=\"currentColor\"/><path d=\"M17.5695 7.49422C17.7992 7.64736 17.8613 7.95771 17.7082 8.18747L17.292 8.81228C17.1388 9.04214 16.8283 9.10429 16.5985 8.95108L15.9305 8.50578C15.7008 8.35264 15.6387 8.04229 15.7918 7.81253L16.208 7.18772C16.3612 6.95786 16.6717 6.89571 16.9015 7.04892L17.5695 7.49422Z\" fill=\"currentColor\"/><path d=\"M11.6677 7.3349C11.7913 7.58192 11.6912 7.88241 11.4442 8.00595L10.3386 8.55873C10.0917 8.68218 9.79146 8.58219 9.66788 8.33535L9.33234 7.6651C9.20868 7.41808 9.30876 7.11759 9.55584 6.99406L10.6614 6.44127C10.9083 6.31782 11.2085 6.41781 11.3321 6.66465L11.6677 7.3349Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 3.5C14.9043 3.5 17.5689 3.98648 19.5352 4.80176C20.5166 5.2087 21.3601 5.71297 21.9697 6.31055C22.5817 6.91056 23 7.65073 23 8.5V9.52246C23 15.5866 18.0736 20.5 12 20.5C5.92644 20.5 1 15.5866 1 9.52246V8.5C1 7.65073 1.41832 6.91056 2.03027 6.31055C2.63986 5.71297 3.48339 5.2087 4.46484 4.80176C6.43113 3.98648 9.09569 3.5 12 3.5ZM12 5C9.24341 5 6.78254 5.46459 5.03906 6.1875C4.16576 6.54963 3.50781 6.96156 3.08008 7.38086C2.65485 7.79772 2.5 8.17581 2.5 8.5C2.5 8.82419 2.65485 9.20228 3.08008 9.61914C3.50781 10.0384 4.16576 10.4504 5.03906 10.8125C6.78254 11.5354 9.24341 12 12 12C14.7566 12 17.2175 11.5354 18.9609 10.8125C19.8342 10.4504 20.4922 10.0384 20.9199 9.61914C21.3451 9.20228 21.5 8.82419 21.5 8.5C21.5 8.17581 21.3451 7.79772 20.9199 7.38086C20.4922 6.96156 19.8342 6.54963 18.9609 6.1875C17.2175 5.46459 14.7566 5 12 5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconIcebowl;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA0oE,EAA1oE,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,gRAAgR,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kRAAkR,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kRAAkR,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iRAAiR,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,60BAA60B,KAAK,eAAc,CAAI,GAGpoE",
  "debugId": "47635A773FB1A02B64756E2164756E21",
  "names": []
}