@central-icons-react/square-filled-radius-0-stroke-2 1.1.291 → 1.1.293

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/IconAgents/index.js +2 -2
  2. package/IconAgents/index.js.map +3 -3
  3. package/IconAgents/index.mjs +2 -2
  4. package/IconAgents/index.mjs.map +3 -3
  5. package/IconBase44/index.d.ts +4 -0
  6. package/IconBase44/index.js +3 -0
  7. package/IconBase44/index.js.map +11 -0
  8. package/IconBase44/index.mjs +3 -0
  9. package/IconBase44/index.mjs.map +11 -0
  10. package/IconBookHeart/index.d.ts +4 -0
  11. package/IconBookHeart/index.js +3 -0
  12. package/IconBookHeart/index.js.map +11 -0
  13. package/IconBookHeart/index.mjs +3 -0
  14. package/IconBookHeart/index.mjs.map +11 -0
  15. package/IconEmail2Block/index.d.ts +4 -0
  16. package/IconEmail2Block/index.js +3 -0
  17. package/IconEmail2Block/index.js.map +11 -0
  18. package/IconEmail2Block/index.mjs +3 -0
  19. package/IconEmail2Block/index.mjs.map +11 -0
  20. package/IconEmail2Check/index.d.ts +4 -0
  21. package/IconEmail2Check/index.js +3 -0
  22. package/IconEmail2Check/index.js.map +11 -0
  23. package/IconEmail2Check/index.mjs +3 -0
  24. package/IconEmail2Check/index.mjs.map +11 -0
  25. package/IconEmail2Incoming/index.d.ts +4 -0
  26. package/IconEmail2Incoming/index.js +3 -0
  27. package/IconEmail2Incoming/index.js.map +11 -0
  28. package/IconEmail2Incoming/index.mjs +3 -0
  29. package/IconEmail2Incoming/index.mjs.map +11 -0
  30. package/IconEmail2Plus/index.d.ts +4 -0
  31. package/IconEmail2Plus/index.js +3 -0
  32. package/IconEmail2Plus/index.js.map +11 -0
  33. package/IconEmail2Plus/index.mjs +3 -0
  34. package/IconEmail2Plus/index.mjs.map +11 -0
  35. package/IconEmail2Remove/index.d.ts +4 -0
  36. package/IconEmail2Remove/index.js +3 -0
  37. package/IconEmail2Remove/index.js.map +11 -0
  38. package/IconEmail2Remove/index.mjs +3 -0
  39. package/IconEmail2Remove/index.mjs.map +11 -0
  40. package/IconEmail2Unread/index.d.ts +4 -0
  41. package/IconEmail2Unread/index.js +3 -0
  42. package/IconEmail2Unread/index.js.map +11 -0
  43. package/IconEmail2Unread/index.mjs +3 -0
  44. package/IconEmail2Unread/index.mjs.map +11 -0
  45. package/IconTodoist/index.d.ts +4 -0
  46. package/IconTodoist/index.js +3 -0
  47. package/IconTodoist/index.js.map +11 -0
  48. package/IconTodoist/index.mjs +3 -0
  49. package/IconTodoist/index.mjs.map +11 -0
  50. package/README.md +39 -0
  51. package/icons/index.d.ts +1 -1
  52. package/icons/index.js +2 -2
  53. package/icons/index.js.map +3 -3
  54. package/icons/index.mjs +2 -2
  55. package/icons/index.mjs.map +3 -3
  56. package/icons-index.json +4 -4
  57. package/index.d.ts +9 -0
  58. package/index.js +27 -0
  59. package/index.mjs +9 -0
  60. package/license-check.js +1 -1
  61. package/package.json +1 -1
  62. package/skills/central-icons-react/SKILL.md +20 -2
@@ -1,3 +1,3 @@
1
- var H=Object.create;var{getPrototypeOf:h,defineProperty:p,getOwnPropertyNames:f,getOwnPropertyDescriptor:y}=Object,g=Object.prototype.hasOwnProperty;function u(e){return this[e]}var P,b,x=(e,t,r)=>{var o=e!=null&&typeof e==="object";if(o){var n=t?P??=new WeakMap:b??=new WeakMap,a=n.get(e);if(a)return a}r=e!=null?H(h(e)):{};let C=t||!e||!e.__esModule?p(r,"default",{value:e,enumerable:!0}):r;for(let l of f(e))if(!g.call(C,l))p(C,l,{get:u.bind(e,l),enumerable:!0});if(o)n.set(e,C);return C},B=(e)=>{var t=(i??=new WeakMap).get(e),r;if(t)return t;if(t=p({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var o of f(e))if(!g.call(t,o))p(t,o,{get:u.bind(e,o),enumerable:!(r=y(e,o))||r.enumerable})}return i.set(e,t),t},i;var d=(e)=>e;function L(e,t){this[e]=d.bind(null,t)}var I=(e,t)=>{for(var r in t)p(e,r,{get:t[r],enumerable:!0,configurable:!0,set:L.bind(t,r)})};var v={};I(v,{CentralIconBase:()=>c});module.exports=B(v);var s=x(require("react")),c=({children:e,size:t=24,ariaLabel:r,color:o,ariaHidden:n=!0,style:a,...C})=>{return s.default.createElement("svg",{...C,"aria-hidden":n,role:n?void 0:"img",width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:o,...a}},r&&!n&&s.default.createElement("title",null,r),e)};var G={};I(G,{default:()=>S,IconAgents:()=>w});module.exports=B(G);var m=x(require("react"));var w=(e)=>{return m.default.createElement(c,{...e,ariaLabel:"agents, connections, flow"},m.default.createElement("path",{d:"M6 2C7.30585 2 8.41406 2.83532 8.82617 4H16.5C18.9853 4 21 6.01472 21 8.5C21 10.9853 18.9853 13 16.5 13H15.4141L12 16.4141L8.58594 13H7.5C6.11929 13 5 14.1193 5 15.5C5 16.8807 6.11929 18 7.5 18H15.1738C15.5859 16.8353 16.6941 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.6941 22 15.5859 21.1647 15.1738 20H7.5C5.01472 20 3 17.9853 3 15.5C3 13.0147 5.01472 11 7.5 11H8.58594L12 7.58594L15.4141 11H16.5C17.8807 11 19 9.88071 19 8.5C19 7.11929 17.8807 6 16.5 6H8.82617C8.41406 7.16468 7.30585 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z",fill:"currentColor"}))},S=w;
1
+ var H=Object.create;var{getPrototypeOf:d,defineProperty:a,getOwnPropertyNames:f,getOwnPropertyDescriptor:h}=Object,g=Object.prototype.hasOwnProperty;function u(e){return this[e]}var y,P,x=(e,t,r)=>{var o=e!=null&&typeof e==="object";if(o){var n=t?y??=new WeakMap:P??=new WeakMap,p=n.get(e);if(p)return p}r=e!=null?H(d(e)):{};let C=t||!e||!e.__esModule?a(r,"default",{value:e,enumerable:!0}):r;for(let l of f(e))if(!g.call(C,l))a(C,l,{get:u.bind(e,l),enumerable:!0});if(o)n.set(e,C);return C},B=(e)=>{var t=(i??=new WeakMap).get(e),r;if(t)return t;if(t=a({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var o of f(e))if(!g.call(t,o))a(t,o,{get:u.bind(e,o),enumerable:!(r=h(e,o))||r.enumerable})}return i.set(e,t),t},i;var b=(e)=>e;function L(e,t){this[e]=b.bind(null,t)}var I=(e,t)=>{for(var r in t)a(e,r,{get:t[r],enumerable:!0,configurable:!0,set:L.bind(t,r)})};var v={};I(v,{CentralIconBase:()=>m});module.exports=B(v);var s=x(require("react")),m=({children:e,size:t=24,ariaLabel:r,color:o,ariaHidden:n=!0,style:p,...C})=>{return s.default.createElement("svg",{...C,"aria-hidden":n,role:n?void 0:"img",width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:o,...p}},r&&!n&&s.default.createElement("title",null,r),e)};var G={};I(G,{default:()=>S,IconAgents:()=>w});module.exports=B(G);var c=x(require("react"));var w=(e)=>{return c.default.createElement(m,{...e,ariaLabel:"agents, connections, flow, roadmap"},c.default.createElement("path",{d:"M6 2C7.30585 2 8.41406 2.83532 8.82617 4H16.5C18.9853 4 21 6.01472 21 8.5C21 10.9853 18.9853 13 16.5 13H15.4141L12 16.4141L8.58594 13H7.5C6.11929 13 5 14.1193 5 15.5C5 16.8807 6.11929 18 7.5 18H15.1738C15.5859 16.8353 16.6941 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.6941 22 15.5859 21.1647 15.1738 20H7.5C5.01472 20 3 17.9853 3 15.5C3 13.0147 5.01472 11 7.5 11H8.58594L12 7.58594L15.4141 11H16.5C17.8807 11 19 9.88071 19 8.5C19 7.11929 17.8807 6 16.5 6H8.82617C8.41406 7.16468 7.30585 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z",fill:"currentColor"}))},S=w;
2
2
 
3
- //# debugId=5B0C6E67EBF9CD1164756E2164756E21
3
+ //# debugId=DCF051EFE3BCE4CA64756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAgents/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "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",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconAgents: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"agents, connections, flow\"><path d=\"M6 2C7.30585 2 8.41406 2.83532 8.82617 4H16.5C18.9853 4 21 6.01472 21 8.5C21 10.9853 18.9853 13 16.5 13H15.4141L12 16.4141L8.58594 13H7.5C6.11929 13 5 14.1193 5 15.5C5 16.8807 6.11929 18 7.5 18H15.1738C15.5859 16.8353 16.6941 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.6941 22 15.5859 21.1647 15.1738 20H7.5C5.01472 20 3 17.9853 3 15.5C3 13.0147 5.01472 11 7.5 11H8.58594L12 7.58594L15.4141 11H16.5C17.8807 11 19 9.88071 19 8.5C19 7.11929 17.8807 6 16.5 6H8.82617C8.41406 7.16468 7.30585 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAgents;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconAgents: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"agents, connections, flow, roadmap\"><path d=\"M6 2C7.30585 2 8.41406 2.83532 8.82617 4H16.5C18.9853 4 21 6.01472 21 8.5C21 10.9853 18.9853 13 16.5 13H15.4141L12 16.4141L8.58594 13H7.5C6.11929 13 5 14.1193 5 15.5C5 16.8807 6.11929 18 7.5 18H15.1738C15.5859 16.8353 16.6941 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.6941 22 15.5859 21.1647 15.1738 20H7.5C5.01472 20 3 17.9853 3 15.5C3 13.0147 5.01472 11 7.5 11H8.58594L12 7.58594L15.4141 11H16.5C17.8807 11 19 9.88071 19 8.5C19 7.11929 17.8807 6 16.5 6H8.82617C8.41406 7.16468 7.30585 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAgents;\n"
7
7
  ],
8
- "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,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,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,sECjCY,IAAlB,sBAGO,IAAM,EAA6C,CAAC,IAAU,CACnE,OAAO,wBAA2pB,EAA3pB,IAAqB,EAAO,UAAU,6BAA4B,wBAAC,OAAD,CAAM,EAAE,0jBAA0jB,KAAK,eAAc,CAAI,GAGrpB",
9
- "debugId": "5B0C6E67EBF9CD1164756E2164756E21",
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,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,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,sECjCY,IAAlB,sBAGO,IAAM,EAA6C,CAAC,IAAU,CACnE,OAAO,wBAAoqB,EAApqB,IAAqB,EAAO,UAAU,sCAAqC,wBAAC,OAAD,CAAM,EAAE,0jBAA0jB,KAAK,eAAc,CAAI,GAG9pB",
9
+ "debugId": "DCF051EFE3BCE4CA64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import n from"react";var C=({children:t,size:e=24,ariaLabel:o,color:a,ariaHidden:r=!0,style:l,...s})=>{return n.createElement("svg",{...s,"aria-hidden":r,role:r?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...l}},o&&!r&&n.createElement("title",null,o),t)};import p from"react";var c=(t)=>{return p.createElement(C,{...t,ariaLabel:"agents, connections, flow"},p.createElement("path",{d:"M6 2C7.30585 2 8.41406 2.83532 8.82617 4H16.5C18.9853 4 21 6.01472 21 8.5C21 10.9853 18.9853 13 16.5 13H15.4141L12 16.4141L8.58594 13H7.5C6.11929 13 5 14.1193 5 15.5C5 16.8807 6.11929 18 7.5 18H15.1738C15.5859 16.8353 16.6941 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.6941 22 15.5859 21.1647 15.1738 20H7.5C5.01472 20 3 17.9853 3 15.5C3 13.0147 5.01472 11 7.5 11H8.58594L12 7.58594L15.4141 11H16.5C17.8807 11 19 9.88071 19 8.5C19 7.11929 17.8807 6 16.5 6H8.82617C8.41406 7.16468 7.30585 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z",fill:"currentColor"}))},x=c;export{x as default,c as IconAgents};
1
+ import n from"react";var C=({children:t,size:e=24,ariaLabel:o,color:p,ariaHidden:r=!0,style:l,...s})=>{return n.createElement("svg",{...s,"aria-hidden":r,role:r?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...l}},o&&!r&&n.createElement("title",null,o),t)};import a from"react";var m=(t)=>{return a.createElement(C,{...t,ariaLabel:"agents, connections, flow, roadmap"},a.createElement("path",{d:"M6 2C7.30585 2 8.41406 2.83532 8.82617 4H16.5C18.9853 4 21 6.01472 21 8.5C21 10.9853 18.9853 13 16.5 13H15.4141L12 16.4141L8.58594 13H7.5C6.11929 13 5 14.1193 5 15.5C5 16.8807 6.11929 18 7.5 18H15.1738C15.5859 16.8353 16.6941 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.6941 22 15.5859 21.1647 15.1738 20H7.5C5.01472 20 3 17.9853 3 15.5C3 13.0147 5.01472 11 7.5 11H8.58594L12 7.58594L15.4141 11H16.5C17.8807 11 19 9.88071 19 8.5C19 7.11929 17.8807 6 16.5 6H8.82617C8.41406 7.16468 7.30585 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z",fill:"currentColor"}))},x=m;export{x as default,m as IconAgents};
2
2
 
3
- //# debugId=7B54F62597E7EB4D64756E2164756E21
3
+ //# debugId=7B44B52113E5E66164756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAgents/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "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",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconAgents: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"agents, connections, flow\"><path d=\"M6 2C7.30585 2 8.41406 2.83532 8.82617 4H16.5C18.9853 4 21 6.01472 21 8.5C21 10.9853 18.9853 13 16.5 13H15.4141L12 16.4141L8.58594 13H7.5C6.11929 13 5 14.1193 5 15.5C5 16.8807 6.11929 18 7.5 18H15.1738C15.5859 16.8353 16.6941 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.6941 22 15.5859 21.1647 15.1738 20H7.5C5.01472 20 3 17.9853 3 15.5C3 13.0147 5.01472 11 7.5 11H8.58594L12 7.58594L15.4141 11H16.5C17.8807 11 19 9.88071 19 8.5C19 7.11929 17.8807 6 16.5 6H8.82617C8.41406 7.16468 7.30585 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAgents;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconAgents: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"agents, connections, flow, roadmap\"><path d=\"M6 2C7.30585 2 8.41406 2.83532 8.82617 4H16.5C18.9853 4 21 6.01472 21 8.5C21 10.9853 18.9853 13 16.5 13H15.4141L12 16.4141L8.58594 13H7.5C6.11929 13 5 14.1193 5 15.5C5 16.8807 6.11929 18 7.5 18H15.1738C15.5859 16.8353 16.6941 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.6941 22 15.5859 21.1647 15.1738 20H7.5C5.01472 20 3 17.9853 3 15.5C3 13.0147 5.01472 11 7.5 11H8.58594L12 7.58594L15.4141 11H16.5C17.8807 11 19 9.88071 19 8.5C19 7.11929 17.8807 6 16.5 6H8.82617C8.41406 7.16468 7.30585 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAgents;\n"
7
7
  ],
8
- "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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAA2pB,EAA3pB,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,0jBAA0jB,KAAK,eAAc,CAAI,GAGrpB",
9
- "debugId": "7B54F62597E7EB4D64756E2164756E21",
8
+ "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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAoqB,EAApqB,IAAqB,EAAO,UAAU,sCAAqC,gBAAC,OAAD,CAAM,EAAE,0jBAA0jB,KAAK,eAAc,CAAI,GAG9pB",
9
+ "debugId": "7B44B52113E5E66164756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBase44: React.FC<CentralIconBaseProps>;
4
+ export default IconBase44;
@@ -0,0 +1,3 @@
1
+ var b=Object.create;var{getPrototypeOf:d,defineProperty:l,getOwnPropertyNames:f,getOwnPropertyDescriptor:w}=Object,u=Object.prototype.hasOwnProperty;function B(r){return this[r]}var y,P,g=(r,e,t)=>{var o=r!=null&&typeof r==="object";if(o){var n=e?y??=new WeakMap:P??=new WeakMap,p=n.get(r);if(p)return p}t=r!=null?b(d(r)):{};let C=e||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t;for(let s of f(r))if(!u.call(C,s))l(C,s,{get:B.bind(r,s),enumerable:!0});if(o)n.set(r,C);return C},x=(r)=>{var e=(c??=new WeakMap).get(r),t;if(e)return e;if(e=l({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var o of f(r))if(!u.call(e,o))l(e,o,{get:B.bind(r,o),enumerable:!(t=w(r,o))||t.enumerable})}return c.set(r,e),e},c;var L=(r)=>r;function v(r,e){this[r]=L.bind(null,e)}var I=(r,e)=>{for(var t in e)l(r,t,{get:e[t],enumerable:!0,configurable:!0,set:v.bind(e,t)})};var G={};I(G,{CentralIconBase:()=>i});module.exports=x(G);var m=g(require("react")),i=({children:r,size:e=24,ariaLabel:t,color:o,ariaHidden:n=!0,style:p,...C})=>{return m.default.createElement("svg",{...C,"aria-hidden":n,role:n?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:o,...p}},t&&!n&&m.default.createElement("title",null,t),r)};var S={};I(S,{default:()=>V,IconBase44:()=>h});module.exports=x(S);var a=g(require("react"));var h=(r)=>{return a.default.createElement(i,{...r,ariaLabel:"base44"},a.default.createElement("path",{d:"M19.2431 16.9999C19.3549 16.9999 19.4621 17.0439 19.5411 17.122L20.0377 17.6125C20.1543 17.7277 20.17 17.9099 20.0703 18.0398C18.2221 20.4459 15.2964 22 12.0034 22C8.70635 22 5.77761 20.4421 3.92975 18.0309C3.83021 17.9009 3.8458 17.719 3.9624 17.6038L4.45024 17.1218C4.52932 17.0437 4.63666 16.9999 4.74848 16.9999H19.2431Z",fill:"currentColor"}),a.default.createElement("path",{d:"M12.0036 2C17.5932 2 22.1247 6.47715 22.1247 12C22.1247 12.3624 22.1048 12.7202 22.0668 13.0726C22.0548 13.1833 22.0037 13.2861 21.924 13.3649L20.9235 14.3534C20.8286 14.4472 20.6998 14.4999 20.5656 14.4999H3.4419C3.30769 14.4999 3.17893 14.4472 3.08402 14.3534L2.0833 13.3649C2.00361 13.2861 1.95246 13.1833 1.9405 13.0726C1.90244 12.7202 1.88281 12.3624 1.88281 12C1.88282 6.47718 6.41405 2.00004 12.0036 2Z",fill:"currentColor"}))},V=h;
2
+
3
+ //# debugId=A9A49581E050651E64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconBase44/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconBase44: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"base44\"><path d=\"M19.2431 16.9999C19.3549 16.9999 19.4621 17.0439 19.5411 17.122L20.0377 17.6125C20.1543 17.7277 20.17 17.9099 20.0703 18.0398C18.2221 20.4459 15.2964 22 12.0034 22C8.70635 22 5.77761 20.4421 3.92975 18.0309C3.83021 17.9009 3.8458 17.719 3.9624 17.6038L4.45024 17.1218C4.52932 17.0437 4.63666 16.9999 4.74848 16.9999H19.2431Z\" fill=\"currentColor\"/><path d=\"M12.0036 2C17.5932 2 22.1247 6.47715 22.1247 12C22.1247 12.3624 22.1048 12.7202 22.0668 13.0726C22.0548 13.1833 22.0037 13.2861 21.924 13.3649L20.9235 14.3534C20.8286 14.4472 20.6998 14.4999 20.5656 14.4999H3.4419C3.30769 14.4999 3.17893 14.4472 3.08402 14.3534L2.0833 13.3649C2.00361 13.2861 1.95246 13.1833 1.9405 13.0726C1.90244 12.7202 1.88281 12.3624 1.88281 12C1.88282 6.47718 6.41405 2.00004 12.0036 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBase44;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,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,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,sECjCY,IAAlB,sBAGO,IAAM,EAA6C,CAAC,IAAU,CACnE,OAAO,wBAA80B,EAA90B,IAAqB,EAAO,UAAU,UAAS,wBAAC,OAAD,CAAM,EAAE,uUAAuU,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,4ZAA4Z,KAAK,eAAc,CAAI,GAGx0B",
9
+ "debugId": "A9A49581E050651E64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import C from"react";var l=({children:e,size:r=24,ariaLabel:n,color:p,ariaHidden:t=!0,style:a,...s})=>{return C.createElement("svg",{...s,"aria-hidden":t,role:t?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...a}},n&&!t&&C.createElement("title",null,n),e)};import o from"react";var m=(e)=>{return o.createElement(l,{...e,ariaLabel:"base44"},o.createElement("path",{d:"M19.2431 16.9999C19.3549 16.9999 19.4621 17.0439 19.5411 17.122L20.0377 17.6125C20.1543 17.7277 20.17 17.9099 20.0703 18.0398C18.2221 20.4459 15.2964 22 12.0034 22C8.70635 22 5.77761 20.4421 3.92975 18.0309C3.83021 17.9009 3.8458 17.719 3.9624 17.6038L4.45024 17.1218C4.52932 17.0437 4.63666 16.9999 4.74848 16.9999H19.2431Z",fill:"currentColor"}),o.createElement("path",{d:"M12.0036 2C17.5932 2 22.1247 6.47715 22.1247 12C22.1247 12.3624 22.1048 12.7202 22.0668 13.0726C22.0548 13.1833 22.0037 13.2861 21.924 13.3649L20.9235 14.3534C20.8286 14.4472 20.6998 14.4999 20.5656 14.4999H3.4419C3.30769 14.4999 3.17893 14.4472 3.08402 14.3534L2.0833 13.3649C2.00361 13.2861 1.95246 13.1833 1.9405 13.0726C1.90244 12.7202 1.88281 12.3624 1.88281 12C1.88282 6.47718 6.41405 2.00004 12.0036 2Z",fill:"currentColor"}))},g=m;export{g as default,m as IconBase44};
2
+
3
+ //# debugId=2A039C74928D98B364756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconBase44/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconBase44: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"base44\"><path d=\"M19.2431 16.9999C19.3549 16.9999 19.4621 17.0439 19.5411 17.122L20.0377 17.6125C20.1543 17.7277 20.17 17.9099 20.0703 18.0398C18.2221 20.4459 15.2964 22 12.0034 22C8.70635 22 5.77761 20.4421 3.92975 18.0309C3.83021 17.9009 3.8458 17.719 3.9624 17.6038L4.45024 17.1218C4.52932 17.0437 4.63666 16.9999 4.74848 16.9999H19.2431Z\" fill=\"currentColor\"/><path d=\"M12.0036 2C17.5932 2 22.1247 6.47715 22.1247 12C22.1247 12.3624 22.1048 12.7202 22.0668 13.0726C22.0548 13.1833 22.0037 13.2861 21.924 13.3649L20.9235 14.3534C20.8286 14.4472 20.6998 14.4999 20.5656 14.4999H3.4419C3.30769 14.4999 3.17893 14.4472 3.08402 14.3534L2.0833 13.3649C2.00361 13.2861 1.95246 13.1833 1.9405 13.0726C1.90244 12.7202 1.88281 12.3624 1.88281 12C1.88282 6.47718 6.41405 2.00004 12.0036 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBase44;\n"
7
+ ],
8
+ "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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAA80B,EAA90B,IAAqB,EAAO,UAAU,UAAS,gBAAC,OAAD,CAAM,EAAE,uUAAuU,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4ZAA4Z,KAAK,eAAc,CAAI,GAGx0B",
9
+ "debugId": "2A039C74928D98B364756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBookHeart: React.FC<CentralIconBaseProps>;
4
+ export default IconBookHeart;
@@ -0,0 +1,3 @@
1
+ var I=Object.create;var{getPrototypeOf:h,defineProperty:a,getOwnPropertyNames:d,getOwnPropertyDescriptor:V}=Object,f=Object.prototype.hasOwnProperty;function u(e){return this[e]}var b,v,B=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var n=r?b??=new WeakMap:v??=new WeakMap,p=n.get(e);if(p)return p}o=e!=null?I(h(e)):{};let l=r||!e||!e.__esModule?a(o,"default",{value:e,enumerable:!0}):o;for(let s of d(e))if(!f.call(l,s))a(l,s,{get:u.bind(e,s),enumerable:!0});if(t)n.set(e,l);return l},g=(e)=>{var r=(c??=new WeakMap).get(e),o;if(r)return r;if(r=a({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of d(e))if(!f.call(r,t))a(r,t,{get:u.bind(e,t),enumerable:!(o=V(e,t))||o.enumerable})}return c.set(e,r),r},c;var w=(e)=>e;function P(e,r){this[e]=w.bind(null,r)}var x=(e,r)=>{for(var o in r)a(e,o,{get:r[o],enumerable:!0,configurable:!0,set:P.bind(r,o)})};var G={};x(G,{CentralIconBase:()=>i});module.exports=g(G);var C=B(require("react")),i=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:p,...l})=>{return C.default.createElement("svg",{...l,"aria-hidden":n,role:n?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...p}},o&&!n&&C.default.createElement("title",null,o),e)};var H={};x(H,{default:()=>S,IconBookHeart:()=>y});module.exports=g(H);var m=B(require("react"));var y=(e)=>{return m.default.createElement(i,{...e,ariaLabel:"book-heart, daily, diary"},m.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20 22H7C5.34315 22 4 20.6569 4 19V5C4 3.34315 5.34315 2 7 2H20V22ZM7 18C6.44772 18 6 18.4477 6 19C6 19.5523 6.44772 20 7 20H18V18H7ZM15.251 9.66797C15.2508 7.92017 13.5026 6.87862 11.999 7.84961C10.4956 6.87912 8.74827 7.92034 8.74805 9.66797C8.74836 11.9856 11.9588 13.2644 11.999 13.2803C12.021 13.2716 15.2507 11.9923 15.251 9.66797Z",fill:"currentColor"}))},S=y;
2
+
3
+ //# debugId=4521E2CB369DBBC264756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconBookHeart/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconBookHeart: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"book-heart, daily, diary\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20 22H7C5.34315 22 4 20.6569 4 19V5C4 3.34315 5.34315 2 7 2H20V22ZM7 18C6.44772 18 6 18.4477 6 19C6 19.5523 6.44772 20 7 20H18V18H7ZM15.251 9.66797C15.2508 7.92017 13.5026 6.87862 11.999 7.84961C10.4956 6.87912 8.74827 7.92034 8.74805 9.66797C8.74836 11.9856 11.9588 13.2644 11.999 13.2803C12.021 13.2716 15.2507 11.9923 15.251 9.66797Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBookHeart;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,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,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,yECjCY,IAAlB,sBAGO,IAAM,EAAgD,CAAC,IAAU,CACtE,OAAO,wBAA0d,EAA1d,IAAqB,EAAO,UAAU,4BAA2B,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,oVAAoV,KAAK,eAAc,CAAI,GAGpd",
9
+ "debugId": "4521E2CB369DBBC264756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import n from"react";var l=({children:r,size:e=24,ariaLabel:t,color:p,ariaHidden:o=!0,style:s,...C})=>{return n.createElement("svg",{...C,"aria-hidden":o,role:o?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...s}},t&&!o&&n.createElement("title",null,t),r)};import a from"react";var i=(r)=>{return a.createElement(l,{...r,ariaLabel:"book-heart, daily, diary"},a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20 22H7C5.34315 22 4 20.6569 4 19V5C4 3.34315 5.34315 2 7 2H20V22ZM7 18C6.44772 18 6 18.4477 6 19C6 19.5523 6.44772 20 7 20H18V18H7ZM15.251 9.66797C15.2508 7.92017 13.5026 6.87862 11.999 7.84961C10.4956 6.87912 8.74827 7.92034 8.74805 9.66797C8.74836 11.9856 11.9588 13.2644 11.999 13.2803C12.021 13.2716 15.2507 11.9923 15.251 9.66797Z",fill:"currentColor"}))},B=i;export{B as default,i as IconBookHeart};
2
+
3
+ //# debugId=533745A0F6F69D2A64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconBookHeart/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconBookHeart: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"book-heart, daily, diary\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20 22H7C5.34315 22 4 20.6569 4 19V5C4 3.34315 5.34315 2 7 2H20V22ZM7 18C6.44772 18 6 18.4477 6 19C6 19.5523 6.44772 20 7 20H18V18H7ZM15.251 9.66797C15.2508 7.92017 13.5026 6.87862 11.999 7.84961C10.4956 6.87912 8.74827 7.92034 8.74805 9.66797C8.74836 11.9856 11.9588 13.2644 11.999 13.2803C12.021 13.2716 15.2507 11.9923 15.251 9.66797Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBookHeart;\n"
7
+ ],
8
+ "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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAA0d,EAA1d,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,oVAAoV,KAAK,eAAc,CAAI,GAGpd",
9
+ "debugId": "533745A0F6F69D2A64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconEmail2Block: React.FC<CentralIconBaseProps>;
4
+ export default IconEmail2Block;
@@ -0,0 +1,3 @@
1
+ var I=Object.create;var{getPrototypeOf:V,defineProperty:p,getOwnPropertyNames:d,getOwnPropertyDescriptor:h}=Object,u=Object.prototype.hasOwnProperty;function f(e){return this[e]}var b,w,B=(e,o,r)=>{var t=e!=null&&typeof e==="object";if(t){var l=o?b??=new WeakMap:w??=new WeakMap,a=l.get(e);if(a)return a}r=e!=null?I(V(e)):{};let n=o||!e||!e.__esModule?p(r,"default",{value:e,enumerable:!0}):r;for(let C of d(e))if(!u.call(n,C))p(n,C,{get:f.bind(e,C),enumerable:!0});if(t)l.set(e,n);return n},g=(e)=>{var o=(m??=new WeakMap).get(e),r;if(o)return o;if(o=p({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of d(e))if(!u.call(o,t))p(o,t,{get:f.bind(e,t),enumerable:!(r=h(e,t))||r.enumerable})}return m.set(e,o),o},m;var y=(e)=>e;function P(e,o){this[e]=y.bind(null,o)}var v=(e,o)=>{for(var r in o)p(e,r,{get:o[r],enumerable:!0,configurable:!0,set:P.bind(o,r)})};var L={};v(L,{CentralIconBase:()=>c});module.exports=g(L);var s=B(require("react")),c=({children:e,size:o=24,ariaLabel:r,color:t,ariaHidden:l=!0,style:a,...n})=>{return s.default.createElement("svg",{...n,"aria-hidden":l,role:l?void 0:"img",width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...a}},r&&!l&&s.default.createElement("title",null,r),e)};var G={};v(G,{default:()=>M,IconEmail2Block:()=>x});module.exports=g(G);var i=B(require("react"));var x=(e)=>{return i.default.createElement(c,{...e,ariaLabel:"email-2-block"},i.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z",fill:"currentColor"}),i.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.7419 14.2424C17.2649 12.7193 19.7345 12.7193 21.2575 14.2424C22.7806 15.7654 22.7806 18.235 21.2575 19.758C19.7345 21.2811 17.2649 21.2811 15.7419 19.758C14.2188 18.235 14.2188 15.7654 15.7419 14.2424ZM17.7956 18.9758C18.5355 19.2389 19.3928 19.0778 19.9851 18.4855C20.5773 17.8933 20.7384 17.036 20.4753 16.2961L17.7956 18.9758ZM19.2028 15.0236C18.4632 14.7611 17.6063 14.9229 17.0144 15.5148C16.4224 16.1068 16.2606 16.9637 16.5231 17.7033L19.2028 15.0236Z",fill:"currentColor"}))},M=x;
2
+
3
+ //# debugId=1AEA46D8D2DD1FE964756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconEmail2Block/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEmail2Block: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"email-2-block\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.7419 14.2424C17.2649 12.7193 19.7345 12.7193 21.2575 14.2424C22.7806 15.7654 22.7806 18.235 21.2575 19.758C19.7345 21.2811 17.2649 21.2811 15.7419 19.758C14.2188 18.235 14.2188 15.7654 15.7419 14.2424ZM17.7956 18.9758C18.5355 19.2389 19.3928 19.0778 19.9851 18.4855C20.5773 17.8933 20.7384 17.036 20.4753 16.2961L17.7956 18.9758ZM19.2028 15.0236C18.4632 14.7611 17.6063 14.9229 17.0144 15.5148C16.4224 16.1068 16.2606 16.9637 16.5231 17.7033L19.2028 15.0236Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmail2Block;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,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,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,2ECjCY,IAAlB,sBAGO,IAAM,EAAkD,CAAC,IAAU,CACxE,OAAO,wBAA2sB,EAA3sB,IAAqB,EAAO,UAAU,iBAAgB,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4DAA4D,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,idAAid,KAAK,eAAc,CAAI,GAGrsB",
9
+ "debugId": "1AEA46D8D2DD1FE964756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import n from"react";var p=({children:o,size:e=24,ariaLabel:l,color:a,ariaHidden:r=!0,style:i,...C})=>{return n.createElement("svg",{...C,"aria-hidden":r,role:r?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...i}},l&&!r&&n.createElement("title",null,l),o)};import t from"react";var s=(o)=>{return t.createElement(p,{...o,ariaLabel:"email-2-block"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.7419 14.2424C17.2649 12.7193 19.7345 12.7193 21.2575 14.2424C22.7806 15.7654 22.7806 18.235 21.2575 19.758C19.7345 21.2811 17.2649 21.2811 15.7419 19.758C14.2188 18.235 14.2188 15.7654 15.7419 14.2424ZM17.7956 18.9758C18.5355 19.2389 19.3928 19.0778 19.9851 18.4855C20.5773 17.8933 20.7384 17.036 20.4753 16.2961L17.7956 18.9758ZM19.2028 15.0236C18.4632 14.7611 17.6063 14.9229 17.0144 15.5148C16.4224 16.1068 16.2606 16.9637 16.5231 17.7033L19.2028 15.0236Z",fill:"currentColor"}))},B=s;export{B as default,s as IconEmail2Block};
2
+
3
+ //# debugId=AE6EFEBFE05B937A64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconEmail2Block/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEmail2Block: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"email-2-block\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.7419 14.2424C17.2649 12.7193 19.7345 12.7193 21.2575 14.2424C22.7806 15.7654 22.7806 18.235 21.2575 19.758C19.7345 21.2811 17.2649 21.2811 15.7419 19.758C14.2188 18.235 14.2188 15.7654 15.7419 14.2424ZM17.7956 18.9758C18.5355 19.2389 19.3928 19.0778 19.9851 18.4855C20.5773 17.8933 20.7384 17.036 20.4753 16.2961L17.7956 18.9758ZM19.2028 15.0236C18.4632 14.7611 17.6063 14.9229 17.0144 15.5148C16.4224 16.1068 16.2606 16.9637 16.5231 17.7033L19.2028 15.0236Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmail2Block;\n"
7
+ ],
8
+ "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,gBAA2sB,EAA3sB,IAAqB,EAAO,UAAU,iBAAgB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4DAA4D,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,idAAid,KAAK,eAAc,CAAI,GAGrsB",
9
+ "debugId": "AE6EFEBFE05B937A64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconEmail2Check: React.FC<CentralIconBaseProps>;
4
+ export default IconEmail2Check;
@@ -0,0 +1,3 @@
1
+ var B=Object.create;var{getPrototypeOf:I,defineProperty:p,getOwnPropertyNames:u,getOwnPropertyDescriptor:V}=Object,C=Object.prototype.hasOwnProperty;function d(e){return this[e]}var v,w,h=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var n=r?v??=new WeakMap:w??=new WeakMap,a=n.get(e);if(a)return a}o=e!=null?B(I(e)):{};let l=r||!e||!e.__esModule?p(o,"default",{value:e,enumerable:!0}):o;for(let s of u(e))if(!C.call(l,s))p(l,s,{get:d.bind(e,s),enumerable:!0});if(t)n.set(e,l);return l},L=(e)=>{var r=(f??=new WeakMap).get(e),o;if(r)return r;if(r=p({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of u(e))if(!C.call(r,t))p(r,t,{get:d.bind(e,t),enumerable:!(o=V(e,t))||o.enumerable})}return f.set(e,r),r},f;var y=(e)=>e;function P(e,r){this[e]=y.bind(null,r)}var g=(e,r)=>{for(var o in r)p(e,o,{get:r[o],enumerable:!0,configurable:!0,set:P.bind(r,o)})};var b={};g(b,{CentralIconBase:()=>m});module.exports=L(b);var c=h(require("react")),m=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:a,...l})=>{return c.default.createElement("svg",{...l,"aria-hidden":n,role:n?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...a}},o&&!n&&c.default.createElement("title",null,o),e)};var G={};g(G,{default:()=>S,IconEmail2Check:()=>x});module.exports=L(G);var i=h(require("react"));var x=(e)=>{return i.default.createElement(m,{...e,ariaLabel:"email-2-check, valid"},i.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z",fill:"currentColor"}),i.default.createElement("path",{d:"M23.793 13.6094L18.1582 20.9336L14.3594 17.7686L15.6406 16.2314L17.8408 18.0654L22.207 12.3906L23.793 13.6094Z",fill:"currentColor"}))},S=x;
2
+
3
+ //# debugId=7959F59EF3CE26D464756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconEmail2Check/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEmail2Check: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"email-2-check, valid\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z\" fill=\"currentColor\"/><path d=\"M23.793 13.6094L18.1582 20.9336L14.3594 17.7686L15.6406 16.2314L17.8408 18.0654L22.207 12.3906L23.793 13.6094Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmail2Check;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,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,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,2ECjCY,IAAlB,sBAGO,IAAM,EAAkD,CAAC,IAAU,CACxE,OAAO,wBAA4U,EAA5U,IAAqB,EAAO,UAAU,wBAAuB,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4DAA4D,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,iHAAiH,KAAK,eAAc,CAAI,GAGtU",
9
+ "debugId": "7959F59EF3CE26D464756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import l from"react";var p=({children:r,size:e=24,ariaLabel:n,color:a,ariaHidden:o=!0,style:i,...s})=>{return l.createElement("svg",{...s,"aria-hidden":o,role:o?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...i}},n&&!o&&l.createElement("title",null,n),r)};import t from"react";var c=(r)=>{return t.createElement(p,{...r,ariaLabel:"email-2-check, valid"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z",fill:"currentColor"}),t.createElement("path",{d:"M23.793 13.6094L18.1582 20.9336L14.3594 17.7686L15.6406 16.2314L17.8408 18.0654L22.207 12.3906L23.793 13.6094Z",fill:"currentColor"}))},h=c;export{h as default,c as IconEmail2Check};
2
+
3
+ //# debugId=F0FDBC45F84221B564756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconEmail2Check/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEmail2Check: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"email-2-check, valid\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z\" fill=\"currentColor\"/><path d=\"M23.793 13.6094L18.1582 20.9336L14.3594 17.7686L15.6406 16.2314L17.8408 18.0654L22.207 12.3906L23.793 13.6094Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmail2Check;\n"
7
+ ],
8
+ "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,gBAA4U,EAA5U,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4DAA4D,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iHAAiH,KAAK,eAAc,CAAI,GAGtU",
9
+ "debugId": "F0FDBC45F84221B564756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconEmail2Incoming: React.FC<CentralIconBaseProps>;
4
+ export default IconEmail2Incoming;
@@ -0,0 +1,3 @@
1
+ var x=Object.create;var{getPrototypeOf:B,defineProperty:p,getOwnPropertyNames:f,getOwnPropertyDescriptor:h}=Object,C=Object.prototype.hasOwnProperty;function d(e){return this[e]}var v,w,g=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var n=r?v??=new WeakMap:w??=new WeakMap,a=n.get(e);if(a)return a}o=e!=null?x(B(e)):{};let l=r||!e||!e.__esModule?p(o,"default",{value:e,enumerable:!0}):o;for(let s of f(e))if(!C.call(l,s))p(l,s,{get:d.bind(e,s),enumerable:!0});if(t)n.set(e,l);return l},I=(e)=>{var r=(u??=new WeakMap).get(e),o;if(r)return r;if(r=p({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of f(e))if(!C.call(r,t))p(r,t,{get:d.bind(e,t),enumerable:!(o=h(e,t))||o.enumerable})}return u.set(e,r),r},u;var y=(e)=>e;function P(e,r){this[e]=y.bind(null,r)}var L=(e,r)=>{for(var o in r)p(e,o,{get:r[o],enumerable:!0,configurable:!0,set:P.bind(r,o)})};var b={};L(b,{CentralIconBase:()=>c});module.exports=I(b);var m=g(require("react")),c=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:a,...l})=>{return m.default.createElement("svg",{...l,"aria-hidden":n,role:n?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...a}},o&&!n&&m.default.createElement("title",null,o),e)};var G={};L(G,{default:()=>H,IconEmail2Incoming:()=>V});module.exports=I(G);var i=g(require("react"));var V=(e)=>{return i.default.createElement(c,{...e,ariaLabel:"email-2-incoming, request"},i.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z",fill:"currentColor"}),i.default.createElement("path",{d:"M19.707 14.207L17.9141 16H23V18H17.9141L19.707 19.793L18.293 21.207L14.0859 17L18.293 12.793L19.707 14.207Z",fill:"currentColor"}))},H=V;
2
+
3
+ //# debugId=1C1BAD8820A4A7EB64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconEmail2Incoming/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEmail2Incoming: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"email-2-incoming, request\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z\" fill=\"currentColor\"/><path d=\"M19.707 14.207L17.9141 16H23V18H17.9141L19.707 19.793L18.293 21.207L14.0859 17L18.293 12.793L19.707 14.207Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmail2Incoming;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,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,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,8ECjCY,IAAlB,sBAGO,IAAM,EAAqD,CAAC,IAAU,CAC3E,OAAO,wBAA8U,EAA9U,IAAqB,EAAO,UAAU,6BAA4B,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4DAA4D,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8GAA8G,KAAK,eAAc,CAAI,GAGxU",
9
+ "debugId": "1C1BAD8820A4A7EB64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import l from"react";var p=({children:r,size:e=24,ariaLabel:n,color:a,ariaHidden:o=!0,style:i,...s})=>{return l.createElement("svg",{...s,"aria-hidden":o,role:o?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...i}},n&&!o&&l.createElement("title",null,n),r)};import t from"react";var m=(r)=>{return t.createElement(p,{...r,ariaLabel:"email-2-incoming, request"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z",fill:"currentColor"}),t.createElement("path",{d:"M19.707 14.207L17.9141 16H23V18H17.9141L19.707 19.793L18.293 21.207L14.0859 17L18.293 12.793L19.707 14.207Z",fill:"currentColor"}))},g=m;export{g as default,m as IconEmail2Incoming};
2
+
3
+ //# debugId=B163C8C3FF2CB7D464756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconEmail2Incoming/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEmail2Incoming: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"email-2-incoming, request\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z\" fill=\"currentColor\"/><path d=\"M19.707 14.207L17.9141 16H23V18H17.9141L19.707 19.793L18.293 21.207L14.0859 17L18.293 12.793L19.707 14.207Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmail2Incoming;\n"
7
+ ],
8
+ "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,EAAqD,CAAC,IAAU,CAC3E,OAAO,gBAA8U,EAA9U,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4DAA4D,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8GAA8G,KAAK,eAAc,CAAI,GAGxU",
9
+ "debugId": "B163C8C3FF2CB7D464756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconEmail2Plus: React.FC<CentralIconBaseProps>;
4
+ export default IconEmail2Plus;
@@ -0,0 +1,3 @@
1
+ var H=Object.create;var{getPrototypeOf:I,defineProperty:p,getOwnPropertyNames:c,getOwnPropertyDescriptor:h}=Object,d=Object.prototype.hasOwnProperty;function f(e){return this[e]}var P,v,C=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var n=r?P??=new WeakMap:v??=new WeakMap,a=n.get(e);if(a)return a}o=e!=null?H(I(e)):{};let l=r||!e||!e.__esModule?p(o,"default",{value:e,enumerable:!0}):o;for(let i of c(e))if(!d.call(l,i))p(l,i,{get:f.bind(e,i),enumerable:!0});if(t)n.set(e,l);return l},g=(e)=>{var r=(V??=new WeakMap).get(e),o;if(r)return r;if(r=p({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of c(e))if(!d.call(r,t))p(r,t,{get:f.bind(e,t),enumerable:!(o=h(e,t))||o.enumerable})}return V.set(e,r),r},V;var w=(e)=>e;function y(e,r){this[e]=w.bind(null,r)}var x=(e,r)=>{for(var o in r)p(e,o,{get:r[o],enumerable:!0,configurable:!0,set:y.bind(r,o)})};var b={};x(b,{CentralIconBase:()=>u});module.exports=g(b);var m=C(require("react")),u=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:a,...l})=>{return m.default.createElement("svg",{...l,"aria-hidden":n,role:n?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...a}},o&&!n&&m.default.createElement("title",null,o),e)};var G={};x(G,{default:()=>S,IconEmail2Plus:()=>B});module.exports=g(G);var s=C(require("react"));var B=(e)=>{return s.default.createElement(u,{...e,ariaLabel:"email-2-plus, add"},s.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z",fill:"currentColor"}),s.default.createElement("path",{d:"M20 16H23V18H20V21H18V18H15V16H18V13H20V16Z",fill:"currentColor"}))},S=B;
2
+
3
+ //# debugId=47B26E47E6E0FB6F64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconEmail2Plus/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEmail2Plus: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"email-2-plus, add\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z\" fill=\"currentColor\"/><path d=\"M20 16H23V18H20V21H18V18H15V16H18V13H20V16Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmail2Plus;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,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,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,0ECjCY,IAAlB,sBAGO,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,wBAAsQ,EAAtQ,IAAqB,EAAO,UAAU,qBAAoB,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4DAA4D,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8CAA8C,KAAK,eAAc,CAAI,GAGhQ",
9
+ "debugId": "47B26E47E6E0FB6F64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import l from"react";var p=({children:r,size:e=24,ariaLabel:n,color:a,ariaHidden:o=!0,style:s,...i})=>{return l.createElement("svg",{...i,"aria-hidden":o,role:o?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...s}},n&&!o&&l.createElement("title",null,n),r)};import t from"react";var m=(r)=>{return t.createElement(p,{...r,ariaLabel:"email-2-plus, add"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z",fill:"currentColor"}),t.createElement("path",{d:"M20 16H23V18H20V21H18V18H15V16H18V13H20V16Z",fill:"currentColor"}))},C=m;export{C as default,m as IconEmail2Plus};
2
+
3
+ //# debugId=830D9D7EF16DA77A64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconEmail2Plus/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEmail2Plus: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"email-2-plus, add\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z\" fill=\"currentColor\"/><path d=\"M20 16H23V18H20V21H18V18H15V16H18V13H20V16Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmail2Plus;\n"
7
+ ],
8
+ "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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAsQ,EAAtQ,IAAqB,EAAO,UAAU,qBAAoB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4DAA4D,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8CAA8C,KAAK,eAAc,CAAI,GAGhQ",
9
+ "debugId": "830D9D7EF16DA77A64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconEmail2Remove: React.FC<CentralIconBaseProps>;
4
+ export default IconEmail2Remove;
@@ -0,0 +1,3 @@
1
+ var B=Object.create;var{getPrototypeOf:I,defineProperty:p,getOwnPropertyNames:f,getOwnPropertyDescriptor:V}=Object,u=Object.prototype.hasOwnProperty;function C(e){return this[e]}var h,w,d=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var n=r?h??=new WeakMap:w??=new WeakMap,a=n.get(e);if(a)return a}o=e!=null?B(I(e)):{};let l=r||!e||!e.__esModule?p(o,"default",{value:e,enumerable:!0}):o;for(let s of f(e))if(!u.call(l,s))p(l,s,{get:C.bind(e,s),enumerable:!0});if(t)n.set(e,l);return l},g=(e)=>{var r=(L??=new WeakMap).get(e),o;if(r)return r;if(r=p({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of f(e))if(!u.call(r,t))p(r,t,{get:C.bind(e,t),enumerable:!(o=V(e,t))||o.enumerable})}return L.set(e,r),r},L;var y=(e)=>e;function P(e,r){this[e]=y.bind(null,r)}var v=(e,r)=>{for(var o in r)p(e,o,{get:r[o],enumerable:!0,configurable:!0,set:P.bind(r,o)})};var b={};v(b,{CentralIconBase:()=>c});module.exports=g(b);var i=d(require("react")),c=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:a,...l})=>{return i.default.createElement("svg",{...l,"aria-hidden":n,role:n?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...a}},o&&!n&&i.default.createElement("title",null,o),e)};var G={};v(G,{default:()=>S,IconEmail2Remove:()=>x});module.exports=g(G);var m=d(require("react"));var x=(e)=>{return m.default.createElement(c,{...e,ariaLabel:"email-2-remove, cancel"},m.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z",fill:"currentColor"}),m.default.createElement("path",{d:"M22.957 14.957L20.6641 17.25L22.957 19.543L21.543 20.957L19.25 18.6641L16.957 20.957L15.543 19.543L17.8359 17.25L15.543 14.957L16.957 13.543L19.25 15.8359L21.543 13.543L22.957 14.957Z",fill:"currentColor"}))},S=x;
2
+
3
+ //# debugId=88A2293C0347C0C664756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconEmail2Remove/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEmail2Remove: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"email-2-remove, cancel\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z\" fill=\"currentColor\"/><path d=\"M22.957 14.957L20.6641 17.25L22.957 19.543L21.543 20.957L19.25 18.6641L16.957 20.957L15.543 19.543L17.8359 17.25L15.543 14.957L16.957 13.543L19.25 15.8359L21.543 13.543L22.957 14.957Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmail2Remove;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,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,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,4ECjCY,IAAlB,sBAGO,IAAM,EAAmD,CAAC,IAAU,CACzE,OAAO,wBAAuZ,EAAvZ,IAAqB,EAAO,UAAU,0BAAyB,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4DAA4D,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,0LAA0L,KAAK,eAAc,CAAI,GAGjZ",
9
+ "debugId": "88A2293C0347C0C664756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import l from"react";var p=({children:r,size:e=24,ariaLabel:n,color:a,ariaHidden:o=!0,style:m,...s})=>{return l.createElement("svg",{...s,"aria-hidden":o,role:o?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...m}},n&&!o&&l.createElement("title",null,n),r)};import t from"react";var i=(r)=>{return t.createElement(p,{...r,ariaLabel:"email-2-remove, cancel"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z",fill:"currentColor"}),t.createElement("path",{d:"M22.957 14.957L20.6641 17.25L22.957 19.543L21.543 20.957L19.25 18.6641L16.957 20.957L15.543 19.543L17.8359 17.25L15.543 14.957L16.957 13.543L19.25 15.8359L21.543 13.543L22.957 14.957Z",fill:"currentColor"}))},d=i;export{d as default,i as IconEmail2Remove};
2
+
3
+ //# debugId=9C45E50A4624AFF264756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconEmail2Remove/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEmail2Remove: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"email-2-remove, cancel\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z\" fill=\"currentColor\"/><path d=\"M22.957 14.957L20.6641 17.25L22.957 19.543L21.543 20.957L19.25 18.6641L16.957 20.957L15.543 19.543L17.8359 17.25L15.543 14.957L16.957 13.543L19.25 15.8359L21.543 13.543L22.957 14.957Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmail2Remove;\n"
7
+ ],
8
+ "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,gBAAuZ,EAAvZ,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4DAA4D,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0LAA0L,KAAK,eAAc,CAAI,GAGjZ",
9
+ "debugId": "9C45E50A4624AFF264756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconEmail2Unread: React.FC<CentralIconBaseProps>;
4
+ export default IconEmail2Unread;
@@ -0,0 +1,3 @@
1
+ var V=Object.create;var{getPrototypeOf:h,defineProperty:a,getOwnPropertyNames:u,getOwnPropertyDescriptor:v}=Object,d=Object.prototype.hasOwnProperty;function f(e){return this[e]}var w,y,g=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var n=r?w??=new WeakMap:y??=new WeakMap,p=n.get(e);if(p)return p}o=e!=null?V(h(e)):{};let l=r||!e||!e.__esModule?a(o,"default",{value:e,enumerable:!0}):o;for(let i of u(e))if(!d.call(l,i))a(l,i,{get:f.bind(e,i),enumerable:!0});if(t)n.set(e,l);return l},x=(e)=>{var r=(c??=new WeakMap).get(e),o;if(r)return r;if(r=a({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of u(e))if(!d.call(r,t))a(r,t,{get:f.bind(e,t),enumerable:!(o=v(e,t))||o.enumerable})}return c.set(e,r),r},c;var P=(e)=>e;function b(e,r){this[e]=P.bind(null,r)}var B=(e,r)=>{for(var o in r)a(e,o,{get:r[o],enumerable:!0,configurable:!0,set:b.bind(r,o)})};var G={};B(G,{CentralIconBase:()=>C});module.exports=x(G);var m=g(require("react")),C=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:p,...l})=>{return m.default.createElement("svg",{...l,"aria-hidden":n,role:n?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...p}},o&&!n&&m.default.createElement("title",null,o),e)};var S={};B(S,{default:()=>L,IconEmail2Unread:()=>I});module.exports=x(S);var s=g(require("react"));var I=(e)=>{return s.default.createElement(C,{...e,ariaLabel:"email-2-unread"},s.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z",fill:"currentColor"}),s.default.createElement("path",{d:"M19.5 14C21.433 14 23 15.567 23 17.5C23 19.433 21.433 21 19.5 21C17.567 21 16 19.433 16 17.5C16 15.567 17.567 14 19.5 14Z",fill:"currentColor"}))},L=I;
2
+
3
+ //# debugId=73EC96C64CB8A98564756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconEmail2Unread/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEmail2Unread: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"email-2-unread\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z\" fill=\"currentColor\"/><path d=\"M19.5 14C21.433 14 23 15.567 23 17.5C23 19.433 21.433 21 19.5 21C17.567 21 16 19.433 16 17.5C16 15.567 17.567 14 19.5 14Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmail2Unread;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,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,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,4ECjCY,IAAlB,sBAGO,IAAM,EAAmD,CAAC,IAAU,CACzE,OAAO,wBAAiV,EAAjV,IAAqB,EAAO,UAAU,kBAAiB,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4DAA4D,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,4HAA4H,KAAK,eAAc,CAAI,GAG3U",
9
+ "debugId": "73EC96C64CB8A98564756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import l from"react";var a=({children:r,size:e=24,ariaLabel:n,color:p,ariaHidden:o=!0,style:s,...i})=>{return l.createElement("svg",{...i,"aria-hidden":o,role:o?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...s}},n&&!o&&l.createElement("title",null,n),r)};import t from"react";var m=(r)=>{return t.createElement(a,{...r,ariaLabel:"email-2-unread"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z",fill:"currentColor"}),t.createElement("path",{d:"M19.5 14C21.433 14 23 15.567 23 17.5C23 19.433 21.433 21 19.5 21C17.567 21 16 19.433 16 17.5C16 15.567 17.567 14 19.5 14Z",fill:"currentColor"}))},g=m;export{g as default,m as IconEmail2Unread};
2
+
3
+ //# debugId=2473F4627B09821E64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconEmail2Unread/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEmail2Unread: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"email-2-unread\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 9.11816L12 14.1182L4 10.1172V18H12V20H2V4H22V9.11816Z\" fill=\"currentColor\"/><path d=\"M19.5 14C21.433 14 23 15.567 23 17.5C23 19.433 21.433 21 19.5 21C17.567 21 16 19.433 16 17.5C16 15.567 17.567 14 19.5 14Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEmail2Unread;\n"
7
+ ],
8
+ "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,gBAAiV,EAAjV,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4DAA4D,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4HAA4H,KAAK,eAAc,CAAI,GAG3U",
9
+ "debugId": "2473F4627B09821E64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconTodoist: React.FC<CentralIconBaseProps>;
4
+ export default IconTodoist;
@@ -0,0 +1,3 @@
1
+ var I=Object.create;var{getPrototypeOf:d,defineProperty:p,getOwnPropertyNames:L,getOwnPropertyDescriptor:h}=Object,f=Object.prototype.hasOwnProperty;function u(t){return this[t]}var w,y,V=(t,o,r)=>{var e=t!=null&&typeof t==="object";if(e){var C=o?w??=new WeakMap:y??=new WeakMap,a=C.get(t);if(a)return a}r=t!=null?I(d(t)):{};let n=o||!t||!t.__esModule?p(r,"default",{value:t,enumerable:!0}):r;for(let l of L(t))if(!f.call(n,l))p(n,l,{get:u.bind(t,l),enumerable:!0});if(e)C.set(t,n);return n},g=(t)=>{var o=(c??=new WeakMap).get(t),r;if(o)return o;if(o=p({},"__esModule",{value:!0}),t&&typeof t==="object"||typeof t==="function"){for(var e of L(t))if(!f.call(o,e))p(o,e,{get:u.bind(t,e),enumerable:!(r=h(t,e))||r.enumerable})}return c.set(t,o),o},c;var P=(t)=>t;function b(t,o){this[t]=P.bind(null,o)}var x=(t,o)=>{for(var r in o)p(t,r,{get:o[r],enumerable:!0,configurable:!0,set:b.bind(o,r)})};var v={};x(v,{CentralIconBase:()=>i});module.exports=g(v);var s=V(require("react")),i=({children:t,size:o=24,ariaLabel:r,color:e,ariaHidden:C=!0,style:a,...n})=>{return s.default.createElement("svg",{...n,"aria-hidden":C,role:C?void 0:"img",width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:e,...a}},r&&!C&&s.default.createElement("title",null,r),t)};var G={};x(G,{default:()=>S,IconTodoist:()=>B});module.exports=g(G);var m=V(require("react"));var B=(t)=>{return m.default.createElement(i,{...t,ariaLabel:"todoist"},m.default.createElement("path",{d:"M18.4599 2.5C20.1389 2.5 21.5 3.86112 21.5 5.54007V18.4599C21.5 20.1389 20.1389 21.5 18.4599 21.5H5.54007C3.86112 21.5 2.5 20.1389 2.5 18.4599V15.9585C3.31524 16.4333 5.2199 17.5426 5.68735 17.8065C5.97101 17.9666 6.24351 17.9631 6.51709 17.8053L14.2063 13.38C14.3707 13.285 14.3787 12.9934 14.1947 12.8877C13.9724 12.7622 13.7511 12.6351 13.5302 12.5074C13.4391 12.4578 13.3364 12.4325 13.2327 12.4337C13.1292 12.435 13.0279 12.4632 12.9382 12.5149C12.8461 12.5683 6.70281 16.1002 6.49738 16.2166C6.25157 16.3567 5.94764 16.3585 5.70242 16.2166L2.5 14.3559V12.7567C3.31515 13.2314 5.21987 14.3407 5.68735 14.6046C5.9717 14.7648 6.24342 14.7614 6.51709 14.6035L10.297 12.4279L10.3109 12.4198L14.2063 10.1782C14.3706 10.0831 14.3781 9.79152 14.1941 9.68646L14.0654 9.6134C13.8778 9.50659 13.6342 9.36729 13.5302 9.30667C13.4391 9.2571 13.3364 9.23178 13.2327 9.23303C13.1293 9.23432 13.0278 9.26203 12.9382 9.31363C12.8461 9.36647 6.70281 12.8989 6.49738 13.0153C6.3764 13.0844 6.23952 13.1208 6.10019 13.1208C5.96075 13.1208 5.82348 13.0845 5.70242 13.0153C5.52164 12.911 2.8655 11.367 2.5 11.1546V9.55542C3.31463 10.0302 5.21989 11.14 5.68735 11.4034C5.97164 11.5635 6.24347 11.56 6.51709 11.4022L10.3017 9.22433L10.3063 9.22144L14.2063 6.9769C14.3707 6.88187 14.3781 6.59088 14.1941 6.4852L14.0654 6.41156C13.8773 6.30479 13.6342 6.16604 13.5302 6.10541C13.4391 6.05584 13.3364 6.03052 13.2327 6.03177C13.1292 6.03306 13.0279 6.06073 12.9382 6.11237C12.8461 6.1658 6.70281 9.69764 6.49738 9.81461C6.37642 9.88371 6.23949 9.92011 6.10019 9.92014C5.96076 9.92014 5.82347 9.8838 5.70242 9.81461L2.5 7.95276V5.54007C2.5 3.86112 3.86112 2.5 5.54007 2.5H18.4599Z",fill:"currentColor"}))},S=B;
2
+
3
+ //# debugId=17C83FB79477A0C664756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconTodoist/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconTodoist: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"todoist\"><path d=\"M18.4599 2.5C20.1389 2.5 21.5 3.86112 21.5 5.54007V18.4599C21.5 20.1389 20.1389 21.5 18.4599 21.5H5.54007C3.86112 21.5 2.5 20.1389 2.5 18.4599V15.9585C3.31524 16.4333 5.2199 17.5426 5.68735 17.8065C5.97101 17.9666 6.24351 17.9631 6.51709 17.8053L14.2063 13.38C14.3707 13.285 14.3787 12.9934 14.1947 12.8877C13.9724 12.7622 13.7511 12.6351 13.5302 12.5074C13.4391 12.4578 13.3364 12.4325 13.2327 12.4337C13.1292 12.435 13.0279 12.4632 12.9382 12.5149C12.8461 12.5683 6.70281 16.1002 6.49738 16.2166C6.25157 16.3567 5.94764 16.3585 5.70242 16.2166L2.5 14.3559V12.7567C3.31515 13.2314 5.21987 14.3407 5.68735 14.6046C5.9717 14.7648 6.24342 14.7614 6.51709 14.6035L10.297 12.4279L10.3109 12.4198L14.2063 10.1782C14.3706 10.0831 14.3781 9.79152 14.1941 9.68646L14.0654 9.6134C13.8778 9.50659 13.6342 9.36729 13.5302 9.30667C13.4391 9.2571 13.3364 9.23178 13.2327 9.23303C13.1293 9.23432 13.0278 9.26203 12.9382 9.31363C12.8461 9.36647 6.70281 12.8989 6.49738 13.0153C6.3764 13.0844 6.23952 13.1208 6.10019 13.1208C5.96075 13.1208 5.82348 13.0845 5.70242 13.0153C5.52164 12.911 2.8655 11.367 2.5 11.1546V9.55542C3.31463 10.0302 5.21989 11.14 5.68735 11.4034C5.97164 11.5635 6.24347 11.56 6.51709 11.4022L10.3017 9.22433L10.3063 9.22144L14.2063 6.9769C14.3707 6.88187 14.3781 6.59088 14.1941 6.4852L14.0654 6.41156C13.8773 6.30479 13.6342 6.16604 13.5302 6.10541C13.4391 6.05584 13.3364 6.03052 13.2327 6.03177C13.1292 6.03306 13.0279 6.06073 12.9382 6.11237C12.8461 6.1658 6.70281 9.69764 6.49738 9.81461C6.37642 9.88371 6.23949 9.92011 6.10019 9.92014C5.96076 9.92014 5.82347 9.8838 5.70242 9.81461L2.5 7.95276V5.54007C2.5 3.86112 3.86112 2.5 5.54007 2.5H18.4599Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTodoist;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,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,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,uECjCY,IAAlB,sBAGO,IAAM,EAA8C,CAAC,IAAU,CACpE,OAAO,wBAA4sD,EAA5sD,IAAqB,EAAO,UAAU,WAAU,wBAAC,OAAD,CAAM,EAAE,6nDAA6nD,KAAK,eAAc,CAAI,GAGtsD",
9
+ "debugId": "17C83FB79477A0C664756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import C from"react";var n=({children:o,size:t=24,ariaLabel:e,color:a,ariaHidden:r=!0,style:l,...s})=>{return C.createElement("svg",{...s,"aria-hidden":r,role:r?void 0:"img",width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...l}},e&&!r&&C.createElement("title",null,e),o)};import p from"react";var i=(o)=>{return p.createElement(n,{...o,ariaLabel:"todoist"},p.createElement("path",{d:"M18.4599 2.5C20.1389 2.5 21.5 3.86112 21.5 5.54007V18.4599C21.5 20.1389 20.1389 21.5 18.4599 21.5H5.54007C3.86112 21.5 2.5 20.1389 2.5 18.4599V15.9585C3.31524 16.4333 5.2199 17.5426 5.68735 17.8065C5.97101 17.9666 6.24351 17.9631 6.51709 17.8053L14.2063 13.38C14.3707 13.285 14.3787 12.9934 14.1947 12.8877C13.9724 12.7622 13.7511 12.6351 13.5302 12.5074C13.4391 12.4578 13.3364 12.4325 13.2327 12.4337C13.1292 12.435 13.0279 12.4632 12.9382 12.5149C12.8461 12.5683 6.70281 16.1002 6.49738 16.2166C6.25157 16.3567 5.94764 16.3585 5.70242 16.2166L2.5 14.3559V12.7567C3.31515 13.2314 5.21987 14.3407 5.68735 14.6046C5.9717 14.7648 6.24342 14.7614 6.51709 14.6035L10.297 12.4279L10.3109 12.4198L14.2063 10.1782C14.3706 10.0831 14.3781 9.79152 14.1941 9.68646L14.0654 9.6134C13.8778 9.50659 13.6342 9.36729 13.5302 9.30667C13.4391 9.2571 13.3364 9.23178 13.2327 9.23303C13.1293 9.23432 13.0278 9.26203 12.9382 9.31363C12.8461 9.36647 6.70281 12.8989 6.49738 13.0153C6.3764 13.0844 6.23952 13.1208 6.10019 13.1208C5.96075 13.1208 5.82348 13.0845 5.70242 13.0153C5.52164 12.911 2.8655 11.367 2.5 11.1546V9.55542C3.31463 10.0302 5.21989 11.14 5.68735 11.4034C5.97164 11.5635 6.24347 11.56 6.51709 11.4022L10.3017 9.22433L10.3063 9.22144L14.2063 6.9769C14.3707 6.88187 14.3781 6.59088 14.1941 6.4852L14.0654 6.41156C13.8773 6.30479 13.6342 6.16604 13.5302 6.10541C13.4391 6.05584 13.3364 6.03052 13.2327 6.03177C13.1292 6.03306 13.0279 6.06073 12.9382 6.11237C12.8461 6.1658 6.70281 9.69764 6.49738 9.81461C6.37642 9.88371 6.23949 9.92011 6.10019 9.92014C5.96076 9.92014 5.82347 9.8838 5.70242 9.81461L2.5 7.95276V5.54007C2.5 3.86112 3.86112 2.5 5.54007 2.5H18.4599Z",fill:"currentColor"}))},V=i;export{V as default,i as IconTodoist};
2
+
3
+ //# debugId=00E174F52F55EEEF64756E2164756E21