{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMorningBrief/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 IconMorningBrief: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"morning-brief, daily-todo\"><path d=\"M5 19.25C5.55228 19.25 6 19.6977 6 20.25C6 20.8023 5.55228 21.25 5 21.25C4.44772 21.25 4 20.8023 4 20.25C4 19.6977 4.44772 19.25 5 19.25Z\" fill=\"currentColor\"/><path d=\"M15.25 19.5C15.6642 19.5 16 19.8358 16 20.25C16 20.6642 15.6642 21 15.25 21H8.25C7.83579 21 7.5 20.6642 7.5 20.25C7.5 19.8358 7.83579 19.5 8.25 19.5H15.25Z\" fill=\"currentColor\"/><path d=\"M5 15.25C5.55228 15.25 6 15.6977 6 16.25C6 16.8023 5.55228 17.25 5 17.25C4.44772 17.25 4 16.8023 4 16.25C4 15.6977 4.44772 15.25 5 15.25Z\" fill=\"currentColor\"/><path d=\"M18.25 15.5C18.6642 15.5 19 15.8358 19 16.25C19 16.6642 18.6642 17 18.25 17H8.25C7.83579 17 7.5 16.6642 7.5 16.25C7.5 15.8358 7.83579 15.5 8.25 15.5H18.25Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 6.75C14.7831 6.75 17.0814 8.81737 17.4473 11.5H22.25C22.6642 11.5 23 11.8358 23 12.25C23 12.6642 22.6642 13 22.25 13H1.75C1.33579 13 1 12.6642 1 12.25C1 11.8358 1.33579 11.5 1.75 11.5H6.55273C6.91865 8.81737 9.21693 6.75 12 6.75Z\" fill=\"currentColor\"/><path d=\"M4.22168 4.22168C4.51457 3.92879 4.98933 3.92879 5.28223 4.22168L7.0498 5.98926C7.3427 6.28215 7.3427 6.75691 7.0498 7.0498C6.75691 7.3427 6.28215 7.3427 5.98926 7.0498L4.22168 5.28223C3.92879 4.98933 3.92879 4.51457 4.22168 4.22168Z\" fill=\"currentColor\"/><path d=\"M18.7178 4.22168C19.0107 3.92906 19.4855 3.92896 19.7783 4.22168C20.0709 4.51451 20.0709 4.9894 19.7783 5.28223L18.0107 7.0498C17.7179 7.34262 17.2431 7.34245 16.9502 7.0498C16.6574 6.7569 16.6573 6.28212 16.9502 5.98926L18.7178 4.22168Z\" fill=\"currentColor\"/><path d=\"M12 1C12.4142 1 12.75 1.33579 12.75 1.75V4.25C12.75 4.66421 12.4142 5 12 5C11.5858 5 11.25 4.66421 11.25 4.25V1.75C11.25 1.33579 11.5858 1 12 1Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMorningBrief;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAiwD,EAAjwD,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,4IAA4I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8JAA8J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4IAA4I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8JAA8J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4OAA4O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4OAA4O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gPAAgP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mJAAmJ,KAAK,eAAc,CAAI,GAG3vD",
  "debugId": "E35059A0898018FE64756E2164756E21",
  "names": []
}