{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPillowZz/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 IconPillowZz: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"pillow-zz, sleep, snooze\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 5.8125C2 4.26159 3.25371 3 4.80556 3C5.41625 3 5.9832 3.19647 6.44416 3.52937C6.72315 3.73085 6.90824 3.75601 6.99631 3.73428C8.49378 3.36484 10.3747 3 12 3C13.6253 3 15.5062 3.36484 17.0037 3.73428C17.0918 3.75601 17.2768 3.73085 17.5558 3.52937C18.0168 3.19647 18.5837 3 19.1944 3C20.7463 3 22 4.26159 22 5.8125C22 6.38489 21.8286 6.91958 21.5341 7.36496C21.3495 7.64412 21.329 7.82866 21.3533 7.91866C21.6885 9.15939 22 10.6631 22 12C22 13.3369 21.6885 14.8406 21.3533 16.0813C21.329 16.1713 21.3496 16.3559 21.5341 16.635C21.8287 17.0804 22 17.6151 22 18.1875C22 19.7384 20.7463 21 19.1945 21C18.5864 21 18.0217 20.8052 17.5617 20.4749C17.283 20.2746 17.0979 20.2496 17.0096 20.2715C15.522 20.6393 13.6509 21 12 21C10.3491 21 8.47803 20.6393 6.99044 20.2715C6.90207 20.2496 6.71705 20.2746 6.43828 20.4749C5.97837 20.8052 5.41364 21 4.80556 21C3.25371 21 2 19.7384 2 18.1875C2 17.6151 2.17137 17.0804 2.46586 16.635C2.65045 16.3559 2.67102 16.1713 2.64671 16.0813C2.31153 14.8406 2 13.3369 2 12C2 10.6631 2.31153 9.15938 2.64671 7.91866C2.67102 7.82866 2.65045 7.64412 2.46586 7.36496C2.17137 6.91958 2 6.38489 2 5.8125ZM9.75 8.5C9.33579 8.5 9 8.83579 9 9.25C9 9.66421 9.33579 10 9.75 10H12.6673L9.16953 14.2751C8.98602 14.4994 8.94815 14.8093 9.07225 15.0712C9.19635 15.333 9.46021 15.5 9.75 15.5H14.25C14.6642 15.5 15 15.1642 15 14.75C15 14.3358 14.6642 14 14.25 14H11.3327L14.8305 9.72493C15.014 9.50064 15.0518 9.1907 14.9278 8.92883C14.8037 8.66695 14.5398 8.5 14.25 8.5H9.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPillowZz;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAylD,EAAzlD,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,m9CAAm9C,KAAK,eAAc,CAAI,GAGnlD",
  "debugId": "AE223FE1C5118B2B64756E2164756E21",
  "names": []
}