@teamblind-chorus/ui 1.0.0

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 (191) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +112 -0
  3. package/agents/AGENTS.md +143 -0
  4. package/agents/DESIGN.md +1311 -0
  5. package/agents/LOVABLE.md +472 -0
  6. package/agents/anti-patterns.md +533 -0
  7. package/agents/catalog.md +232 -0
  8. package/agents/components/avatar-rail/avatar-rail.family.json +46 -0
  9. package/agents/components/avatar-rail/avatar-rail.md +103 -0
  10. package/agents/components/avatar-rail/avatar-rail.spec.json +160 -0
  11. package/agents/components/badge/badge.family.json +45 -0
  12. package/agents/components/badge/badge.md +10 -0
  13. package/agents/components/badge/role.md +100 -0
  14. package/agents/components/badge/role.spec.json +75 -0
  15. package/agents/components/badge/update.md +132 -0
  16. package/agents/components/badge/update.spec.json +114 -0
  17. package/agents/components/banner/banner.family.json +28 -0
  18. package/agents/components/banner/banner.md +136 -0
  19. package/agents/components/banner/banner.spec.json +136 -0
  20. package/agents/components/bottom-sheet/bottom-sheet.family.json +29 -0
  21. package/agents/components/bottom-sheet/bottom-sheet.md +176 -0
  22. package/agents/components/bottom-sheet/bottom-sheet.spec.json +168 -0
  23. package/agents/components/bubble/bubble.family.json +29 -0
  24. package/agents/components/bubble/bubble.md +134 -0
  25. package/agents/components/bubble/bubble.spec.json +91 -0
  26. package/agents/components/button/button.family.json +76 -0
  27. package/agents/components/button/button.md +31 -0
  28. package/agents/components/button/check.md +138 -0
  29. package/agents/components/button/check.spec.json +161 -0
  30. package/agents/components/button/fab.md +161 -0
  31. package/agents/components/button/fab.spec.json +106 -0
  32. package/agents/components/button/icon.md +141 -0
  33. package/agents/components/button/icon.spec.json +164 -0
  34. package/agents/components/button/standard.md +219 -0
  35. package/agents/components/button/standard.spec.json +205 -0
  36. package/agents/components/button/text.md +186 -0
  37. package/agents/components/button/text.spec.json +215 -0
  38. package/agents/components/button/toggle.md +108 -0
  39. package/agents/components/button/toggle.spec.json +124 -0
  40. package/agents/components/button/toolbar.md +189 -0
  41. package/agents/components/button/toolbar.spec.json +109 -0
  42. package/agents/components/carousel/carousel.family.json +41 -0
  43. package/agents/components/carousel/carousel.md +40 -0
  44. package/agents/components/carousel/post.md +148 -0
  45. package/agents/components/carousel/post.spec.json +229 -0
  46. package/agents/components/carousel/profile.md +184 -0
  47. package/agents/components/carousel/profile.spec.json +219 -0
  48. package/agents/components/chip/chip.family.json +37 -0
  49. package/agents/components/chip/chip.md +10 -0
  50. package/agents/components/chip/filter.md +212 -0
  51. package/agents/components/chip/filter.spec.json +124 -0
  52. package/agents/components/chip/tag.md +137 -0
  53. package/agents/components/chip/tag.spec.json +104 -0
  54. package/agents/components/dialog/dialog.family.json +29 -0
  55. package/agents/components/dialog/dialog.md +113 -0
  56. package/agents/components/dialog/dialog.spec.json +156 -0
  57. package/agents/components/directory-list/directory-list.family.json +46 -0
  58. package/agents/components/directory-list/directory-list.md +87 -0
  59. package/agents/components/directory-list/directory-list.spec.json +104 -0
  60. package/agents/components/divider/divider.family.json +28 -0
  61. package/agents/components/divider/divider.md +78 -0
  62. package/agents/components/divider/divider.spec.json +51 -0
  63. package/agents/components/feed/ad.md +108 -0
  64. package/agents/components/feed/ad.spec.json +187 -0
  65. package/agents/components/feed/feed.family.json +48 -0
  66. package/agents/components/feed/feed.md +30 -0
  67. package/agents/components/feed/post.md +240 -0
  68. package/agents/components/feed/post.spec.json +361 -0
  69. package/agents/components/form-field/form-field.family.json +50 -0
  70. package/agents/components/form-field/form-field.md +11 -0
  71. package/agents/components/form-field/input.md +198 -0
  72. package/agents/components/form-field/input.spec.json +202 -0
  73. package/agents/components/form-field/search.md +81 -0
  74. package/agents/components/form-field/search.spec.json +135 -0
  75. package/agents/components/form-field/select.md +101 -0
  76. package/agents/components/form-field/select.spec.json +194 -0
  77. package/agents/components/form-field/textarea.md +89 -0
  78. package/agents/components/form-field/textarea.spec.json +176 -0
  79. package/agents/components/header/header.family.json +43 -0
  80. package/agents/components/header/header.md +18 -0
  81. package/agents/components/header/main.md +101 -0
  82. package/agents/components/header/main.spec.json +117 -0
  83. package/agents/components/header/sub.md +129 -0
  84. package/agents/components/header/sub.spec.json +81 -0
  85. package/agents/components/list/accordion.md +183 -0
  86. package/agents/components/list/accordion.spec.json +201 -0
  87. package/agents/components/list/entry.md +280 -0
  88. package/agents/components/list/entry.spec.json +237 -0
  89. package/agents/components/list/list.family.json +75 -0
  90. package/agents/components/list/list.md +24 -0
  91. package/agents/components/list/radio.md +144 -0
  92. package/agents/components/list/radio.spec.json +186 -0
  93. package/agents/components/list/standard.md +262 -0
  94. package/agents/components/list/standard.spec.json +221 -0
  95. package/agents/components/metadata/compact.md +69 -0
  96. package/agents/components/metadata/compact.spec.json +69 -0
  97. package/agents/components/metadata/metadata.family.json +42 -0
  98. package/agents/components/metadata/metadata.md +26 -0
  99. package/agents/components/metadata/standard.md +104 -0
  100. package/agents/components/metadata/standard.spec.json +152 -0
  101. package/agents/components/nav-card/nav-card.family.json +29 -0
  102. package/agents/components/nav-card/nav-card.md +179 -0
  103. package/agents/components/nav-card/nav-card.spec.json +161 -0
  104. package/agents/components/nav-list/nav-list.family.json +46 -0
  105. package/agents/components/nav-list/nav-list.md +91 -0
  106. package/agents/components/nav-list/nav-list.spec.json +107 -0
  107. package/agents/components/navigation-bar/main.md +201 -0
  108. package/agents/components/navigation-bar/main.spec.json +109 -0
  109. package/agents/components/navigation-bar/navigation-bar.family.json +44 -0
  110. package/agents/components/navigation-bar/navigation-bar.md +21 -0
  111. package/agents/components/navigation-bar/search.md +96 -0
  112. package/agents/components/navigation-bar/search.spec.json +142 -0
  113. package/agents/components/navigation-bar/sub.md +174 -0
  114. package/agents/components/navigation-bar/sub.spec.json +123 -0
  115. package/agents/components/page-shell/page-shell.family.json +22 -0
  116. package/agents/components/page-shell/page-shell.md +51 -0
  117. package/agents/components/profile-header/profile-header.family.json +29 -0
  118. package/agents/components/profile-header/profile-header.md +149 -0
  119. package/agents/components/profile-header/profile-header.spec.json +200 -0
  120. package/agents/components/progress/progress.family.json +27 -0
  121. package/agents/components/progress/progress.md +38 -0
  122. package/agents/components/progress/progress.spec.json +67 -0
  123. package/agents/components/side-sheet/side-sheet.family.json +30 -0
  124. package/agents/components/side-sheet/side-sheet.md +154 -0
  125. package/agents/components/side-sheet/side-sheet.spec.json +109 -0
  126. package/agents/components/skeleton/skeleton.family.json +28 -0
  127. package/agents/components/skeleton/skeleton.md +123 -0
  128. package/agents/components/skeleton/skeleton.spec.json +73 -0
  129. package/agents/components/status-tag/status-tag.family.json +26 -0
  130. package/agents/components/status-tag/status-tag.md +114 -0
  131. package/agents/components/status-tag/status-tag.spec.json +69 -0
  132. package/agents/components/suggestion-list/suggestion-list.family.json +46 -0
  133. package/agents/components/suggestion-list/suggestion-list.md +91 -0
  134. package/agents/components/suggestion-list/suggestion-list.spec.json +178 -0
  135. package/agents/components/switch/switch.family.json +27 -0
  136. package/agents/components/switch/switch.md +114 -0
  137. package/agents/components/switch/switch.spec.json +123 -0
  138. package/agents/components/tab-bar/tab-bar.family.json +27 -0
  139. package/agents/components/tab-bar/tab-bar.md +178 -0
  140. package/agents/components/tab-bar/tab-bar.spec.json +184 -0
  141. package/agents/components/tabs/rounded.md +150 -0
  142. package/agents/components/tabs/rounded.spec.json +140 -0
  143. package/agents/components/tabs/segmented.md +114 -0
  144. package/agents/components/tabs/segmented.spec.json +100 -0
  145. package/agents/components/tabs/tabs.family.json +59 -0
  146. package/agents/components/tabs/tabs.md +18 -0
  147. package/agents/components/tabs/underline.md +147 -0
  148. package/agents/components/tabs/underline.spec.json +139 -0
  149. package/agents/components/thumbnail/thumbnail.family.json +28 -0
  150. package/agents/components/thumbnail/thumbnail.md +152 -0
  151. package/agents/components/thumbnail/thumbnail.spec.json +172 -0
  152. package/agents/components/toast/toast.family.json +28 -0
  153. package/agents/components/toast/toast.md +133 -0
  154. package/agents/components/toast/toast.spec.json +89 -0
  155. package/agents/components/tooltip/tooltip.family.json +29 -0
  156. package/agents/components/tooltip/tooltip.md +139 -0
  157. package/agents/components/tooltip/tooltip.spec.json +110 -0
  158. package/agents/compose.md +240 -0
  159. package/agents/icons.json +831 -0
  160. package/agents/images.md +66 -0
  161. package/agents/manifest.json +87 -0
  162. package/agents/patterns/README.md +59 -0
  163. package/agents/patterns/actions.md +50 -0
  164. package/agents/patterns/browsing.md +52 -0
  165. package/agents/patterns/communications.md +56 -0
  166. package/agents/patterns/layout.md +72 -0
  167. package/agents/patterns/modals.md +50 -0
  168. package/agents/patterns/visual.md +55 -0
  169. package/agents/reconstruct.md +55 -0
  170. package/agents/scoped-adoption.md +111 -0
  171. package/agents/tokens.usage.json +1657 -0
  172. package/agents/usage.json +422 -0
  173. package/dist/icons/index.cjs +1332 -0
  174. package/dist/icons/index.cjs.map +1 -0
  175. package/dist/icons/index.d.cts +228 -0
  176. package/dist/icons/index.d.ts +228 -0
  177. package/dist/icons/index.js +1114 -0
  178. package/dist/icons/index.js.map +1 -0
  179. package/dist/index.cjs +5905 -0
  180. package/dist/index.cjs.map +1 -0
  181. package/dist/index.d.cts +896 -0
  182. package/dist/index.d.ts +896 -0
  183. package/dist/index.js +5847 -0
  184. package/dist/index.js.map +1 -0
  185. package/dist/styles.css +5765 -0
  186. package/eslint/README.md +79 -0
  187. package/eslint/index.js +78 -0
  188. package/eslint/rules.js +472 -0
  189. package/eslint/test.mjs +135 -0
  190. package/package.json +96 -0
  191. package/placeholder.png +0 -0
@@ -0,0 +1,1114 @@
1
+ import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
2
+
3
+ // src/icons/index.js
4
+ function makeIcon(name, render, keywords = []) {
5
+ function Icon({ size = 20, ...props }) {
6
+ return /* @__PURE__ */ jsx(
7
+ "svg",
8
+ {
9
+ width: size,
10
+ height: size,
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ "aria-hidden": "true",
14
+ ...props,
15
+ children: render
16
+ }
17
+ );
18
+ }
19
+ Icon.displayName = name;
20
+ Icon.keywords = keywords;
21
+ return Icon;
22
+ }
23
+ var ArrowDownIcon = makeIcon(
24
+ "ArrowDownIcon",
25
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12.7954 17.7955C12.3561 18.2348 11.6438 18.2348 11.2044 17.7955L3.49991 9.99996C3.06057 9.56062 3.06058 8.84831 3.49991 8.40897C3.93925 7.96963 4.65157 7.96963 5.09091 8.40897L11.9999 15.409L18.9089 8.49996C19.3482 8.06062 20.0606 8.06062 20.4999 8.49996C20.9392 8.9393 20.9392 9.65161 20.4999 10.091L12.7954 17.7955Z", fill: "currentColor" }) }),
26
+ ["downward", "down", "arrow-down"]
27
+ );
28
+ var ArrowDownCircleIcon = makeIcon(
29
+ "ArrowDownCircleIcon",
30
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12.7071 15.2071C12.3166 15.5976 11.6834 15.5976 11.2929 15.2071L7.29289 11.2071C6.90237 10.8166 6.90237 10.1834 7.29289 9.7929C7.68342 9.4024 8.31658 9.4024 8.70711 9.7929L12 13.0858L15.2929 9.7929C15.6834 9.4024 16.3166 9.4024 16.7071 9.7929C17.0976 10.1834 17.0976 10.8166 16.7071 11.2071L12.7071 15.2071ZM12 2C17.5228 2 21.9999 6.4771 21.9999 12C21.9999 17.5228 17.5228 21.9999 12 21.9999C6.47714 21.9999 2 17.5228 2 12C2 6.4771 6.47714 2 12 2ZM12 4C7.58169 4 3.99995 7.5817 3.99995 12C3.99995 16.4182 7.58169 19.9999 12 19.9999C16.4182 19.9999 20 16.4182 20 11.9999C20 7.5817 16.4182 4 12 4Z", fill: "currentColor" }) }),
31
+ ["arrow", "down", "circle", "icon"]
32
+ );
33
+ var ArrowDownCircleFillIcon = makeIcon(
34
+ "ArrowDownCircleFillIcon",
35
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M16.7071 11.207L12.7071 15.207C12.3166 15.5975 11.6834 15.5975 11.2929 15.207L7.29289 11.207C6.90237 10.8165 6.90237 10.1833 7.29289 9.79283C7.68342 9.40231 8.31658 9.40231 8.70711 9.79283L12 13.0857L15.2929 9.79283C15.6834 9.40231 16.3166 9.40231 16.7071 9.79283C17.0976 10.1833 17.0976 10.8165 16.7071 11.207ZM12 21.9999C17.5228 21.9999 21.9999 17.5228 21.9999 11.9999C21.9999 6.47715 17.5228 2 12 2C6.47714 2 2 6.47715 2 11.9999C2 17.5228 6.47714 21.9999 12 21.9999Z", fill: "currentColor" }) }),
36
+ ["arrow", "down", "circle", "fill", "icon"]
37
+ );
38
+ var ArrowUpIcon = makeIcon(
39
+ "ArrowUpIcon",
40
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M11.2044 6.2045C11.6438 5.76517 12.3561 5.76517 12.7954 6.2045L20.5 14C20.9393 14.4393 20.9393 15.1517 20.5 15.591C20.0607 16.0303 19.3483 16.0303 18.909 15.591L11.9999 8.59099L5.09091 15.591C4.65157 16.0303 3.93925 16.0303 3.49991 15.591C3.06058 15.1517 3.06058 14.4393 3.49991 14L11.2044 6.2045Z", fill: "currentColor" }) }),
41
+ ["upward", "up", "arrow-up"]
42
+ );
43
+ var ArrowUpCircleIcon = makeIcon(
44
+ "ArrowUpCircleIcon",
45
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12.7071 8.79283C12.3166 8.40231 11.6834 8.40231 11.2929 8.79283L7.29289 12.7928C6.90237 13.1833 6.90237 13.8165 7.29289 14.207C7.68342 14.5975 8.31658 14.5975 8.70711 14.207L12 10.9141L15.2929 14.207C15.6834 14.5975 16.3166 14.5975 16.7071 14.207C17.0976 13.8165 17.0976 13.1833 16.7071 12.7928L12.7071 8.79283ZM12 21.9999C17.5228 21.9999 21.9999 17.5228 21.9999 11.9999C21.9999 6.47715 17.5228 2 12 2C6.47714 2 2 6.47715 2 11.9999C2 17.5228 6.47714 21.9999 12 21.9999ZM12 19.9999C7.58169 19.9999 3.99995 16.4182 3.99995 11.9999C3.99995 7.58171 7.58169 4 12 4C16.4182 4 20 7.58173 20 12C20 16.4182 16.4182 19.9999 12 19.9999Z", fill: "currentColor" }) }),
46
+ ["arrow", "up", "circle", "icon"]
47
+ );
48
+ var ArrowUpCircleFillIcon = makeIcon(
49
+ "ArrowUpCircleFillIcon",
50
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M21.9999 11.9999C21.9999 17.5228 17.5228 21.9999 12 21.9999C6.47714 21.9999 2 17.5228 2 11.9999C2 6.47715 6.47714 2 12 2C17.5228 2 21.9999 6.47715 21.9999 11.9999ZM16.7071 12.7928L12.7071 8.79283C12.3166 8.40231 11.6834 8.40231 11.2929 8.79283L7.29289 12.7928C6.90237 13.1833 6.90237 13.8165 7.29289 14.207C7.68342 14.5975 8.31658 14.5975 8.70711 14.207L12 10.9141L15.2929 14.207C15.6834 14.5975 16.3166 14.5975 16.7071 14.207C17.0976 13.8165 17.0976 13.1833 16.7071 12.7928Z", fill: "currentColor" }) }),
51
+ ["arrow", "up", "circle", "fill", "icon"]
52
+ );
53
+ var BarIcon = makeIcon(
54
+ "BarIcon",
55
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M7.00015 7C6.72401 7 6.50015 7.22386 6.50015 7.5V8.5C6.50015 8.77614 6.72401 9 7.00015 9H11.5001C11.7763 9 12.0001 8.77614 12.0001 8.5V7.5C12.0001 7.22386 11.7763 7 11.5001 7H7.00015ZM7.00015 11C6.72401 11 6.50015 11.2239 6.50015 11.5V12.5C6.50015 12.7761 6.72401 13 7.00015 13H17.0002C17.2763 13 17.5002 12.7761 17.5002 12.5L17.5002 11.5C17.5002 11.2239 17.2763 11 17.0002 11H7.00015ZM7.00015 15C6.72401 15 6.50015 15.2239 6.50015 15.5V16.5C6.50015 16.7761 6.72401 17 7.00015 17H14.0001C14.2763 17 14.5001 16.7761 14.5001 16.5V15.5C14.5001 15.2239 14.2763 15 14.0001 15H7.00015ZM2.50015 5.49988C2.50015 3.84301 3.84331 2.49986 5.50018 2.49988L18.5002 2.49999C20.157 2.5 21.5002 3.84315 21.5002 5.49999V18.5002C21.5002 20.1571 20.157 21.5002 18.5001 21.5002L5.50009 21.4999C3.84326 21.4999 2.50015 20.1567 2.50015 18.4999V5.49988ZM5.50015 4.50024C4.94787 4.50024 4.50015 4.94796 4.50015 5.50024V18.5001C4.50015 19.0524 4.94786 19.5001 5.50014 19.5001L18.5001 19.5002C19.0524 19.5002 19.5001 19.0525 19.5001 18.5002V5.50033C19.5001 4.94804 19.0524 4.50033 18.5002 4.50033L5.50015 4.50024Z", fill: "currentColor" }) }),
56
+ ["bar", "icon"]
57
+ );
58
+ var BarCircleIcon = makeIcon(
59
+ "BarCircleIcon",
60
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M13.3328 1.31004C13.5446 1.12034 13.8271 1.02977 14.1098 1.06098C18.746 1.57291 22.4272 5.25404 22.9392 9.89031C22.9704 10.173 22.8798 10.4555 22.6901 10.6673C22.5004 10.8791 22.2295 11.0001 21.9452 11.0001H14C13.4477 11.0001 13 10.5524 13 10.0001V2.05494C13 1.77061 13.121 1.49973 13.3328 1.31004ZM15 3.25177V9.00008H20.7483C20.0251 6.18968 17.8104 3.97499 15 3.25177ZM10.662 4.31235C10.8769 4.50218 11 4.77513 11 5.06189V13L18.9382 13.0001C19.225 13.0001 19.4979 13.1232 19.6877 13.3381C19.8776 13.5531 19.966 13.8392 19.9305 14.1237C19.3774 18.5642 15.59 22.0001 11 22.0001C6.02944 22.0001 2 17.9707 2 13.0001C2 8.41014 5.436 4.62261 9.8764 4.06955C10.161 4.03411 10.447 4.12253 10.662 4.31235ZM9 6.28951C6.10919 7.14954 4 9.82953 4 13.0001C4 16.8661 7.134 20.0001 11 20.0001C14.1706 20.0001 16.8505 17.891 17.7106 15.0001L9.99999 15C9.44771 15 9 14.5523 9 14V6.28951Z", fill: "currentColor" }) }),
61
+ ["bar", "circle", "icon"]
62
+ );
63
+ var BarCircleFillIcon = makeIcon(
64
+ "BarCircleFillIcon",
65
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M19 13C19.5523 13 20.0058 13.4495 19.9452 13.9984C19.4485 18.4991 15.6331 22 11 22C6.02944 22 2 17.9706 2 13C2 8.36692 5.50088 4.55149 10.0016 4.05477C10.5506 3.99419 11 4.44773 11 5.00002V10C11 11.6569 12.3431 13 14 13H19ZM13 2.00002C13 1.44773 13.449 0.994767 13.9986 1.04925C18.7241 1.51777 22.4823 5.27588 22.9508 10.0014C23.0053 10.551 22.5523 11 22 11H14C13.4477 11 13 10.5523 13 10V2.00002Z", fill: "currentColor" }) }),
66
+ ["bar", "circle", "fill", "icon"]
67
+ );
68
+ var BarFillIcon = makeIcon(
69
+ "BarFillIcon",
70
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M7.00003 7.00009C6.72389 7.00009 6.50003 7.22395 6.50003 7.50009V8.50009C6.50003 8.77624 6.72389 9.00009 7.00003 9.00009H11.5C11.7762 9.00009 12 8.77624 12 8.50009V7.50009C12 7.22395 11.7762 7.00009 11.5 7.00009H7.00003ZM7.00003 11.0001C6.72389 11.0001 6.50003 11.224 6.50003 11.5001V12.5001C6.50003 12.7762 6.72389 13.0001 7.00003 13.0001H17C17.2762 13.0001 17.5 12.7762 17.5 12.5001V11.5001C17.5 11.224 17.2762 11.0001 17 11.0001H7.00003ZM7.00002 15.0001C6.72388 15.0001 6.50003 15.2239 6.50003 15.5001V16.5001C6.50003 16.7762 6.72389 17.0001 7.00003 17.0001L14.0001 17C14.2762 17 14.5001 16.7762 14.5001 16.5L14.5 15.5C14.5 15.2239 14.2762 15 14 15L7.00002 15.0001ZM2.50004 5.50018C2.50004 3.84333 3.84317 2.50019 5.50002 2.50017L18.5 2.50006C20.1568 2.50005 21.5 3.84319 21.5 5.50005L21.5 18.5C21.5 20.1569 20.1569 21.5 18.5 21.5H5.50004C3.84318 21.5 2.50004 20.1569 2.50004 18.5V5.50018Z", fill: "currentColor" }) }),
71
+ ["bar", "fill", "icon"]
72
+ );
73
+ var BellIcon = makeIcon(
74
+ "BellIcon",
75
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M4.00008 10C4.00008 5.58172 7.5818 2 12.0001 2C16.4184 2 20.0001 5.58172 20.0001 10V11.8944C20.0001 12.0919 20.0585 12.2849 20.168 12.4492L21.7957 14.8906C22.6817 16.2197 21.729 18 20.1316 18H16.9001C16.4368 20.2822 14.419 22 12.0001 22C9.58112 22 7.56337 20.2822 7.1001 18H3.8686C2.27121 18 1.31842 16.2197 2.2045 14.8906L3.83213 12.4491C3.94164 12.2849 4.00008 12.0919 4.00008 11.8944V10ZM9.17079 18C9.58262 19.1652 10.6939 20 12.0001 20C13.3063 20 14.4175 19.1652 14.8294 18H9.17079ZM12.0001 4C8.68637 4 6.00008 6.68629 6.00008 10V11.8944C6.00008 12.4867 5.82477 13.0657 5.49623 13.5585L3.8686 16H20.1316L18.5039 13.5585C18.1754 13.0657 18.0001 12.4867 18.0001 11.8944V10C18.0001 6.68629 15.3138 4 12.0001 4Z", fill: "currentColor" }) }),
76
+ ["notification", "bell", "alert", "alarm"]
77
+ );
78
+ var BellFillIcon = makeIcon(
79
+ "BellFillIcon",
80
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M19.9999 11.8496V10C19.9999 5.58172 16.4181 2 11.9999 2C7.58158 2 3.99985 5.58172 3.99985 10V11.8496C3.99985 12.2723 3.86594 12.6841 3.61733 13.026L2.30992 14.8237C1.34851 16.1456 2.29282 18 3.92739 18H7.09987C7.56314 20.2822 9.5809 22 11.9999 22C14.4188 22 16.4366 20.2822 16.8998 18H20.0723C21.7069 18 22.6512 16.1456 21.6898 14.8237L20.3824 13.026C20.1338 12.6841 19.9999 12.2723 19.9999 11.8496ZM11.9999 20C10.6936 20 9.5824 19.1652 9.17056 18H14.8291C14.4173 19.1652 13.3061 20 11.9999 20Z", fill: "currentColor" }) }),
81
+ ["notification", "bell", "alert", "alarm", "filled"]
82
+ );
83
+ var BellOffIcon = makeIcon(
84
+ "BellOffIcon",
85
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M5.94536 1.66793C6.40489 1.36158 7.02576 1.48576 7.33211 1.94528L19.6654 20.4453C19.9718 20.9048 19.8476 21.5257 19.3881 21.832C18.9286 22.1384 18.3077 22.0142 18.0013 21.5547L16.4658 19.2513C15.6421 20.8819 13.9517 22 12.0001 22C9.58112 22 7.56337 20.2822 7.1001 18H3.8686C2.27121 18 1.31842 16.2197 2.2045 14.8906L3.83213 12.4491C3.94164 12.2849 4.00008 12.0919 4.00008 11.8944V9.99998C4.00008 7.73487 4.94146 5.68963 6.45433 4.23416L5.66801 3.05468C5.36166 2.59516 5.48583 1.97429 5.94536 1.66793ZM9.1709 18C9.58274 19.1652 10.694 20 12.0002 20C13.3064 20 14.4177 19.1652 14.8295 18H9.1709ZM18.7019 16H20.1316L18.5039 13.5585C18.1754 13.0657 18.0001 12.4867 18.0001 11.8944V9.99998C18.0001 6.68628 15.3138 3.99998 12.0001 3.99998C11.5835 3.99998 11.1768 4.04244 10.7841 4.12327L9.61058 2.36294C10.3652 2.12709 11.1678 1.99998 12.0001 1.99998C16.4184 1.99998 20.0001 5.58171 20.0001 9.99998V11.8944C20.0001 12.0919 20.0585 12.2849 20.168 12.4491L21.7957 14.8906C22.6817 16.2197 21.729 18 20.1316 18H20.0353L18.7019 16ZM14.2983 15.9999L7.58772 5.93408C6.60214 7.00314 6.00014 8.43122 6.00014 9.99991V11.8943C6.00014 12.4866 5.82482 13.0656 5.49629 13.5584L3.86865 15.9999H14.2983Z", fill: "currentColor" }) }),
86
+ ["notification", "bell", "mute", "off", "silent"]
87
+ );
88
+ var BellOffFillIcon = makeIcon(
89
+ "BellOffFillIcon",
90
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M5.94536 1.66793C6.40489 1.36158 7.02576 1.48576 7.33211 1.94528L19.6654 20.4453C19.9718 20.9048 19.8476 21.5257 19.3881 21.832C18.9286 22.1384 18.3077 22.0142 18.0013 21.5547L16.4658 19.2513C15.6421 20.8819 13.9517 22 12.0001 22C9.58112 22 7.56337 20.2822 7.1001 18H3.8686C2.27121 18 1.31842 16.2197 2.2045 14.8906L3.83213 12.4491C3.94164 12.2849 4.00008 12.0919 4.00008 11.8944V9.99998C4.00008 7.73487 4.94146 5.68963 6.45433 4.23416L5.66801 3.05468C5.36166 2.59516 5.48583 1.97429 5.94536 1.66793ZM21.7957 14.8906C22.6817 16.2197 21.729 18 20.1316 18L9.61058 2.36294C10.3652 2.12709 11.1678 1.99998 12.0001 1.99998C16.4184 1.99998 20.0001 5.58171 20.0001 9.99998V11.8944C20.0001 12.0919 20.0585 12.2849 20.168 12.4491L21.7957 14.8906ZM9.1709 18C9.58273 19.1652 10.694 20 12.0002 20C13.3064 20 14.4176 19.1652 14.8295 18H9.1709Z", fill: "currentColor" }) }),
91
+ ["notification", "bell", "mute", "off", "silent", "filled"]
92
+ );
93
+ var BookmarkIcon = makeIcon(
94
+ "BookmarkIcon",
95
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M4 4C4 2.89543 4.89543 2 6 2H18C19.1046 2 20 2.89543 20 4V20C20 21.6267 18.1613 22.573 16.8375 21.6275L12 18.1721L7.16248 21.6275C5.83874 22.573 4 21.6267 4 20V4ZM18 4H6V20L10.8375 16.5446C11.5329 16.0479 12.4671 16.0479 13.1625 16.5446L18 20V4Z", fill: "currentColor" }) }),
96
+ ["bookmark", "save", "pin"]
97
+ );
98
+ var BookmarkFillIcon = makeIcon(
99
+ "BookmarkFillIcon",
100
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M4.5 4.5C4.5 3.39543 5.39543 2.5 6.5 2.5H17.5C18.6046 2.5 19.5 3.39543 19.5 4.5V20.5C19.5 21.2549 18.6955 21.7376 18.0294 21.3824L12.4706 18.4176C12.1765 18.2608 11.8235 18.2608 11.5294 18.4176L5.97059 21.3824C5.30448 21.7376 4.5 21.2549 4.5 20.5V4.5Z", fill: "currentColor" }) }),
101
+ ["bookmark", "save", "pin", "filled"]
102
+ );
103
+ var BriefcaseIcon = makeIcon(
104
+ "BriefcaseIcon",
105
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 4H14C14.5523 4 15 4.44772 15 5V6H9V5C9 4.44772 9.44772 4 10 4ZM7 6V5C7 3.34315 8.34315 2 10 2H14C15.6569 2 17 3.34315 17 5V6H19C20.6569 6 22 7.34315 22 9V13C22 14.1104 21.3967 15.0799 20.5 15.5987V18.5C20.5 20.1569 19.1569 21.5 17.5 21.5H6.5C4.84315 21.5 3.5 20.1569 3.5 18.5V15.5987C2.6033 15.0799 2 14.1104 2 13V9C2 7.34315 3.34315 6 5 6H7ZM5 8C4.44772 8 4 8.44772 4 9V13C4 13.5523 4.44772 14 5 14H12H19C19.5523 14 20 13.5523 20 13V9C20 8.44771 19.5523 8 19 8H5ZM13 16H18.5V18.5C18.5 19.0523 18.0523 19.5 17.5 19.5H6.5C5.94772 19.5 5.5 19.0523 5.5 18.5V16H11V17C11 17.5523 11.4477 18 12 18C12.5523 18 13 17.5523 13 17V16Z", fill: "currentColor" }) }),
106
+ ["briefcase", "work", "job", "business"]
107
+ );
108
+ var BriefcaseFillIcon = makeIcon(
109
+ "BriefcaseFillIcon",
110
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 4H14C14.5523 4 15 4.44772 15 5V6H9V5C9 4.44772 9.44772 4 10 4ZM7 6V5C7 3.34315 8.34315 2 10 2H14C15.6569 2 17 3.34315 17 5V6H19C20.6569 6 22 7.34315 22 9V12.25C22 13.3546 21.1046 14.25 20 14.25H4C2.89543 14.25 2 13.3546 2 12.25V9C2 7.34315 3.34315 6 5 6H7ZM11 16H4.5C3.94772 16 3.5 16.4477 3.5 17V18.5C3.5 20.1569 4.84315 21.5 6.5 21.5H17.5C19.1569 21.5 20.5 20.1569 20.5 18.5V17C20.5 16.4477 20.0523 16 19.5 16H13V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V16Z", fill: "currentColor" }) }),
111
+ ["briefcase", "work", "job", "business", "filled"]
112
+ );
113
+ var BuildingIcon = makeIcon(
114
+ "BuildingIcon",
115
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M3 21.5C2.44772 21.5 2 21.0523 2 20.5V5C2 3.34315 3.34315 2 5 2H12C13.6569 2 15 3.34315 15 5V10H19C20.6569 10 22 11.3431 22 13V20.5C22 21.0523 21.5523 21.5 21 21.5H3ZM6 11.5C6 12.0523 6.44772 12.5 7 12.5H10C10.5523 12.5 11 12.0523 11 11.5C11 10.9477 10.5523 10.5 10 10.5H7C6.44772 10.5 6 10.9477 6 11.5ZM6 8C6 8.55228 6.44772 9 7 9H10C10.5523 9 11 8.55228 11 8C11 7.44772 10.5523 7 10 7H7C6.44772 7 6 7.44772 6 8ZM4 19.5H7.5V17C7.5 16.4477 7.94772 16 8.5 16C9.05228 16 9.5 16.4477 9.5 17V19.5H13V5C13 4.44772 12.5523 4 12 4H5C4.44772 4 4 4.44772 4 5V19.5ZM15 19.5H20V13C20 12.4477 19.5523 12 19 12H15V19.5Z", fill: "currentColor" }) }),
116
+ ["company", "building", "office"]
117
+ );
118
+ var BuildingFillIcon = makeIcon(
119
+ "BuildingFillIcon",
120
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M2 20.5C2 21.0523 2.44771 21.5 3 21.5H6.5C7.05228 21.5 7.5 21.0523 7.5 20.5V18C7.5 17.4477 7.94771 17 8.5 17C9.05228 17 9.5 17.4477 9.5 18V20.5C9.5 21.0523 9.94771 21.5 10.5 21.5H15V19.5V12V10V4C15 2.89543 14.1046 2 13 2L4.00002 2.00001C2.89546 2.00001 2.00003 2.89544 2.00003 4.00001L2 20.5ZM17 10V21.5H21C21.5523 21.5 22 21.0523 22 20.5V12C22 10.8954 21.1046 10 20 10H17ZM6.75 12.5C6.19771 12.5 5.75 12.0523 5.75 11.5C5.75 10.9477 6.19771 10.5 6.75 10.5H10.25C10.8023 10.5 11.25 10.9477 11.25 11.5C11.25 12.0523 10.8023 12.5 10.25 12.5H6.75ZM6.75 8.5C6.19771 8.5 5.75 8.05228 5.75 7.5C5.75 6.94771 6.19771 6.5 6.75 6.5H10.25C10.8023 6.5 11.25 6.94771 11.25 7.5C11.25 8.05228 10.8023 8.5 10.25 8.5H6.75Z", fill: "currentColor" }) }),
121
+ ["company", "building", "office", "filled"]
122
+ );
123
+ var CameraIcon = makeIcon(
124
+ "CameraIcon",
125
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M10.2361 4.5C9.8573 4.5 9.51103 4.714 9.34164 5.05279L8.39443 6.94721C8.22504 7.286 7.87877 7.5 7.5 7.5H5C4.44772 7.5 4 7.94772 4 8.5V18C4 18.5523 4.44772 19 5 19H19C19.5523 19 20 18.5523 20 18V8.5C20 7.94772 19.5523 7.5 19 7.5H16.5C16.1212 7.5 15.775 7.286 15.6056 6.94721L14.6584 5.05279C14.489 4.714 14.1427 4.5 13.7639 4.5H10.2361ZM7.55279 4.15836C8.06096 3.14201 9.09975 2.5 10.2361 2.5H13.7639C14.9002 2.5 15.939 3.14201 16.4472 4.15836L17.118 5.5H19C20.6569 5.5 22 6.84315 22 8.5V18C22 19.6569 20.6569 21 19 21H5C3.34315 21 2 19.6569 2 18V8.5C2 6.84315 3.34315 5.5 5 5.5H6.88197L7.55279 4.15836ZM12 10.5C10.6193 10.5 9.5 11.6193 9.5 13C9.5 14.3807 10.6193 15.5 12 15.5C13.3807 15.5 14.5 14.3807 14.5 13C14.5 11.6193 13.3807 10.5 12 10.5ZM7.5 13C7.5 10.5147 9.51472 8.5 12 8.5C14.4853 8.5 16.5 10.5147 16.5 13C16.5 15.4853 14.4853 17.5 12 17.5C9.51472 17.5 7.5 15.4853 7.5 13Z", fill: "currentColor" }) }),
126
+ ["photo", "camera", "image"]
127
+ );
128
+ var CameraFillIcon = makeIcon(
129
+ "CameraFillIcon",
130
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M7.55279 4.15836C8.06096 3.14201 9.09975 2.5 10.2361 2.5H13.7639C14.9002 2.5 15.939 3.14201 16.4472 4.15836L17.118 5.5H19C20.6569 5.5 22 6.84315 22 8.5V18C22 19.6569 20.6569 21 19 21H5C3.34315 21 2 19.6569 2 18V8.5C2 6.84315 3.34315 5.5 5 5.5H6.88197L7.55279 4.15836ZM9 13C9 11.3431 10.3431 10 12 10C13.6569 10 15 11.3431 15 13C15 14.6569 13.6569 16 12 16C10.3431 16 9 14.6569 9 13ZM12 8C9.23858 8 7 10.2386 7 13C7 15.7614 9.23858 18 12 18C14.7614 18 17 15.7614 17 13C17 10.2386 14.7614 8 12 8Z", fill: "currentColor" }) }),
131
+ ["photo", "camera", "image", "filled"]
132
+ );
133
+ var CampusIcon = makeIcon(
134
+ "CampusIcon",
135
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.4885 2.88139C11.4225 2.33671 12.5779 2.33661 13.5119 2.88139L21.7795 7.70365C22.6852 8.23218 22.7611 9.47106 22.0129 10.1236C22.0514 11.5216 22.213 13.1887 22.8947 14.5523C23.1416 15.0462 22.9412 15.647 22.4474 15.8941C21.9535 16.1411 21.3526 15.9408 21.1056 15.4468C20.4387 14.1127 20.1744 12.6033 20.0695 11.2915L19.0353 11.8951L19.3879 16.1109C19.4869 17.3002 18.8712 18.4356 17.8205 19.0015L13.422 21.3697C12.5343 21.8475 11.466 21.8475 10.5783 21.3697L6.17986 19.0015C5.12898 18.4356 4.51343 17.3003 4.61248 16.1109L4.96404 11.8951L2.22088 10.2954C1.22899 9.71656 1.22895 8.2825 2.22088 7.70365L10.4885 2.88139ZM13.5119 15.1177L13.3342 15.2134C12.4342 15.6604 11.3642 15.6286 10.4885 15.1177L6.87713 13.0113L6.60564 16.2769C6.57264 16.6733 6.77784 17.0521 7.1281 17.2408L11.5265 19.6089C11.8222 19.7679 12.1781 19.7679 12.4738 19.6089L16.8722 17.2408C17.2223 17.0521 17.4277 16.6732 17.3947 16.2769L17.1222 13.0113L13.5119 15.1177ZM12.5041 4.60892C12.1928 4.4274 11.8076 4.4275 11.4963 4.60892L3.96795 8.99955L11.4963 13.3902C11.8076 13.5718 12.1927 13.5718 12.5041 13.3902L20.0002 9.01713C20.0002 9.0114 20.0002 9.00524 20.0002 8.99955H20.0314L12.5041 4.60892Z", fill: "currentColor" }) }),
136
+ ["campus", "icon"]
137
+ );
138
+ var CampusFillIcon = makeIcon(
139
+ "CampusFillIcon",
140
+ /* @__PURE__ */ jsxs(Fragment, { children: [
141
+ /* @__PURE__ */ jsx("path", { d: "M18.3915 16.1943C18.4575 16.9872 18.047 17.7438 17.3466 18.1211L12.9482 20.4892C12.3562 20.808 11.6436 20.808 11.0517 20.4892L6.65323 18.1211C5.95287 17.7438 5.54326 16.9871 5.60929 16.1943L5.8212 13.6426L9.73722 15.7646C11.1486 16.5291 12.8513 16.5291 14.2626 15.7646L18.1786 13.6426L18.3915 16.1943Z", fill: "currentColor" }),
142
+ /* @__PURE__ */ jsx("path", { d: "M10.571 2.77361C11.4622 2.29088 12.5372 2.29103 13.4284 2.77361L21.9704 7.40056C22.8324 7.86744 22.842 9.09238 22.0017 9.5783C22.0158 11.0701 22.1212 13.0068 22.8943 14.5529C23.1412 15.0469 22.941 15.6477 22.447 15.8947C21.9531 16.1415 21.3521 15.9413 21.1052 15.4474C20.326 13.8891 20.0998 12.091 20.032 10.6486L13.4284 14.2258C12.5371 14.7085 11.4623 14.7086 10.571 14.2258L2.02902 9.5988C1.15637 9.12592 1.15623 7.87332 2.02902 7.40056L10.571 2.77361Z", fill: "currentColor" })
143
+ ] }),
144
+ ["campus", "fill", "icon"]
145
+ );
146
+ var CardIcon = makeIcon(
147
+ "CardIcon",
148
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M8 2C6.89543 2 6 2.89543 6 4H18C18 2.89543 17.1046 2 16 2H8ZM4 8C4 6.89543 4.89543 6 6 6H18C19.1046 6 20 6.89543 20 8H4ZM2 12.5C2 11.1193 3.11929 10 4.5 10H19.5C20.8807 10 22 11.1193 22 12.5V19C22 20.3807 20.8807 21.5 19.5 21.5H4.5C3.11929 21.5 2 20.3807 2 19V12.5ZM4.5 12C4.22386 12 4 12.2239 4 12.5V19C4 19.2761 4.22386 19.5 4.5 19.5H19.5C19.7761 19.5 20 19.2761 20 19V12.5C20 12.2239 19.7761 12 19.5 12H4.5Z", fill: "currentColor" }) }),
149
+ ["card", "icon"]
150
+ );
151
+ var CardFillIcon = makeIcon(
152
+ "CardFillIcon",
153
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M8 2C6.89543 2 6 2.89543 6 4H18C18 2.89543 17.1046 2 16 2H8ZM4 8C4 6.89543 4.89543 6 6 6H18C19.1046 6 20 6.89543 20 8H4ZM4.5 10C3.11929 10 2 11.1193 2 12.5V19C2 20.3807 3.11929 21.5 4.5 21.5H19.5C20.8807 21.5 22 20.3807 22 19V12.5C22 11.1193 20.8807 10 19.5 10H4.5Z", fill: "currentColor" }) }),
154
+ ["card", "fill", "icon"]
155
+ );
156
+ var ChartBarIcon = makeIcon(
157
+ "ChartBarIcon",
158
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M6.87491 17C6.87491 17.2762 7.09877 17.5 7.37491 17.5H8.62491C8.90106 17.5 9.12491 17.2762 9.12491 17V13.125C9.12491 12.5037 8.62123 12 7.99991 12C7.37859 12 6.87491 12.5037 6.87491 13.125V17ZM10.8749 17C10.8749 17.2762 11.0988 17.5 11.3749 17.5H12.6249C12.9011 17.5 13.1249 17.2762 13.1249 17V8.12501C13.1249 7.50369 12.6212 7.00001 11.9999 7.00001C11.3786 7.00001 10.8749 7.50369 10.8749 8.12501V17ZM14.8749 17C14.8749 17.2762 15.0988 17.5 15.3749 17.5H16.6249C16.9011 17.5 17.1249 17.2762 17.1249 17V10.625C17.1249 10.0037 16.6212 9.50004 15.9999 9.50004C15.3786 9.50004 14.8749 10.0037 14.8749 10.625V17ZM5.49994 21.5C3.84307 21.5 2.49992 20.1569 2.49994 18.5L2.50005 5.5C2.50007 3.84316 3.84321 2.50003 5.50005 2.50003L18.5002 2.50003C20.1571 2.50003 21.5003 3.84321 21.5002 5.50009L21.5 18.5001C21.4999 20.1569 20.1568 21.5 18.5 21.5H5.49994ZM4.5003 18.5C4.5003 19.0523 4.94802 19.5 5.5003 19.5H18.5002C19.0525 19.5 19.5002 19.0523 19.5002 18.5L19.5003 5.50004C19.5003 4.94776 19.0526 4.50004 18.5003 4.50004H5.50039C4.94811 4.50004 4.50039 4.94775 4.50039 5.50003L4.5003 18.5Z", fill: "currentColor" }) }),
159
+ ["insights", "chart", "analytics", "graph", "stats"]
160
+ );
161
+ var ChartBarFillIcon = makeIcon(
162
+ "ChartBarFillIcon",
163
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M7.00003 17C7.00003 17.2761 7.22389 17.5 7.50003 17.5H8.50003C8.77617 17.5 9.00003 17.2761 9.00003 17V13C9.00003 12.4477 8.55232 12 8.00003 12C7.44775 12 7.00003 12.4477 7.00003 13V17ZM11 17C11 17.2761 11.2239 17.5 11.5 17.5H12.5C12.7762 17.5 13 17.2761 13 17V8.00004C13 7.44775 12.5523 7.00004 12 7.00004C11.4477 7.00004 11 7.44775 11 8.00004V17ZM15 17C15 17.2761 15.2239 17.5 15.5 17.5H16.5C16.7762 17.5 17 17.2761 17 17L17 10.5C17 9.9477 16.5523 9.49999 16 9.49999C15.4477 9.49999 15 9.94771 15 10.5L15 17ZM5.50011 21.5C3.84327 21.5 2.50013 20.1568 2.50011 18.5L2.5 5.50006C2.49999 3.84319 3.84313 2.50003 5.49999 2.50003L18.5 2.5C20.1568 2.5 21.5 3.84314 21.5 5.5V18.5C21.5 20.1568 20.1568 21.5 18.5 21.5H5.50011Z", fill: "currentColor" }) }),
164
+ ["insights", "chart", "analytics", "graph", "stats", "filled"]
165
+ );
166
+ var ChatIcon = makeIcon(
167
+ "ChatIcon",
168
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M16 12C15.3096 12 14.75 11.4404 14.75 10.75C14.75 10.0596 15.3096 9.5 16 9.5C16.6904 9.5 17.25 10.0596 17.25 10.75C17.25 11.4404 16.6904 12 16 12ZM12 12C11.3096 12 10.75 11.4404 10.75 10.75C10.75 10.0596 11.3096 9.5 12 9.5C12.6904 9.5 13.25 10.0596 13.25 10.75C13.25 11.4404 12.6904 12 12 12ZM9.25 10.75C9.25 11.4404 8.69036 12 8 12C7.30964 12 6.75 11.4404 6.75 10.75C6.75 10.0596 7.30964 9.5 8 9.5C8.69036 9.5 9.25 10.0596 9.25 10.75ZM10.5 20.1386C10.5 21.1666 11.3334 22 12.3614 22C12.7753 22 13.1774 21.862 13.5041 21.6079L18.9115 17.4021C20.8602 15.8865 22 13.5561 22 11.0873V10.5C22 6.08172 18.4183 2.5 14 2.5H10C5.58172 2.5 2 6.08172 2 10.5C2 14.9183 5.58172 18.5 10 18.5H10.5V20.1386ZM12.5 17.5C12.5 16.9477 12.0523 16.5 11.5 16.5H10C6.68629 16.5 4 13.8137 4 10.5C4 7.18629 6.68629 4.5 10 4.5H14C17.3137 4.5 20 7.18629 20 10.5V11.0783C20 12.9226 19.1518 14.6644 17.7 15.8017L12.5 19.875V17.5Z", fill: "currentColor" }) }),
169
+ ["chat", "message", "talk", "conversation", "speech"]
170
+ );
171
+ var ChatFillIcon = makeIcon(
172
+ "ChatFillIcon",
173
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M7.995 12C8.68259 12 9.24 11.4376 9.24 10.75C9.24 10.0624 8.68259 9.49999 7.995 9.49999C7.30741 9.49999 6.75 10.0624 6.75 10.75C6.75 11.4376 7.30741 12 7.995 12ZM12 12C12.6904 12 13.25 11.4403 13.25 10.75C13.25 10.0596 12.6904 9.49999 12 9.49999C11.3096 9.49999 10.75 10.0596 10.75 10.75C10.75 11.4403 11.3096 12 12 12ZM16 12C16.6904 12 17.25 11.4403 17.25 10.75C17.25 10.0596 16.6904 9.49999 16 9.49999C15.3096 9.49999 14.75 10.0596 14.75 10.75C14.75 11.4403 15.3096 12 16 12ZM11 18H9.75C5.46979 18 2 14.5302 2 10.25C2 5.96979 5.4698 2.5 9.75 2.5L14 2.5C18.4183 2.50001 22 6.08173 22 10.5V10.9575C22 13.4995 20.792 15.8901 18.7456 17.398L12.7987 21.7799C12.6047 21.9229 12.37 22 12.129 22C11.5055 22 11 21.4945 11 20.871V18Z", fill: "currentColor" }) }),
174
+ ["chat", "message", "talk", "conversation", "speech", "filled"]
175
+ );
176
+ var CheckCircleIcon = makeIcon(
177
+ "CheckCircleIcon",
178
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M9.89304 15.8928C10.2836 16.2833 10.9167 16.2833 11.3073 15.8928L16.9501 10.2499C17.3367 9.86333 17.3367 9.23653 16.9501 8.84993C16.5635 8.46333 15.9367 8.46333 15.5501 8.84993L10.6001 13.7999L8.45014 11.6499C8.06354 11.2633 7.43674 11.2633 7.05014 11.6499C6.66354 12.0365 6.66354 12.6633 7.05014 13.0499L9.89304 15.8928ZM12 21.9999C6.47721 21.9999 2.00001 17.5228 2 12C1.99999 6.47714 6.47721 1.99999 12 2C17.5228 2.00001 22 6.4771 22.0001 11.9999C22.0001 17.5227 17.5229 21.9999 12 21.9999ZM11.9997 20.0001C16.418 20.0001 19.9997 16.4183 19.9997 12.0001C19.9997 7.58179 16.418 4.00007 11.9997 4.00007C7.58144 4.00007 3.99971 7.58179 3.99971 12.0001C3.99971 16.4183 7.58144 20.0001 11.9997 20.0001Z", fill: "currentColor" }) }),
179
+ ["check", "circle", "icon"]
180
+ );
181
+ var CheckCircleFillIcon = makeIcon(
182
+ "CheckCircleFillIcon",
183
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M9.89304 15.8928C10.2836 16.2833 10.9167 16.2833 11.3073 15.8928L16.9501 10.2499C17.3367 9.86333 17.3367 9.23653 16.9501 8.84993C16.5635 8.46333 15.9367 8.46333 15.5501 8.84993L10.6001 13.7999L8.45014 11.6499C8.06355 11.2633 7.43674 11.2633 7.05014 11.6499C6.66354 12.0365 6.66355 12.6633 7.05014 13.0499L9.89304 15.8928ZM12 21.9999C6.47721 21.9999 1.99999 17.5228 1.99999 12C1.99999 6.47714 6.47723 2.00001 12.0001 2.00003C17.5228 2.00005 22 6.47713 22.0001 11.9999C22.0001 17.5228 17.5229 21.9999 12 21.9999Z", fill: "currentColor" }) }),
184
+ ["check", "circle", "fill", "icon"]
185
+ );
186
+ var CheckboxIcon = makeIcon(
187
+ "CheckboxIcon",
188
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M3 6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6ZM6 5C5.44772 5 5 5.44772 5 6V18C5 18.5523 5.44772 19 6 19H18C18.5523 19 19 18.5523 19 18V6C19 5.44772 18.5523 5 18 5H6Z", fill: "currentColor" }) }),
189
+ ["checkbox", "check", "select", "unchecked"]
190
+ );
191
+ var CheckboxFillIcon = makeIcon(
192
+ "CheckboxFillIcon",
193
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M3 6C3 4.5 4.5 3 6 3H18C19.5 3 21 4.5 21 6V18C21 19.5 19.5 21 18 21H6C4.5 21 3 19.5 3 18V6ZM16.7071 10.2071C17.0976 9.81658 17.0976 9.18342 16.7071 8.79289C16.3166 8.40237 15.6834 8.40237 15.2929 8.79289L10.5 13.5858L8.70711 11.7929C8.31658 11.4024 7.68342 11.4024 7.29289 11.7929C6.90237 12.1834 6.90237 12.8166 7.29289 13.2071L9.79289 15.7071C10.1834 16.0976 10.8166 16.0976 11.2071 15.7071L16.7071 10.2071Z", fill: "currentColor" }) }),
194
+ ["checkbox", "check", "select", "checked", "filled"]
195
+ );
196
+ var CheckedIcon = makeIcon(
197
+ "CheckedIcon",
198
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M18.1592 4.45898C18.4579 3.99469 19.0766 3.8606 19.541 4.15918C20.0053 4.45791 20.1394 5.07656 19.8408 5.54101L10.8408 19.541C10.6615 19.8197 10.3558 19.9919 10.0244 20C9.69293 20.0081 9.37925 19.8509 9.18652 19.5811L4.18652 12.5811C3.86551 12.1316 3.96953 11.5075 4.41894 11.1865C4.86836 10.8655 5.49247 10.9695 5.81347 11.4189L9.95605 17.2187L18.1592 4.45898Z", fill: "currentColor" }) }),
199
+ ["check", "checked", "done", "confirm"]
200
+ );
201
+ var ChevronDownIcon = makeIcon(
202
+ "ChevronDownIcon",
203
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M5.29289 8.79289C5.68342 8.40237 6.31658 8.40237 6.70711 8.79289L12 14.0858L17.2929 8.79289C17.6834 8.40237 18.3166 8.40237 18.7071 8.79289C19.0976 9.18342 19.0976 9.81658 18.7071 10.2071L12.7071 16.2071C12.3166 16.5976 11.6834 16.5976 11.2929 16.2071L5.29289 10.2071C4.90237 9.81658 4.90237 9.18342 5.29289 8.79289Z", fill: "currentColor" }) }),
204
+ ["expand", "chevron-down", "unfold"]
205
+ );
206
+ var ChevronLeftIcon = makeIcon(
207
+ "ChevronLeftIcon",
208
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M6.2045 12.7954C5.76517 12.356 5.76517 11.6437 6.2045 11.2044L13.909 3.49992C14.3483 3.06058 15.0607 3.06058 15.5 3.49992C15.9393 3.93926 15.9393 4.65155 15.5 5.09089L8.59099 11.9999L15.5 18.909C15.9393 19.3483 15.9393 20.0607 15.5 20.5C15.0607 20.9393 14.3483 20.9393 13.909 20.5L6.2045 12.7954Z", fill: "currentColor" }) }),
209
+ ["back", "backward", "chevron-left", "previous"]
210
+ );
211
+ var ChevronLeftCircleIcon = makeIcon(
212
+ "ChevronLeftCircleIcon",
213
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M8.79289 11.2928C8.60536 11.4803 8.5 11.7347 8.5 11.9999C8.5 12.2651 8.60536 12.5195 8.79289 12.707L12.7929 16.707C13.1834 17.0975 13.8166 17.0975 14.2071 16.707C14.5976 16.3165 14.5976 15.6833 14.2071 15.2928L10.9142 11.9999L14.2071 8.70705C14.5976 8.31652 14.5976 7.68336 14.2071 7.29283C13.8166 6.90231 13.1834 6.90231 12.7929 7.29283L8.79289 11.2928ZM12 21.9999C17.5228 21.9999 21.9999 17.5228 21.9999 11.9999C21.9999 6.47715 17.5228 2 12 2C6.47714 2 2 6.47715 2 11.9999C2 17.5228 6.47714 21.9999 12 21.9999ZM12 19.9999C7.58169 19.9999 3.99995 16.4182 3.99995 11.9999C3.99995 7.58171 7.58169 4 12 4C16.4182 4 20 7.58173 20 12C20 16.4182 16.4182 19.9999 12 19.9999Z", fill: "currentColor" }) }),
214
+ ["chevron", "left", "circle", "icon"]
215
+ );
216
+ var ChevronLeftCircleFillIcon = makeIcon(
217
+ "ChevronLeftCircleFillIcon",
218
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M21.9999 11.9999C21.9999 17.5228 17.5228 21.9999 12 21.9999C6.47714 21.9999 2 17.5228 2 11.9999C2 6.47715 6.47714 2 12 2C17.5228 2 21.9999 6.47715 21.9999 11.9999ZM8.79289 11.2928C8.60536 11.4803 8.5 11.7347 8.5 11.9999C8.5 12.2651 8.60536 12.5195 8.79289 12.707L12.7929 16.707C13.1834 17.0975 13.8166 17.0975 14.2071 16.707C14.5976 16.3165 14.5976 15.6833 14.2071 15.2928L10.9142 11.9999L14.2071 8.70705C14.5976 8.31652 14.5976 7.68336 14.2071 7.29283C13.8166 6.90231 13.1834 6.90231 12.7929 7.29283L8.79289 11.2928Z", fill: "currentColor" }) }),
219
+ ["chevron", "left", "circle", "fill", "icon"]
220
+ );
221
+ var ChevronRightIcon = makeIcon(
222
+ "ChevronRightIcon",
223
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M17.7954 11.2045C18.2347 11.6439 18.2347 12.3562 17.7954 12.7955L10.0909 20.5C9.65156 20.9393 8.93926 20.9393 8.49992 20.5C8.06058 20.0607 8.06058 19.3483 8.49992 18.909L15.4089 12L8.49992 5.09103C8.06058 4.65169 8.06058 3.93938 8.49992 3.50004C8.93926 3.0607 9.65156 3.0607 10.0909 3.50004L17.7954 11.2045Z", fill: "currentColor" }) }),
224
+ ["forward", "chevron-right", "next"]
225
+ );
226
+ var ChevronRightCircleIcon = makeIcon(
227
+ "ChevronRightCircleIcon",
228
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M15.2071 11.2928C15.3946 11.4803 15.5 11.7347 15.5 11.9999C15.5 12.2651 15.3946 12.5195 15.2071 12.707L11.2071 16.707C10.8166 17.0975 10.1834 17.0975 9.79289 16.707C9.40239 16.3165 9.40239 15.6833 9.79289 15.2928L13.0858 11.9999L9.79289 8.70705C9.40239 8.31652 9.40239 7.68336 9.79289 7.29283C10.1834 6.90231 10.8166 6.90231 11.2071 7.29283L15.2071 11.2928ZM12 21.9999C6.47719 21.9999 2.00009 17.5228 2.00009 11.9999C2.00009 6.47715 6.47719 2 12 2C17.5229 2 22 6.47715 22 11.9999C22 17.5228 17.5229 21.9999 12 21.9999ZM12 19.9999C16.4183 19.9999 20 16.4182 20 11.9999C20 7.58171 16.4183 4 12 4C7.58179 4 3.99999 7.58173 3.99999 12C3.99999 16.4182 7.58179 19.9999 12 19.9999Z", fill: "currentColor" }) }),
229
+ ["chevron", "right", "circle", "icon"]
230
+ );
231
+ var ChevronRightCircleFillIcon = makeIcon(
232
+ "ChevronRightCircleFillIcon",
233
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M15.2071 11.2928C15.3946 11.4803 15.5 11.7347 15.5 11.9999C15.5 12.2651 15.3946 12.5195 15.2071 12.707L11.2071 16.707C10.8166 17.0975 10.1834 17.0975 9.79289 16.707C9.40237 16.3165 9.40237 15.6833 9.79289 15.2928L13.0858 11.9999L9.79289 8.70705C9.40237 8.31652 9.40237 7.68336 9.79289 7.29283C10.1834 6.90231 10.8166 6.90231 11.2071 7.29283L15.2071 11.2928ZM12 21.9999C17.5228 21.9999 21.9999 17.5228 21.9999 11.9999C21.9999 6.47715 17.5228 2 12 2C6.47714 2 2 6.47715 2 11.9999C2 17.5228 6.47714 21.9999 12 21.9999Z", fill: "currentColor" }) }),
234
+ ["chevron", "right", "circle", "fill", "icon"]
235
+ );
236
+ var ChevronUpIcon = makeIcon(
237
+ "ChevronUpIcon",
238
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M11.2929 7.79289C11.6834 7.40237 12.3166 7.40237 12.7071 7.79289L18.7071 13.7929C19.0976 14.1834 19.0976 14.8166 18.7071 15.2071C18.3166 15.5976 17.6834 15.5976 17.2929 15.2071L12 9.91421L6.70711 15.2071C6.31658 15.5976 5.68342 15.5976 5.29289 15.2071C4.90237 14.8166 4.90237 14.1834 5.29289 13.7929L11.2929 7.79289Z", fill: "currentColor" }) }),
239
+ ["collapse", "chevron-up", "fold"]
240
+ );
241
+ var CompensationIcon = makeIcon(
242
+ "CompensationIcon",
243
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M2.5 5.5C2.5 3.84315 3.84315 2.5 5.5 2.5H18.5C20.1569 2.5 21.5 3.84315 21.5 5.5V18.5C21.5 20.1569 20.1569 21.5 18.5 21.5H5.5C3.84315 21.5 2.5 20.1569 2.5 18.5V5.5ZM5.5 4.5C4.94772 4.5 4.5 4.94772 4.5 5.5V18.5C4.5 19.0523 4.94772 19.5 5.5 19.5H18.5C19.0523 19.5 19.5 19.0523 19.5 18.5V5.5C19.5 4.94772 19.0523 4.5 18.5 4.5H5.5ZM9.5325 7.0895C9.9753 6.81275 10.4832 6.65479 11 6.57336V5.5H13V6.57336C13.5168 6.65479 14.0247 6.81275 14.4675 7.0895C15.2686 7.59016 15.75 8.41557 15.75 9.5C15.75 10.0523 15.3023 10.5 14.75 10.5C14.1977 10.5 13.75 10.0523 13.75 9.5C13.75 9.08443 13.6064 8.90984 13.4075 8.7855C13.1371 8.61647 12.6684 8.5 12 8.5C11.3316 8.5 10.8629 8.61647 10.5925 8.7855C10.3936 8.90984 10.25 9.08443 10.25 9.5C10.25 9.88856 10.3876 10.1122 10.6796 10.3296C11.0386 10.5969 11.5746 10.8041 12.3162 11.0513C13.0448 11.2942 13.8877 11.5877 14.5375 12.075C15.2609 12.6176 15.75 13.4014 15.75 14.5C15.75 15.5844 15.2686 16.4098 14.4675 16.9105C14.0247 17.1872 13.5168 17.3452 13 17.4266V18.5H11V17.4266C10.4832 17.3452 9.9753 17.1872 9.5325 16.9105C8.73144 16.4098 8.25 15.5844 8.25 14.5C8.25 13.9477 8.69772 13.5 9.25 13.5C9.80228 13.5 10.25 13.9477 10.25 14.5C10.25 14.9156 10.3936 15.0902 10.5925 15.2145C10.8629 15.3835 11.3316 15.5 12 15.5C12.6684 15.5 13.1371 15.3835 13.4075 15.2145C13.6064 15.0902 13.75 14.9156 13.75 14.5C13.75 14.0986 13.6141 13.8824 13.3375 13.675C12.9873 13.4124 12.4552 13.2058 11.6838 12.9487C10.9786 12.7137 10.1396 12.4209 9.48525 11.9338C8.76397 11.3967 8.25 10.6114 8.25 9.5C8.25 8.41557 8.73144 7.59016 9.5325 7.0895Z", fill: "currentColor" }) }),
244
+ ["compensation", "money", "pay", "salary"]
245
+ );
246
+ var CompensationFillIcon = makeIcon(
247
+ "CompensationFillIcon",
248
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M2.5 5.5C2.5 3.84315 3.84315 2.5 5.5 2.5H18.5C20.1569 2.5 21.5 3.84315 21.5 5.5V18.5C21.5 20.1569 20.1569 21.5 18.5 21.5H5.5C3.84315 21.5 2.5 20.1569 2.5 18.5V5.5ZM11.125 6.6813C10.5842 6.75544 10.0539 6.91103 9.59875 7.1955C8.83533 7.67264 8.375 8.45737 8.375 9.5C8.375 10.5663 8.86545 11.3164 9.5599 11.8335C10.1958 12.3069 11.0159 12.5943 11.7233 12.8301C12.492 13.0864 13.0436 13.2983 13.4125 13.575C13.717 13.8034 13.875 14.055 13.875 14.5C13.875 14.9574 13.7103 15.1726 13.4738 15.3205C13.1746 15.5075 12.6786 15.625 12 15.625C11.3214 15.625 10.8254 15.5075 10.5262 15.3205C10.2897 15.1726 10.125 14.9574 10.125 14.5C10.125 14.0168 9.73325 13.625 9.25 13.625C8.76675 13.625 8.375 14.0168 8.375 14.5C8.375 15.5426 8.83533 16.3274 9.59875 16.8045C10.0539 17.089 10.5842 17.2446 11.125 17.3187V18.625C11.125 19.1082 11.5168 19.5 12 19.5C12.4832 19.5 12.875 19.1082 12.875 18.625V17.3187C13.4158 17.2446 13.9461 17.089 14.4012 16.8045C15.1647 16.3274 15.625 15.5426 15.625 14.5C15.625 13.445 15.158 12.6966 14.4625 12.175C13.8314 11.7017 13.008 11.4137 12.2767 11.1699C11.5373 10.9235 10.9824 10.7109 10.605 10.4298C10.2862 10.1924 10.125 9.93374 10.125 9.5C10.125 9.04263 10.2897 8.82736 10.5262 8.6795C10.8254 8.49254 11.3214 8.375 12 8.375C12.6786 8.375 13.1746 8.49254 13.4738 8.6795C13.7103 8.82736 13.875 9.04263 13.875 9.5C13.875 9.98325 14.2668 10.375 14.75 10.375C15.2332 10.375 15.625 9.98325 15.625 9.5C15.625 8.45737 15.1647 7.67264 14.4012 7.1955C13.9461 6.91103 13.4158 6.75544 12.875 6.6813V5.375C12.875 4.89175 12.4832 4.5 12 4.5C11.5168 4.5 11.125 4.89175 11.125 5.375V6.6813Z", fill: "currentColor" }) }),
249
+ ["compensation", "money", "pay", "salary", "filled"]
250
+ );
251
+ var ComposeIcon = makeIcon(
252
+ "ComposeIcon",
253
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M16.5858 2.99997C17.3668 2.21892 18.6332 2.21892 19.4142 2.99997L21 4.58576C21.781 5.36681 21.781 6.63314 21 7.41419L9.82842 18.5858C8.28263 20.1316 6.18608 21 4 21C3.44772 21 3 20.5523 3 20C3 17.8139 3.86842 15.7173 5.41421 14.1715L16.5858 2.99997ZM16.5858 8.99997L15 7.41418L6.82843 15.5858C5.91963 16.4946 5.31997 17.6547 5.09714 18.9028C6.34525 18.68 7.50541 18.0803 8.41421 17.1715L16.5858 8.99997ZM17.9999 7.58576L19.5857 5.99997L17.9999 4.41418L16.4141 5.99997L17.9999 7.58576Z", fill: "currentColor" }) }),
254
+ ["compose", "edit", "write", "pencil"]
255
+ );
256
+ var ComposeFillIcon = makeIcon(
257
+ "ComposeFillIcon",
258
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M16.5858 2.99997C17.3668 2.21892 18.6332 2.21892 19.4142 2.99997L21 4.58576C21.781 5.3668 21.7811 6.63314 21 7.41419L19.4142 8.99999L15 4.58577L16.5858 2.99997ZM13.5858 5.99999L5.41421 14.1715C3.86842 15.7173 3 17.8139 3 20C3 20.5523 3.44772 21 4 21C6.18608 21 8.28263 20.1316 9.82842 18.5858L18 10.4142L13.5858 5.99999Z", fill: "currentColor" }) }),
259
+ ["compose", "edit", "write", "pencil", "filled"]
260
+ );
261
+ var DiscoverIcon = makeIcon(
262
+ "DiscoverIcon",
263
+ /* @__PURE__ */ jsxs(Fragment, { children: [
264
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 9C18.3137 9 21 11.6863 21 15C21 16.2957 20.587 17.4938 19.8887 18.4746L21.1211 19.707C21.5116 20.0976 21.5116 20.7306 21.1211 21.1211C20.7306 21.5116 20.0976 21.5116 19.707 21.1211L18.4746 19.8887C17.4938 20.587 16.2957 21 15 21C11.6863 21 9 18.3137 9 15C9 11.6863 11.6863 9 15 9ZM15 11C12.7909 11 11 12.7909 11 15C11 17.2091 12.7909 19 15 19C15.0886 19 15.1765 18.9959 15.2637 18.9902C15.2738 18.9896 15.2839 18.989 15.2939 18.9883C15.3678 18.9829 15.441 18.9751 15.5137 18.9658C15.5306 18.9636 15.5476 18.9614 15.5645 18.959C15.7335 18.9351 15.899 18.9008 16.0605 18.8564C16.0681 18.8544 16.0755 18.8517 16.083 18.8496C16.1576 18.8287 16.231 18.8053 16.3037 18.7803C16.3134 18.7769 16.3233 18.7739 16.333 18.7705C16.4925 18.7141 16.6474 18.6486 16.7969 18.5732C16.8018 18.5708 16.8066 18.5679 16.8115 18.5654C17.7199 18.103 18.427 17.3046 18.7705 16.333C18.7739 16.3233 18.7769 16.3134 18.7803 16.3037C18.8621 16.0664 18.9229 15.8196 18.959 15.5645C18.9614 15.5476 18.9636 15.5306 18.9658 15.5137C18.9874 15.3454 19 15.1741 19 15C19 12.7909 17.2091 11 15 11Z", fill: "currentColor" }),
265
+ /* @__PURE__ */ jsx("path", { d: "M7.32324 12.75C7.13671 13.3875 7.0281 14.0574 7.00684 14.75H5V19H8.07324C8.49765 19.7334 9.03343 20.3938 9.66016 20.9561C9.59257 20.9701 9.52401 20.9822 9.4541 20.9893L9.25 21H5L4.7959 20.9893C3.85435 20.8938 3.1062 20.1457 3.01074 19.2041L3 19V14.75C3 13.7143 3.78722 12.863 4.7959 12.7607L5 12.75H7.32324Z", fill: "currentColor" }),
266
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.4541 3.01074C10.4628 3.113 11.25 3.96435 11.25 5V7.93262C9.84059 8.68201 8.68307 9.84064 7.93359 11.25H5L4.7959 11.2393C3.85435 11.1438 3.1062 10.3957 3.01074 9.4541L3 9.25V5C3 3.96435 3.78722 3.113 4.7959 3.01074L5 3H9.25L9.4541 3.01074ZM5 9.25H9.25V5H5V9.25Z", fill: "currentColor" }),
267
+ /* @__PURE__ */ jsx("path", { d: "M19.2041 3.01074C20.2128 3.113 21 3.96435 21 5V9.25L20.9893 9.4541C20.9822 9.52401 20.9701 9.59257 20.9561 9.66016C20.3937 9.03331 19.7335 8.49671 19 8.07227V5H14.75V7.00586C14.0575 7.02712 13.3874 7.13577 12.75 7.32227V5C12.75 3.96435 13.5372 3.113 14.5459 3.01074L14.75 3H19L19.2041 3.01074Z", fill: "currentColor" })
268
+ ] }),
269
+ ["discover", "icon"]
270
+ );
271
+ var DiscoverFillIcon = makeIcon(
272
+ "DiscoverFillIcon",
273
+ /* @__PURE__ */ jsxs(Fragment, { children: [
274
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 9C18.3137 9 21 11.6863 21 15C21 16.2957 20.587 17.4938 19.8887 18.4746L21.1211 19.707C21.5116 20.0976 21.5116 20.7306 21.1211 21.1211C20.7306 21.5116 20.0976 21.5116 19.707 21.1211L18.4746 19.8887C17.4938 20.587 16.2957 21 15 21C11.6863 21 9 18.3137 9 15C9 11.6863 11.6863 9 15 9ZM15 11C12.7909 11 11 12.7909 11 15C11 17.2091 12.7909 19 15 19C15.0886 19 15.1765 18.9959 15.2637 18.9902C15.2738 18.9896 15.2839 18.989 15.2939 18.9883C15.3678 18.9829 15.441 18.9751 15.5137 18.9658C15.5306 18.9636 15.5476 18.9614 15.5645 18.959C15.7335 18.9351 15.899 18.9008 16.0605 18.8564C16.0681 18.8544 16.0755 18.8517 16.083 18.8496C16.1576 18.8287 16.231 18.8053 16.3037 18.7803C16.3134 18.7769 16.3233 18.7739 16.333 18.7705C16.4925 18.7141 16.6474 18.6486 16.7969 18.5732C16.8018 18.5708 16.8066 18.5679 16.8115 18.5654C17.7199 18.103 18.427 17.3046 18.7705 16.333C18.7739 16.3233 18.7769 16.3134 18.7803 16.3037C18.8621 16.0664 18.9229 15.8196 18.959 15.5645C18.9614 15.5476 18.9636 15.5306 18.9658 15.5137C18.9874 15.3454 19 15.1741 19 15C19 12.7909 17.2091 11 15 11Z", fill: "currentColor" }),
275
+ /* @__PURE__ */ jsx("path", { d: "M7.32324 12.75C7.11434 13.4639 7 14.2185 7 15C7 17.3662 8.02824 19.4914 9.66113 20.9561C9.52834 20.9838 9.39104 21 9.25 21H5C3.89543 21 3 20.1046 3 19V14.75C3 13.6454 3.89543 12.75 5 12.75H7.32324Z", fill: "currentColor" }),
276
+ /* @__PURE__ */ jsx("path", { d: "M9.25 3C10.3546 3 11.25 3.89543 11.25 5V7.93262C9.8406 8.68201 8.68307 9.84064 7.93359 11.25H5C3.89543 11.25 3 10.3546 3 9.25V5C3 3.89543 3.89543 3 5 3H9.25Z", fill: "currentColor" }),
277
+ /* @__PURE__ */ jsx("path", { d: "M19 3C20.1046 3 21 3.89543 21 5V9.25C21 9.39104 20.9838 9.52834 20.9561 9.66113C19.4914 8.02824 17.3662 7 15 7C14.2186 7 13.4639 7.11341 12.75 7.32227V5C12.75 3.89543 13.6454 3 14.75 3H19Z", fill: "currentColor" })
278
+ ] }),
279
+ ["discover", "fill", "icon"]
280
+ );
281
+ var DocsIcon = makeIcon(
282
+ "DocsIcon",
283
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.50003 2.49988L15.5 2.49996V2.50152C16.1091 2.52316 16.6888 2.77461 17.1213 3.20711L20.7929 6.87868C21.2254 7.31117 21.4768 7.89086 21.4985 8.5H21.5V18.5002C21.5 20.1571 20.1568 21.5002 18.4999 21.5002L5.49994 21.4999C3.84311 21.4999 2.5 20.1567 2.5 18.4999V5.49988C2.5 3.84301 3.84316 2.49986 5.50003 2.49988ZM19.0858 9H16C15.4477 9 15 8.55228 15 8V4.91421C15 4.55065 15.4551 4.36928 15.7071 4.62132L19.3787 8.29289C19.6295 8.5437 19.4494 9 19.0858 9ZM13 4.50024C13 4.50024 13 6.88113 13 8C13 9.65685 14.3431 11 16 11C17.1189 11 19.5 11 19.5 11V18.5002C19.5 19.0525 19.0523 19.5002 18.5 19.5002L5.49999 19.5001C4.94771 19.5001 4.49999 19.0524 4.49999 18.5001V5.50024C4.49999 4.94796 4.94771 4.50024 5.5 4.50024H13Z", fill: "currentColor" }) }),
284
+ ["docs", "icon"]
285
+ );
286
+ var DocsFillIcon = makeIcon(
287
+ "DocsFillIcon",
288
+ /* @__PURE__ */ jsxs(Fragment, { children: [
289
+ /* @__PURE__ */ jsx("path", { d: "M5.5 2.5C3.84315 2.5 2.5 3.84315 2.5 5.5V18.5C2.5 20.1569 3.84315 21.5 5.5 21.5H18.5C20.1569 21.5 21.5 20.1569 21.5 18.5V11H16C14.3431 11 13 9.65685 13 8V2.5H5.5Z", fill: "currentColor" }),
290
+ /* @__PURE__ */ jsx("path", { d: "M15 2.5V8C15 8.55228 15.4477 9 16 9H21.5V8.32843C21.5 7.79799 21.2893 7.28929 20.9142 6.91421L17.0858 3.08579C16.7107 2.71071 16.202 2.5 15.6716 2.5H15Z", fill: "currentColor" })
291
+ ] }),
292
+ ["docs", "fill", "icon"]
293
+ );
294
+ var DownloadIcon = makeIcon(
295
+ "DownloadIcon",
296
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M7.29289 10.7071L11.2929 14.7071C11.6834 15.0976 12.3166 15.0976 12.7071 14.7071L16.7071 10.7071C17.0976 10.3166 17.0976 9.68342 16.7071 9.29289C16.3166 8.90237 15.6834 8.90237 15.2929 9.29289L13 11.5858V3.5C13 2.9477 12.5523 2.5 12 2.5C11.4477 2.5 11 2.9477 11 3.5V11.5858L8.70711 9.29289C8.31658 8.90237 7.68342 8.90237 7.29289 9.29289C6.90237 9.68342 6.90237 10.3166 7.29289 10.7071ZM5 12C5 11.4477 4.55228 11 4 11C3.44772 11 3 11.4477 3 12V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V12C21 11.4477 20.5523 11 20 11C19.4477 11 19 11.4477 19 12V19H5V12Z", fill: "currentColor" }) }),
297
+ ["download", "save", "export"]
298
+ );
299
+ var DownvoteIcon = makeIcon(
300
+ "DownvoteIcon",
301
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12.3377 20.1492C11.9669 21.2616 10.9165 22 9.75894 22C8.25535 22 7 20.7832 7 19.2566C7 18.5331 7.01693 17.8157 7.13627 17.0996L7.31954 16H5C3.34315 16 2 14.6569 2 13C2 10.2146 2.53472 7.47063 3.56864 4.88583C4.02423 3.74685 5.12735 3 6.35407 3H19C20.6569 3 22 4.34315 22 6V13C22 14.6569 20.6569 16 19 16H14.9684C13.8991 17.2831 12.8761 18.5338 12.3377 20.1492ZM15.5 14H19C19.5523 14 20 13.5523 20 13V6C20 5.44772 19.5523 5 19 5H15.5V14ZM13.5 5H6.35407C5.94516 5 5.57745 5.24895 5.42559 5.62861C4.48592 7.97784 4 10.4683 4 13C4 13.5523 4.44772 14 5 14H8.5C9.10858 14 9.58644 14.5641 9.48639 15.1644L9.10906 17.4284C9.00788 18.0355 9 18.6434 9 19.2566C9 19.6557 9.3368 20 9.75894 20C10.0706 20 10.3465 19.7983 10.4403 19.5168C11.0711 17.6246 12.2464 16.1423 13.5 14.6379V5Z", fill: "currentColor" }) }),
302
+ ["downvote", "icon"]
303
+ );
304
+ var DownvoteFillIcon = makeIcon(
305
+ "DownvoteFillIcon",
306
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M19.9998 3H16.9999V16H19.9999C21.1045 16 21.9999 15.1045 21.9999 14L21.9998 4.99998C21.9998 3.89542 21.1043 3 19.9998 3ZM10.1623 22C11.3568 22 12.0103 21.1315 12.3512 20.1088C12.8929 18.4838 13.8747 17.2449 14.9999 16V3H6.35406C5.12735 3 4.02422 3.74685 3.56863 4.88583C2.53471 7.47062 2 10.2146 2 13C2 14.6569 3.34314 16 5 16H8.49987C8.49987 16 8 18.5361 8 19.8377C8 21.0319 8.96808 22 10.1623 22Z", fill: "currentColor" }) }),
307
+ ["downvote", "fill", "icon"]
308
+ );
309
+ var DuplicateIcon = makeIcon(
310
+ "DuplicateIcon",
311
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M1.99951 15C1.9995 16.6568 3.34265 18 4.99951 18H14.9997C16.6565 18 17.9996 16.6569 17.9997 15.0001L17.9998 5.00006C17.9999 3.34318 16.6567 2 14.9998 2H4.99951C3.34267 2 1.99953 3.34313 1.99951 4.99997V15ZM4.99988 16C4.44759 16 3.99987 15.5523 3.99988 15L3.99985 5C3.99985 4.44772 4.44757 4 4.99985 4H14.9999C15.5522 4 15.9999 4.44772 15.9999 5.00001V15C15.9999 15.5523 15.5522 16 14.9999 16H4.99988ZM21.9999 8C21.9999 6.89543 21.1045 6 19.9999 6V15C19.9999 17.7614 17.7613 20 14.9999 20H5.99989C5.99989 21.1046 6.89532 22 7.99985 22H14.9999C18.8659 22 22 18.8659 21.9999 14.9999L21.9999 8Z", fill: "currentColor" }) }),
312
+ ["duplicate", "copy", "clipboard"]
313
+ );
314
+ var DuplicateFillIcon = makeIcon(
315
+ "DuplicateFillIcon",
316
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M1.99951 15C1.9995 16.6568 3.34266 18 4.99953 18H14.9997C16.6566 18 17.9997 16.6569 17.9997 15.0001L17.9999 5.00006C17.9999 3.34318 16.6568 2 14.9999 2H4.99953C3.34268 2 1.99953 3.34313 1.99951 4.99997V15ZM22 8C22 6.89543 21.1046 6 20 6V15C20 17.7614 17.7614 20 15 20H5.99993C5.99993 21.1046 6.89537 22 7.99995 22H15C18.866 22 22 18.866 22 15V8Z", fill: "currentColor" }) }),
317
+ ["duplicate", "copy", "clipboard", "filled"]
318
+ );
319
+ var EllipsisHorizontalIcon = makeIcon(
320
+ "EllipsisHorizontalIcon",
321
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M4 11C3.44772 11 3 11.4477 3 12C3 12.5523 3.44772 13 4 13C4.55228 13 5 12.5523 5 12C5 11.4477 4.55228 11 4 11ZM1 12C1 10.3431 2.34315 9 4 9C5.65685 9 7 10.3431 7 12C7 13.6569 5.65685 15 4 15C2.34315 15 1 13.6569 1 12ZM12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11ZM9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12ZM20 11C19.4477 11 19 11.4477 19 12C19 12.5523 19.4477 13 20 13C20.5523 13 21 12.5523 21 12C21 11.4477 20.5523 11 20 11ZM17 12C17 10.3431 18.3431 9 20 9C21.6569 9 23 10.3431 23 12C23 13.6569 21.6569 15 20 15C18.3431 15 17 13.6569 17 12Z", fill: "currentColor" }) }),
322
+ ["more", "overflow", "ellipsis", "dots"]
323
+ );
324
+ var EllipsisHorizontalFillIcon = makeIcon(
325
+ "EllipsisHorizontalFillIcon",
326
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M1 12C1 10.3431 2.34315 9 4 9C5.65685 9 7 10.3431 7 12C7 13.6569 5.65685 15 4 15C2.34315 15 1 13.6569 1 12ZM9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12ZM17 12C17 10.3431 18.3431 9 20 9C21.6569 9 23 10.3431 23 12C23 13.6569 21.6569 15 20 15C18.3431 15 17 13.6569 17 12Z", fill: "currentColor" }) }),
327
+ ["more", "overflow", "ellipsis", "dots", "filled"]
328
+ );
329
+ var EmbedIcon = makeIcon(
330
+ "EmbedIcon",
331
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M14.2747 4.03849C13.7437 3.88677 13.1902 4.19426 13.0385 4.72529L9.03848 18.7253C8.88675 19.2563 9.19424 19.8098 9.72528 19.9615C10.2563 20.1133 10.8098 19.8058 10.9615 19.2747L14.9615 5.27473C15.1132 4.7437 14.8058 4.19021 14.2747 4.03849ZM17.7929 7.79291C17.4024 8.18343 17.4024 8.8166 17.7929 9.20712L20.5858 12L17.7929 14.7929C17.4024 15.1834 17.4024 15.8166 17.7929 16.2071C18.1834 16.5976 18.8166 16.5976 19.2071 16.2071L22.7071 12.7071C23.0976 12.3166 23.0976 11.6834 22.7071 11.2929L19.2071 7.79291C18.8166 7.40238 18.1834 7.40238 17.7929 7.79291ZM6.20711 7.79291C5.81658 7.40238 5.18342 7.40238 4.79289 7.79291L1.29289 11.2929C0.90237 11.6834 0.90237 12.3166 1.29289 12.7071L4.79289 16.2071C5.18342 16.5976 5.81658 16.5976 6.20711 16.2071C6.59763 15.8166 6.59763 15.1834 6.20711 14.7929L3.41421 12L6.20711 9.20712C6.59763 8.8166 6.59763 8.18343 6.20711 7.79291Z", fill: "currentColor" }) }),
332
+ ["embed", "code", "snippet"]
333
+ );
334
+ var ExclamationCircleIcon = makeIcon(
335
+ "ExclamationCircleIcon",
336
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 6.5C12.5523 6.5 13 6.94772 13 7.5V12.75C13 13.3023 12.5523 13.75 12 13.75C11.4477 13.75 11 13.3023 11 12.75V7.5C11 6.94772 11.4477 6.5 12 6.5ZM13.25 16.25C13.25 16.9404 12.6904 17.5 12 17.5C11.3096 17.5 10.75 16.9404 10.75 16.25C10.75 15.5596 11.3096 15 12 15C12.6904 15 13.25 15.5596 13.25 16.25Z", fill: "currentColor" }) }),
337
+ ["warning", "alert", "caution", "error"]
338
+ );
339
+ var ExclamationCircleFillIcon = makeIcon(
340
+ "ExclamationCircleFillIcon",
341
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM13.25 7.75C13.25 7.05964 12.6904 6.5 12 6.5C11.3096 6.5 10.75 7.05964 10.75 7.75V12.25C10.75 12.9404 11.3096 13.5 12 13.5C12.6904 13.5 13.25 12.9404 13.25 12.25V7.75ZM12 17.75C12.6904 17.75 13.25 17.1904 13.25 16.5C13.25 15.8096 12.6904 15.25 12 15.25C11.3096 15.25 10.75 15.8096 10.75 16.5C10.75 17.1904 11.3096 17.75 12 17.75Z", fill: "currentColor" }) }),
342
+ ["warning", "alert", "caution", "error", "filled"]
343
+ );
344
+ var ExtractIcon = makeIcon(
345
+ "ExtractIcon",
346
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M7.62507 12C7.62507 11.4477 8.07279 11 8.62507 11H15.3751C15.9274 11 16.3751 11.4477 16.3751 12C16.3751 12.5523 15.9274 13 15.3751 13H8.62507C8.07279 13 7.62507 12.5523 7.62507 12ZM2.00014 12C2.00012 6.47719 6.47726 2 12.0001 2C17.5229 2 22.0001 6.47717 22.0001 12C22.0001 17.5228 17.5229 22 12.0001 22C6.47729 22 2.00016 17.5229 2.00014 12ZM12.0001 4C7.5818 4 4.00007 7.58172 4.00007 12C4.00007 16.4183 7.5818 20 12.0001 20C16.4184 20 20.0001 16.4183 20.0001 12C20.0001 7.58172 16.4184 4 12.0001 4Z", fill: "currentColor" }) }),
347
+ ["extract", "icon"]
348
+ );
349
+ var ExtractFillIcon = makeIcon(
350
+ "ExtractFillIcon",
351
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M1.9999 11.9999C1.99994 6.47711 6.47719 2 12 2C17.5229 2 22.0001 6.47715 22.0001 12C22.0001 17.5228 17.5229 22 12 22C6.47713 22 1.99986 17.5228 1.9999 11.9999ZM8.5001 11C7.94782 11 7.5001 11.4477 7.5001 12C7.5001 12.5523 7.94782 13 8.5001 13H15.5001C16.0524 13 16.5001 12.5523 16.5001 12C16.5001 11.4477 16.0524 11 15.5001 11H8.5001Z", fill: "currentColor" }) }),
352
+ ["extract", "fill", "icon"]
353
+ );
354
+ var EyeIcon = makeIcon(
355
+ "EyeIcon",
356
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M3.81697 10.4538C4.95209 8.58258 7.33427 6 11.9999 6C16.6655 6 19.0477 8.58258 20.1828 10.4538C20.7643 11.4123 20.7643 12.5877 20.1828 13.5462C19.0477 15.4174 16.6655 18 11.9999 18C7.33427 18 4.9521 15.4174 3.81697 13.5462C3.23549 12.5877 3.23549 11.4123 3.81697 10.4538ZM11.9999 4C6.41971 4 3.47685 7.15835 2.10701 9.41645C1.13881 11.0125 1.13881 12.9875 2.10701 14.5836C3.47685 16.8417 6.41971 20 11.9999 20C17.5801 20 20.523 16.8417 21.8928 14.5835C22.861 12.9875 22.861 11.0125 21.8928 9.41645C20.523 7.15835 17.5801 4 11.9999 4ZM9.9999 12C9.9999 10.8954 10.8953 10 11.9999 10C13.1045 10 13.9999 10.8954 13.9999 12C13.9999 13.1046 13.1045 14 11.9999 14C10.8953 14 9.9999 13.1046 9.9999 12ZM11.9999 8C9.79076 8 7.9999 9.79086 7.9999 12C7.9999 14.2091 9.79076 16 11.9999 16C14.209 16 15.9999 14.2091 15.9999 12C15.9999 9.79086 14.209 8 11.9999 8Z", fill: "currentColor" }) }),
357
+ ["view", "eye", "see", "views"]
358
+ );
359
+ var EyeFillIcon = makeIcon(
360
+ "EyeFillIcon",
361
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M2.10701 9.41645C3.47685 7.15835 6.41971 4 11.9999 4C17.5801 4 20.523 7.15835 21.8928 9.41645C22.861 11.0125 22.861 12.9875 21.8928 14.5835C20.523 16.8417 17.5801 20 11.9999 20C6.41971 20 3.47685 16.8417 2.10701 14.5836C1.13881 12.9875 1.13881 11.0125 2.10701 9.41645ZM9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12ZM12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7Z", fill: "currentColor" }) }),
362
+ ["view", "eye", "see", "views", "filled"]
363
+ );
364
+ var EyeOffIcon = makeIcon(
365
+ "EyeOffIcon",
366
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M3.29289 3.29289C3.68342 2.90237 4.31658 2.90237 4.70711 3.29289C8.24597 6.8313 11.7845 10.37 15.3231 13.9087C17.1177 15.7035 18.9124 17.4982 20.7071 19.2929C21.0976 19.6834 21.0976 20.3166 20.7071 20.7071C20.3166 21.0976 19.6834 21.0976 19.2929 20.7071L17.3864 18.8006C15.9496 19.5201 14.1751 20 11.9999 20C6.41971 20 3.47685 16.8417 2.10701 14.5836C1.13881 12.9875 1.13881 11.0125 2.10701 9.41645C2.70317 8.43371 3.59727 7.28046 4.87704 6.29125L3.29289 4.70711C2.90237 4.31658 2.90237 3.68342 3.29289 3.29289ZM12.2506 8.00773L15.9922 11.7493C15.8679 9.73986 14.26 8.13199 12.2506 8.00773ZM19.1723 14.9294C19.5857 14.4575 19.9182 13.9825 20.1828 13.5462C20.7643 12.5877 20.7643 11.4123 20.1828 10.4538C19.0477 8.58258 16.6655 6 11.9999 6C11.4174 6 10.8705 6.04025 10.3572 6.11435L8.66466 4.42179C9.65442 4.15536 10.7623 4 11.9999 4C17.5801 4 20.523 7.15835 21.8928 9.41645C22.861 11.0125 22.861 12.9875 21.8928 14.5835C21.5573 15.1365 21.1275 15.7435 20.5878 16.3449L19.1723 14.9294ZM6.30512 7.71936C5.13843 8.56472 4.34353 9.5858 3.81697 10.4538C3.23549 11.4123 3.23549 12.5877 3.81697 13.5462C4.9521 15.4174 7.33427 18 11.9999 18C13.5228 18 14.8025 17.7248 15.8749 17.2891L14.0319 15.4461C13.4364 15.7981 12.7417 16 11.9999 16C9.79076 16 7.9999 14.2091 7.9999 12C7.9999 11.2582 8.20185 10.5635 8.55376 9.968L6.30512 7.71936ZM10.0677 11.4819C10.0235 11.6471 9.9999 11.8208 9.9999 12C9.9999 13.1046 10.8953 14 11.9999 14C12.1791 14 12.3528 13.9764 12.518 13.9322L10.0677 11.4819Z", fill: "currentColor" }) }),
367
+ ["invisible", "hide", "eye-off"]
368
+ );
369
+ var EyeOffFillIcon = makeIcon(
370
+ "EyeOffFillIcon",
371
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M3.29289 3.29289C3.68342 2.90237 4.31658 2.90237 4.70711 3.29289L20.7071 19.2929C21.0976 19.6834 21.0976 20.3166 20.7071 20.7071C20.3166 21.0976 19.6834 21.0976 19.2929 20.7071L17.3864 18.8006C15.9496 19.5201 14.1751 20 11.9999 20C6.41971 20 3.47685 16.8417 2.10701 14.5836C1.13881 12.9875 1.13881 11.0125 2.10701 9.41645C2.70317 8.43371 3.59727 7.28046 4.87704 6.29125L3.29289 4.70711C2.90237 4.31658 2.90237 3.68342 3.29289 3.29289ZM16.9503 12.7075C16.9831 12.4764 17 12.2402 17 12C17 9.23858 14.7614 7 12 7C11.7598 7 11.5236 7.01693 11.2925 7.04966L8.66466 4.42179C9.65442 4.15536 10.7623 4 11.9999 4C17.5801 4 20.523 7.15835 21.8928 9.41645C22.861 11.0125 22.861 12.9875 21.8928 14.5835C21.5573 15.1365 21.1275 15.7435 20.5878 16.3449L16.9503 12.7075ZM7.8284 9.24255C7.30488 10.0329 7 10.9808 7 11.9999C7 14.7613 9.23858 16.9999 12 16.9999C13.0191 16.9999 13.967 16.695 14.7574 16.1715L13.2934 14.7075C12.9018 14.8949 12.4631 14.9999 12 14.9999C10.3431 14.9999 9 13.6568 9 11.9999C9 11.5368 9.10495 11.0981 9.29237 10.7065L7.8284 9.24255Z", fill: "currentColor" }) }),
372
+ ["invisible", "hide", "eye-off", "filled"]
373
+ );
374
+ var FilterIcon = makeIcon(
375
+ "FilterIcon",
376
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M16 4.875C15.3787 4.875 14.875 5.37868 14.875 6C14.875 6.62132 15.3787 7.125 16 7.125C16.6213 7.125 17.125 6.62132 17.125 6C17.125 5.37868 16.6213 4.875 16 4.875ZM13.2606 5.125C13.6308 3.96504 14.7173 3.125 16 3.125C17.2827 3.125 18.3692 3.96504 18.7394 5.125H20C20.4832 5.125 20.875 5.51675 20.875 6C20.875 6.48325 20.4832 6.875 20 6.875H18.7394C18.3692 8.03496 17.2827 8.875 16 8.875C14.7173 8.875 13.6308 8.03496 13.2606 6.875H4C3.51675 6.875 3.125 6.48325 3.125 6C3.125 5.51675 3.51675 5.125 4 5.125H13.2606ZM8 10.875C7.37868 10.875 6.875 11.3787 6.875 12C6.875 12.6213 7.37868 13.125 8 13.125C8.62132 13.125 9.125 12.6213 9.125 12C9.125 11.3787 8.62132 10.875 8 10.875ZM5.26058 11.125C5.63076 9.96504 6.71728 9.125 8 9.125C9.28272 9.125 10.3692 9.96504 10.7394 11.125H20C20.4832 11.125 20.875 11.5168 20.875 12C20.875 12.4832 20.4832 12.875 20 12.875H10.7394C10.3692 14.035 9.28272 14.875 8 14.875C6.71728 14.875 5.63076 14.035 5.26058 12.875H4C3.51675 12.875 3.125 12.4832 3.125 12C3.125 11.5168 3.51675 11.125 4 11.125H5.26058ZM16 16.875C15.3787 16.875 14.875 17.3787 14.875 18C14.875 18.6213 15.3787 19.125 16 19.125C16.6213 19.125 17.125 18.6213 17.125 18C17.125 17.3787 16.6213 16.875 16 16.875ZM13.2606 17.125C13.6308 15.965 14.7173 15.125 16 15.125C17.2827 15.125 18.3692 15.965 18.7394 17.125H20C20.4832 17.125 20.875 17.5168 20.875 18C20.875 18.4832 20.4832 18.875 20 18.875H18.7394C18.3692 20.035 17.2827 20.875 16 20.875C14.7173 20.875 13.6308 20.035 13.2606 18.875H4C3.51675 18.875 3.125 18.4832 3.125 18C3.125 17.5168 3.51675 17.125 4 17.125H13.2606Z", fill: "currentColor" }) }),
377
+ ["filter", "icon"]
378
+ );
379
+ var FilterFillIcon = makeIcon(
380
+ "FilterFillIcon",
381
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M13.2606 5.125C13.6308 3.96504 14.7173 3.125 16 3.125C17.2827 3.125 18.3692 3.96504 18.7394 5.125H20C20.4832 5.125 20.875 5.51675 20.875 6C20.875 6.48325 20.4832 6.875 20 6.875H18.7394C18.3692 8.03496 17.2827 8.875 16 8.875C14.7173 8.875 13.6308 8.03496 13.2606 6.875H4C3.51675 6.875 3.125 6.48325 3.125 6C3.125 5.51675 3.51675 5.125 4 5.125H13.2606ZM5.26058 11.125C5.63076 9.96504 6.71728 9.125 8 9.125C9.28272 9.125 10.3692 9.96504 10.7394 11.125H20C20.4832 11.125 20.875 11.5168 20.875 12C20.875 12.4832 20.4832 12.875 20 12.875H10.7394C10.3692 14.035 9.28272 14.875 8 14.875C6.71728 14.875 5.63076 14.035 5.26058 12.875H4C3.51675 12.875 3.125 12.4832 3.125 12C3.125 11.5168 3.51675 11.125 4 11.125H5.26058ZM13.2606 17.125C13.6308 15.965 14.7173 15.125 16 15.125C17.2827 15.125 18.3692 15.965 18.7394 17.125H20C20.4832 17.125 20.875 17.5168 20.875 18C20.875 18.4832 20.4832 18.875 20 18.875H18.7394C18.3692 20.035 17.2827 20.875 16 20.875C14.7173 20.875 13.6308 20.035 13.2606 18.875H4C3.51675 18.875 3.125 18.4832 3.125 18C3.125 17.5168 3.51675 17.125 4 17.125H13.2606Z", fill: "currentColor" }) }),
382
+ ["filter", "fill", "icon"]
383
+ );
384
+ var FlagIcon = makeIcon(
385
+ "FlagIcon",
386
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M4 1C4.55228 1 5 1.44772 5 2V3.5H11.5C12.8062 3.5 13.9175 4.33481 14.3293 5.5H19.5C20.6046 5.5 21.5 6.39543 21.5 7.5V15.5C21.5 16.6046 20.6046 17.5 19.5 17.5H15.5C14.1938 17.5 13.0825 16.6652 12.6707 15.5H5V22C5 22.5523 4.55228 23 4 23C3.44772 23 3 22.5523 3 22V2C3 1.44772 3.44772 1 4 1ZM14.5 7.5V14.5C14.5 15.0523 14.9477 15.5 15.5 15.5H19.5V7.5H14.5ZM5 5.5V13.5H12.5V6.5C12.5 5.94772 12.0523 5.5 11.5 5.5H5Z", fill: "currentColor" }) }),
387
+ ["flag", "icon"]
388
+ );
389
+ var FlagFillIcon = makeIcon(
390
+ "FlagFillIcon",
391
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M5 2C5 1.44772 4.55228 1 4 1C3.44772 1 3 1.44772 3 2V22C3 22.5523 3.44772 23 4 23C4.55228 23 5 22.5523 5 22V15.5H11.6707C12.0825 16.6652 13.1938 17.5 14.5 17.5H19.5C20.6046 17.5 21.5 16.6046 21.5 15.5V7.5C21.5 6.39543 20.6046 5.5 19.5 5.5H14.3293C13.9175 4.33481 12.8062 3.5 11.5 3.5H5V2Z", fill: "currentColor" }) }),
392
+ ["flag", "fill", "icon"]
393
+ );
394
+ var GiftIcon = makeIcon(
395
+ "GiftIcon",
396
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M7 22C5.34315 22 4 20.6569 4 19V13C2.89543 13 2 12.1046 2 11V8C2 6.89543 2.89543 6 4 6H7.2C7.03333 5.7 7 5.36667 7 5C7 3.35098 8.35098 2 10 2C10.7667 2 11.4333 2.3 12 2.8C12.5667 2.26667 13.2333 2 14 2C15.649 2 17 3.35098 17 5C17 5.36667 16.9333 5.66667 16.8 6H20C21.1046 6 22 6.89543 22 8V11C22 12.1046 21.1046 13 20 13V19C20 20.6569 18.6569 22 17 22H7ZM14 4C13.4425 4 13 4.44255 13 5C13 5.55745 13.4425 6 14 6C14.5575 6 15 5.55745 15 5C15 4.44255 14.5575 4 14 4ZM9 5C9 5.55745 9.44255 6 10 6C10.5575 6 11 5.55745 11 5C11 4.44255 10.5575 4 10 4C9.44255 4 9 4.44255 9 5ZM4 8V11H11V8H4ZM11 20V13H6V19C6 19.5523 6.44772 20 7 20H11ZM13 20H17C17.5523 20 18 19.5523 18 19V13H13V20ZM20 11V8H13V11H20Z", fill: "currentColor" }) }),
397
+ ["gift", "icon"]
398
+ );
399
+ var GiftFillIcon = makeIcon(
400
+ "GiftFillIcon",
401
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M4 19C4 20.6569 5.34315 22 7 22H17C18.6569 22 20 20.6569 20 19V15H13V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V15H4V19ZM4 13H11V8H13V13H20C21.1046 13 22 12.1046 22 11V8C22 6.89543 21.1046 6 20 6H16.8C16.9333 5.66667 17 5.36667 17 5C17 3.35098 15.649 2 14 2C13.2333 2 12.5667 2.26667 12 2.8C11.4333 2.3 10.7667 2 10 2C8.35098 2 7 3.35098 7 5C7 5.36667 7.03333 5.7 7.2 6H4C2.89543 6 2 6.89543 2 8V11C2 12.1046 2.89543 13 4 13ZM13 5C13 4.44255 13.4425 4 14 4C14.5575 4 15 4.44255 15 5C15 5.55745 14.5575 6 14 6C13.4425 6 13 5.55745 13 5ZM10 6C9.44255 6 9 5.55745 9 5C9 4.44255 9.44255 4 10 4C10.5575 4 11 4.44255 11 5C11 5.55745 10.5575 6 10 6Z", fill: "currentColor" }) }),
402
+ ["gift", "fill", "icon"]
403
+ );
404
+ var GlobeIcon = makeIcon(
405
+ "GlobeIcon",
406
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12.0179 21.9999C17.5325 21.9902 21.9999 17.5169 21.9999 11.9999C21.9999 6.47715 17.5228 2 12 2C6.47714 2 2 6.47715 2 11.9999C2 17.5169 6.46745 21.9902 11.9821 21.9999L12 22L12.0179 21.9999ZM11.6177 19.6738C10.8287 18.6725 10.5403 17.2251 10.3262 16H13.6738C13.4597 17.2251 13.1713 18.6725 12.3823 19.6738C12.0972 20.0354 11.9101 20.0447 11.6177 19.6738ZM9.24519 19.513C7.47692 18.8644 6.00128 17.6095 5.07024 16H8.29887C8.48753 17.1963 8.76505 18.3969 9.24519 19.513ZM12.3823 4.32624C13.1714 5.32751 13.4597 6.77493 13.6738 8H10.3262C10.5403 6.77493 10.8286 5.32751 11.6177 4.32624C11.8977 3.97092 12.0907 3.95618 12.3823 4.32624ZM8.29892 8H5.07025C6.00129 6.39052 7.47696 5.13549 9.24527 4.48694C8.76516 5.6031 8.48758 6.80366 8.29892 8ZM8.07165 14H4.25205C3.91609 12.6947 3.91604 11.3053 4.25203 10H8.07165C7.97751 11.2944 7.97751 12.7056 8.07165 14ZM15.9284 10H19.748C20.0839 11.3054 20.0839 12.6946 19.748 14H15.9284C16.0226 12.7056 16.0226 11.2944 15.9284 10ZM13.9228 14H10.0774C9.97265 12.6701 9.97265 11.3299 10.0774 10H13.9228C14.0275 11.3298 14.0275 12.6702 13.9228 14ZM14.7549 4.48694C16.5231 5.13551 17.9988 6.39051 18.9298 7.99998H15.7012C15.5126 6.80374 15.235 5.60299 14.7549 4.48694ZM15.7012 16H18.9298C17.9988 17.6094 16.5231 18.8644 14.7549 19.513C15.235 18.3969 15.5126 17.1963 15.7012 16Z", fill: "currentColor" }) }),
407
+ ["globe", "icon"]
408
+ );
409
+ var GlobeFillIcon = makeIcon(
410
+ "GlobeFillIcon",
411
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M14.186 14.25H9.814C9.72736 12.7521 9.72736 11.2479 9.814 9.75H14.186C14.2726 11.2479 14.2726 12.7521 14.186 14.25ZM12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM8.91956 4.99143C8.97634 4.73009 9.15692 4.51518 9.40997 4.42864C9.98673 4.2314 10.4967 4.78872 10.3696 5.38488C10.1878 6.23771 10.0384 7.20516 9.93263 8.25005H14.0675C13.9618 7.20514 13.8123 6.23767 13.6306 5.38483C13.5035 4.78871 14.0134 4.23141 14.5901 4.42864C14.8432 4.51517 15.0238 4.73008 15.0806 4.99141C15.2925 5.96665 15.4603 7.06542 15.5748 8.25005H18.5648C18.8748 8.25005 19.1615 8.41697 19.2895 8.69929C19.5205 9.20853 19.1197 9.75005 18.5606 9.75005H15.6885C15.7695 11.2071 15.7695 12.7929 15.6885 14.25H18.5606C19.1197 14.25 19.5205 14.7915 19.2895 15.3008C19.1615 15.5831 18.8748 15.75 18.5648 15.75H15.5748C15.4603 16.9346 15.2925 18.0334 15.0806 19.0086C15.0238 19.2699 14.8432 19.4848 14.5902 19.5714C14.0135 19.7686 13.5035 19.2113 13.6306 18.6152C13.8123 17.7623 13.9618 16.7949 14.0675 15.75H9.93263C10.0384 16.7949 10.1878 17.7623 10.3696 18.6151C10.4967 19.2113 9.98667 19.7687 9.40992 19.5714C9.1569 19.4848 8.97636 19.2699 8.91957 19.0086C8.70765 18.0334 8.5399 16.9346 8.42531 15.75H5.43534C5.12535 15.75 4.83862 15.5831 4.71058 15.3008C4.47963 14.7915 4.88031 14.25 5.43946 14.25H8.31168C8.2307 12.7929 8.2307 11.2071 8.31168 9.75005H5.43946C4.88031 9.75005 4.47963 9.20851 4.71058 8.69929C4.83862 8.41697 5.12534 8.25005 5.43534 8.25005H8.42531C8.53989 7.06543 8.70765 5.96667 8.91956 4.99143Z", fill: "currentColor" }) }),
412
+ ["globe", "fill", "icon"]
413
+ );
414
+ var HashTagIcon = makeIcon(
415
+ "HashTagIcon",
416
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M10.7707 3.03736C11.3024 3.18689 11.6122 3.7391 11.4627 4.27076L10.4138 8.00001H15.7445L16.9104 3.73626C17.0561 3.20353 17.606 2.88975 18.1388 3.03542C18.6715 3.18109 18.9853 3.73104 18.8396 4.26377L17.818 8.00001H20.5C21.0523 8.00001 21.5 8.44773 21.5 9.00001C21.5 9.5523 21.0523 10 20.5 10H17.2711L16.1773 14H19C19.5523 14 20 14.4477 20 15C20 15.5523 19.5523 16 19 16H15.6305L14.4646 20.2638C14.3189 20.7965 13.769 21.1103 13.2362 20.9646C12.7035 20.8189 12.3897 20.269 12.5354 19.7363L13.557 16H8.1638L6.96265 20.2708C6.81312 20.8024 6.26091 21.1122 5.72925 20.9627C5.1976 20.8131 4.88782 20.2609 5.03735 19.7293L6.0862 16H3.5C2.94772 16 2.5 15.5523 2.5 15C2.5 14.4477 2.94772 14 3.5 14H6.6487L7.7737 10H5C4.44772 10 4 9.5523 4 9.00001C4 8.44773 4.44772 8.00001 5 8.00001H8.3362L9.53735 3.72927C9.68688 3.19761 10.2391 2.88783 10.7707 3.03736ZM9.8513 10L8.7263 14H14.1039L15.1977 10H9.8513Z", fill: "currentColor" }) }),
417
+ ["hashtag", "tag", "channel", "topic"]
418
+ );
419
+ var HeadphonesIcon = makeIcon(
420
+ "HeadphonesIcon",
421
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M5 10.5C5 6.63401 8.13401 3.5 12 3.5C15.866 3.5 19 6.63401 19 10.5V11H16C14.3431 11 13 12.3431 13 14V16.5C13 18.1569 14.3431 19.5 16 19.5H19C19 20.0523 18.5523 21 18 21H13C12.4477 21 12 21.4477 12 22C12 22.5523 12.4477 23 13 23H18C19.6569 23 21 21.6569 21 20V10.5C21 5.52944 16.9706 1.5 12 1.5C7.02944 1.5 3 5.52944 3 10.5V16.5C3 18.1569 4.34315 19.5 6 19.5H8C9.65685 19.5 11 18.1569 11 16.5V14C11 12.3431 9.65685 11 8 11H5V10.5ZM16 13H19V17.5H16C15.4477 17.5 15 17.0523 15 16.5V14C15 13.4477 15.4477 13 16 13ZM5 16.5V13H8C8.55228 13 9 13.4477 9 14V16.5C9 17.0523 8.55228 17.5 8 17.5H6C5.44772 17.5 5 17.0523 5 16.5Z", fill: "currentColor" }) }),
422
+ ["headphones", "icon"]
423
+ );
424
+ var HeadphonesFillIcon = makeIcon(
425
+ "HeadphonesFillIcon",
426
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12 3.5C8.13401 3.5 5 6.63401 5 10.5V11H8C9.10457 11 10 11.8954 10 13V17C10 18.1046 9.10457 19 8 19H5C3.89543 19 3 18.1046 3 17V10.5C3 5.52944 7.02944 1.5 12 1.5C16.9706 1.5 21 5.52944 21 10.5V20C21 21.6569 19.6569 23 18 23H13C12.4477 23 12 22.5523 12 22C12 21.4477 12.4477 21 13 21H18C18.5523 21 19 20.5523 19 20V19H16C14.8954 19 14 18.1046 14 17V13C14 11.8954 14.8954 11 16 11H19V10.5C19 6.63401 15.866 3.5 12 3.5Z", fill: "currentColor" }) }),
427
+ ["headphones", "fill", "icon"]
428
+ );
429
+ var HeartIcon = makeIcon(
430
+ "HeartIcon",
431
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17 2.5C20.3137 2.5 22.5 5.18629 22.5 8.5C22.5 13.8138 16.4975 17.0035 12.8301 21.0195C12.4178 21.4709 11.7056 21.4995 11.2559 21.1045L11.1699 21.0195C7.50249 17.0035 1.5 13.8138 1.5 8.5C1.5 5.18629 3.68629 2.5 7 2.5C9.5 2.5 11 3.5 12 5.5C13 3.5 14.5 2.5 17 2.5ZM17 4.5C16.0188 4.5 15.4062 4.69412 14.9854 4.95312C14.5668 5.21071 14.1677 5.63732 13.7891 6.39453C13.4503 7.0721 12.7575 7.5 12 7.5C11.2425 7.5 10.5497 7.0721 10.2109 6.39453C9.83233 5.63732 9.43315 5.21071 9.01465 4.95312C8.59376 4.69412 7.98122 4.5 7 4.5C5.01376 4.5 3.5 6.05394 3.5 8.5C3.5 10.3367 4.51688 11.9713 6.375 13.834C7.29556 14.7568 8.32645 15.6438 9.43066 16.6133C10.2812 17.3601 11.1709 18.1527 12 18.9922C12.8291 18.1527 13.7188 17.3601 14.5693 16.6133C15.6735 15.6438 16.7044 14.7568 17.625 13.834C19.4831 11.9713 20.5 10.3367 20.5 8.5C20.5 6.05394 18.9862 4.5 17 4.5Z", fill: "currentColor" }) }),
432
+ ["heart", "like", "favorite"]
433
+ );
434
+ var HeartFillIcon = makeIcon(
435
+ "HeartFillIcon",
436
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M17 2.5C20.3137 2.5 22.5 5.18629 22.5 8.5C22.5 13.8138 16.4978 17.0037 12.8303 21.0197C12.3906 21.5013 11.6094 21.5013 11.1697 21.0197C7.50222 17.0037 1.5 13.8138 1.5 8.5C1.5 5.18629 3.68629 2.5 7 2.5C9.5 2.5 11 3.5 12 5.5C13 3.5 14.5 2.5 17 2.5Z", fill: "currentColor" }) }),
437
+ ["heart", "like", "favorite", "filled"]
438
+ );
439
+ var HomeIcon = makeIcon(
440
+ "HomeIcon",
441
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M5 19.5H8.5V15.5C8.5 14.3954 9.39543 13.5 10.5 13.5H13.5C14.6046 13.5 15.5 14.3954 15.5 15.5V19.5H19V10.393C19 10.1011 18.8724 9.82372 18.6508 9.63374L12 3.93306L5.34921 9.63373C5.12756 9.82372 5 10.1011 5 10.393V19.5ZM5 21.5C3.89543 21.5 3 20.6046 3 19.5V10.3382C3 9.44784 3.39547 8.6035 4.07945 8.03352L10.7196 2.50003C11.4613 1.88196 12.5387 1.88195 13.2804 2.50003L19.9206 8.03352C20.6045 8.6035 21 9.44784 21 10.3382V19.5C21 20.6046 20.1046 21.5 19 21.5H15.5C14.3954 21.5 13.5 20.6046 13.5 19.5V15.5H10.5V19.5C10.5 20.6046 9.60457 21.5 8.5 21.5H5Z", fill: "currentColor" }) }),
442
+ ["home", "house"]
443
+ );
444
+ var HomeFillIcon = makeIcon(
445
+ "HomeFillIcon",
446
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M4.5 21.5C3.67157 21.5 2.99999 20.8284 2.99999 20L2.99994 10.3381C2.99994 9.44778 3.39541 8.60344 4.07939 8.03346L10.7196 2.49997C11.4613 1.88189 12.5386 1.88189 13.2803 2.49997L19.9205 8.03346C20.6045 8.60344 20.9999 9.44778 20.9999 10.3381L21 20C21 20.8284 20.3284 21.5 19.5 21.5H15.5C14.6716 21.5 14 20.8284 14 20V16C14 15.4477 13.5523 15 13 15H11C10.4477 15 10 15.4477 10 16V20C10 20.8284 9.32843 21.5 8.5 21.5L4.5 21.5Z", fill: "currentColor" }) }),
447
+ ["home", "house", "filled"]
448
+ );
449
+ var ImageIcon = makeIcon(
450
+ "ImageIcon",
451
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M2 6.5C2 4.84315 3.34315 3.5 5 3.5H19C20.6569 3.5 22 4.84315 22 6.5V17.5C22 19.1569 20.6569 20.5 19 20.5H5C3.34315 20.5 2 19.1569 2 17.5V6.5ZM19 5.5H5C4.44772 5.5 4 5.94772 4 6.5V11.5858L6.79289 8.79289C7.18342 8.40237 7.81658 8.40237 8.20711 8.79289L13.5 14.0858L15.2929 12.2929C15.6834 11.9024 16.3166 11.9024 16.7071 12.2929L20 15.5858V6.5C20 5.94771 19.5523 5.5 19 5.5ZM19.7487 18.1629L16 14.4142L14.2071 16.2071C13.8166 16.5976 13.1834 16.5976 12.7929 16.2071L7.5 10.9142L4 14.4142V17.5C4 18.0523 4.44772 18.5 5 18.5H19C19.298 18.5 19.5655 18.3697 19.7487 18.1629Z", fill: "currentColor" }) }),
452
+ ["picture", "image", "gallery"]
453
+ );
454
+ var ImageFillIcon = makeIcon(
455
+ "ImageFillIcon",
456
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M2 6.5C2 4.84315 3.34315 3.5 5 3.5H19C20.6569 3.5 22 4.84315 22 6.5V17.0858L16.7071 11.7929C16.3166 11.4024 15.6834 11.4024 15.2929 11.7929L13.5 13.5858L8.20711 8.29289C7.81658 7.90237 7.18342 7.90237 6.79289 8.29289L2 13.0858V6.5ZM2 15.9142V17.5C2 19.1569 3.34315 20.5 5 20.5H19C19.9778 20.5 20.8463 20.0322 21.394 19.3082L16 13.9142L14.2071 15.7071C13.8166 16.0976 13.1834 16.0976 12.7929 15.7071L7.5 10.4142L2 15.9142Z", fill: "currentColor" }) }),
457
+ ["picture", "image", "gallery", "filled"]
458
+ );
459
+ var InfoIcon = makeIcon(
460
+ "InfoIcon",
461
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 11.25C12.5523 11.25 13 11.6977 13 12.25V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V12.25C11 11.6977 11.4477 11.25 12 11.25ZM13.5 8.5C13.5 9.32843 12.8284 10 12 10C11.1716 10 10.5 9.32843 10.5 8.5C10.5 7.67157 11.1716 7 12 7C12.8284 7 13.5 7.67157 13.5 8.5Z", fill: "currentColor" }) }),
462
+ ["info", "information", "help", "about"]
463
+ );
464
+ var InfoFillIcon = makeIcon(
465
+ "InfoFillIcon",
466
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 9.5C12.8284 9.5 13.5 8.82843 13.5 8C13.5 7.17157 12.8284 6.5 12 6.5C11.1716 6.5 10.5 7.17157 10.5 8C10.5 8.82843 11.1716 9.5 12 9.5ZM13 12.25C13 11.6977 12.5523 11.25 12 11.25C11.4477 11.25 11 11.6977 11 12.25V16.5C11 17.0523 11.4477 17.5 12 17.5C12.5523 17.5 13 17.0523 13 16.5V12.25Z", fill: "currentColor" }) }),
467
+ ["info", "information", "help", "about", "filled"]
468
+ );
469
+ var InvitationIcon = makeIcon(
470
+ "InvitationIcon",
471
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M13.2184 2.44716C12.4427 2.10241 11.5573 2.10241 10.7816 2.44716L3.78158 5.55827C2.6982 6.03978 2 7.11414 2 8.29971V18C2 19.6568 3.34315 21 5 21H19C20.6569 21 22 19.6568 22 18V8.29971C22 7.11414 21.3018 6.03978 20.2184 5.55827L13.2184 2.44716ZM11.5939 4.27479C11.8524 4.15987 12.1476 4.15987 12.4061 4.27479L19.4061 7.3859C19.7673 7.5464 20 7.90452 20 8.29971V9.35009L18 10.239V8.49996C18 7.94768 17.5523 7.49996 17 7.49996H7C6.44772 7.49996 6 7.94768 6 8.49996V10.239L4 9.35009V8.29971C4 7.90452 4.23273 7.5464 4.59386 7.3859L11.5939 4.27479ZM16 9.49996V11.1279L12.4061 12.7251C12.1476 12.8401 11.8524 12.8401 11.5939 12.7251L8 11.1279V9.49996H16ZM4 18V11.5387L10.7816 14.5528C11.5573 14.8975 12.4427 14.8975 13.2184 14.5528L20 11.5387V18C20 18.5522 19.5523 19 19 19H5C4.44772 19 4 18.5522 4 18Z", fill: "currentColor" }) }),
472
+ ["invitation", "icon"]
473
+ );
474
+ var InvitationFillIcon = makeIcon(
475
+ "InvitationFillIcon",
476
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M10.7816 2.44716C11.5573 2.10241 12.4427 2.10241 13.2184 2.44716L20.2184 5.55827C21.3018 6.03978 22 7.11414 22 8.29971V8.35619L18.0002 10.1743V7.5C18.0002 6.94772 17.5525 6.5 17.0002 6.5H7.00023C6.44794 6.5 6.00023 6.94772 6.00023 7.5V10.1743L2 8.35598V8.29971C2 7.11414 2.6982 6.03978 3.78158 5.55827L10.7816 2.44716ZM2 10.5529V18C2 19.6568 3.34315 21 5 21H19C20.6569 21 22 19.6568 22 18V10.5531L13.2416 14.5342C12.4529 14.8927 11.5476 14.8927 10.7588 14.5342L2 10.5529Z", fill: "currentColor" }) }),
477
+ ["invitation", "fill", "icon"]
478
+ );
479
+ var LinkIcon = makeIcon(
480
+ "LinkIcon",
481
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M16.3431 2C14.8429 2 13.404 2.59599 12.3431 3.65685L9.41421 6.58579C9.02369 6.97631 9.02369 7.60948 9.41421 8C9.80474 8.39052 10.4379 8.39052 10.8284 8L13.7574 5.07107C14.4432 4.38527 15.3733 4 16.3431 4C18.3628 4 20 5.63723 20 7.65685C20 8.62671 19.6147 9.55685 18.9289 10.2426L16 13.1716C15.6095 13.5621 15.6095 14.1953 16 14.5858C16.3905 14.9763 17.0237 14.9763 17.4142 14.5858L20.3431 11.6569C21.404 10.596 22 9.15715 22 7.65685C22 4.53266 19.4673 2 16.3431 2ZM14.5858 17.4142C14.9763 17.0237 14.9763 16.3905 14.5858 16C14.1953 15.6095 13.5621 15.6095 13.1716 16L10.2426 18.9289C9.55685 19.6147 8.62671 20 7.65685 20C5.63723 20 4 18.3628 4 16.3431C4 15.3733 4.38527 14.4432 5.07107 13.7574L8 10.8284C8.39052 10.4379 8.39052 9.80474 8 9.41421C7.60948 9.02369 6.97631 9.02369 6.58579 9.41421L3.65685 12.3431C2.59599 13.404 2 14.8429 2 16.3431C2 19.4673 4.53266 22 7.65685 22C9.15715 22 10.596 21.404 11.6569 20.3431L14.5858 17.4142ZM15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289Z", fill: "currentColor" }) }),
482
+ ["link", "url", "attach", "external"]
483
+ );
484
+ var LocationIcon = makeIcon(
485
+ "LocationIcon",
486
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12 13.5C13.3807 13.5 14.5 12.3807 14.5 11C14.5 9.61929 13.3807 8.5 12 8.5C10.6193 8.5 9.5 9.61929 9.5 11C9.5 12.3807 10.6193 13.5 12 13.5ZM12 2C7.07886 2 2.99995 5.9894 3 10.9105C3.00003 13.48 4.10921 15.9243 6.04289 17.6163L11.3415 22.2526C11.7186 22.5825 12.2815 22.5825 12.6585 22.2526L17.9571 17.6163C19.8909 15.9243 21.0001 13.4799 21 10.9104C21 5.98929 16.9211 2 12 2ZM5 10.9105C4.99996 7.09396 8.18344 4 12 4C15.8165 4 19 7.09387 19 10.9104C19.0001 12.9032 18.1398 14.7989 16.6401 16.1112L12 20.1712L7.3599 16.1111C5.86024 14.7989 5.00002 12.9032 5 10.9105Z", fill: "currentColor" }) }),
487
+ ["location", "icon"]
488
+ );
489
+ var LocationFillIcon = makeIcon(
490
+ "LocationFillIcon",
491
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12 2C7.07886 2 2.99995 5.9894 3 10.9105C3.00003 13.48 4.10921 15.9243 6.04289 17.6163L11.3415 22.2526C11.7186 22.5825 12.2815 22.5825 12.6585 22.2526L17.9571 17.6163C19.8909 15.9243 21.0001 13.4799 21 10.9104C21 5.98929 16.9211 2 12 2ZM14.5 11C14.5 12.3807 13.3807 13.5 12 13.5C10.6193 13.5 9.5 12.3807 9.5 11C9.5 9.61929 10.6193 8.5 12 8.5C13.3807 8.5 14.5 9.61929 14.5 11Z", fill: "currentColor" }) }),
492
+ ["location", "fill", "icon"]
493
+ );
494
+ var LockIcon = makeIcon(
495
+ "LockIcon",
496
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M6.00022 22C4.34339 22 3.00025 20.6569 3.00022 19L3.00012 11C3.0001 9.34317 4.34325 8 6.00012 8L6.99984 8V6C6.99984 3.23858 9.23842 1 11.9998 1C14.7613 0.999999 16.9998 3.23858 16.9998 6V8L18.0003 8C19.6571 8 21.0003 9.34315 21.0003 11V19C21.0003 20.6569 19.6571 22 18.0003 22H6.00022ZM4.99984 19C4.99984 19.5523 5.44756 20 5.99984 20H17.9998C18.5521 20 18.9998 19.5523 18.9998 19V11C18.9998 10.4477 18.5521 10 17.9998 10H5.99984C5.44756 10 4.99984 10.4477 4.99984 11V19ZM8.99984 8H14.9998V6C14.9998 4.34315 13.6567 3 11.9998 3C10.343 3 8.99984 4.34315 8.99984 6V8ZM9.99984 15C9.99984 16.1046 10.8953 17 11.9998 17C13.1044 17 13.9998 16.1046 13.9998 15C13.9998 13.8954 13.1044 13 11.9998 13C10.8953 13 9.99984 13.8954 9.99984 15Z", fill: "currentColor" }) }),
497
+ ["locked", "lock", "private", "secure"]
498
+ );
499
+ var LockFillIcon = makeIcon(
500
+ "LockFillIcon",
501
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M6 22C4.34315 22 3 20.6568 3 19V11C3 9.34314 4.34315 7.99999 6 7.99999H7V6.00003C7 3.2386 9.23858 1.00003 12 1.00003C14.7614 1.00003 17 3.23861 17 6.00003V7.99999H18C19.6569 7.99999 21 9.34314 21 11V19C21 20.6568 19.6569 22 18 22H6ZM10 15C10 16.1046 10.8954 17 12 17C13.1046 17 14 16.1046 14 15C14 13.8955 13.1046 13 12 13C10.8954 13 10 13.8955 10 15ZM9.5 7.99999H14.5V5.99999C14.5 4.61928 13.3807 3.49999 12 3.49999C10.6193 3.49999 9.5 4.61928 9.5 5.99999V7.99999Z", fill: "currentColor" }) }),
502
+ ["locked", "lock", "private", "secure", "filled"]
503
+ );
504
+ var LoginIcon = makeIcon(
505
+ "LoginIcon",
506
+ /* @__PURE__ */ jsxs(Fragment, { children: [
507
+ /* @__PURE__ */ jsx("path", { d: "M10.5 20C10.5 19.4477 10.9477 19 11.5 19H18.5V5H11.5C10.9477 5 10.5 4.5523 10.5 4C10.5 3.4477 10.9477 3 11.5 3H18.5C19.6046 3 20.5 3.8954 20.5 5V19C20.5 20.1046 19.6046 21 18.5 21H11.5C10.9477 21 10.5 20.5523 10.5 20Z", fill: "currentColor" }),
508
+ /* @__PURE__ */ jsx("path", { d: "M13.7071 12.7071C13.8946 12.5196 14 12.2652 14 12C14 11.7348 13.8946 11.4804 13.7071 11.2929L9.7071 7.29289C9.3166 6.90237 8.6834 6.90237 8.2929 7.29289C7.9024 7.68342 7.9024 8.31658 8.2929 8.70711L10.5858 11H4C3.4477 11 3 11.4477 3 12C3 12.5523 3.4477 13 4 13H10.5858L8.2929 15.2929C7.9024 15.6834 7.9024 16.3166 8.2929 16.7071C8.6834 17.0976 9.3166 17.0976 9.7071 16.7071L13.7071 12.7071Z", fill: "currentColor" })
509
+ ] }),
510
+ ["login", "signin", "enter"]
511
+ );
512
+ var LogoutIcon = makeIcon(
513
+ "LogoutIcon",
514
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M21.5 12C21.5 12.2652 21.3946 12.5196 21.2071 12.7071L17.2071 16.7071C16.8166 17.0976 16.1834 17.0976 15.7929 16.7071C15.4024 16.3166 15.4024 15.6834 15.7929 15.2929L18.0858 13H11.5C10.9477 13 10.5 12.5523 10.5 12C10.5 11.4477 10.9477 11 11.5 11H18.0858L15.7929 8.70711C15.4024 8.31658 15.4024 7.68342 15.7929 7.29289C16.1834 6.90237 16.8166 6.90237 17.2071 7.29289L21.2071 11.2929C21.3946 11.4804 21.5 11.7348 21.5 12ZM13.5 4C13.5 4.55228 13.0523 5 12.5 5H5.5V19H12.5C13.0523 19 13.5 19.4477 13.5 20C13.5 20.5523 13.0523 21 12.5 21H5.5C4.39543 21 3.5 20.1046 3.5 19V5C3.5 3.89543 4.39543 3 5.5 3H12.5C13.0523 3 13.5 3.44771 13.5 4Z", fill: "currentColor" }) }),
515
+ ["logout", "signout", "exit"]
516
+ );
517
+ var MaleFillIcon = makeIcon(
518
+ "MaleFillIcon",
519
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M14 2C13.4477 2 13 2.44772 13 3C13 3.55228 13.4477 4 14 4H18.5858L14.9056 7.68014C13.551 6.62708 11.8487 6 10 6C5.58172 6 2 9.58172 2 14C2 18.4183 5.58172 22 10 22C14.4183 22 18 18.4183 18 14C18 12.1513 17.3729 10.449 16.3199 9.09436L20 5.41421V10C20 10.5523 20.4477 11 21 11C21.5523 11 22 10.5523 22 10V3C22 2.44772 21.5523 2 21 2H14ZM16 14C16 17.3137 13.3137 20 10 20C6.68629 20 4 17.3137 4 14C4 10.6863 6.68629 8 10 8C13.3137 8 16 10.6863 16 14Z", fill: "currentColor" }) }),
520
+ ["male", "fill", "icon"]
521
+ );
522
+ var MegaphoneIcon = makeIcon(
523
+ "MegaphoneIcon",
524
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M20.7072 2.29289C21.0978 2.68342 21.0978 3.31658 20.7072 3.70711L18.4572 5.95711C18.0667 6.34763 17.4335 6.34763 17.043 5.95711C16.6525 5.56658 16.6525 4.93342 17.043 4.54289L19.293 2.29289C19.6835 1.90237 20.3167 1.90237 20.7072 2.29289ZM15.5821 5.23525C15.0968 3.46738 13.0503 2.66035 11.4889 3.62117L1.67495 9.66054C0.596239 10.3244 0.0506543 11.5941 0.311597 12.8336L0.68729 14.618C0.953534 15.8827 1.99358 16.8199 3.24913 16.9768L3.97915 19.4102C4.44029 20.9473 5.8551 22 7.45992 22C9.89421 22 11.6402 19.6534 10.9407 17.3217L10.8442 17H15.205C17.0202 17 18.3374 15.2724 17.8569 13.522L15.5821 5.23525ZM12.5371 5.32448C12.9629 5.06244 13.5211 5.28254 13.6534 5.76469L15.9283 14.0515C16.0593 14.5288 15.7001 15 15.205 15H3.62293C3.15005 15 2.74181 14.6688 2.64439 14.206L2.26869 12.4215C2.18171 12.0084 2.36357 11.5851 2.72314 11.3639L12.5371 5.32448ZM18.53 11.7575C18.6639 11.2217 19.2069 10.8959 19.7427 11.0299L22.7427 11.7799C23.2785 11.9138 23.6042 12.4567 23.4703 12.9925C23.3363 13.5283 22.7934 13.8541 22.2576 13.7201L19.2576 12.9701C18.7218 12.8362 18.396 12.2933 18.53 11.7575ZM22.8061 8.45203C23.3319 8.28302 23.6212 7.71978 23.4522 7.19399C23.2831 6.6682 22.7199 6.37897 22.1941 6.54797L18.6941 7.67297C18.1683 7.84198 17.8791 8.40522 18.0481 8.93101C18.2171 9.4568 18.7803 9.74603 19.3061 9.57703L22.8061 8.45203ZM5.34424 17H8.75618L9.02512 17.8964C9.33964 18.9449 8.55458 20 7.46001 20C6.73841 20 6.10225 19.5267 5.8949 18.8355L5.34424 17Z", fill: "currentColor" }) }),
525
+ ["megaphone", "icon"]
526
+ );
527
+ var MegaphoneFillIcon = makeIcon(
528
+ "MegaphoneFillIcon",
529
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M20.7071 3.70711C21.0976 3.31658 21.0976 2.68342 20.7071 2.29289C20.3166 1.90237 19.6834 1.90237 19.2929 2.29289L17.0429 4.54289C16.6524 4.93342 16.6524 5.56658 17.0429 5.95711C17.4334 6.34763 18.0666 6.34763 18.4571 5.95711L20.7071 3.70711ZM15.4054 4.59242C15.0083 3.14598 13.3339 2.48569 12.0564 3.27181L1.37496 9.84501C0.476032 10.3982 0.0213793 11.4563 0.23883 12.4892L0.770609 15.0151C1.01417 16.1719 2.03477 17 3.21698 17H3.25597L3.97903 19.4102C4.44017 20.9473 5.85498 22 7.45979 22C9.89409 22 11.64 19.6534 10.9406 17.3217L10.844 17H15.8605C17.3457 17 18.4234 15.5866 18.0303 14.1544L15.4054 4.59242ZM5.89468 18.8355L5.34404 17H8.75597L9.0249 17.8964C9.33943 18.9449 8.55436 20 7.45979 20C6.7382 20 6.10203 19.5267 5.89468 18.8355ZM19.7425 11.0299C19.2067 10.8959 18.6638 11.2217 18.5299 11.7575C18.3959 12.2933 18.7217 12.8362 19.2575 12.9701L22.2575 13.7201C22.7933 13.8541 23.3362 13.5283 23.4701 12.9925C23.6041 12.4567 23.2783 11.9138 22.7425 11.7799L19.7425 11.0299ZM23.452 7.19399C23.621 7.71978 23.3318 8.28302 22.806 8.45203L19.306 9.57703C18.7802 9.74603 18.217 9.4568 18.048 8.93101C17.879 8.40522 18.1682 7.84198 18.694 7.67297L22.194 6.54797C22.7198 6.37897 23.283 6.6682 23.452 7.19399Z", fill: "currentColor" }) }),
530
+ ["megaphone", "fill", "icon"]
531
+ );
532
+ var MentionIcon = makeIcon(
533
+ "MentionIcon",
534
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C12.9368 20 13.834 19.8394 14.6668 19.545C15.1875 19.361 15.7588 19.6339 15.9428 20.1546C16.1269 20.6754 15.854 21.2467 15.3332 21.4307C14.2894 21.7997 13.167 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 12.8359 21.8972 13.6491 21.7031 14.4273C21.2745 16.1457 19.6348 17 18.1268 17C16.6968 17 15.4366 16.2727 14.6962 15.1677C13.8807 15.9904 12.7499 16.5 11.5 16.5C9.01472 16.5 7 14.4853 7 12C7 9.51472 9.01472 7.5 11.5 7.5C12.4251 7.5 13.285 7.77914 14 8.25777V8C14 7.44772 14.4477 7 15 7C15.5523 7 16 7.44772 16 8V12.8732C16 14.0478 16.9522 15 18.1268 15C18.9928 15 19.6166 14.5284 19.7626 13.9432C19.9175 13.3222 20 12.6714 20 12C20 7.58172 16.4183 4 12 4ZM14 12C14 10.6193 12.8807 9.5 11.5 9.5C10.1193 9.5 9 10.6193 9 12C9 13.3807 10.1193 14.5 11.5 14.5C12.8807 14.5 14 13.3807 14 12Z", fill: "currentColor" }) }),
535
+ ["mention", "icon"]
536
+ );
537
+ var MenuIcon = makeIcon(
538
+ "MenuIcon",
539
+ /* @__PURE__ */ jsxs(Fragment, { children: [
540
+ /* @__PURE__ */ jsx("path", { d: "M4 6C4 5.44772 4.44772 5 5 5H19C19.5523 5 20 5.44772 20 6C20 6.55228 19.5523 7 19 7H5C4.44772 7 4 6.55228 4 6Z", fill: "currentColor" }),
541
+ /* @__PURE__ */ jsx("path", { d: "M4 12C4 11.4477 4.44772 11 5 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12Z", fill: "currentColor" }),
542
+ /* @__PURE__ */ jsx("path", { d: "M4 18C4 17.4477 4.44772 17 5 17H19C19.5523 17 20 17.4477 20 18C20 18.5523 19.5523 19 19 19H5C4.44772 19 4 18.5523 4 18Z", fill: "currentColor" })
543
+ ] }),
544
+ ["menu", "hamburger", "navigation"]
545
+ );
546
+ var MicrophoneIcon = makeIcon(
547
+ "MicrophoneIcon",
548
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12 2C9.23858 2 7 4.23858 7 7V11C7 13.7614 9.23858 16 12 16C14.7614 16 17 13.7614 17 11V7C17 4.23858 14.7614 2 12 2ZM9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7V11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11V7ZM5 10.5C5 9.94772 4.55228 9.5 4 9.5C3.44772 9.5 3 9.94772 3 10.5V11C3 15.6326 6.50005 19.4476 11 19.9451V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V19.9451C17.5 19.4476 21 15.6326 21 11V10.5C21 9.94772 20.5523 9.5 20 9.5C19.4477 9.5 19 9.94772 19 10.5V11C19 14.866 15.866 18 12 18C8.13401 18 5 14.866 5 11V10.5Z", fill: "currentColor" }) }),
549
+ ["microphone", "icon"]
550
+ );
551
+ var MicrophoneFillIcon = makeIcon(
552
+ "MicrophoneFillIcon",
553
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M7 7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V11C17 13.7614 14.7614 16 12 16C9.23858 16 7 13.7614 7 11V7ZM5 10.5C5 9.94772 4.55228 9.5 4 9.5C3.44772 9.5 3 9.94772 3 10.5V11C3 15.6326 6.50005 19.4476 11 19.9451V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V19.9451C17.5 19.4476 21 15.6326 21 11V10.5C21 9.94772 20.5523 9.5 20 9.5C19.4477 9.5 19 9.94772 19 10.5V11C19 14.866 15.866 18 12 18C8.13401 18 5 14.866 5 11V10.5Z", fill: "currentColor" }) }),
554
+ ["microphone", "fill", "icon"]
555
+ );
556
+ var MixedboxIcon = makeIcon(
557
+ "MixedboxIcon",
558
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M7.625 12C7.625 11.4477 8.07272 11 8.625 11H15.375C15.9273 11 16.375 11.4477 16.375 12C16.375 12.5523 15.9273 13 15.375 13H8.625C8.07272 13 7.625 12.5523 7.625 12ZM3 6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6ZM6 5C5.44772 5 5 5.44772 5 6V18C5 18.5523 5.44772 19 6 19H18C18.5523 19 19 18.5523 19 18V6C19 5.44772 18.5523 5 18 5H6Z", fill: "currentColor" }) }),
559
+ ["mixedbox", "icon"]
560
+ );
561
+ var MixedboxFillIcon = makeIcon(
562
+ "MixedboxFillIcon",
563
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M3 6C3 4.5 4.5 3 6 3H18C19.5 3 21 4.5 21 6V18C21 19.5 19.5 21 18 21H6C4.5 21 3 19.5 3 18V6ZM8.5 11C7.94772 11 7.5 11.4477 7.5 12C7.5 12.5523 7.94772 13 8.5 13H15.5C16.0523 13 16.5 12.5523 16.5 12C16.5 11.4477 16.0523 11 15.5 11H8.5Z", fill: "currentColor" }) }),
564
+ ["mixedbox", "fill", "icon"]
565
+ );
566
+ var MoonIcon = makeIcon(
567
+ "MoonIcon",
568
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12.8519 2.03584C17.9765 2.46873 22.0001 6.76397 22.0001 12.0001C22.0001 17.5229 17.5229 22.0001 12.0001 22.0001C6.76397 22.0001 2.46873 17.9765 2.03584 12.8519C1.96617 12.0272 2.91832 11.4747 3.59979 11.9444C4.56592 12.6103 5.73594 13.0001 7.00001 13.0001C10.3138 13.0001 13.0001 10.3138 13.0001 7.00001C13.0001 5.73594 12.6103 4.56592 11.9444 3.59979C11.4747 2.91832 12.0272 1.96617 12.8519 2.03584ZM14.5758 4.42351C14.8509 5.23239 15.0001 6.09921 15.0001 7.00001C15.0001 11.4183 11.4183 15.0001 7.00001 15.0001C6.09921 15.0001 5.23239 14.8509 4.42351 14.5758C5.49552 17.7301 8.48305 20.0001 12.0001 20.0001C16.4183 20.0001 20.0001 16.4183 20.0001 12.0001C20.0001 8.48305 17.7301 5.49552 14.5758 4.42351Z", fill: "currentColor" }) }),
569
+ ["night", "moon", "dark", "theme"]
570
+ );
571
+ var MoonFillIcon = makeIcon(
572
+ "MoonFillIcon",
573
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12.8519 2.03584C12.0272 1.96617 11.4747 2.91832 11.9444 3.59979C12.6103 4.56592 13.0001 5.73594 13.0001 7.00001C13.0001 10.3138 10.3138 13.0001 7.00001 13.0001C5.73594 13.0001 4.56592 12.6103 3.59979 11.9444C2.91832 11.4747 1.96617 12.0272 2.03584 12.8519C2.46873 17.9765 6.76397 22.0001 12.0001 22.0001C17.5229 22.0001 22.0001 17.5229 22.0001 12.0001C22.0001 6.76397 17.9765 2.46873 12.8519 2.03584Z", fill: "currentColor" }) }),
574
+ ["night", "moon", "dark", "theme", "filled"]
575
+ );
576
+ var PlusIcon = makeIcon(
577
+ "PlusIcon",
578
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12 3C12.5523 3 13 3.44772 13 4V11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H13V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H11V4C11 3.44772 11.4477 3 12 3Z", fill: "currentColor" }) }),
579
+ ["add", "plus", "new", "create"]
580
+ );
581
+ var PlusCircleIcon = makeIcon(
582
+ "PlusCircleIcon",
583
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M11 16.5C11 17.0523 11.4477 17.5 12 17.5C12.5523 17.5 13 17.0523 13 16.5V13H16.5C17.0523 13 17.5 12.5523 17.5 12C17.5 11.4477 17.0523 11 16.5 11H13V7.5C13 6.94771 12.5523 6.5 12 6.5C11.4477 6.5 11 6.94771 11 7.5V11H7.50001C6.94773 11 6.50001 11.4477 6.50001 12C6.50001 12.5523 6.94773 13 7.50001 13H11V16.5ZM22 12C22 17.5228 17.5229 22 12 22C6.4772 22 2.00006 17.5228 2.00006 12C2.00006 6.47718 6.4772 2.00003 12 2.00003C17.5229 2.00003 22 6.47718 22 12ZM4.00001 12C4.00001 16.4183 7.58176 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58176 16.4183 4.00003 12 4.00003C7.58175 4.00003 4.00001 7.58174 4.00001 12Z", fill: "currentColor" }) }),
584
+ ["add", "plus", "create", "circle"]
585
+ );
586
+ var PlusCircleFillIcon = makeIcon(
587
+ "PlusCircleFillIcon",
588
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M11.0004 16.5C11.0004 17.0522 11.4481 17.5 12.0004 17.5C12.5527 17.5 13.0004 17.0522 13.0004 16.5V13H16.5C17.0523 13 17.5 12.5523 17.5 12C17.5 11.4477 17.0523 11 16.5 11H13.0004V7.49995C13.0004 6.94767 12.5527 6.49995 12.0004 6.49995C11.4481 6.49995 11.0004 6.94767 11.0004 7.49995V11H7.50004C6.94776 11 6.50004 11.4477 6.50004 12C6.50004 12.5523 6.94776 13 7.50004 13H11.0004V16.5ZM12.0003 22C6.47737 22 2.0001 17.5228 2.00018 11.9999C2.00026 6.47709 6.47745 2.00003 12.0002 2C17.5231 1.99997 22.0004 6.47718 22.0004 12.0001C22.0003 17.5229 17.5231 22 12.0003 22Z", fill: "currentColor" }) }),
589
+ ["add", "plus", "create", "circle", "filled"]
590
+ );
591
+ var PlusSquareIcon = makeIcon(
592
+ "PlusSquareIcon",
593
+ /* @__PURE__ */ jsxs(Fragment, { children: [
594
+ /* @__PURE__ */ jsx("path", { d: "M12 7.5C12.5523 7.5 13 7.94772 13 8.5V11H15.5C16.0523 11 16.5 11.4477 16.5 12C16.5 12.5523 16.0523 13 15.5 13H13V15.5C13 16.0523 12.5523 16.5 12 16.5C11.4477 16.5 11 16.0523 11 15.5V13H8.5C7.94772 13 7.5 12.5523 7.5 12C7.5 11.4477 7.94772 11 8.5 11H11V8.5C11 7.94772 11.4477 7.5 12 7.5Z", fill: "currentColor" }),
595
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM6 5C5.44772 5 5 5.44772 5 6V18C5 18.5523 5.44772 19 6 19H18C18.5523 19 19 18.5523 19 18V6C19 5.44772 18.5523 5 18 5H6Z", fill: "currentColor" })
596
+ ] }),
597
+ ["plus", "square", "icon"]
598
+ );
599
+ var PlusSquareFillIcon = makeIcon(
600
+ "PlusSquareFillIcon",
601
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM12 7C11.4477 7 11 7.44772 11 8V11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H11V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H13V8C13 7.44772 12.5523 7 12 7Z", fill: "currentColor" }) }),
602
+ ["plus", "square", "fill", "icon"]
603
+ );
604
+ var PollIcon = makeIcon(
605
+ "PollIcon",
606
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M6.63961 4.5C6.16293 4.5 5.75251 4.83646 5.65903 5.30388L4.7198 10H19.2802L18.341 5.30388C18.2475 4.83646 17.8371 4.5 17.3604 4.5H6.63961ZM19.5 12H4.5V18.5C4.5 19.0523 4.94772 19.5 5.5 19.5H18.5C19.0523 19.5 19.5 19.0523 19.5 18.5V12ZM3.69787 4.91165C3.97832 3.50938 5.20956 2.5 6.63961 2.5H17.3604C18.7904 2.5 20.0217 3.50938 20.3021 4.91165L21.4806 10.8039C21.4935 10.8685 21.5 10.9341 21.5 11V18.5C21.5 20.1569 20.1569 21.5 18.5 21.5H5.5C3.84315 21.5 2.5 20.1569 2.5 18.5V11C2.5 10.9341 2.5065 10.8685 2.51942 10.8039L3.69787 4.91165ZM8 7C8 6.44772 8.44772 6 9 6H15C15.5523 6 16 6.44772 16 7C16 7.55228 15.5523 8 15 8H9C8.44772 8 8 7.55228 8 7ZM15.2071 13.2929C15.5976 13.6834 15.5976 14.3166 15.2071 14.7071L11.7071 18.2071C11.3166 18.5976 10.6834 18.5976 10.2929 18.2071L8.79289 16.7071C8.40237 16.3166 8.40237 15.6834 8.79289 15.2929C9.18342 14.9024 9.81658 14.9024 10.2071 15.2929L11 16.0858L13.7929 13.2929C14.1834 12.9024 14.8166 12.9024 15.2071 13.2929Z", fill: "currentColor" }) }),
607
+ ["poll", "vote", "ballot"]
608
+ );
609
+ var PollFillIcon = makeIcon(
610
+ "PollFillIcon",
611
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M3.69787 4.91165C3.97832 3.50938 5.20956 2.5 6.63961 2.5H17.3604C18.7904 2.5 20.0217 3.50938 20.3021 4.91165L21.1198 9H2.8802L3.69787 4.91165ZM2.5 11H21.5V18.5C21.5 20.1569 20.1569 21.5 18.5 21.5H5.5C3.84315 21.5 2.5 20.1569 2.5 18.5V11ZM9 5C8.44772 5 8 5.44772 8 6C8 6.55228 8.44772 7 9 7H15C15.5523 7 16 6.55228 16 6C16 5.44772 15.5523 5 15 5H9ZM15.2071 14.7071C15.5976 14.3166 15.5976 13.6834 15.2071 13.2929C14.8166 12.9024 14.1834 12.9024 13.7929 13.2929L11 16.0858L10.2071 15.2929C9.81658 14.9024 9.18342 14.9024 8.79289 15.2929C8.40237 15.6834 8.40237 16.3166 8.79289 16.7071L10.2929 18.2071C10.6834 18.5976 11.3166 18.5976 11.7071 18.2071L15.2071 14.7071Z", fill: "currentColor" }) }),
612
+ ["poll", "vote", "ballot", "filled"]
613
+ );
614
+ var ProfileIcon = makeIcon(
615
+ "ProfileIcon",
616
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12 4C9.51475 4 7.50003 6.01472 7.50003 8.5C7.50003 10.9853 9.51475 13 12 13C14.4853 13 16.5 10.9853 16.5 8.5C16.5 6.01472 14.4853 4 12 4ZM5.50003 8.5C5.50003 4.91015 8.41018 2 12 2C15.5899 2 18.5 4.91015 18.5 8.5C18.5 10.9892 17.1008 13.1516 15.0459 14.2436C16.7129 14.5365 18.0696 15.0912 19.1115 15.8962C20.7682 17.1764 21.5 18.9898 21.5 21C21.5 21.5523 21.0523 22 20.5 22C19.9477 22 19.5 21.5523 19.5 21C19.5 19.5102 18.9818 18.3236 17.8886 17.4788C16.756 16.6036 14.8823 16 12 16C9.11774 16 7.24405 16.6036 6.11145 17.4788C5.01817 18.3236 4.5 19.5102 4.5 21C4.5 21.5523 4.05228 22 3.5 22C2.94772 22 2.5 21.5523 2.5 21C2.5 18.9898 3.23183 17.1764 4.88856 15.8962C5.93041 15.0911 7.28716 14.5365 8.95412 14.2436C6.89927 13.1516 5.50003 10.9892 5.50003 8.5Z", fill: "currentColor" }) }),
617
+ ["profile", "person", "user", "account", "mypage"]
618
+ );
619
+ var ProfileFillIcon = makeIcon(
620
+ "ProfileFillIcon",
621
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12.0001 15C15.5899 15 18.5001 12.0899 18.5001 8.5C18.5001 4.91015 15.5899 2 12.0001 2C8.41023 2 5.50008 4.91015 5.50008 8.5C5.50008 12.0899 8.41023 15 12.0001 15ZM5.88573 15.2133C4.04376 16.2204 3.17576 17.8774 3.02438 20.2194C2.99478 20.6773 3.31085 21.0759 3.76038 21.168C5.15044 21.4529 8.3017 22 12.0001 22C15.6985 22 18.8497 21.4529 20.2398 21.168C20.6893 21.0759 21.0054 20.6773 20.9758 20.2194C20.8244 17.8774 19.9564 16.2204 18.1144 15.2133C17.7778 15.0292 17.3684 15.1017 17.0603 15.3303C15.6465 16.3794 13.8958 17 12.0001 17C10.1044 17 8.35364 16.3794 6.9399 15.3303C6.63177 15.1017 6.22239 15.0292 5.88573 15.2133Z", fill: "currentColor" }) }),
622
+ ["profile", "person", "user", "account", "mypage", "filled"]
623
+ );
624
+ var PulseIcon = makeIcon(
625
+ "PulseIcon",
626
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M11.4363 7.64888C11.29 7.25857 10.9168 7 10.5 7C10.0832 7 9.71003 7.25857 9.56367 7.64888L8.307 11H6C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13H9C9.41684 13 9.78997 12.7414 9.93633 12.3511L10.5 10.848L12.5637 16.3511C12.71 16.7414 13.0832 17 13.5 17C13.9168 17 14.29 16.7414 14.4363 16.3511L15.693 13H18C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11H15C14.5832 11 14.21 11.2586 14.0637 11.6489L13.5 13.152L11.4363 7.64888ZM12 22C17.5228 22 21.9999 17.5228 21.9999 12C21.9999 6.47715 17.5228 2 12 2C6.47714 2 2 6.47715 2 12C2 17.5228 6.47714 22 12 22ZM12 20C7.58169 20 3.99995 16.4182 3.99995 12C3.99995 7.58171 7.58169 4 12 4C16.4182 4 20 7.58173 20 12C20 16.4183 16.4182 20 12 20Z", fill: "currentColor" }) }),
627
+ ["pulse", "icon"]
628
+ );
629
+ var PulseFillIcon = makeIcon(
630
+ "PulseFillIcon",
631
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12 22C17.5228 22 21.9999 17.5228 21.9999 12C21.9999 6.47715 17.5228 2 12 2C6.47714 2 2 6.47715 2 12C2 17.5228 6.47714 22 12 22ZM10.5 7C10.9168 7 11.29 7.25857 11.4363 7.64888L13.5 13.152L14.0637 11.6489C14.21 11.2586 14.5832 11 15 11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H15.693L14.4363 16.3511C14.29 16.7414 13.9168 17 13.5 17C13.0832 17 12.71 16.7414 12.5637 16.3511L10.5 10.848L9.93633 12.3511C9.78997 12.7414 9.41684 13 9 13H6C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H8.307L9.56367 7.64888C9.71003 7.25857 10.0832 7 10.5 7Z", fill: "currentColor" }) }),
632
+ ["pulse", "fill", "icon"]
633
+ );
634
+ var RadioIcon = makeIcon(
635
+ "RadioIcon",
636
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M21.9999 12C21.9999 17.5228 17.5228 22 12 22C6.47714 22 2 17.5228 2 12C2 6.47715 6.47714 2 12 2C17.5228 2 21.9999 6.47715 21.9999 12ZM3.99995 12C3.99995 16.4182 7.58169 20 12 20C16.4182 20 20 16.4183 20 12C20 7.58173 16.4182 4 12 4C7.58169 4 3.99995 7.58171 3.99995 12Z", fill: "currentColor" }) }),
637
+ ["radio", "unselected", "circle"]
638
+ );
639
+ var RadioFillIcon = makeIcon(
640
+ "RadioFillIcon",
641
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M12 17C14.7614 17 16.9999 14.7614 16.9999 12C16.9999 9.23863 14.7614 7.00001 12 7.00001C9.2387 7.00001 7.00019 9.23852 7.00009 11.9998C6.99999 14.7613 9.23856 17 12 17ZM12.0001 22C6.47728 22 2.00001 17.5228 2.00005 11.9999C2.00009 6.47713 6.47732 2.00003 12.0001 2.00003C17.523 2.00003 22.0002 6.47721 22.0002 12.0001C22.0002 17.5229 17.523 22 12.0001 22ZM11.9998 20C16.4181 20 19.9998 16.4183 19.9998 12C19.9998 7.58177 16.4181 4.00006 11.9998 4.00006C7.58159 4.00006 3.99985 7.58177 3.99985 12C3.99985 16.4183 7.58159 20 11.9998 20Z", fill: "currentColor" }) }),
642
+ ["radio", "selected", "circle", "filled"]
643
+ );
644
+ var ReactIcon = makeIcon(
645
+ "ReactIcon",
646
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M20 1.5C20 0.947715 19.5523 0.5 19 0.5C18.4477 0.5 18 0.947715 18 1.5V4H15.5C14.9477 4 14.5 4.44772 14.5 5C14.5 5.55228 14.9477 6 15.5 6H18V8.5C18 9.05228 18.4477 9.5 19 9.5C19.5523 9.5 20 9.05228 20 8.5V6H22.5C23.0523 6 23.5 5.55228 23.5 5C23.5 4.44772 23.0523 4 22.5 4H20V1.5ZM4 12C4 7.58172 7.58172 4 12 4C12.5523 4 13 3.55228 13 3C13 2.44772 12.5523 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.4477 21.5523 11 21 11C20.4477 11 20 11.4477 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12ZM9 11.5C9.82843 11.5 10.5 10.8284 10.5 10C10.5 9.17157 9.82843 8.5 9 8.5C8.17157 8.5 7.5 9.17157 7.5 10C7.5 10.8284 8.17157 11.5 9 11.5ZM15 11.5C15.8284 11.5 16.5 10.8284 16.5 10C16.5 9.17157 15.8284 8.5 15 8.5C14.1716 8.5 13.5 9.17157 13.5 10C13.5 10.8284 14.1716 11.5 15 11.5ZM7.9453 13.6679C7.49131 13.9706 7.36572 14.602 7.66859 15.0557C7.94927 15.4674 8.34642 15.8078 8.7578 16.0821C9.47053 16.5572 10.5364 17 12 17C13.4636 17 14.5295 16.5572 15.2422 16.0821C15.6577 15.805 16.0527 15.4731 16.3321 15.0547C16.6384 14.5952 16.5142 13.9743 16.0547 13.6679C15.2074 13.1031 14.7365 14.0155 14.1328 14.4179C13.7205 14.6928 13.0364 15 12 15C10.9636 15 10.2795 14.6928 9.8672 14.4179C9.26353 14.0155 8.79261 13.1031 7.9453 13.6679Z", fill: "currentColor" }) }),
647
+ ["react", "icon"]
648
+ );
649
+ var ReactFillIcon = makeIcon(
650
+ "ReactFillIcon",
651
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M19.5 0.5C20.0523 0.5 20.5 0.947715 20.5 1.5V3.5H22.5C23.0523 3.5 23.5 3.94772 23.5 4.5C23.5 5.05228 23.0523 5.5 22.5 5.5H20.5V7.5C20.5 8.05228 20.0523 8.5 19.5 8.5C18.9477 8.5 18.5 8.05228 18.5 7.5V5.5H16.5C15.9477 5.5 15.5 5.05228 15.5 4.5C15.5 3.94772 15.9477 3.5 16.5 3.5H18.5V1.5C18.5 0.947715 18.9477 0.5 19.5 0.5ZM14.4562 2.30388C13.6704 2.10543 12.8475 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.1525 21.8946 10.3296 21.6961 9.5438C21.1484 10.1321 20.3672 10.5 19.5 10.5C17.8431 10.5 16.5 9.15685 16.5 7.5C14.8431 7.5 13.5 6.15685 13.5 4.5C13.5 3.63283 13.8679 2.85159 14.4562 2.30388ZM10.5 11C10.5 11.8284 9.82843 12.5 9 12.5C8.17157 12.5 7.5 11.8284 7.5 11C7.5 10.1716 8.17157 9.5 9 9.5C9.82843 9.5 10.5 10.1716 10.5 11ZM16.5 11C16.5 11.8284 15.8284 12.5 15 12.5C14.1716 12.5 13.5 11.8284 13.5 11C13.5 10.1716 14.1716 9.5 15 9.5C15.8284 9.5 16.5 10.1716 16.5 11ZM12.0001 18C10.5365 18 9.47064 17.5572 8.75791 17.0821C8.34653 16.8078 7.94938 16.4674 7.6687 16.0557C7.36583 15.602 7.49143 14.9706 7.94541 14.668C8.57461 14.2485 8.99626 14.6437 9.41883 15.0397C9.56532 15.177 9.71192 15.3144 9.86731 15.418C10.2796 15.6928 10.9638 16 12.0001 16C13.0365 16 13.7206 15.6928 14.1329 15.418C14.2883 15.3144 14.4349 15.177 14.5814 15.0397C15.004 14.6437 15.4256 14.2485 16.0548 14.668C16.5143 14.9743 16.6385 15.5952 16.3322 16.0547C16.0528 16.4731 15.6578 16.8051 15.2423 17.0821C14.5296 17.5572 13.4638 18 12.0001 18Z", fill: "currentColor" }) }),
652
+ ["react", "fill", "icon"]
653
+ );
654
+ var RectangleIcon = makeIcon(
655
+ "RectangleIcon",
656
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M3 6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6ZM6 5C5.44772 5 5 5.44772 5 6V18C5 18.5523 5.44772 19 6 19H18C18.5523 19 19 18.5523 19 18V6C19 5.44772 18.5523 5 18 5H6Z", fill: "currentColor" }) }),
657
+ ["rectangle", "frame", "outline"]
658
+ );
659
+ var RectangleFillIcon = makeIcon(
660
+ "RectangleFillIcon",
661
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M3 6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6Z", fill: "currentColor" }) }),
662
+ ["rectangle", "frame", "filled"]
663
+ );
664
+ var RefreshIcon = makeIcon(
665
+ "RefreshIcon",
666
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M6 12C6 8.68629 8.68629 6 12 6C14.2199 6 16.1599 7.20612 17.1976 9H14C13.4477 9 13 9.44772 13 10C13 10.5523 13.4477 11 14 11H19C19.5523 11 20 10.5523 20 10V5C20 4.44772 19.5523 4 19 4C18.4477 4 18 4.44772 18 5V6.70863C16.5345 5.04786 14.3902 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C15.6255 20 18.6853 17.5891 19.6686 14.2853C19.8261 13.7559 19.5247 13.1991 18.9954 13.0415C18.466 12.884 17.9092 13.1854 17.7517 13.7148C17.0138 16.1939 14.7165 18 12 18C8.68629 18 6 15.3137 6 12Z", fill: "currentColor" }) }),
667
+ ["refresh", "reload", "sync"]
668
+ );
669
+ var ReplyIcon = makeIcon(
670
+ "ReplyIcon",
671
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M10.5 18.5H10C5.58172 18.5 2 14.9183 2 10.5C2 6.08172 5.58172 2.5 10 2.5H13.6056C18.2417 2.5 22 6.25831 22 10.8944C22 13.4849 20.804 15.9302 18.7593 17.5206L13.5041 21.6079C13.1774 21.862 12.7753 22 12.3614 22C11.3334 22 10.5 21.1666 10.5 20.1386V18.5ZM10.5 16.5C11.6046 16.5 12.5 17.3954 12.5 18.5V19.8552L17.5314 15.9419C19.089 14.7304 20 12.8677 20 10.8944C20 7.36288 17.1371 4.5 13.6056 4.5H10C6.68629 4.5 4 7.18629 4 10.5C4 13.8137 6.68629 16.5 10 16.5H10.5Z", fill: "currentColor" }) }),
672
+ ["reply", "comment", "speech"]
673
+ );
674
+ var ReplyFillIcon = makeIcon(
675
+ "ReplyFillIcon",
676
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M9.75 2.5C5.46979 2.5 2 5.96979 2 10.25C2 14.5302 5.46979 18 9.75 18H11V20.871C11 21.4945 11.5055 22 12.129 22C12.37 22 12.6047 21.9229 12.7987 21.7799C12.9927 21.6369 18.6219 17.4891 18.6219 17.4891C20.7461 15.9239 22 13.4425 22 10.804C22 6.21781 18.2822 2.5 13.6961 2.5H9.75Z", fill: "currentColor" }) }),
677
+ ["reply", "comment", "speech", "filled"]
678
+ );
679
+ var ScrollTopIcon = makeIcon(
680
+ "ScrollTopIcon",
681
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M4 3C4 2.44772 4.44772 2 5 2H19C19.5523 2 20 2.44772 20 3C20 3.55228 19.5523 4 19 4H5C4.44772 4 4 3.55228 4 3ZM11.293 5.29289C11.6835 4.90237 12.3167 4.90237 12.7072 5.29289L19.7072 12.2929C20.0977 12.6834 20.0977 13.3166 19.7072 13.7071C19.3167 14.0976 18.6835 14.0976 18.293 13.7071L13.0001 8.41421V22C13.0001 22.5523 12.5524 23 12.0001 23C11.4478 23 11.0001 22.5523 11.0001 22V8.41421L5.70718 13.7071C5.31666 14.0976 4.68349 14.0976 4.29297 13.7071C3.90244 13.3166 3.90244 12.6834 4.29297 12.2929L11.293 5.29289Z", fill: "currentColor" }) }),
682
+ ["scroll-top", "back-to-top", "top", "upward-bar"]
683
+ );
684
+ var SearchIcon = makeIcon(
685
+ "SearchIcon",
686
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M10.5 2.59961C14.863 2.59961 18.4004 6.13695 18.4004 10.5C18.4004 12.3251 17.7803 14.0065 16.7412 15.3438L16.6865 15.4141L16.749 15.4766L21.1367 19.8633C21.4882 20.2148 21.4882 20.7852 21.1367 21.1367C20.7852 21.4882 20.2148 21.4882 19.8633 21.1367L15.4766 16.749L15.4141 16.6865L15.3438 16.7412C14.0065 17.7803 12.3251 18.4004 10.5 18.4004C6.13695 18.4004 2.59961 14.863 2.59961 10.5C2.59961 6.13695 6.13695 2.59961 10.5 2.59961ZM10.5 4.40039C7.13106 4.40039 4.40039 7.13106 4.40039 10.5C4.40039 13.8689 7.13106 16.5996 10.5 16.5996C12.1847 16.5996 13.7086 15.9184 14.8135 14.8135C15.9184 13.7086 16.5996 12.1847 16.5996 10.5C16.5996 7.13106 13.8689 4.40039 10.5 4.40039Z", fill: "currentColor", stroke: "currentColor", strokeWidth: "0.2", strokeLinecap: "round" }) }),
687
+ ["search", "find", "magnifier", "lookup"]
688
+ );
689
+ var SearchFillIcon = makeIcon(
690
+ "SearchFillIcon",
691
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M10.5 2.59961C14.863 2.59961 18.4004 6.13695 18.4004 10.5C18.4004 12.2356 17.8392 13.8412 16.8906 15.1445L16.8408 15.2139L16.9004 15.2744L21.0635 19.4365C21.5126 19.8856 21.5126 20.6144 21.0635 21.0635C20.6144 21.5126 19.8856 21.5126 19.4365 21.0635L15.2744 16.9004L15.2139 16.8408L15.1445 16.8906C13.8412 17.8392 12.2356 18.4004 10.5 18.4004C6.13695 18.4004 2.59961 14.863 2.59961 10.5C2.59961 6.13695 6.13695 2.59961 10.5 2.59961ZM10.5 4.90039C7.40721 4.90039 4.90039 7.40721 4.90039 10.5C4.90039 13.5928 7.40721 16.0996 10.5 16.0996C12.0467 16.0996 13.4453 15.4746 14.46 14.46C15.4746 13.4453 16.0996 12.0467 16.0996 10.5C16.0996 7.40721 13.5928 4.90039 10.5 4.90039Z", fill: "currentColor", stroke: "currentColor", strokeWidth: "0.2", strokeLinecap: "round" }) }),
692
+ ["search", "fill", "icon"]
693
+ );
694
+ var SettingsIcon = makeIcon(
695
+ "SettingsIcon",
696
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M11.0002 1C9.89566 1 9.00023 1.89543 9.00023 3V4.04484C8.12614 4.37461 7.32124 4.84397 6.61257 5.42528L5.7061 4.90193C4.74951 4.34964 3.52633 4.67739 2.97405 5.63398L1.97405 7.36603C1.42176 8.32262 1.74951 9.5458 2.7061 10.0981L3.61169 10.6209C3.53831 11.0703 3.50023 11.531 3.50023 12C3.50023 12.469 3.5383 12.9297 3.61167 13.379L2.7059 13.9019C1.74931 14.4542 1.42156 15.6774 1.97385 16.634L2.97385 18.366C3.52613 19.3226 4.74931 19.6504 5.7059 19.0981L6.61249 18.5746C7.32118 19.156 8.1261 19.6254 9.00023 19.9552V21C9.00023 22.1046 9.89566 23 11.0002 23H13.0002C14.1048 23 15.0002 22.1046 15.0002 21V19.9552C15.8743 19.6254 16.6793 19.156 17.388 18.5747L18.2946 19.0981C19.2511 19.6504 20.4743 19.3226 21.0266 18.366L22.0266 16.634C22.5789 15.6774 22.2511 14.4542 21.2946 13.9019L20.3888 13.379C20.4621 12.9297 20.5002 12.469 20.5002 12C20.5002 11.531 20.4621 11.0703 20.3888 10.6209L21.2944 10.0981C22.2509 9.54579 22.5787 8.32261 22.0264 7.36602L21.0264 5.63397C20.4741 4.67738 19.2509 4.34963 18.2944 4.90192L17.3879 5.42528C16.6792 4.84397 15.8743 4.37461 15.0002 4.04484V3C15.0002 1.89543 14.1048 1 13.0002 1H11.0002ZM11.0002 3H13.0002V4.76962C13.0002 5.21944 13.3006 5.6139 13.7342 5.73357C14.8132 6.0314 15.7812 6.60134 16.5588 7.36651C16.8793 7.68184 17.3708 7.74453 17.7602 7.51973L19.2944 6.63397L20.2944 8.36602L18.7618 9.25082C18.3727 9.4755 18.1812 9.93215 18.2937 10.3672C18.4283 10.8879 18.5002 11.4348 18.5002 12C18.5002 12.5652 18.4283 13.1121 18.2937 13.6327C18.1812 14.0678 18.3727 14.5244 18.7619 14.7491L20.2946 15.634L19.2946 17.366L17.7603 16.4802C17.3709 16.2554 16.8794 16.3181 16.5589 16.6334C15.7812 17.3986 14.8133 17.9686 13.7342 18.2664C13.3006 18.3861 13.0002 18.7806 13.0002 19.2304V21H11.0002V19.2304C11.0002 18.7806 10.6999 18.3861 10.2663 18.2664C9.18718 17.9686 8.21923 17.3986 7.44157 16.6334C7.12109 16.3181 6.62956 16.2554 6.24019 16.4802L4.7059 17.366L3.7059 15.634L5.23859 14.7491C5.62773 14.5244 5.81923 14.0677 5.70674 13.6327C5.57212 13.1121 5.50023 12.5652 5.50023 12C5.50023 11.4348 5.57213 10.8879 5.70677 10.3672C5.81926 9.93216 5.62776 9.47551 5.23861 9.25083L3.7061 8.36603L4.7061 6.63398L6.24027 7.51973C6.62963 7.74453 7.12115 7.68184 7.44163 7.36651C8.21928 6.60134 9.18721 6.0314 10.2663 5.73357C10.6999 5.6139 11.0002 5.21944 11.0002 4.76962V3ZM10 12C10 10.8954 10.8955 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8955 14 10 13.1046 10 12ZM12 8C9.79089 8 8.00003 9.79086 8.00003 12C8.00003 14.2091 9.79089 16 12 16C14.2092 16 16 14.2091 16 12C16 9.79086 14.2092 8 12 8Z", fill: "currentColor" }) }),
697
+ ["settings", "gear", "preferences", "configuration"]
698
+ );
699
+ var SettingsFillIcon = makeIcon(
700
+ "SettingsFillIcon",
701
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M9.00025 3C9.00025 1.89543 9.89569 1 11.0003 1H13.0003C14.1048 1 15.0003 1.89543 15.0003 3V4.58185C15.6955 4.86326 16.3417 5.2393 16.9231 5.6937L18.2945 4.90192C19.2511 4.34964 20.4742 4.67739 21.0265 5.63398L22.0265 7.36603C22.5788 8.32261 22.2511 9.54579 21.2945 10.0981L19.922 10.8905C20.0213 11.6214 20.0213 12.3787 19.922 13.1096L21.2944 13.9019C22.2509 14.4542 22.5787 15.6774 22.0264 16.634L21.0264 18.366C20.4741 19.3226 19.2509 19.6504 18.2944 19.0981L16.923 18.3063C16.3417 18.7607 15.6954 19.1367 15.0003 19.4181V21C15.0003 22.1046 14.1048 23 13.0003 23H11.0003C9.89568 23 9.00025 22.1046 9.00025 21V19.4183C8.30498 19.1369 7.65869 18.7608 7.07727 18.3064L5.70603 19.0981C4.74944 19.6504 3.52626 19.3226 2.97397 18.366L1.97397 16.634C1.42169 15.6774 1.74944 14.4542 2.70602 13.9019L4.07822 13.1097C3.97892 12.3787 3.97892 11.6214 4.07821 10.8904L2.7059 10.0981C1.74932 9.54579 1.42156 8.32261 1.97385 7.36602L2.97385 5.63397C3.52613 4.67738 4.74931 4.34963 5.7059 4.90192L7.07722 5.69365C7.65865 5.23921 8.30496 4.86315 9.00025 4.58174V3ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z", fill: "currentColor" }) }),
702
+ ["settings", "gear", "preferences", "configuration", "filled"]
703
+ );
704
+ var ShareIcon = makeIcon(
705
+ "ShareIcon",
706
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M11.2929 2.79289C11.6834 2.40237 12.3166 2.40237 12.7071 2.79289L16.7071 6.79289C17.0976 7.18342 17.0976 7.81658 16.7071 8.20711C16.3166 8.59763 15.6834 8.59763 15.2929 8.20711L13 5.91421V13C13 13.5523 12.5523 14 12 14C11.4477 14 11 13.5523 11 13V5.91421L8.70711 8.20711C8.31658 8.59763 7.68342 8.59763 7.29289 8.20711C6.90237 7.81658 6.90237 7.18342 7.29289 6.79289L11.2929 2.79289ZM4 11C4.55228 11 5 11.4477 5 12V19H19V12C19 11.4477 19.4477 11 20 11C20.5523 11 21 11.4477 21 12V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V12C3 11.4477 3.44772 11 4 11Z", fill: "currentColor" }) }),
707
+ ["share", "upload", "export"]
708
+ );
709
+ var ShieldIcon = makeIcon(
710
+ "ShieldIcon",
711
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M21.0002 8.09953V11.0001C21.0001 15.2383 19.2261 19.0331 13.1715 21.9665C12.4326 22.3245 11.5679 22.3245 10.829 21.9666C4.77428 19.0331 3 15.2383 3 11.0001L3.00006 8.09951C3.00009 6.51877 3.93104 5.08632 5.37554 4.44434L10.3758 2.22206C11.41 1.7624 12.5906 1.76241 13.6249 2.22208L18.6248 4.44429C20.0693 5.0863 21.0002 6.51878 21.0002 8.09953ZM5 11.0001C5.00001 12.8275 5.37783 14.4331 6.32043 15.8819C7.27168 17.3441 8.90641 18.8127 11.701 20.1667C11.8892 20.2578 12.1113 20.2578 12.2994 20.1667C15.094 18.8127 16.7286 17.3441 17.6798 15.882C18.6224 14.4331 19.0002 12.8275 19.0002 11.0001V8.09953C19.0002 7.30916 18.5348 6.59292 17.8125 6.27191L12.8126 4.0497C12.2955 3.81986 11.7052 3.81986 11.188 4.04969L6.1878 6.27197C5.46555 6.59296 5.00008 7.30918 5.00006 8.09955L5 11.0001ZM16.2071 9.29289C16.5976 9.68342 16.5976 10.3166 16.2071 10.7071L11.7071 15.2071C11.3166 15.5976 10.6834 15.5976 10.2929 15.2071L7.79289 12.7071C7.40237 12.3166 7.40237 11.6834 7.79289 11.2929C8.18342 10.9024 8.81658 10.9024 9.20711 11.2929L11 13.0858L14.7929 9.29289C15.1834 8.90237 15.8166 8.90237 16.2071 9.29289Z", fill: "currentColor" }) }),
712
+ ["secure", "shield", "protected", "safety"]
713
+ );
714
+ var ShieldFillIcon = makeIcon(
715
+ "ShieldFillIcon",
716
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M3 11.0001L3.00006 8.09951C3.00009 6.51877 3.93104 5.08632 5.37554 4.44434L10.3758 2.22206C11.41 1.7624 12.5906 1.76241 13.6249 2.22208L18.6248 4.44429C20.0693 5.0863 21.0002 6.51878 21.0002 8.09953V11.0001C21.0001 15.2383 19.2261 19.0331 13.1715 21.9665C12.4326 22.3245 11.5679 22.3245 10.829 21.9666C4.77428 19.0331 3 15.2383 3 11.0001ZM16.2071 10.7071C16.5976 10.3166 16.5976 9.68342 16.2071 9.29289C15.8166 8.90237 15.1834 8.90237 14.7929 9.29289L11 13.0858L9.20711 11.2929C8.81658 10.9024 8.18342 10.9024 7.79289 11.2929C7.40237 11.6834 7.40237 12.3166 7.79289 12.7071L10.2929 15.2071C10.6834 15.5976 11.3166 15.5976 11.7071 15.2071L16.2071 10.7071Z", fill: "currentColor" }) }),
717
+ ["secure", "shield", "protected", "safety", "filled"]
718
+ );
719
+ var SquareStackIcon = makeIcon(
720
+ "SquareStackIcon",
721
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 3C7.34315 3 6 4.34315 6 6H8C8 5.44772 8.44772 5 9 5H18C18.5523 5 19 5.44772 19 6V15C19 15.5523 18.5523 16 18 16V18C19.6569 18 21 16.6569 21 15V6C21 4.34315 19.6569 3 18 3H9ZM3 9C3 7.34315 4.34315 6 6 6H15C16.6569 6 18 7.34315 18 9V18C18 19.6569 16.6569 21 15 21H6C4.34315 21 3 19.6569 3 18V9ZM6 8C5.44772 8 5 8.44772 5 9V18C5 18.5523 5.44772 19 6 19H15C15.5523 19 16 18.5523 16 18V9C16 8.44772 15.5523 8 15 8H6Z", fill: "currentColor" }) }),
722
+ ["multiple", "stacked", "layers", "gallery"]
723
+ );
724
+ var StarIcon = makeIcon(
725
+ "StarIcon",
726
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M10.638 2.56546C11.1741 1.40315 12.826 1.40315 13.3621 2.56546L15.6361 7.49539L21.0274 8.13461C22.2985 8.28532 22.809 9.8564 21.8692 10.7255L17.8833 14.4116L18.9414 19.7365C19.1908 20.992 17.8544 21.963 16.7375 21.3378L12 18.686L7.26264 21.3378C6.14573 21.963 4.80928 20.992 5.05874 19.7365L6.11681 14.4115L2.13086 10.7255C1.19111 9.85641 1.70158 8.28532 2.97267 8.13462L8.36401 7.49539L10.638 2.56546ZM12 4.38748L10.0629 8.58722C9.84439 9.06093 9.39547 9.3871 8.87742 9.44852L4.28461 9.99307L7.68019 13.1332C8.0632 13.4874 8.23467 14.0151 8.13301 14.5268L7.23165 19.0631L11.2674 16.8041C11.7226 16.5493 12.2775 16.5493 12.7327 16.8041L16.7685 19.0631L15.8671 14.5268C15.7654 14.0151 15.9369 13.4874 16.3199 13.1332L19.7155 9.99307L15.1227 9.44852C14.6046 9.3871 14.1557 9.06093 13.9372 8.58722L12 4.38748Z", fill: "currentColor" }) }),
727
+ ["star", "favorite", "rate"]
728
+ );
729
+ var StarFillIcon = makeIcon(
730
+ "StarFillIcon",
731
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M13.3621 2.56546C12.826 1.40315 11.1741 1.40315 10.638 2.56546L8.36401 7.49539L2.97267 8.13462C1.70158 8.28532 1.19111 9.85641 2.13086 10.7255L6.11681 14.4115L5.05874 19.7365C4.80928 20.992 6.14573 21.963 7.26264 21.3378L12 18.686L16.7375 21.3378C17.8544 21.963 19.1908 20.992 18.9414 19.7365L17.8833 14.4116L21.8692 10.7255C22.809 9.8564 22.2985 8.28532 21.0274 8.13461L15.6361 7.49539L13.3621 2.56546Z", fill: "currentColor" }) }),
732
+ ["star", "favorite", "rate", "filled"]
733
+ );
734
+ var StopIcon = makeIcon(
735
+ "StopIcon",
736
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M21.9999 12C21.9999 17.5228 17.5228 22 12 22C6.47714 22 2 17.5228 2 12C2 6.47715 6.47714 2 12 2C17.5228 2 21.9999 6.47715 21.9999 12ZM3.99995 12C3.99995 16.4182 7.58169 20 12 20C13.8487 20 15.5509 19.3729 16.9056 18.3198L5.68012 7.09433C4.62704 8.44901 3.99995 10.1513 3.99995 12ZM18.3197 16.9056C19.3728 15.5509 19.9999 13.8487 19.9999 12C19.9999 7.58173 16.4181 4 11.9999 4C10.1512 4 8.44892 4.62707 7.09424 5.68012L18.3197 16.9056Z", fill: "currentColor" }) }),
737
+ ["stop", "icon"]
738
+ );
739
+ var StoryIcon = makeIcon(
740
+ "StoryIcon",
741
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M18.5 10.5C20.9853 10.5 23 8.48528 23 6C23 3.51472 20.9853 1.5 18.5 1.5C16.0147 1.5 14 3.51472 14 6C14 8.48528 16.0147 10.5 18.5 10.5ZM20 12.3261V18.5C20 19.0523 19.5523 19.5 19 19.5H5C4.44772 19.5 4 19.0523 4 18.5V9C4 8.44772 4.44772 8 5 8H7.5C7.87877 8 8.22504 7.786 8.39443 7.44721L9.34164 5.55279C9.51103 5.214 9.8573 5 10.2361 5H12.0764C12.1863 4.28869 12.4114 3.61546 12.7322 3H10.2361C9.09975 3 8.06096 3.64201 7.55279 4.65836L6.88197 6H5C3.34315 6 2 7.34315 2 9V18.5C2 20.1569 3.34315 21.5 5 21.5H19C20.6569 21.5 22 20.1569 22 18.5V11.4782C21.3945 11.8659 20.7204 12.1559 20 12.3261ZM9.5 13.5C9.5 12.1193 10.6193 11 12 11C13.3807 11 14.5 12.1193 14.5 13.5C14.5 14.8807 13.3807 16 12 16C10.6193 16 9.5 14.8807 9.5 13.5ZM12 9C9.51472 9 7.5 11.0147 7.5 13.5C7.5 15.9853 9.51472 18 12 18C14.4853 18 16.5 15.9853 16.5 13.5C16.5 11.0147 14.4853 9 12 9ZM18.5 3.25C18.9142 3.25 19.25 3.58579 19.25 4V5.25H20.5C20.9142 5.25 21.25 5.58579 21.25 6C21.25 6.41421 20.9142 6.75 20.5 6.75H19.25V8C19.25 8.41421 18.9142 8.75 18.5 8.75C18.0858 8.75 17.75 8.41421 17.75 8V6.75H16.5C16.0858 6.75 15.75 6.41421 15.75 6C15.75 5.58579 16.0858 5.25 16.5 5.25H17.75V4C17.75 3.58579 18.0858 3.25 18.5 3.25Z", fill: "currentColor" }) }),
742
+ ["story", "reel", "feed"]
743
+ );
744
+ var StoryFillIcon = makeIcon(
745
+ "StoryFillIcon",
746
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M18.5 10.5C20.9853 10.5 23 8.48528 23 6C23 3.51472 20.9853 1.5 18.5 1.5C16.0147 1.5 14 3.51472 14 6C14 8.48528 16.0147 10.5 18.5 10.5ZM22 11.4782V18.5C22 20.1569 20.6569 21.5 19 21.5H5C3.34315 21.5 2 20.1569 2 18.5V9C2 7.34315 3.34315 6 5 6H6.88197L7.55279 4.65836C8.06096 3.64201 9.09975 3 10.2361 3H12.7322C12.2644 3.89751 12 4.91787 12 6C12 6.89573 12.1812 7.74914 12.5089 8.52558C12.3416 8.50867 12.1718 8.5 12 8.5C9.23858 8.5 7 10.7386 7 13.5C7 16.2614 9.23858 18.5 12 18.5C14.7614 18.5 17 16.2614 17 13.5C17 13.0825 16.9488 12.677 16.8524 12.2894C17.3786 12.4268 17.9308 12.5 18.5 12.5C19.7886 12.5 20.9897 12.125 22 11.4782ZM12 10.5C10.3431 10.5 9 11.8431 9 13.5C9 15.1569 10.3431 16.5 12 16.5C13.6569 16.5 15 15.1569 15 13.5C15 11.8431 13.6569 10.5 12 10.5ZM18.5 3.25C18.9142 3.25 19.25 3.58579 19.25 4V5.25H20.5C20.9142 5.25 21.25 5.58579 21.25 6C21.25 6.41421 20.9142 6.75 20.5 6.75H19.25V8C19.25 8.41421 18.9142 8.75 18.5 8.75C18.0858 8.75 17.75 8.41421 17.75 8V6.75H16.5C16.0858 6.75 15.75 6.41421 15.75 6C15.75 5.58579 16.0858 5.25 16.5 5.25H17.75V4C17.75 3.58579 18.0858 3.25 18.5 3.25Z", fill: "currentColor" }) }),
747
+ ["story", "reel", "feed", "filled"]
748
+ );
749
+ var SunIcon = makeIcon(
750
+ "SunIcon",
751
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M13.25 2C13.25 1.30964 12.6904 0.75 12 0.75C11.3096 0.75 10.75 1.30964 10.75 2V4C10.75 4.69036 11.3096 5.25 12 5.25C12.6904 5.25 13.25 4.69036 13.25 4V2ZM5.81259 4.04507C5.32444 3.55692 4.53298 3.55692 4.04483 4.04507C3.55667 4.53323 3.55667 5.32468 4.04483 5.81284L5.45904 7.22705C5.9472 7.71521 6.73865 7.71521 7.22681 7.22705C7.71496 6.7389 7.71496 5.94744 7.22681 5.45929L5.81259 4.04507ZM19.9552 5.81284C20.4433 5.32468 20.4433 4.53323 19.9552 4.04507C19.467 3.55692 18.6756 3.55692 18.1874 4.04507L16.7732 5.45929C16.285 5.94744 16.285 6.7389 16.7732 7.22705C17.2613 7.71521 18.0528 7.71521 18.541 7.22705L19.9552 5.81284ZM2 10.75C1.30964 10.75 0.75 11.3096 0.75 12C0.75 12.6904 1.30964 13.25 2 13.25H4C4.69036 13.25 5.25 12.6904 5.25 12C5.25 11.3096 4.69036 10.75 4 10.75H2ZM20 10.75C19.3096 10.75 18.75 11.3096 18.75 12C18.75 12.6904 19.3096 13.25 20 13.25H22C22.6904 13.25 23.25 12.6904 23.25 12C23.25 11.3096 22.6904 10.75 22 10.75H20ZM7.22725 18.5408C7.71541 18.0526 7.71541 17.2611 7.22725 16.773C6.7391 16.2848 5.94764 16.2848 5.45948 16.773L4.04527 18.1872C3.55711 18.6754 3.55711 19.4668 4.04527 19.955C4.53343 20.4431 5.32488 20.4431 5.81304 19.955L7.22725 18.5408ZM18.5405 16.773C18.0524 16.2848 17.2609 16.2848 16.7728 16.773C16.2846 17.2611 16.2846 18.0526 16.7728 18.5408L18.187 19.955C18.6751 20.4431 19.4666 20.4431 19.9547 19.955C20.4429 19.4668 20.4429 18.6754 19.9547 18.1872L18.5405 16.773ZM13.25 20C13.25 19.3096 12.6904 18.75 12 18.75C11.3096 18.75 10.75 19.3096 10.75 20V22C10.75 22.6904 11.3096 23.25 12 23.25C12.6904 23.25 13.25 22.6904 13.25 22V20ZM12 7C14.7614 7 17 9.23858 17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7ZM15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12Z", fill: "currentColor" }) }),
752
+ ["day", "sun", "light", "theme"]
753
+ );
754
+ var SunFillIcon = makeIcon(
755
+ "SunFillIcon",
756
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M13.25 2C13.25 1.30964 12.6904 0.75 12 0.75C11.3096 0.75 10.75 1.30964 10.75 2V4C10.75 4.69036 11.3096 5.25 12 5.25C12.6904 5.25 13.25 4.69036 13.25 4V2ZM5.81259 4.04507C5.32444 3.55692 4.53298 3.55692 4.04483 4.04507C3.55667 4.53323 3.55667 5.32468 4.04483 5.81284L5.45904 7.22705C5.9472 7.71521 6.73865 7.71521 7.22681 7.22705C7.71496 6.7389 7.71496 5.94744 7.22681 5.45929L5.81259 4.04507ZM19.9552 5.81284C20.4433 5.32468 20.4433 4.53323 19.9552 4.04507C19.467 3.55692 18.6756 3.55692 18.1874 4.04507L16.7732 5.45929C16.285 5.94744 16.285 6.7389 16.7732 7.22705C17.2613 7.71521 18.0528 7.71521 18.541 7.22705L19.9552 5.81284ZM2 10.75C1.30964 10.75 0.75 11.3096 0.75 12C0.75 12.6904 1.30964 13.25 2 13.25H4C4.69036 13.25 5.25 12.6904 5.25 12C5.25 11.3096 4.69036 10.75 4 10.75H2ZM20 10.75C19.3096 10.75 18.75 11.3096 18.75 12C18.75 12.6904 19.3096 13.25 20 13.25H22C22.6904 13.25 23.25 12.6904 23.25 12C23.25 11.3096 22.6904 10.75 22 10.75H20ZM7.22725 18.5408C7.71541 18.0526 7.71541 17.2611 7.22725 16.773C6.7391 16.2848 5.94764 16.2848 5.45948 16.773L4.04527 18.1872C3.55711 18.6754 3.55711 19.4668 4.04527 19.955C4.53343 20.4431 5.32488 20.4431 5.81304 19.955L7.22725 18.5408ZM18.5405 16.773C18.0524 16.2848 17.2609 16.2848 16.7728 16.773C16.2846 17.2611 16.2846 18.0526 16.7728 18.5408L18.187 19.955C18.6751 20.4431 19.4666 20.4431 19.9547 19.955C20.4429 19.4668 20.4429 18.6754 19.9547 18.1872L18.5405 16.773ZM13.25 20C13.25 19.3096 12.6904 18.75 12 18.75C11.3096 18.75 10.75 19.3096 10.75 20V22C10.75 22.6904 11.3096 23.25 12 23.25C12.6904 23.25 13.25 22.6904 13.25 22V20ZM17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z", fill: "currentColor" }) }),
757
+ ["day", "sun", "light", "theme", "filled"]
758
+ );
759
+ var TagIcon = makeIcon(
760
+ "TagIcon",
761
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M15 7C13.8954 7 13 7.89543 13 9C13 10.1046 13.8954 11 15 11C16.1046 11 17 10.1046 17 9C17 7.89543 16.1046 7 15 7ZM12.4141 3C11.8836 3 11.3749 3.21071 10.9998 3.58579L2.49985 12.0858C1.7188 12.8668 1.7188 14.1332 2.49985 14.9142L9.08564 21.5C9.86669 22.281 11.133 22.281 11.9141 21.5L20.4141 13C20.7891 12.6249 20.9998 12.1162 20.9998 11.5858V5C20.9998 3.89543 20.1044 3 18.9998 3H12.4141ZM12.4141 5H18.9998V11.5858L10.4998 20.0858L3.91406 13.5L12.4141 5Z", fill: "currentColor" }) }),
762
+ ["tag", "icon"]
763
+ );
764
+ var TagFillIcon = makeIcon(
765
+ "TagFillIcon",
766
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M10.9998 3.58579C11.3749 3.21071 11.8836 3 12.4141 3H18.9998C20.1044 3 20.9998 3.89543 20.9998 5V11.5858C20.9998 12.1162 20.7891 12.6249 20.4141 13L11.9141 21.5C11.133 22.281 9.86669 22.281 9.08564 21.5L2.49985 14.9142C1.7188 14.1332 1.7188 12.8668 2.49985 12.0858L10.9998 3.58579ZM15 11C16.1046 11 17 10.1046 17 9C17 7.89543 16.1046 7 15 7C13.8954 7 13 7.89543 13 9C13 10.1046 13.8954 11 15 11Z", fill: "currentColor" }) }),
767
+ ["tag", "fill", "icon"]
768
+ );
769
+ var ThumbUpIcon = makeIcon(
770
+ "ThumbUpIcon",
771
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.50102 2.35995C8.95773 1.54682 9.81968 1 10.794 1C12.4393 1 13.6632 2.52007 13.313 4.12693L12.5272 7.82927H18.4064C19.7819 7.82927 21.013 8.68286 21.4953 9.97101C22.0138 11.3557 21.4648 12.547 20.6455 13.6394C21.2926 15.1642 21.2294 16.7689 20.1768 18.1175C20.7607 19.2853 20.7811 20.6252 19.9708 21.7056C19.3597 22.5204 18.4005 23 17.382 23H10.745C5.91528 23 2 19.0847 2 14.255C2 11.6056 3.24422 9.2106 4.91391 7.35624C6.34958 5.7618 7.57751 4.00416 8.50102 2.35995ZM10.2448 3.33937C9.25303 5.10509 7.94008 6.98432 6.40019 8.69452C4.95087 10.3041 4 12.2431 4 14.255C4 17.9802 7.01985 21 10.745 21H17.382C18.2823 21 18.892 20.0201 18.4875 19.2111C18.0525 18.341 18.0567 17.5832 18.6861 16.7769C19.1332 16.2041 19.2344 15.4339 18.9505 14.765C18.4676 13.627 18.7576 12.8233 19.4451 11.9066C19.7108 11.5523 19.7776 11.087 19.6223 10.6723C19.4324 10.1653 18.9478 9.82927 18.4064 9.82927H12.4971C11.2409 9.82927 10.3037 8.67229 10.5645 7.44348L11.3586 3.70203C11.5116 3.00522 10.5617 2.77519 10.2448 3.33937Z", fill: "currentColor" }) }),
772
+ ["thumb-up", "like", "upvote", "approve"]
773
+ );
774
+ var ThumbUpFillIcon = makeIcon(
775
+ "ThumbUpFillIcon",
776
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M10.794 1.5C10.0107 1.5 9.31032 1.94007 8.93696 2.6048C7.99639 4.27939 6.7472 6.06743 5.28548 7.69081C3.67088 9.48398 2.5 11.765 2.5 14.255C2.5 18.8086 6.19142 22.5 10.745 22.5H17.382C18.2432 22.5 19.0541 22.0945 19.5708 21.4056C20.1926 20.5765 20.2926 19.4673 19.8292 18.5403C19.6409 18.1638 19.595 18.0503 19.8686 17.6998C20.6509 16.6974 20.8281 15.3495 20.3313 14.179C20.0759 13.5771 20.2555 13.326 20.6451 12.8066C21.2177 12.043 21.3617 11.0402 21.0271 10.1463C20.6178 9.05346 19.5734 8.32927 18.4064 8.32927H12.4971C12.1947 8.32927 11.9691 8.05074 12.0318 7.75491L12.8238 4.02365L12.8242 4.02185C13.1074 2.72613 12.1207 1.5 10.794 1.5Z", fill: "currentColor" }) }),
777
+ ["thumb-up", "like", "upvote", "approve", "filled"]
778
+ );
779
+ var TopicIcon = makeIcon(
780
+ "TopicIcon",
781
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M2.5 4.5C2.5 3.39543 3.39543 2.5 4.5 2.5H9C10.1046 2.5 11 3.39543 11 4.5V9C11 10.1046 10.1046 11 9 11H4.5C3.39543 11 2.5 10.1046 2.5 9V4.5ZM9 4.5H4.5V9H9V4.5ZM13 4.5C13 3.39543 13.8954 2.5 15 2.5H19.5C20.6046 2.5 21.5 3.39543 21.5 4.5V9C21.5 10.1046 20.6046 11 19.5 11H15C13.8954 11 13 10.1046 13 9V4.5ZM19.5 4.5H15V9H19.5V4.5ZM2.5 15C2.5 13.8954 3.39543 13 4.5 13H9C10.1046 13 11 13.8954 11 15V19.5C11 20.6046 10.1046 21.5 9 21.5H4.5C3.39543 21.5 2.5 20.6046 2.5 19.5V15ZM9 15H4.5V19.5H9V15ZM13 15C13 13.8954 13.8954 13 15 13H19.5C20.6046 13 21.5 13.8954 21.5 15V19.5C21.5 20.6046 20.6046 21.5 19.5 21.5H15C13.8954 21.5 13 20.6046 13 19.5V15ZM19.5 15H15V19.5H19.5V15Z", fill: "currentColor" }) }),
782
+ ["topic", "grid", "category"]
783
+ );
784
+ var TopicFillIcon = makeIcon(
785
+ "TopicFillIcon",
786
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M11 4.5C11 3.39543 10.1046 2.5 9 2.5H4.5C3.39543 2.5 2.5 3.39543 2.5 4.5V9C2.5 10.1046 3.39543 11 4.5 11H9C10.1046 11 11 10.1046 11 9V4.5ZM21.5 4.5C21.5 3.39543 20.6046 2.5 19.5 2.5H15C13.8954 2.5 13 3.39543 13 4.5V9C13 10.1046 13.8954 11 15 11H19.5C20.6046 11 21.5 10.1046 21.5 9V4.5ZM11 15C11 13.8954 10.1046 13 9 13H4.5C3.39543 13 2.5 13.8954 2.5 15V19.5C2.5 20.6046 3.39543 21.5 4.5 21.5H9C10.1046 21.5 11 20.6046 11 19.5V15ZM21.5 15C21.5 13.8954 20.6046 13 19.5 13H15C13.8954 13 13 13.8954 13 15V19.5C13 20.6046 13.8954 21.5 15 21.5H19.5C20.6046 21.5 21.5 20.6046 21.5 19.5V15Z", fill: "currentColor" }) }),
787
+ ["topic", "grid", "category", "filled"]
788
+ );
789
+ var TrashIcon = makeIcon(
790
+ "TrashIcon",
791
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M11 10C11 9.44772 10.5523 9 10 9C9.44772 9 9 9.44772 9 10V16C9 16.5523 9.44772 17 10 17C10.5523 17 11 16.5523 11 16V10ZM14 9C14.5523 9 15 9.44772 15 10V16C15 16.5523 14.5523 17 14 17C13.4477 17 13 16.5523 13 16V10C13 9.44772 13.4477 9 14 9ZM9 2C7.34315 2 6 3.34315 6 5H4C3.44772 5 3 5.44772 3 6C3 6.55228 3.44772 7 4 7H4.06445L4.93998 20.133C5.01002 21.1836 5.88263 22 6.93555 22H17.0644C18.1174 22 18.99 21.1836 19.06 20.133L19.9356 7H20C20.5523 7 21 6.55229 21 6C21 5.44772 20.5523 5 20 5H18C18 3.34315 16.6569 2 15 2H9ZM6.93555 20L6.06889 7H17.9311L17.0644 20H6.93555ZM8 5C8 4.44772 8.44772 4 9 4H15C15.5523 4 16 4.44772 16 5H8Z", fill: "currentColor" }) }),
792
+ ["trash", "icon"]
793
+ );
794
+ var TrashFillIcon = makeIcon(
795
+ "TrashFillIcon",
796
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M6 5C6 3.34315 7.34315 2 9 2H15C16.6569 2 18 3.34315 18 5H20C20.5523 5 21 5.44772 21 6C21 6.55229 20.5523 7 20 7H19.9356L19.06 20.133C18.99 21.1836 18.1174 22 17.0644 22H6.93555C5.88263 22 5.01002 21.1836 4.93998 20.133L4.06445 7H4C3.44772 7 3 6.55228 3 6C3 5.44772 3.44772 5 4 5H6ZM15 10C15 9.44772 14.5523 9 14 9C13.4477 9 13 9.44772 13 10V17C13 17.5523 13.4477 18 14 18C14.5523 18 15 17.5523 15 17V10ZM9 4C8.44772 4 8 4.44772 8 5H16C16 4.44772 15.5523 4 15 4H9ZM11 10C11 9.44772 10.5523 9 10 9C9.44772 9 9 9.44772 9 10V17C9 17.5523 9.44772 18 10 18C10.5523 18 11 17.5523 11 17V10Z", fill: "currentColor" }) }),
797
+ ["trash", "fill", "icon"]
798
+ );
799
+ var UpvoteIcon = makeIcon(
800
+ "UpvoteIcon",
801
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M11.6623 3.85076C12.0331 2.73844 13.0835 2 14.2411 2C15.7446 2 17 3.21678 17 4.74342C17 5.85021 16.8617 6.91251 16.6805 8H19C20.6569 8 22 9.34315 22 11C22 13.7854 21.4653 16.5294 20.4314 19.1142C19.9758 20.2531 18.8726 21 17.6459 21H5C3.34315 21 2 19.6569 2 18V11C2 9.34315 3.34315 8 5 8H9.03162C10.1009 6.71688 11.1239 5.46616 11.6623 3.85076ZM8.5 10H5C4.44772 10 4 10.4477 4 11V18C4 18.5523 4.44772 19 5 19H8.5V10ZM10.5 19H17.6459C18.0548 19 18.4225 18.751 18.5744 18.3714C19.5141 16.0222 20 13.5317 20 11C20 10.4477 19.5523 10 19 10H15.5C14.8914 10 14.4136 9.4359 14.5136 8.8356C14.7413 7.46941 15 6.13253 15 4.74342C15 4.34433 14.6632 4 14.2411 4C13.9294 4 13.6535 4.20171 13.5597 4.48321C12.9289 6.37544 11.7536 7.85772 10.5 9.36205V19Z", fill: "currentColor" }) }),
802
+ ["upvote", "icon"]
803
+ );
804
+ var UpvoteFillIcon = makeIcon(
805
+ "UpvoteFillIcon",
806
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M11.7863 3.47851C12.0806 2.59556 12.9069 2 13.8376 2C15.0318 2 15.9999 2.96808 15.9999 4.16228C16 5.5 15.5 8.00001 15.5 8.00001L18.9999 8C20.6567 8 21.9999 9.34315 21.9999 11C21.9999 13.7854 21.4652 16.5294 20.4312 19.1142C19.9756 20.2531 18.8725 21 17.6458 21H9V8C10.1252 6.75513 11.2446 5.1035 11.7863 3.47851ZM7 21H4.00011C2.89555 21 2.00012 20.1046 2.00011 19L2 10C1.99999 8.89545 2.89542 8.00001 3.99999 8.00001L7 8V21Z", fill: "currentColor" }) }),
807
+ ["upvote", "fill", "icon"]
808
+ );
809
+ var VerifiedIcon = makeIcon(
810
+ "VerifiedIcon",
811
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M13.2973 1.79161C12.5498 1.15459 11.4504 1.15459 10.7029 1.79161L8.5364 3.63786L5.69898 3.86429C4.71996 3.94242 3.94254 4.71984 3.86441 5.69886L3.63799 8.53628L1.79174 10.7027C1.15471 11.4503 1.15471 12.5497 1.79174 13.2972L3.63799 15.4637L3.86441 18.3011C3.94254 19.2801 4.71996 20.0575 5.69898 20.1357L8.5364 20.3621L10.7029 22.2083C11.4504 22.8454 12.5498 22.8454 13.2973 22.2083L15.4638 20.3621L18.3012 20.1357C19.2802 20.0575 20.0577 19.2801 20.1358 18.3011L20.3622 15.4637L22.2085 13.2972C22.8455 12.5497 22.8455 11.4503 22.2085 10.7027L20.3622 8.53628L20.1358 5.69886C20.0577 4.71984 19.2802 3.94242 18.3012 3.86429L15.4638 3.63786L13.2973 1.79161ZM9.83364 5.16009L12.0001 3.31384L14.1666 5.16009C14.4869 5.43307 14.8852 5.59805 15.3047 5.63153L18.1421 5.85795L18.3686 8.69537C18.402 9.11491 18.567 9.51319 18.84 9.83351L20.6862 12L18.84 14.1664C18.567 14.4868 18.402 14.8851 18.3686 15.3046L18.1421 18.142L15.3047 18.3684C14.8852 18.4019 14.4869 18.5669 14.1666 18.8399L12.0001 20.6861L9.83364 18.8399C9.51331 18.5669 9.11503 18.4019 8.6955 18.3684L5.85808 18.142L5.63165 15.3046C5.59817 14.8851 5.4332 14.4868 5.16021 14.1664L3.31396 12L5.16021 9.83351C5.4332 9.51319 5.59817 9.11491 5.63165 8.69537L5.85808 5.85795L8.6955 5.63153C9.11503 5.59805 9.51331 5.43307 9.83364 5.16009ZM16.2072 10.7071C16.5977 10.3166 16.5977 9.6834 16.2072 9.29287C15.8167 8.90235 15.1835 8.90235 14.793 9.29287L11.0001 13.0858L9.20721 11.2929C8.81669 10.9023 8.18352 10.9023 7.793 11.2929C7.40247 11.6834 7.40247 12.3166 7.793 12.7071L10.293 15.2071C10.6835 15.5976 11.3167 15.5976 11.7072 15.2071L16.2072 10.7071Z", fill: "currentColor" }) }),
812
+ ["verified", "badge", "approved", "trusted"]
813
+ );
814
+ var VerifiedFillIcon = makeIcon(
815
+ "VerifiedFillIcon",
816
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M10.7029 1.79161C11.4504 1.15459 12.5498 1.15459 13.2973 1.79161L15.4638 3.63786L18.3012 3.86429C19.2802 3.94242 20.0577 4.71984 20.1358 5.69886L20.3622 8.53628L22.2085 10.7027C22.8455 11.4503 22.8455 12.5497 22.2085 13.2972L20.3622 15.4637L20.1358 18.3011C20.0577 19.2801 19.2802 20.0575 18.3012 20.1357L15.4638 20.3621L13.2973 22.2083C12.5498 22.8454 11.4504 22.8454 10.7029 22.2083L8.5364 20.3621L5.69898 20.1357C4.71996 20.0575 3.94254 19.2801 3.86441 18.3011L3.63799 15.4637L1.79174 13.2972C1.15471 12.5497 1.15471 11.4503 1.79174 10.7027L3.63799 8.53628L3.86441 5.69886C3.94254 4.71984 4.71996 3.94242 5.69898 3.86429L8.5364 3.63786L10.7029 1.79161ZM16.2071 10.7071C16.5976 10.3166 16.5976 9.68342 16.2071 9.29289C15.8166 8.90237 15.1834 8.90237 14.7929 9.29289L11 13.0858L9.20711 11.2929C8.81658 10.9024 8.18342 10.9024 7.79289 11.2929C7.40237 11.6834 7.40237 12.3166 7.79289 12.7071L10.2929 15.2071C10.6834 15.5976 11.3166 15.5976 11.7071 15.2071L16.2071 10.7071Z", fill: "currentColor" }) }),
817
+ ["verified", "badge", "approved", "trusted", "filled"]
818
+ );
819
+ var XIcon = makeIcon(
820
+ "XIcon",
821
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M4.29289 4.29289C4.68342 3.90237 5.31658 3.90237 5.70711 4.29289L12 10.5858L18.2929 4.29289C18.6834 3.90237 19.3166 3.90237 19.7071 4.29289C20.0976 4.68342 20.0976 5.31658 19.7071 5.70711L13.4142 12L19.7071 18.2929C20.0976 18.6834 20.0976 19.3166 19.7071 19.7071C19.3166 20.0976 18.6834 20.0976 18.2929 19.7071L12 13.4142L5.70711 19.7071C5.31658 20.0976 4.68342 20.0976 4.29289 19.7071C3.90237 19.3166 3.90237 18.6834 4.29289 18.2929L10.5858 12L4.29289 5.70711C3.90237 5.31658 3.90237 4.68342 4.29289 4.29289Z", fill: "currentColor" }) }),
822
+ ["close", "dismiss", "x", "cancel"]
823
+ );
824
+ var XCircleIcon = makeIcon(
825
+ "XCircleIcon",
826
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M7.70029 16.2999C8.08689 16.6865 8.71369 16.6865 9.10029 16.2999L12.0003 13.3999L14.9003 16.2999C15.2869 16.6865 15.9137 16.6865 16.3003 16.2999C16.6869 15.9133 16.6869 15.2865 16.3003 14.8999L13.4003 11.9999L16.3003 9.09991C16.6869 8.71331 16.6869 8.08651 16.3003 7.69991C15.9137 7.31331 15.2869 7.31331 14.9003 7.69991L12.0003 10.5999L9.10029 7.69991C8.71369 7.31331 8.08689 7.31331 7.70029 7.69991C7.31369 8.08651 7.31369 8.71331 7.70029 9.09991L10.6003 11.9999L7.70029 14.8999C7.31369 15.2865 7.31369 15.9133 7.70029 16.2999ZM12.0002 22C6.47731 22 2.00002 17.5228 2.00006 11.9999C2.0001 6.47708 6.47732 1.99997 12.0001 1.99997C17.523 1.99997 22.0003 6.47717 22.0002 12C22.0002 17.5228 17.523 21.9999 12.0002 22ZM12.0003 19.9999C16.4186 19.9999 20.0003 16.4182 20.0003 11.9999C20.0003 7.58163 16.4186 3.99991 12.0003 3.99991C7.58201 3.99991 4.00029 7.58163 4.00029 11.9999C4.00029 16.4182 7.58201 19.9999 12.0003 19.9999Z", fill: "currentColor" }) }),
827
+ ["close", "dismiss", "clear", "circle", "x", "cancel"]
828
+ );
829
+ var XCircleFillIcon = makeIcon(
830
+ "XCircleFillIcon",
831
+ /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M7.70015 16.3C8.08675 16.6866 8.71355 16.6866 9.10015 16.3L12.0001 13.4L14.9002 16.3C15.2867 16.6866 15.9136 16.6866 16.3001 16.3C16.6867 15.9134 16.6867 15.2866 16.3001 14.9L13.4002 12L16.3001 9.1C16.6867 8.7134 16.6867 8.0866 16.3001 7.7C15.9136 7.3134 15.2867 7.3134 14.9001 7.7L12.0001 10.6L9.10015 7.7C8.71355 7.3134 8.08675 7.3134 7.70015 7.7C7.31355 8.0866 7.31355 8.7134 7.70015 9.1L10.6002 12L7.70015 14.9C7.31355 15.2866 7.31355 15.9134 7.70015 16.3ZM12 22C6.47714 22 2 17.5229 2 12C2 6.47721 6.47712 2.00006 11.9999 2.00003C17.5229 2 22.0001 6.47725 22 12.0002C21.9999 17.523 17.5228 22 12 22Z", fill: "currentColor" }) }),
832
+ ["close", "dismiss", "clear", "circle", "x", "cancel", "filled"]
833
+ );
834
+ var CopyIcon = DuplicateIcon;
835
+ var MicIcon = MicrophoneIcon;
836
+ var ViewIcon = EyeIcon;
837
+ var ViewFillIcon = EyeFillIcon;
838
+ var VisibleIcon = EyeIcon;
839
+ var VisibleFillIcon = EyeFillIcon;
840
+ var InvisibleIcon = EyeOffIcon;
841
+ var InvisibleFillIcon = EyeOffFillIcon;
842
+ var AddIcon = PlusIcon;
843
+ var AddCircleIcon = PlusCircleIcon;
844
+ var AddCircleFillIcon = PlusCircleFillIcon;
845
+ var AddSquareIcon = PlusSquareIcon;
846
+ var AddSquareFillIcon = PlusSquareFillIcon;
847
+ var CloseIcon = XIcon;
848
+ var CloseCircleIcon = XCircleIcon;
849
+ var CloseCircleFillIcon = XCircleFillIcon;
850
+ var CollapseIcon = ChevronUpIcon;
851
+ var ExpandIcon = ChevronDownIcon;
852
+ var BackwardIcon = ChevronLeftIcon;
853
+ var BackwardCircleIcon = ChevronLeftCircleIcon;
854
+ var BackwardCircleFillIcon = ChevronLeftCircleFillIcon;
855
+ var ForwardIcon = ChevronRightIcon;
856
+ var ForwardCircleIcon = ChevronRightCircleIcon;
857
+ var ForwardCircleFillIcon = ChevronRightCircleFillIcon;
858
+ var DownwardIcon = ArrowDownIcon;
859
+ var DownwardCircleIcon = ArrowDownCircleIcon;
860
+ var DownwardCircleFillIcon = ArrowDownCircleFillIcon;
861
+ var UpwardIcon = ArrowUpIcon;
862
+ var UpwardCircleIcon = ArrowUpCircleIcon;
863
+ var UpwardCircleFillIcon = ArrowUpCircleFillIcon;
864
+ var NotificationIcon = BellIcon;
865
+ var NotificationFillIcon = BellFillIcon;
866
+ var NotificationOffIcon = BellOffIcon;
867
+ var NotificationOffFillIcon = BellOffFillIcon;
868
+ var MoreIcon = EllipsisHorizontalIcon;
869
+ var MoreFillIcon = EllipsisHorizontalFillIcon;
870
+ var DayIcon = SunIcon;
871
+ var DayFillIcon = SunFillIcon;
872
+ var NightIcon = MoonIcon;
873
+ var NightFillIcon = MoonFillIcon;
874
+ var CompanyIcon = BuildingIcon;
875
+ var CompanyFillIcon = BuildingFillIcon;
876
+ var LockedIcon = LockIcon;
877
+ var LockedFillIcon = LockFillIcon;
878
+ var SecureIcon = ShieldIcon;
879
+ var SecureFillIcon = ShieldFillIcon;
880
+ var WarningIcon = ExclamationCircleIcon;
881
+ var WarningFillIcon = ExclamationCircleFillIcon;
882
+ var VoiceIcon = MicrophoneIcon;
883
+ var VoiceFillIcon = MicrophoneFillIcon;
884
+ var WebIcon = GlobeIcon;
885
+ var WebFillIcon = GlobeFillIcon;
886
+ var PhotoIcon = CameraIcon;
887
+ var PhotoFillIcon = CameraFillIcon;
888
+ var PictureIcon = ImageIcon;
889
+ var PictureFillIcon = ImageFillIcon;
890
+ var InsightsIcon = ChartBarIcon;
891
+ var InsightsFillIcon = ChartBarFillIcon;
892
+ var MultipleIcon = SquareStackIcon;
893
+ var icons = {
894
+ ArrowDownIcon,
895
+ ArrowDownCircleIcon,
896
+ ArrowDownCircleFillIcon,
897
+ ArrowUpIcon,
898
+ ArrowUpCircleIcon,
899
+ ArrowUpCircleFillIcon,
900
+ BarIcon,
901
+ BarCircleIcon,
902
+ BarCircleFillIcon,
903
+ BarFillIcon,
904
+ BellIcon,
905
+ BellFillIcon,
906
+ BellOffIcon,
907
+ BellOffFillIcon,
908
+ BookmarkIcon,
909
+ BookmarkFillIcon,
910
+ BriefcaseIcon,
911
+ BriefcaseFillIcon,
912
+ BuildingIcon,
913
+ BuildingFillIcon,
914
+ CameraIcon,
915
+ CameraFillIcon,
916
+ CampusIcon,
917
+ CampusFillIcon,
918
+ CardIcon,
919
+ CardFillIcon,
920
+ ChartBarIcon,
921
+ ChartBarFillIcon,
922
+ ChatIcon,
923
+ ChatFillIcon,
924
+ CheckCircleIcon,
925
+ CheckCircleFillIcon,
926
+ CheckboxIcon,
927
+ CheckboxFillIcon,
928
+ CheckedIcon,
929
+ ChevronDownIcon,
930
+ ChevronLeftIcon,
931
+ ChevronLeftCircleIcon,
932
+ ChevronLeftCircleFillIcon,
933
+ ChevronRightIcon,
934
+ ChevronRightCircleIcon,
935
+ ChevronRightCircleFillIcon,
936
+ ChevronUpIcon,
937
+ CompensationIcon,
938
+ CompensationFillIcon,
939
+ ComposeIcon,
940
+ ComposeFillIcon,
941
+ DiscoverIcon,
942
+ DiscoverFillIcon,
943
+ DocsIcon,
944
+ DocsFillIcon,
945
+ DownloadIcon,
946
+ DownvoteIcon,
947
+ DownvoteFillIcon,
948
+ DuplicateIcon,
949
+ DuplicateFillIcon,
950
+ EllipsisHorizontalIcon,
951
+ EllipsisHorizontalFillIcon,
952
+ EmbedIcon,
953
+ ExclamationCircleIcon,
954
+ ExclamationCircleFillIcon,
955
+ ExtractIcon,
956
+ ExtractFillIcon,
957
+ EyeIcon,
958
+ EyeFillIcon,
959
+ EyeOffIcon,
960
+ EyeOffFillIcon,
961
+ FilterIcon,
962
+ FilterFillIcon,
963
+ FlagIcon,
964
+ FlagFillIcon,
965
+ GiftIcon,
966
+ GiftFillIcon,
967
+ GlobeIcon,
968
+ GlobeFillIcon,
969
+ HashTagIcon,
970
+ HeadphonesIcon,
971
+ HeadphonesFillIcon,
972
+ HeartIcon,
973
+ HeartFillIcon,
974
+ HomeIcon,
975
+ HomeFillIcon,
976
+ ImageIcon,
977
+ ImageFillIcon,
978
+ InfoIcon,
979
+ InfoFillIcon,
980
+ InvitationIcon,
981
+ InvitationFillIcon,
982
+ LinkIcon,
983
+ LocationIcon,
984
+ LocationFillIcon,
985
+ LockIcon,
986
+ LockFillIcon,
987
+ LoginIcon,
988
+ LogoutIcon,
989
+ MaleFillIcon,
990
+ MegaphoneIcon,
991
+ MegaphoneFillIcon,
992
+ MentionIcon,
993
+ MenuIcon,
994
+ MicrophoneIcon,
995
+ MicrophoneFillIcon,
996
+ MixedboxIcon,
997
+ MixedboxFillIcon,
998
+ MoonIcon,
999
+ MoonFillIcon,
1000
+ PlusIcon,
1001
+ PlusCircleIcon,
1002
+ PlusCircleFillIcon,
1003
+ PlusSquareIcon,
1004
+ PlusSquareFillIcon,
1005
+ PollIcon,
1006
+ PollFillIcon,
1007
+ ProfileIcon,
1008
+ ProfileFillIcon,
1009
+ PulseIcon,
1010
+ PulseFillIcon,
1011
+ RadioIcon,
1012
+ RadioFillIcon,
1013
+ ReactIcon,
1014
+ ReactFillIcon,
1015
+ RectangleIcon,
1016
+ RectangleFillIcon,
1017
+ RefreshIcon,
1018
+ ReplyIcon,
1019
+ ReplyFillIcon,
1020
+ ScrollTopIcon,
1021
+ SearchIcon,
1022
+ SearchFillIcon,
1023
+ SettingsIcon,
1024
+ SettingsFillIcon,
1025
+ ShareIcon,
1026
+ ShieldIcon,
1027
+ ShieldFillIcon,
1028
+ SquareStackIcon,
1029
+ StarIcon,
1030
+ StarFillIcon,
1031
+ StopIcon,
1032
+ StoryIcon,
1033
+ StoryFillIcon,
1034
+ SunIcon,
1035
+ SunFillIcon,
1036
+ TagIcon,
1037
+ TagFillIcon,
1038
+ ThumbUpIcon,
1039
+ ThumbUpFillIcon,
1040
+ TopicIcon,
1041
+ TopicFillIcon,
1042
+ TrashIcon,
1043
+ TrashFillIcon,
1044
+ UpvoteIcon,
1045
+ UpvoteFillIcon,
1046
+ VerifiedIcon,
1047
+ VerifiedFillIcon,
1048
+ XIcon,
1049
+ XCircleIcon,
1050
+ XCircleFillIcon,
1051
+ CopyIcon,
1052
+ MicIcon,
1053
+ ViewIcon,
1054
+ ViewFillIcon,
1055
+ VisibleIcon,
1056
+ VisibleFillIcon,
1057
+ InvisibleIcon,
1058
+ InvisibleFillIcon,
1059
+ AddIcon,
1060
+ AddCircleIcon,
1061
+ AddCircleFillIcon,
1062
+ AddSquareIcon,
1063
+ AddSquareFillIcon,
1064
+ CloseIcon,
1065
+ CloseCircleIcon,
1066
+ CloseCircleFillIcon,
1067
+ CollapseIcon,
1068
+ ExpandIcon,
1069
+ BackwardIcon,
1070
+ BackwardCircleIcon,
1071
+ BackwardCircleFillIcon,
1072
+ ForwardIcon,
1073
+ ForwardCircleIcon,
1074
+ ForwardCircleFillIcon,
1075
+ DownwardIcon,
1076
+ DownwardCircleIcon,
1077
+ DownwardCircleFillIcon,
1078
+ UpwardIcon,
1079
+ UpwardCircleIcon,
1080
+ UpwardCircleFillIcon,
1081
+ NotificationIcon,
1082
+ NotificationFillIcon,
1083
+ NotificationOffIcon,
1084
+ NotificationOffFillIcon,
1085
+ MoreIcon,
1086
+ MoreFillIcon,
1087
+ DayIcon,
1088
+ DayFillIcon,
1089
+ NightIcon,
1090
+ NightFillIcon,
1091
+ CompanyIcon,
1092
+ CompanyFillIcon,
1093
+ LockedIcon,
1094
+ LockedFillIcon,
1095
+ SecureIcon,
1096
+ SecureFillIcon,
1097
+ WarningIcon,
1098
+ WarningFillIcon,
1099
+ VoiceIcon,
1100
+ VoiceFillIcon,
1101
+ WebIcon,
1102
+ WebFillIcon,
1103
+ PhotoIcon,
1104
+ PhotoFillIcon,
1105
+ PictureIcon,
1106
+ PictureFillIcon,
1107
+ InsightsIcon,
1108
+ InsightsFillIcon,
1109
+ MultipleIcon
1110
+ };
1111
+
1112
+ export { AddCircleFillIcon, AddCircleIcon, AddIcon, AddSquareFillIcon, AddSquareIcon, ArrowDownCircleFillIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowUpCircleFillIcon, ArrowUpCircleIcon, ArrowUpIcon, BackwardCircleFillIcon, BackwardCircleIcon, BackwardIcon, BarCircleFillIcon, BarCircleIcon, BarFillIcon, BarIcon, BellFillIcon, BellIcon, BellOffFillIcon, BellOffIcon, BookmarkFillIcon, BookmarkIcon, BriefcaseFillIcon, BriefcaseIcon, BuildingFillIcon, BuildingIcon, CameraFillIcon, CameraIcon, CampusFillIcon, CampusIcon, CardFillIcon, CardIcon, ChartBarFillIcon, ChartBarIcon, ChatFillIcon, ChatIcon, CheckCircleFillIcon, CheckCircleIcon, CheckboxFillIcon, CheckboxIcon, CheckedIcon, ChevronDownIcon, ChevronLeftCircleFillIcon, ChevronLeftCircleIcon, ChevronLeftIcon, ChevronRightCircleFillIcon, ChevronRightCircleIcon, ChevronRightIcon, ChevronUpIcon, CloseCircleFillIcon, CloseCircleIcon, CloseIcon, CollapseIcon, CompanyFillIcon, CompanyIcon, CompensationFillIcon, CompensationIcon, ComposeFillIcon, ComposeIcon, CopyIcon, DayFillIcon, DayIcon, DiscoverFillIcon, DiscoverIcon, DocsFillIcon, DocsIcon, DownloadIcon, DownvoteFillIcon, DownvoteIcon, DownwardCircleFillIcon, DownwardCircleIcon, DownwardIcon, DuplicateFillIcon, DuplicateIcon, EllipsisHorizontalFillIcon, EllipsisHorizontalIcon, EmbedIcon, ExclamationCircleFillIcon, ExclamationCircleIcon, ExpandIcon, ExtractFillIcon, ExtractIcon, EyeFillIcon, EyeIcon, EyeOffFillIcon, EyeOffIcon, FilterFillIcon, FilterIcon, FlagFillIcon, FlagIcon, ForwardCircleFillIcon, ForwardCircleIcon, ForwardIcon, GiftFillIcon, GiftIcon, GlobeFillIcon, GlobeIcon, HashTagIcon, HeadphonesFillIcon, HeadphonesIcon, HeartFillIcon, HeartIcon, HomeFillIcon, HomeIcon, ImageFillIcon, ImageIcon, InfoFillIcon, InfoIcon, InsightsFillIcon, InsightsIcon, InvisibleFillIcon, InvisibleIcon, InvitationFillIcon, InvitationIcon, LinkIcon, LocationFillIcon, LocationIcon, LockFillIcon, LockIcon, LockedFillIcon, LockedIcon, LoginIcon, LogoutIcon, MaleFillIcon, MegaphoneFillIcon, MegaphoneIcon, MentionIcon, MenuIcon, MicIcon, MicrophoneFillIcon, MicrophoneIcon, MixedboxFillIcon, MixedboxIcon, MoonFillIcon, MoonIcon, MoreFillIcon, MoreIcon, MultipleIcon, NightFillIcon, NightIcon, NotificationFillIcon, NotificationIcon, NotificationOffFillIcon, NotificationOffIcon, PhotoFillIcon, PhotoIcon, PictureFillIcon, PictureIcon, PlusCircleFillIcon, PlusCircleIcon, PlusIcon, PlusSquareFillIcon, PlusSquareIcon, PollFillIcon, PollIcon, ProfileFillIcon, ProfileIcon, PulseFillIcon, PulseIcon, RadioFillIcon, RadioIcon, ReactFillIcon, ReactIcon, RectangleFillIcon, RectangleIcon, RefreshIcon, ReplyFillIcon, ReplyIcon, ScrollTopIcon, SearchFillIcon, SearchIcon, SecureFillIcon, SecureIcon, SettingsFillIcon, SettingsIcon, ShareIcon, ShieldFillIcon, ShieldIcon, SquareStackIcon, StarFillIcon, StarIcon, StopIcon, StoryFillIcon, StoryIcon, SunFillIcon, SunIcon, TagFillIcon, TagIcon, ThumbUpFillIcon, ThumbUpIcon, TopicFillIcon, TopicIcon, TrashFillIcon, TrashIcon, UpvoteFillIcon, UpvoteIcon, UpwardCircleFillIcon, UpwardCircleIcon, UpwardIcon, VerifiedFillIcon, VerifiedIcon, ViewFillIcon, ViewIcon, VisibleFillIcon, VisibleIcon, VoiceFillIcon, VoiceIcon, WarningFillIcon, WarningIcon, WebFillIcon, WebIcon, XCircleFillIcon, XCircleIcon, XIcon, icons };
1113
+ //# sourceMappingURL=index.js.map
1114
+ //# sourceMappingURL=index.js.map