{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBell2Snooze/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 IconBell2Snooze: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bell-2-snooze, notification, activity, alert\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.75447 8.87114C4.94782 5.0198 8.13655 2 12 2C15.8634 2 19.0522 5.02005 19.2455 8.87139L19.4413 12.7464C19.4431 12.7819 19.4524 12.8167 19.4688 12.8483L20.8054 15.4406C20.9338 15.6896 21 15.9661 21 16.2441C21 17.2048 20.2223 18 19.25 18H16.6911C16.3315 20.267 14.3682 22 12 22C9.63185 22 7.66846 20.267 7.30888 18H4.75C3.77775 18 3 17.2048 3 16.2441C3 15.9661 3.06622 15.6896 3.19459 15.4406L4.53125 12.8483C4.54756 12.8167 4.55693 12.7819 4.55873 12.7464L4.75447 8.87114ZM8.83697 18C9.17555 19.4333 10.4632 20.5 12 20.5C13.5368 20.5 14.8245 19.4333 15.163 18H8.83697ZM10.25 7.5C9.83579 7.5 9.5 7.83579 9.5 8.25C9.5 8.66421 9.83579 9 10.25 9H12.2165L9.65799 12.2895C9.48212 12.5157 9.45041 12.8222 9.57626 13.0795C9.70212 13.3368 9.96355 13.5 10.25 13.5H13.75C14.1642 13.5 14.5 13.1642 14.5 12.75C14.5 12.3358 14.1642 12 13.75 12H11.7835L14.342 8.71046C14.5179 8.48435 14.5496 8.17781 14.4237 7.92049C14.2979 7.66316 14.0365 7.5 13.75 7.5H10.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBell2Snooze;\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+kC,EAA/kC,IAAqB,EAAO,UAAU,gDAA+C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,q7BAAq7B,KAAK,eAAc,CAAI,GAGzkC",
  "debugId": "F431CF389C83852C64756E2164756E21",
  "names": []
}