{
  "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.40462 3 6.02043 3.14385 6.53366 3.26373C6.62211 3.28439 6.70754 3.30435 6.78929 3.32272C7.3999 3.46 7.86504 3.52863 8.27459 3.44439C9.4783 3.1968 10.8052 3 12 3C13.1948 3 14.5217 3.1968 15.7254 3.44439C16.135 3.52863 16.6001 3.46 17.2107 3.32272C17.2925 3.30434 17.3779 3.28439 17.4664 3.26372C17.9796 3.14384 18.5954 3 19.1944 3C20.7463 3 22 4.26159 22 5.8125C22 6.36723 21.8827 6.94227 21.7838 7.42659C21.7644 7.5221 21.7456 7.61408 21.7286 7.70168C21.6155 8.28418 21.563 8.73348 21.6479 9.12795C21.8492 10.0624 22 11.0688 22 12C22 12.9312 21.8492 13.9375 21.648 14.872C21.563 15.2665 21.6155 15.7158 21.7286 16.2983C21.7456 16.3859 21.7644 16.4779 21.7839 16.5734C21.8827 17.0577 22 17.6328 22 18.1875C22 19.7384 20.7463 21 19.1945 21C18.5978 21 17.9843 20.8576 17.4727 20.7389C17.3843 20.7184 17.2989 20.6986 17.2172 20.6804C16.6085 20.5444 16.1443 20.4765 15.7356 20.5603C14.5373 20.8059 13.212 21 12 21C10.788 21 9.46272 20.8059 8.26444 20.5603C7.85568 20.4765 7.39153 20.5444 6.78282 20.6804C6.7011 20.6986 6.6157 20.7184 6.52728 20.7389C6.01571 20.8576 5.40225 21 4.80556 21C3.25371 21 2 19.7384 2 18.1875C2 17.6328 2.11733 17.0577 2.21616 16.5734C2.23564 16.4779 2.25442 16.3859 2.27142 16.2983C2.38451 15.7158 2.43699 15.2665 2.35205 14.8721C2.15083 13.9376 2 12.9312 2 12C2 11.0688 2.15083 10.0624 2.35205 9.12795C2.43699 8.73348 2.38451 8.28418 2.27142 7.70168C2.25442 7.61408 2.23565 7.52209 2.21616 7.42659C2.11733 6.94227 2 6.36723 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,gBAA48D,EAA58D,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,s0DAAs0D,KAAK,eAAc,CAAI,GAGt8D",
  "debugId": "A27A0C6EB7EF47EB64756E2164756E21",
  "names": []
}