{
  "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.444 12.8003L20.9166 15.6563C20.9714 15.7626 21 15.8804 21 16V17.25C21 17.6642 20.6642 18 20.25 18H16.6911C16.3315 20.267 14.3682 22 12 22C9.63185 22 7.66846 20.267 7.30888 18H3.75C3.33579 18 3 17.6642 3 17.25V16C3 15.8804 3.02859 15.7626 3.0834 15.6563L4.556 12.8003L4.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,gBAA6+B,EAA7+B,IAAqB,EAAO,UAAU,gDAA+C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,m1BAAm1B,KAAK,eAAc,CAAI,GAGv+B",
  "debugId": "315D4A6527F4E4ED64756E2164756E21",
  "names": []
}