@vector-im/compound-design-tokens 0.0.6 → 0.1.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 (121) hide show
  1. package/README.md +1 -0
  2. package/assets/web/icons/$icons.json +1 -1
  3. package/assets/web/icons/chat-solid.svg +3 -0
  4. package/assets/web/icons/check-circle-solid.svg +3 -0
  5. package/assets/web/icons/check-circle.svg +1 -1
  6. package/assets/web/icons/check.svg +1 -1
  7. package/assets/web/icons/chevron-down.svg +1 -1
  8. package/assets/web/icons/chevron-left.svg +1 -1
  9. package/assets/web/icons/chevron-right.svg +1 -1
  10. package/assets/web/icons/chevron-up-down.svg +1 -1
  11. package/assets/web/icons/chevron-up.svg +3 -0
  12. package/assets/web/icons/collapse.svg +4 -0
  13. package/assets/web/icons/company.svg +3 -0
  14. package/assets/web/icons/dark-mode.svg +3 -0
  15. package/assets/web/icons/edit.svg +5 -0
  16. package/assets/web/icons/email-solid.svg +3 -0
  17. package/assets/web/icons/email.svg +3 -0
  18. package/assets/web/icons/end-call.svg +1 -1
  19. package/assets/web/icons/expand.svg +3 -0
  20. package/assets/web/icons/favourite-off.svg +2 -2
  21. package/assets/web/icons/favourite-on.svg +2 -2
  22. package/assets/web/icons/help-solid.svg +3 -0
  23. package/assets/web/icons/help.svg +5 -0
  24. package/assets/web/icons/host.svg +4 -0
  25. package/assets/web/icons/image.svg +4 -0
  26. package/assets/web/icons/info-solid.svg +3 -0
  27. package/assets/web/icons/info.svg +3 -1
  28. package/assets/web/icons/menu.svg +3 -0
  29. package/assets/web/icons/notifications-solid.svg +2 -2
  30. package/assets/web/icons/notifications.svg +2 -2
  31. package/assets/web/icons/offline.svg +1 -1
  32. package/assets/web/icons/pin-off.svg +3 -0
  33. package/assets/web/icons/pin-on.svg +3 -0
  34. package/assets/web/icons/plus.svg +3 -0
  35. package/assets/web/icons/polls-end.svg +7 -0
  36. package/assets/web/icons/room-admin.svg +4 -0
  37. package/assets/web/icons/send-solid.svg +3 -0
  38. package/assets/web/icons/send.svg +3 -0
  39. package/assets/web/icons/spotlight.svg +3 -0
  40. package/assets/web/icons/switch-camera-solid.svg +5 -0
  41. package/assets/web/icons/unknown.svg +1 -1
  42. package/assets/web/icons/user-profile-solid.svg +4 -0
  43. package/assets/web/icons/verified.svg +1 -1
  44. package/assets/web/icons/video-call-off-solid.svg +4 -0
  45. package/assets/web/icons/video-call-off.svg +1 -2
  46. package/assets/web/icons/video-call-solid.svg +3 -0
  47. package/assets/web/icons/video-call.svg +1 -1
  48. package/assets/web/icons/visibility-off.svg +1 -1
  49. package/assets/web/icons/volume-off-solid.svg +6 -0
  50. package/assets/web/icons/volume-off.svg +6 -0
  51. package/assets/web/icons/volume-on-solid.svg +5 -0
  52. package/assets/web/icons/volume-on.svg +5 -0
  53. package/assets/web/icons/warning.svg +5 -0
  54. package/assets/web/js/cpdDark.d.ts +36 -4
  55. package/assets/web/js/cpdDark.js +36 -4
  56. package/assets/web/js/cpdDarkHc.d.ts +36 -4
  57. package/assets/web/js/cpdDarkHc.js +36 -4
  58. package/assets/web/js/cpdLight.d.ts +36 -4
  59. package/assets/web/js/cpdLight.js +36 -4
  60. package/assets/web/js/cpdLightHc.d.ts +36 -4
  61. package/assets/web/js/cpdLightHc.js +36 -4
  62. package/icons/$icons.json +1 -1
  63. package/icons/chat-solid.svg +3 -0
  64. package/icons/check-circle-solid.svg +3 -0
  65. package/icons/check-circle.svg +1 -1
  66. package/icons/check.svg +1 -1
  67. package/icons/chevron-down.svg +1 -1
  68. package/icons/chevron-left.svg +1 -1
  69. package/icons/chevron-right.svg +1 -1
  70. package/icons/chevron-up-down.svg +1 -1
  71. package/icons/chevron-up.svg +3 -0
  72. package/icons/collapse.svg +4 -0
  73. package/icons/company.svg +3 -0
  74. package/icons/dark-mode.svg +3 -0
  75. package/icons/edit.svg +5 -0
  76. package/icons/email-solid.svg +3 -0
  77. package/icons/email.svg +3 -0
  78. package/icons/end-call.svg +1 -1
  79. package/icons/expand.svg +3 -0
  80. package/icons/favourite-off.svg +2 -2
  81. package/icons/favourite-on.svg +2 -2
  82. package/icons/grid.svg +6 -0
  83. package/icons/help-solid.svg +3 -0
  84. package/icons/help.svg +5 -0
  85. package/icons/host.svg +4 -0
  86. package/icons/image.svg +4 -0
  87. package/icons/info-solid.svg +3 -0
  88. package/icons/info.svg +3 -1
  89. package/icons/menu.svg +3 -0
  90. package/icons/notifications-solid.svg +2 -2
  91. package/icons/notifications.svg +2 -2
  92. package/icons/offline.svg +1 -1
  93. package/icons/pin-off.svg +3 -0
  94. package/icons/pin-on.svg +3 -0
  95. package/icons/plus.svg +3 -0
  96. package/icons/polls-end.svg +7 -0
  97. package/icons/room-admin.svg +4 -0
  98. package/icons/send-solid.svg +3 -0
  99. package/icons/send.svg +3 -0
  100. package/icons/spotlight.svg +3 -0
  101. package/icons/switch-camera-solid.svg +5 -0
  102. package/icons/unknown.svg +1 -1
  103. package/icons/user-profile-solid.svg +4 -0
  104. package/icons/verified.svg +1 -1
  105. package/icons/video-call-declined-solid.svg +3 -0
  106. package/icons/video-call-missed-solid.svg +3 -0
  107. package/icons/video-call-off-solid.svg +4 -0
  108. package/icons/video-call-off.svg +1 -2
  109. package/icons/video-call-solid.svg +3 -0
  110. package/icons/video-call.svg +1 -1
  111. package/icons/visibility-off.svg +1 -1
  112. package/icons/volume-off-solid.svg +6 -0
  113. package/icons/volume-off.svg +6 -0
  114. package/icons/volume-on-solid.svg +5 -0
  115. package/icons/volume-on.svg +5 -0
  116. package/icons/warning.svg +5 -0
  117. package/package.json +1 -1
  118. package/icons/spotlight-view.svg +0 -4
  119. /package/{icons/grid-view.svg → assets/web/icons/grid.svg} +0 -0
  120. /package/{icons/video-call-declined.svg → assets/web/icons/video-call-declined-solid.svg} +0 -0
  121. /package/{icons/video-call-missed.svg → assets/web/icons/video-call-missed-solid.svg} +0 -0
@@ -83,28 +83,43 @@ export const cpdIconArrowUpRight : string;
83
83
  export const cpdIconBlock : string;
84
84
  export const cpdIconChatNew : string;
85
85
  export const cpdIconChatProblem : string;
86
+ export const cpdIconChatSolid : string;
86
87
  export const cpdIconChat : string;
88
+ export const cpdIconCheckCircleSolid : string;
87
89
  export const cpdIconCheckCircle : string;
88
90
  export const cpdIconCheck : string;
89
91
  export const cpdIconChevronDown : string;
90
92
  export const cpdIconChevronLeft : string;
91
93
  export const cpdIconChevronRight : string;
92
94
  export const cpdIconChevronUpDown : string;
95
+ export const cpdIconChevronUp : string;
93
96
  export const cpdIconClose : string;
97
+ export const cpdIconCollapse : string;
98
+ export const cpdIconCompany : string;
94
99
  export const cpdIconComputer : string;
100
+ export const cpdIconDarkMode : string;
95
101
  export const cpdIconDelete : string;
96
102
  export const cpdIconDownload : string;
97
103
  export const cpdIconDragGrid : string;
98
104
  export const cpdIconDragList : string;
105
+ export const cpdIconEdit : string;
106
+ export const cpdIconEmailSolid : string;
107
+ export const cpdIconEmail : string;
99
108
  export const cpdIconEndCall : string;
100
109
  export const cpdIconError : string;
110
+ export const cpdIconExpand : string;
101
111
  export const cpdIconExportArchive : string;
102
112
  export const cpdIconExtensions : string;
103
113
  export const cpdIconFavouriteOff : string;
104
114
  export const cpdIconFavouriteOn : string;
105
115
  export const cpdIconFiles : string;
106
116
  export const cpdIconFilter : string;
107
- export const cpdIconGridView : string;
117
+ export const cpdIconGrid : string;
118
+ export const cpdIconHelpSolid : string;
119
+ export const cpdIconHelp : string;
120
+ export const cpdIconHost : string;
121
+ export const cpdIconImage : string;
122
+ export const cpdIconInfoSolid : string;
108
123
  export const cpdIconInfo : string;
109
124
  export const cpdIconLeave : string;
110
125
  export const cpdIconLink : string;
@@ -112,6 +127,7 @@ export const cpdIconLockOff : string;
112
127
  export const cpdIconLock : string;
113
128
  export const cpdIconMarkerReadReceipts : string;
114
129
  export const cpdIconMention : string;
130
+ export const cpdIconMenu : string;
115
131
  export const cpdIconMicOffOutline : string;
116
132
  export const cpdIconMicOffSolid : string;
117
133
  export const cpdIconMicOnOutline : string;
@@ -124,32 +140,48 @@ export const cpdIconNotifications : string;
124
140
  export const cpdIconOffline : string;
125
141
  export const cpdIconOverflowHorizontal : string;
126
142
  export const cpdIconOverflowVertical : string;
143
+ export const cpdIconPinOff : string;
144
+ export const cpdIconPinOn : string;
145
+ export const cpdIconPlus : string;
146
+ export const cpdIconPollsEnd : string;
127
147
  export const cpdIconPolls : string;
128
148
  export const cpdIconPopOut : string;
129
149
  export const cpdIconPublic : string;
150
+ export const cpdIconRoomAdmin : string;
130
151
  export const cpdIconSearch : string;
152
+ export const cpdIconSendSolid : string;
153
+ export const cpdIconSend : string;
131
154
  export const cpdIconSettingsSolid : string;
132
155
  export const cpdIconSettings : string;
133
156
  export const cpdIconShareAndroid : string;
134
157
  export const cpdIconShareScreenOutline : string;
135
158
  export const cpdIconShareScreenSolid : string;
136
159
  export const cpdIconShare : string;
137
- export const cpdIconSpotlightView : string;
160
+ export const cpdIconSpotlight : string;
161
+ export const cpdIconSwitchCameraSolid : string;
138
162
  export const cpdIconThreadsSolid : string;
139
163
  export const cpdIconThreads : string;
140
164
  export const cpdIconUnknownSolid : string;
141
165
  export const cpdIconUnknown : string;
142
166
  export const cpdIconUserAddSolid : string;
143
167
  export const cpdIconUserAdd : string;
168
+ export const cpdIconUserProfileSolid : string;
144
169
  export const cpdIconUserProfile : string;
145
170
  export const cpdIconVerified : string;
146
- export const cpdIconVideoCallDeclined : string;
147
- export const cpdIconVideoCallMissed : string;
171
+ export const cpdIconVideoCallDeclinedSolid : string;
172
+ export const cpdIconVideoCallMissedSolid : string;
173
+ export const cpdIconVideoCallOffSolid : string;
148
174
  export const cpdIconVideoCallOff : string;
175
+ export const cpdIconVideoCallSolid : string;
149
176
  export const cpdIconVideoCall : string;
150
177
  export const cpdIconVisibilityOff : string;
151
178
  export const cpdIconVisibilityOn : string;
152
179
  export const cpdIconVoiceCall : string;
180
+ export const cpdIconVolumeOffSolid : string;
181
+ export const cpdIconVolumeOff : string;
182
+ export const cpdIconVolumeOnSolid : string;
183
+ export const cpdIconVolumeOn : string;
184
+ export const cpdIconWarning : string;
153
185
  export const cpdIconWebBrowser : string;
154
186
  export const cpdColorThemeBg : string;
155
187
  export const cpdColorGray100 : string;
@@ -83,28 +83,43 @@ export const cpdIconArrowUpRight = "icons/arrow-up-right.svg";
83
83
  export const cpdIconBlock = "icons/block.svg";
84
84
  export const cpdIconChatNew = "icons/chat-new.svg";
85
85
  export const cpdIconChatProblem = "icons/chat-problem.svg";
86
+ export const cpdIconChatSolid = "icons/chat-solid.svg";
86
87
  export const cpdIconChat = "icons/chat.svg";
88
+ export const cpdIconCheckCircleSolid = "icons/check-circle-solid.svg";
87
89
  export const cpdIconCheckCircle = "icons/check-circle.svg";
88
90
  export const cpdIconCheck = "icons/check.svg";
89
91
  export const cpdIconChevronDown = "icons/chevron-down.svg";
90
92
  export const cpdIconChevronLeft = "icons/chevron-left.svg";
91
93
  export const cpdIconChevronRight = "icons/chevron-right.svg";
92
94
  export const cpdIconChevronUpDown = "icons/chevron-up-down.svg";
95
+ export const cpdIconChevronUp = "icons/chevron-up.svg";
93
96
  export const cpdIconClose = "icons/close.svg";
97
+ export const cpdIconCollapse = "icons/collapse.svg";
98
+ export const cpdIconCompany = "icons/company.svg";
94
99
  export const cpdIconComputer = "icons/computer.svg";
100
+ export const cpdIconDarkMode = "icons/dark-mode.svg";
95
101
  export const cpdIconDelete = "icons/delete.svg";
96
102
  export const cpdIconDownload = "icons/download.svg";
97
103
  export const cpdIconDragGrid = "icons/drag-grid.svg";
98
104
  export const cpdIconDragList = "icons/drag-list.svg";
105
+ export const cpdIconEdit = "icons/edit.svg";
106
+ export const cpdIconEmailSolid = "icons/email-solid.svg";
107
+ export const cpdIconEmail = "icons/email.svg";
99
108
  export const cpdIconEndCall = "icons/end-call.svg";
100
109
  export const cpdIconError = "icons/error.svg";
110
+ export const cpdIconExpand = "icons/expand.svg";
101
111
  export const cpdIconExportArchive = "icons/export-archive.svg";
102
112
  export const cpdIconExtensions = "icons/extensions.svg";
103
113
  export const cpdIconFavouriteOff = "icons/favourite-off.svg";
104
114
  export const cpdIconFavouriteOn = "icons/favourite-on.svg";
105
115
  export const cpdIconFiles = "icons/files.svg";
106
116
  export const cpdIconFilter = "icons/filter.svg";
107
- export const cpdIconGridView = "icons/grid-view.svg";
117
+ export const cpdIconGrid = "icons/grid.svg";
118
+ export const cpdIconHelpSolid = "icons/help-solid.svg";
119
+ export const cpdIconHelp = "icons/help.svg";
120
+ export const cpdIconHost = "icons/host.svg";
121
+ export const cpdIconImage = "icons/image.svg";
122
+ export const cpdIconInfoSolid = "icons/info-solid.svg";
108
123
  export const cpdIconInfo = "icons/info.svg";
109
124
  export const cpdIconLeave = "icons/leave.svg";
110
125
  export const cpdIconLink = "icons/link.svg";
@@ -112,6 +127,7 @@ export const cpdIconLockOff = "icons/lock-off.svg";
112
127
  export const cpdIconLock = "icons/lock.svg";
113
128
  export const cpdIconMarkerReadReceipts = "icons/marker-read-receipts.svg";
114
129
  export const cpdIconMention = "icons/mention.svg";
130
+ export const cpdIconMenu = "icons/menu.svg";
115
131
  export const cpdIconMicOffOutline = "icons/mic-off-outline.svg";
116
132
  export const cpdIconMicOffSolid = "icons/mic-off-solid.svg";
117
133
  export const cpdIconMicOnOutline = "icons/mic-on-outline.svg";
@@ -124,32 +140,48 @@ export const cpdIconNotifications = "icons/notifications.svg";
124
140
  export const cpdIconOffline = "icons/offline.svg";
125
141
  export const cpdIconOverflowHorizontal = "icons/overflow-horizontal.svg";
126
142
  export const cpdIconOverflowVertical = "icons/overflow-vertical.svg";
143
+ export const cpdIconPinOff = "icons/pin-off.svg";
144
+ export const cpdIconPinOn = "icons/pin-on.svg";
145
+ export const cpdIconPlus = "icons/plus.svg";
146
+ export const cpdIconPollsEnd = "icons/polls-end.svg";
127
147
  export const cpdIconPolls = "icons/polls.svg";
128
148
  export const cpdIconPopOut = "icons/pop-out.svg";
129
149
  export const cpdIconPublic = "icons/public.svg";
150
+ export const cpdIconRoomAdmin = "icons/room-admin.svg";
130
151
  export const cpdIconSearch = "icons/search.svg";
152
+ export const cpdIconSendSolid = "icons/send-solid.svg";
153
+ export const cpdIconSend = "icons/send.svg";
131
154
  export const cpdIconSettingsSolid = "icons/settings-solid.svg";
132
155
  export const cpdIconSettings = "icons/settings.svg";
133
156
  export const cpdIconShareAndroid = "icons/share-android.svg";
134
157
  export const cpdIconShareScreenOutline = "icons/share-screen-outline.svg";
135
158
  export const cpdIconShareScreenSolid = "icons/share-screen-solid.svg";
136
159
  export const cpdIconShare = "icons/share.svg";
137
- export const cpdIconSpotlightView = "icons/spotlight-view.svg";
160
+ export const cpdIconSpotlight = "icons/spotlight.svg";
161
+ export const cpdIconSwitchCameraSolid = "icons/switch-camera-solid.svg";
138
162
  export const cpdIconThreadsSolid = "icons/threads-solid.svg";
139
163
  export const cpdIconThreads = "icons/threads.svg";
140
164
  export const cpdIconUnknownSolid = "icons/unknown-solid.svg";
141
165
  export const cpdIconUnknown = "icons/unknown.svg";
142
166
  export const cpdIconUserAddSolid = "icons/user-add-solid.svg";
143
167
  export const cpdIconUserAdd = "icons/user-add.svg";
168
+ export const cpdIconUserProfileSolid = "icons/user-profile-solid.svg";
144
169
  export const cpdIconUserProfile = "icons/user-profile.svg";
145
170
  export const cpdIconVerified = "icons/verified.svg";
146
- export const cpdIconVideoCallDeclined = "icons/video-call-declined.svg";
147
- export const cpdIconVideoCallMissed = "icons/video-call-missed.svg";
171
+ export const cpdIconVideoCallDeclinedSolid = "icons/video-call-declined-solid.svg";
172
+ export const cpdIconVideoCallMissedSolid = "icons/video-call-missed-solid.svg";
173
+ export const cpdIconVideoCallOffSolid = "icons/video-call-off-solid.svg";
148
174
  export const cpdIconVideoCallOff = "icons/video-call-off.svg";
175
+ export const cpdIconVideoCallSolid = "icons/video-call-solid.svg";
149
176
  export const cpdIconVideoCall = "icons/video-call.svg";
150
177
  export const cpdIconVisibilityOff = "icons/visibility-off.svg";
151
178
  export const cpdIconVisibilityOn = "icons/visibility-on.svg";
152
179
  export const cpdIconVoiceCall = "icons/voice-call.svg";
180
+ export const cpdIconVolumeOffSolid = "icons/volume-off-solid.svg";
181
+ export const cpdIconVolumeOff = "icons/volume-off.svg";
182
+ export const cpdIconVolumeOnSolid = "icons/volume-on-solid.svg";
183
+ export const cpdIconVolumeOn = "icons/volume-on.svg";
184
+ export const cpdIconWarning = "icons/warning.svg";
153
185
  export const cpdIconWebBrowser = "icons/web-browser.svg";
154
186
  export const cpdColorThemeBg = "#ffffff";
155
187
  export const cpdColorGray100 = "#f7f9fa";
package/icons/$icons.json CHANGED
@@ -1 +1 @@
1
- {"icon":{"arrow-left":{"value":"icons/arrow-left.svg","type":"icon"},"arrow-right":{"value":"icons/arrow-right.svg","type":"icon"},"arrow-up-right":{"value":"icons/arrow-up-right.svg","type":"icon"},"block":{"value":"icons/block.svg","type":"icon"},"chat-new":{"value":"icons/chat-new.svg","type":"icon"},"chat-problem":{"value":"icons/chat-problem.svg","type":"icon"},"chat":{"value":"icons/chat.svg","type":"icon"},"check-circle":{"value":"icons/check-circle.svg","type":"icon"},"check":{"value":"icons/check.svg","type":"icon"},"chevron-down":{"value":"icons/chevron-down.svg","type":"icon"},"chevron-left":{"value":"icons/chevron-left.svg","type":"icon"},"chevron-right":{"value":"icons/chevron-right.svg","type":"icon"},"chevron-up-down":{"value":"icons/chevron-up-down.svg","type":"icon"},"close":{"value":"icons/close.svg","type":"icon"},"computer":{"value":"icons/computer.svg","type":"icon"},"delete":{"value":"icons/delete.svg","type":"icon"},"download":{"value":"icons/download.svg","type":"icon"},"drag-grid":{"value":"icons/drag-grid.svg","type":"icon"},"drag-list":{"value":"icons/drag-list.svg","type":"icon"},"end-call":{"value":"icons/end-call.svg","type":"icon"},"error":{"value":"icons/error.svg","type":"icon"},"export-archive":{"value":"icons/export-archive.svg","type":"icon"},"extensions":{"value":"icons/extensions.svg","type":"icon"},"favourite-off":{"value":"icons/favourite-off.svg","type":"icon"},"favourite-on":{"value":"icons/favourite-on.svg","type":"icon"},"files":{"value":"icons/files.svg","type":"icon"},"filter":{"value":"icons/filter.svg","type":"icon"},"grid-view":{"value":"icons/grid-view.svg","type":"icon"},"info":{"value":"icons/info.svg","type":"icon"},"leave":{"value":"icons/leave.svg","type":"icon"},"link":{"value":"icons/link.svg","type":"icon"},"lock-off":{"value":"icons/lock-off.svg","type":"icon"},"lock":{"value":"icons/lock.svg","type":"icon"},"marker-read-receipts":{"value":"icons/marker-read-receipts.svg","type":"icon"},"mention":{"value":"icons/mention.svg","type":"icon"},"mic-off-outline":{"value":"icons/mic-off-outline.svg","type":"icon"},"mic-off-solid":{"value":"icons/mic-off-solid.svg","type":"icon"},"mic-on-outline":{"value":"icons/mic-on-outline.svg","type":"icon"},"mic-on-solid":{"value":"icons/mic-on-solid.svg","type":"icon"},"mobile":{"value":"icons/mobile.svg","type":"icon"},"notifications-off":{"value":"icons/notifications-off.svg","type":"icon"},"notifications-solid-off":{"value":"icons/notifications-solid-off.svg","type":"icon"},"notifications-solid":{"value":"icons/notifications-solid.svg","type":"icon"},"notifications":{"value":"icons/notifications.svg","type":"icon"},"offline":{"value":"icons/offline.svg","type":"icon"},"overflow-horizontal":{"value":"icons/overflow-horizontal.svg","type":"icon"},"overflow-vertical":{"value":"icons/overflow-vertical.svg","type":"icon"},"polls":{"value":"icons/polls.svg","type":"icon"},"pop-out":{"value":"icons/pop-out.svg","type":"icon"},"public":{"value":"icons/public.svg","type":"icon"},"search":{"value":"icons/search.svg","type":"icon"},"settings-solid":{"value":"icons/settings-solid.svg","type":"icon"},"settings":{"value":"icons/settings.svg","type":"icon"},"share-android":{"value":"icons/share-android.svg","type":"icon"},"share-screen-outline":{"value":"icons/share-screen-outline.svg","type":"icon"},"share-screen-solid":{"value":"icons/share-screen-solid.svg","type":"icon"},"share":{"value":"icons/share.svg","type":"icon"},"spotlight-view":{"value":"icons/spotlight-view.svg","type":"icon"},"threads-solid":{"value":"icons/threads-solid.svg","type":"icon"},"threads":{"value":"icons/threads.svg","type":"icon"},"unknown-solid":{"value":"icons/unknown-solid.svg","type":"icon"},"unknown":{"value":"icons/unknown.svg","type":"icon"},"user-add-solid":{"value":"icons/user-add-solid.svg","type":"icon"},"user-add":{"value":"icons/user-add.svg","type":"icon"},"user-profile":{"value":"icons/user-profile.svg","type":"icon"},"verified":{"value":"icons/verified.svg","type":"icon"},"video-call-declined":{"value":"icons/video-call-declined.svg","type":"icon"},"video-call-missed":{"value":"icons/video-call-missed.svg","type":"icon"},"video-call-off":{"value":"icons/video-call-off.svg","type":"icon"},"video-call":{"value":"icons/video-call.svg","type":"icon"},"visibility-off":{"value":"icons/visibility-off.svg","type":"icon"},"visibility-on":{"value":"icons/visibility-on.svg","type":"icon"},"voice-call":{"value":"icons/voice-call.svg","type":"icon"},"web-browser":{"value":"icons/web-browser.svg","type":"icon"}}}
1
+ {"icon":{"arrow-left":{"value":"icons/arrow-left.svg","type":"icon"},"arrow-right":{"value":"icons/arrow-right.svg","type":"icon"},"arrow-up-right":{"value":"icons/arrow-up-right.svg","type":"icon"},"block":{"value":"icons/block.svg","type":"icon"},"chat-new":{"value":"icons/chat-new.svg","type":"icon"},"chat-problem":{"value":"icons/chat-problem.svg","type":"icon"},"chat-solid":{"value":"icons/chat-solid.svg","type":"icon"},"chat":{"value":"icons/chat.svg","type":"icon"},"check-circle-solid":{"value":"icons/check-circle-solid.svg","type":"icon"},"check-circle":{"value":"icons/check-circle.svg","type":"icon"},"check":{"value":"icons/check.svg","type":"icon"},"chevron-down":{"value":"icons/chevron-down.svg","type":"icon"},"chevron-left":{"value":"icons/chevron-left.svg","type":"icon"},"chevron-right":{"value":"icons/chevron-right.svg","type":"icon"},"chevron-up-down":{"value":"icons/chevron-up-down.svg","type":"icon"},"chevron-up":{"value":"icons/chevron-up.svg","type":"icon"},"close":{"value":"icons/close.svg","type":"icon"},"collapse":{"value":"icons/collapse.svg","type":"icon"},"company":{"value":"icons/company.svg","type":"icon"},"computer":{"value":"icons/computer.svg","type":"icon"},"dark-mode":{"value":"icons/dark-mode.svg","type":"icon"},"delete":{"value":"icons/delete.svg","type":"icon"},"download":{"value":"icons/download.svg","type":"icon"},"drag-grid":{"value":"icons/drag-grid.svg","type":"icon"},"drag-list":{"value":"icons/drag-list.svg","type":"icon"},"edit":{"value":"icons/edit.svg","type":"icon"},"email-solid":{"value":"icons/email-solid.svg","type":"icon"},"email":{"value":"icons/email.svg","type":"icon"},"end-call":{"value":"icons/end-call.svg","type":"icon"},"error":{"value":"icons/error.svg","type":"icon"},"expand":{"value":"icons/expand.svg","type":"icon"},"export-archive":{"value":"icons/export-archive.svg","type":"icon"},"extensions":{"value":"icons/extensions.svg","type":"icon"},"favourite-off":{"value":"icons/favourite-off.svg","type":"icon"},"favourite-on":{"value":"icons/favourite-on.svg","type":"icon"},"files":{"value":"icons/files.svg","type":"icon"},"filter":{"value":"icons/filter.svg","type":"icon"},"grid":{"value":"icons/grid.svg","type":"icon"},"help-solid":{"value":"icons/help-solid.svg","type":"icon"},"help":{"value":"icons/help.svg","type":"icon"},"host":{"value":"icons/host.svg","type":"icon"},"image":{"value":"icons/image.svg","type":"icon"},"info-solid":{"value":"icons/info-solid.svg","type":"icon"},"info":{"value":"icons/info.svg","type":"icon"},"leave":{"value":"icons/leave.svg","type":"icon"},"link":{"value":"icons/link.svg","type":"icon"},"lock-off":{"value":"icons/lock-off.svg","type":"icon"},"lock":{"value":"icons/lock.svg","type":"icon"},"marker-read-receipts":{"value":"icons/marker-read-receipts.svg","type":"icon"},"mention":{"value":"icons/mention.svg","type":"icon"},"menu":{"value":"icons/menu.svg","type":"icon"},"mic-off-outline":{"value":"icons/mic-off-outline.svg","type":"icon"},"mic-off-solid":{"value":"icons/mic-off-solid.svg","type":"icon"},"mic-on-outline":{"value":"icons/mic-on-outline.svg","type":"icon"},"mic-on-solid":{"value":"icons/mic-on-solid.svg","type":"icon"},"mobile":{"value":"icons/mobile.svg","type":"icon"},"notifications-off":{"value":"icons/notifications-off.svg","type":"icon"},"notifications-solid-off":{"value":"icons/notifications-solid-off.svg","type":"icon"},"notifications-solid":{"value":"icons/notifications-solid.svg","type":"icon"},"notifications":{"value":"icons/notifications.svg","type":"icon"},"offline":{"value":"icons/offline.svg","type":"icon"},"overflow-horizontal":{"value":"icons/overflow-horizontal.svg","type":"icon"},"overflow-vertical":{"value":"icons/overflow-vertical.svg","type":"icon"},"pin-off":{"value":"icons/pin-off.svg","type":"icon"},"pin-on":{"value":"icons/pin-on.svg","type":"icon"},"plus":{"value":"icons/plus.svg","type":"icon"},"polls-end":{"value":"icons/polls-end.svg","type":"icon"},"polls":{"value":"icons/polls.svg","type":"icon"},"pop-out":{"value":"icons/pop-out.svg","type":"icon"},"public":{"value":"icons/public.svg","type":"icon"},"room-admin":{"value":"icons/room-admin.svg","type":"icon"},"search":{"value":"icons/search.svg","type":"icon"},"send-solid":{"value":"icons/send-solid.svg","type":"icon"},"send":{"value":"icons/send.svg","type":"icon"},"settings-solid":{"value":"icons/settings-solid.svg","type":"icon"},"settings":{"value":"icons/settings.svg","type":"icon"},"share-android":{"value":"icons/share-android.svg","type":"icon"},"share-screen-outline":{"value":"icons/share-screen-outline.svg","type":"icon"},"share-screen-solid":{"value":"icons/share-screen-solid.svg","type":"icon"},"share":{"value":"icons/share.svg","type":"icon"},"spotlight":{"value":"icons/spotlight.svg","type":"icon"},"switch-camera-solid":{"value":"icons/switch-camera-solid.svg","type":"icon"},"threads-solid":{"value":"icons/threads-solid.svg","type":"icon"},"threads":{"value":"icons/threads.svg","type":"icon"},"unknown-solid":{"value":"icons/unknown-solid.svg","type":"icon"},"unknown":{"value":"icons/unknown.svg","type":"icon"},"user-add-solid":{"value":"icons/user-add-solid.svg","type":"icon"},"user-add":{"value":"icons/user-add.svg","type":"icon"},"user-profile-solid":{"value":"icons/user-profile-solid.svg","type":"icon"},"user-profile":{"value":"icons/user-profile.svg","type":"icon"},"verified":{"value":"icons/verified.svg","type":"icon"},"video-call-declined-solid":{"value":"icons/video-call-declined-solid.svg","type":"icon"},"video-call-missed-solid":{"value":"icons/video-call-missed-solid.svg","type":"icon"},"video-call-off-solid":{"value":"icons/video-call-off-solid.svg","type":"icon"},"video-call-off":{"value":"icons/video-call-off.svg","type":"icon"},"video-call-solid":{"value":"icons/video-call-solid.svg","type":"icon"},"video-call":{"value":"icons/video-call.svg","type":"icon"},"visibility-off":{"value":"icons/visibility-off.svg","type":"icon"},"visibility-on":{"value":"icons/visibility-on.svg","type":"icon"},"voice-call":{"value":"icons/voice-call.svg","type":"icon"},"volume-off-solid":{"value":"icons/volume-off-solid.svg","type":"icon"},"volume-off":{"value":"icons/volume-off.svg","type":"icon"},"volume-on-solid":{"value":"icons/volume-on-solid.svg","type":"icon"},"volume-on":{"value":"icons/volume-on.svg","type":"icon"},"warning":{"value":"icons/warning.svg","type":"icon"},"web-browser":{"value":"icons/web-browser.svg","type":"icon"}}}
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2.95002 16.3L1.50002 21.25C1.38335 21.6333 1.46668 21.9667 1.75002 22.25C2.03335 22.5333 2.36668 22.6167 2.75002 22.5L7.70002 21.05C8.38335 21.3667 9.08335 21.6042 9.80002 21.7625C10.5167 21.9208 11.25 22 12 22C13.3833 22 14.6833 21.7375 15.9 21.2125C17.1167 20.6875 18.175 19.975 19.075 19.075C19.975 18.175 20.6875 17.1167 21.2125 15.9C21.7375 14.6833 22 13.3833 22 12C22 10.6167 21.7375 9.31667 21.2125 8.1C20.6875 6.88333 19.975 5.825 19.075 4.925C18.175 4.025 17.1167 3.3125 15.9 2.7875C14.6833 2.2625 13.3833 2 12 2C10.6167 2 9.31668 2.2625 8.10002 2.7875C6.88335 3.3125 5.82502 4.025 4.92502 4.925C4.02502 5.825 3.31252 6.88333 2.78752 8.1C2.26252 9.31667 2.00002 10.6167 2.00002 12C2.00002 12.75 2.07918 13.4833 2.23752 14.2C2.39585 14.9167 2.63335 15.6167 2.95002 16.3Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.6 13.8L8.45 11.65C8.26667 11.4667 8.03333 11.375 7.75 11.375C7.46667 11.375 7.23333 11.4667 7.05 11.65C6.86667 11.8333 6.775 12.0667 6.775 12.35C6.775 12.6333 6.86667 12.8667 7.05 13.05L9.9 15.9C10.1 16.1 10.3333 16.2 10.6 16.2C10.8667 16.2 11.1 16.1 11.3 15.9L16.95 10.25C17.1333 10.0667 17.225 9.83333 17.225 9.55C17.225 9.26667 17.1333 9.03333 16.95 8.85C16.7667 8.66667 16.5333 8.575 16.25 8.575C15.9667 8.575 15.7333 8.66667 15.55 8.85L10.6 13.8ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.6 13.8L8.45 11.65C8.26667 11.4667 8.03333 11.375 7.75 11.375C7.46667 11.375 7.23333 11.4667 7.05 11.65C6.86667 11.8333 6.775 12.0667 6.775 12.35C6.775 12.6333 6.86667 12.8667 7.05 13.05L9.9 15.9C10.1 16.1 10.3333 16.2 10.6 16.2C10.8667 16.2 11.1 16.1 11.3 15.9L16.95 10.25C17.1333 10.0667 17.225 9.83333 17.225 9.55C17.225 9.26667 17.1333 9.03333 16.95 8.85C16.7667 8.66667 16.5333 8.575 16.25 8.575C15.9667 8.575 15.7333 8.66667 15.55 8.85L10.6 13.8ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z" fill="currentColor"/>
2
+ <path d="M10.6 13.8L8.45 11.65C8.26667 11.4667 8.03333 11.375 7.75 11.375C7.46667 11.375 7.23333 11.4667 7.05 11.65C6.86667 11.8333 6.775 12.0667 6.775 12.35C6.775 12.6333 6.86667 12.8667 7.05 13.05L9.9 15.9C10.1 16.1 10.3333 16.2 10.6 16.2C10.8667 16.2 11.1 16.1 11.3 15.9L16.95 10.25C17.1333 10.0667 17.225 9.83333 17.225 9.55C17.225 9.26667 17.1333 9.03333 16.95 8.85C16.7667 8.66667 16.5333 8.575 16.25 8.575C15.9667 8.575 15.7333 8.66667 15.55 8.85L10.6 13.8ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="currentColor"/>
3
3
  </svg>
package/icons/check.svg CHANGED
@@ -1,3 +1,3 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.55003 17.575C9.4167 17.575 9.2917 17.5542 9.17503 17.5125C9.05836 17.4709 8.95003 17.4 8.85003 17.3L4.55003 13C4.3667 12.8167 4.2792 12.5792 4.28753 12.2875C4.29586 11.9959 4.3917 11.7584 4.57503 11.575C4.75836 11.3917 4.9917 11.3 5.27503 11.3C5.55836 11.3 5.7917 11.3917 5.97503 11.575L9.55003 15.15L18.025 6.67502C18.2084 6.49169 18.4459 6.40002 18.7375 6.40002C19.0292 6.40002 19.2667 6.49169 19.45 6.67502C19.6334 6.85836 19.725 7.09586 19.725 7.38752C19.725 7.67919 19.6334 7.91669 19.45 8.10002L10.25 17.3C10.15 17.4 10.0417 17.4709 9.92503 17.5125C9.80836 17.5542 9.68336 17.575 9.55003 17.575Z" fill="currentColor"/>
2
+ <path d="M9.54991 17.5749C9.41658 17.5749 9.29158 17.5541 9.17491 17.5124C9.05824 17.4707 8.94991 17.3999 8.84991 17.2999L4.54991 12.9999C4.36658 12.8166 4.27908 12.5791 4.28741 12.2874C4.29574 11.9957 4.39158 11.7582 4.57491 11.5749C4.75824 11.3916 4.99158 11.2999 5.27491 11.2999C5.55824 11.2999 5.79158 11.3916 5.97491 11.5749L9.54991 15.1499L18.0249 6.6749C18.2082 6.49157 18.4457 6.3999 18.7374 6.3999C19.0291 6.3999 19.2666 6.49157 19.4499 6.6749C19.6332 6.85824 19.7249 7.09574 19.7249 7.3874C19.7249 7.67907 19.6332 7.91657 19.4499 8.0999L10.2499 17.2999C10.1499 17.3999 10.0416 17.4707 9.92491 17.5124C9.80824 17.5541 9.68324 17.5749 9.54991 17.5749Z" fill="currentColor"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 14.95C11.8667 14.95 11.7417 14.9292 11.625 14.8875C11.5084 14.8458 11.4 14.775 11.3 14.675L6.67503 10.05C6.4917 9.86667 6.4042 9.63751 6.41253 9.36251C6.42086 9.08751 6.5167 8.85834 6.70003 8.67501C6.88336 8.49167 7.1167 8.40001 7.40003 8.40001C7.68336 8.40001 7.9167 8.49167 8.10003 8.67501L12 12.575L15.925 8.65001C16.1084 8.46667 16.3375 8.37917 16.6125 8.38751C16.8875 8.39584 17.1167 8.49167 17.3 8.67501C17.4834 8.85834 17.575 9.09167 17.575 9.37501C17.575 9.65834 17.4834 9.89167 17.3 10.075L12.7 14.675C12.6 14.775 12.4917 14.8458 12.375 14.8875C12.2584 14.9292 12.1334 14.95 12 14.95Z" fill="currentColor"/>
2
+ <path d="M12 14.9499C11.8667 14.9499 11.7417 14.9291 11.625 14.8874C11.5084 14.8457 11.4 14.7749 11.3 14.6749L6.70005 10.0749C6.51672 9.89157 6.42505 9.65824 6.42505 9.3749C6.42505 9.09157 6.51672 8.85824 6.70005 8.6749C6.88338 8.49157 7.11672 8.3999 7.40005 8.3999C7.68338 8.3999 7.91672 8.49157 8.10005 8.6749L12 12.5749L15.9 8.6749C16.0834 8.49157 16.3167 8.3999 16.6 8.3999C16.8834 8.3999 17.1167 8.49157 17.3 8.6749C17.4834 8.85824 17.575 9.09157 17.575 9.3749C17.575 9.65824 17.4834 9.89157 17.3 10.0749L12.7 14.6749C12.6 14.7749 12.4917 14.8457 12.375 14.8874C12.2584 14.9291 12.1334 14.9499 12 14.9499Z" fill="currentColor"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13.3 17.3L8.69999 12.7C8.59999 12.6 8.52915 12.4917 8.48749 12.375C8.44582 12.2584 8.42499 12.1334 8.42499 12C8.42499 11.8667 8.44582 11.7417 8.48749 11.625C8.52915 11.5084 8.59999 11.4 8.69999 11.3L13.3 6.70005C13.4833 6.51672 13.7167 6.42505 14 6.42505C14.2833 6.42505 14.5167 6.51672 14.7 6.70005C14.8833 6.88338 14.975 7.11672 14.975 7.40005C14.975 7.68338 14.8833 7.91672 14.7 8.10005L10.8 12L14.7 15.9C14.8833 16.0834 14.975 16.3167 14.975 16.6C14.975 16.8834 14.8833 17.1167 14.7 17.3C14.5167 17.4834 14.2833 17.575 14 17.575C13.7167 17.575 13.4833 17.4834 13.3 17.3Z" fill="currentColor"/>
2
+ <path d="M13.3 17.3L8.70005 12.7C8.60005 12.6 8.52922 12.4917 8.48755 12.375C8.44588 12.2584 8.42505 12.1334 8.42505 12C8.42505 11.8667 8.44588 11.7417 8.48755 11.625C8.52922 11.5084 8.60005 11.4 8.70005 11.3L13.3 6.70005C13.4834 6.51672 13.7167 6.42505 14 6.42505C14.2834 6.42505 14.5167 6.51672 14.7 6.70005C14.8834 6.88338 14.975 7.11672 14.975 7.40005C14.975 7.68338 14.8834 7.91672 14.7 8.10005L10.8 12L14.7 15.9C14.8834 16.0834 14.975 16.3167 14.975 16.6C14.975 16.8834 14.8834 17.1167 14.7 17.3C14.5167 17.4834 14.2834 17.575 14 17.575C13.7167 17.575 13.4834 17.4834 13.3 17.3Z" fill="currentColor"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.69999 17.3C8.51665 17.1167 8.42499 16.8834 8.42499 16.6C8.42499 16.3167 8.51665 16.0834 8.69999 15.9L12.6 12L8.69999 8.10005C8.51665 7.91672 8.42499 7.68338 8.42499 7.40005C8.42499 7.11672 8.51665 6.88338 8.69999 6.70005C8.88332 6.51672 9.11665 6.42505 9.39999 6.42505C9.68332 6.42505 9.91665 6.51672 10.1 6.70005L14.7 11.3C14.8 11.4 14.8708 11.5084 14.9125 11.625C14.9542 11.7417 14.975 11.8667 14.975 12C14.975 12.1334 14.9542 12.2584 14.9125 12.375C14.8708 12.4917 14.8 12.6 14.7 12.7L10.1 17.3C9.91665 17.4834 9.68332 17.575 9.39999 17.575C9.11665 17.575 8.88332 17.4834 8.69999 17.3Z" fill="currentColor"/>
2
+ <path d="M8.70005 17.3C8.51672 17.1167 8.42505 16.8834 8.42505 16.6C8.42505 16.3167 8.51672 16.0834 8.70005 15.9L12.6 12L8.70005 8.10005C8.51672 7.91672 8.42505 7.68338 8.42505 7.40005C8.42505 7.11672 8.51672 6.88338 8.70005 6.70005C8.88338 6.51672 9.11672 6.42505 9.40005 6.42505C9.68338 6.42505 9.91672 6.51672 10.1 6.70005L14.7 11.3C14.8 11.4 14.8709 11.5084 14.9125 11.625C14.9542 11.7417 14.975 11.8667 14.975 12C14.975 12.1334 14.9542 12.2584 14.9125 12.375C14.8709 12.4917 14.8 12.6 14.7 12.7L10.1 17.3C9.91672 17.4834 9.68338 17.575 9.40005 17.575C9.11672 17.575 8.88338 17.4834 8.70005 17.3Z" fill="currentColor"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.22495 8.32502C8.04162 8.14169 7.94995 7.90002 7.94995 7.60002C7.94995 7.30002 8.04162 7.05836 8.22495 6.87502L11.3 3.80002C11.4 3.70002 11.5083 3.62919 11.625 3.58752C11.7416 3.54586 11.8666 3.52502 12 3.52502C12.1333 3.52502 12.2625 3.54586 12.3875 3.58752C12.5125 3.62919 12.6166 3.70002 12.7 3.80002L15.8 6.90002C15.9833 7.08336 16.0708 7.32086 16.0625 7.61252C16.0541 7.90419 15.9583 8.14169 15.775 8.32502C15.5916 8.50836 15.35 8.60002 15.05 8.60002C14.75 8.60002 14.5083 8.50836 14.325 8.32502L12 6.00002L9.64995 8.35002C9.46662 8.53336 9.22912 8.62086 8.93745 8.61252C8.64578 8.60419 8.40828 8.50836 8.22495 8.32502ZM12 20.575C11.8666 20.575 11.7416 20.55 11.625 20.5C11.5083 20.45 11.4 20.3834 11.3 20.3L8.22495 17.225C8.04162 17.0417 7.94995 16.8 7.94995 16.5C7.94995 16.2 8.04162 15.9584 8.22495 15.775C8.40828 15.5917 8.64995 15.5 8.94995 15.5C9.24995 15.5 9.49162 15.5917 9.67495 15.775L12 18.1L14.35 15.75C14.5333 15.5667 14.7708 15.4792 15.0625 15.4875C15.3541 15.4959 15.5916 15.5917 15.775 15.775C15.9583 15.9584 16.05 16.2 16.05 16.5C16.05 16.8 15.9583 17.0417 15.775 17.225L12.7 20.3C12.6166 20.3834 12.5125 20.45 12.3875 20.5C12.2625 20.55 12.1333 20.575 12 20.575Z" fill="currentColor"/>
2
+ <path d="M8.22495 8.3249C8.04162 8.14157 7.94995 7.8999 7.94995 7.5999C7.94995 7.2999 8.04162 7.05824 8.22495 6.8749L11.3 3.7999C11.4 3.6999 11.5083 3.62907 11.625 3.5874C11.7416 3.54574 11.8666 3.5249 12 3.5249C12.1333 3.5249 12.2625 3.54574 12.3875 3.5874C12.5125 3.62907 12.6166 3.6999 12.7 3.7999L15.8 6.8999C15.9833 7.08324 16.0708 7.32074 16.0625 7.6124C16.0541 7.90407 15.9583 8.14157 15.775 8.3249C15.5916 8.50824 15.35 8.5999 15.05 8.5999C14.75 8.5999 14.5083 8.50824 14.325 8.3249L12 5.9999L9.64995 8.3499C9.46662 8.53324 9.22912 8.62074 8.93745 8.6124C8.64578 8.60407 8.40828 8.50824 8.22495 8.3249ZM12 20.5749C11.8666 20.5749 11.7416 20.5499 11.625 20.4999C11.5083 20.4499 11.4 20.3832 11.3 20.2999L8.22495 17.2249C8.04162 17.0416 7.94995 16.7999 7.94995 16.4999C7.94995 16.1999 8.04162 15.9582 8.22495 15.7749C8.40828 15.5916 8.64995 15.4999 8.94995 15.4999C9.24995 15.4999 9.49162 15.5916 9.67495 15.7749L12 18.0999L14.35 15.7499C14.5333 15.5666 14.7708 15.4791 15.0625 15.4874C15.3541 15.4957 15.5916 15.5916 15.775 15.7749C15.9583 15.9582 16.05 16.1999 16.05 16.4999C16.05 16.7999 15.9583 17.0416 15.775 17.2249L12.7 20.2999C12.6166 20.3832 12.5125 20.4499 12.3875 20.4999C12.2625 20.5499 12.1333 20.5749 12 20.5749Z" fill="currentColor"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 10.775L8.09995 14.675C7.91662 14.8583 7.68328 14.95 7.39995 14.95C7.11662 14.95 6.88328 14.8583 6.69995 14.675C6.51662 14.4916 6.42495 14.2583 6.42495 13.975C6.42495 13.6916 6.51662 13.4583 6.69995 13.275L11.3 8.67495C11.4 8.57495 11.5083 8.50412 11.625 8.46245C11.7416 8.42078 11.8666 8.39995 12 8.39995C12.1333 8.39995 12.2583 8.42078 12.375 8.46245C12.4916 8.50412 12.6 8.57495 12.7 8.67495L17.3 13.275C17.4833 13.4583 17.575 13.6916 17.575 13.975C17.575 14.2583 17.4833 14.4916 17.3 14.675C17.1166 14.8583 16.8833 14.95 16.6 14.95C16.3166 14.95 16.0833 14.8583 15.9 14.675L12 10.775Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.0001 11.0342C12.0004 11.1687 12.0274 11.2969 12.0759 11.414C12.1244 11.531 12.196 11.6408 12.2908 11.7362L12.2951 11.7404C12.4759 11.9201 12.725 12.0312 13 12.0312H21.0001C21.5523 12.0312 22.0001 11.5835 22.0001 11.0312C22.0001 10.4789 21.5523 10.0312 21.0001 10.0312H15.4143L22.0002 3.44539C22.3907 3.05486 22.3907 2.4217 22.0002 2.03117C21.6096 1.64065 20.9765 1.64065 20.586 2.03117L14 8.61696V3.03117C14 2.47889 13.5523 2.03117 13 2.03117C12.4478 2.03117 12 2.47889 12 3.03117V11.0305L12.0001 11.0342Z" fill="currentColor"/>
3
+ <path d="M12 12.9969C11.9996 12.8624 11.9727 12.7342 11.9242 12.6171C11.8757 12.5001 11.8041 12.3903 11.7093 12.2949L11.705 12.2907C11.5242 12.111 11.2751 11.9999 11 11.9999H3.00004C2.44775 11.9999 2.00004 12.4476 2.00004 12.9999C2.00004 13.5522 2.44775 13.9999 3.00004 13.9999H8.58583L1.99992 20.5857C1.6094 20.9762 1.6094 21.6094 1.99992 21.9999C2.39045 22.3904 3.02361 22.3904 3.41414 21.9999L10 15.4141V20.9999C10 21.5522 10.4478 21.9999 11 21.9999C11.5523 21.9999 12 21.5522 12 20.9999V13.0006L12 12.9969Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14 7H19C20.1046 7 21 7.89543 21 9V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H12C13.1046 3 14 3.89543 14 5V7ZM12 5H5V7H8C8.55228 7 9 7.44772 9 8C9 8.55228 8.55228 9 8 9H5V11H8C8.55228 11 9 11.4477 9 12C9 12.5523 8.55228 13 8 13H5V15H8C8.55228 15 9 15.4477 9 16C9 16.5523 8.55228 17 8 17H5V19H12V5ZM14 9V11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H14V15H16C16.5523 15 17 15.4477 17 16C17 16.5523 16.5523 17 16 17H14V19H19V9H14Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.9834 17.3107C13.3317 15.6585 10 11.2203 10 6C10 5.39571 10.0448 4.80105 10.1315 4.21939C6.61451 5.06091 4 8.22513 4 12C4 16.4183 7.58172 20 12 20C14.3786 20 16.5161 18.9628 17.9834 17.3107ZM19.803 15.7579C20.4714 15.9077 20.8972 16.6208 20.5401 17.2054C18.7837 20.0807 15.616 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C12.4017 2 12.6526 2.41625 12.524 2.79683C12.1842 3.80243 12 4.8797 12 6C12 10.768 15.337 14.7567 19.803 15.7579Z" fill="currentColor"/>
3
+ </svg>
package/icons/edit.svg ADDED
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5 3H11C11.5523 3 12 3.44772 12 4C12 4.55228 11.5523 5 11 5H5V19H19V13C19 12.4477 19.4477 12 20 12C20.5523 12 21 12.4477 21 13V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z" fill="currentColor"/>
3
+ <path d="M20.233 3.76701C19.6472 3.18122 18.6975 3.18122 18.1117 3.76701L17.6571 4.22158L19.7784 6.3429L20.233 5.88833C20.8188 5.30254 20.8188 4.35279 20.233 3.76701Z" fill="currentColor"/>
4
+ <path d="M19.0208 7.10051L16.8995 4.97919L8 13.8787V16H10.1213L19.0208 7.10051Z" fill="currentColor"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 6C2 4.89543 2.89543 4 4 4H19.9375C21.0421 4 21.9375 4.89543 21.9375 6V18C21.9375 19.1046 21.0421 20 19.9375 20H4C2.89543 20 2 19.1046 2 18V6ZM4 6.80484V18H19.9375V6.86725L13.4142 13.3906C12.6331 14.1716 11.3668 14.1716 10.5857 13.3906L4 6.80484Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 6C2 4.89543 2.89543 4 4 4H19.9375C21.0421 4 21.9375 4.89543 21.9375 6V18C21.9375 19.1046 21.0421 20 19.9375 20H4C2.89543 20 2 19.1046 2 18V6ZM17.9763 6H6.02359L12 11.9764L17.9763 6ZM4 6.80484V18H19.9375V6.86725L13.4142 13.3906C12.6331 14.1716 11.3668 14.1716 10.5857 13.3906L4 6.80484Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0.295301 14.6039L2.7651 17.02C2.96197 17.2169 3.19016 17.3243 3.44966 17.3422C3.70917 17.3601 3.94631 17.2885 4.16107 17.1274L7.27517 14.765C7.41834 14.6576 7.52573 14.5323 7.59731 14.3891C7.6689 14.246 7.7047 14.0849 7.7047 13.9059L7.7047 11.6353C8.40268 11.4027 9.10962 11.2282 9.8255 11.1118C10.5414 10.9955 12 10.9373 12 10.9373C12 10.9373 13.4586 10.9955 14.1745 11.1118C14.8904 11.2282 15.5973 11.4027 16.2953 11.6353V13.9059C16.2953 14.0849 16.3311 14.246 16.4027 14.3891C16.4743 14.5323 16.5817 14.6576 16.7248 14.765L19.8389 17.1274C20.0537 17.2885 20.2908 17.3601 20.5503 17.3422C20.8098 17.3243 21.038 17.2169 21.2349 17.02L23.7047 14.6039C23.9016 14.407 24 14.1565 24 13.8522C24 13.548 23.9016 13.2974 23.7047 13.1005C22.1834 11.4719 20.4116 10.2146 18.3893 9.32874C16.3669 8.44283 14.2371 7.99988 12 7.99988C9.76286 7.99988 7.63311 8.43836 5.61074 9.31531C3.58837 10.1923 1.81655 11.454 0.295301 13.1005C0.0984333 13.2974 0 13.548 0 13.8522C0 14.1565 0.0984334 14.407 0.295301 14.6039Z" fill="currentColor"/>
2
+ <path d="M2.7651 16.0201L0.295301 13.604C0.0984326 13.4072 0 13.1566 0 12.8524C0 12.5481 0.0984326 12.2975 0.295301 12.1007C1.81655 10.4541 3.58837 9.19239 5.61074 8.31544C7.63311 7.43848 9.76286 7 12 7C14.2371 7 16.3669 7.44295 18.3893 8.32886C20.4116 9.21477 22.1834 10.472 23.7047 12.1007C23.9016 12.2975 24 12.5481 24 12.8524C24 13.1566 23.9016 13.4072 23.7047 13.604L21.2349 16.0201C21.038 16.217 20.8098 16.3244 20.5503 16.3423C20.2908 16.3602 20.0537 16.2886 19.8389 16.1275L16.7248 13.7651C16.5817 13.6577 16.4743 13.5324 16.4027 13.3893C16.3311 13.2461 16.2953 13.085 16.2953 12.906V10.6354C15.5973 10.4028 14.8904 10.2283 14.1745 10.112C13.4586 9.99562 12 9.93745 12 9.93745C12 9.93745 10.5414 9.99562 9.8255 10.112C9.10962 10.2283 8.40268 10.4028 7.7047 10.6354L7.7047 12.906C7.7047 13.085 7.6689 13.2461 7.59731 13.3893C7.52573 13.5324 7.41834 13.6577 7.27517 13.7651L4.16107 16.1275C3.94631 16.2886 3.70917 16.3602 3.44966 16.3423C3.19016 16.3244 2.96197 16.217 2.7651 16.0201Z" fill="currentColor"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21 3.997C20.9996 3.8625 20.9727 3.73425 20.9241 3.61722C20.8757 3.50014 20.8041 3.3904 20.7092 3.29502L20.705 3.29078C20.5242 3.11106 20.2751 3 20 3H12C11.4477 3 11 3.44772 11 4C11 4.55228 11.4477 5 12 5H17.5858L5 17.5858V12C5 11.4477 4.55229 11 4 11C3.44771 11 3 11.4477 3 12V19.9993L3 20.003C3.0004 20.1375 3.02735 20.2657 3.07588 20.3828C3.12432 20.4999 3.19595 20.6096 3.29078 20.705L3.29502 20.7092C3.47581 20.8889 3.72494 21 4 21H12C12.5523 21 13 20.5523 13 20C13 19.4477 12.5523 19 12 19H6.41421L19 6.41421V12C19 12.5523 19.4477 13 20 13C20.5523 13 21 12.5523 21 12V4.00069L21 3.997Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13.9047 9.37839L12 5.51907L10.0953 9.37839L5.83627 9.99726L8.91812 13.0013L8.1906 17.2431L12 15.2404L15.8093 17.2431L15.0818 13.0013L18.1637 9.99726L13.9047 9.37839ZM8.76715 7.55038L11.1032 2.81696C11.47 2.07371 12.5299 2.07371 12.8967 2.81696L15.2328 7.55038L20.4564 8.30942C21.2766 8.4286 21.6042 9.43657 21.0106 10.0151L17.2308 13.6996L18.1231 18.9021C18.2632 19.719 17.4058 20.342 16.6721 19.9563L12 17.5L7.32781 19.9563C6.59418 20.342 5.73675 19.719 5.87686 18.9021L6.76916 13.6996L2.9893 10.0151C2.39578 9.43657 2.72329 8.4286 3.54351 8.30942L8.76715 7.55038Z" fill="currentColor"/>
1
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M28.4735 17.8428L38.4764 19.2963L31.2382 26.3518L32.9469 36.3143L24.0001 31.6106L15.0532 36.3143L16.7619 26.3518L9.52371 19.2963L19.5266 17.8428L24.0001 8.77859L28.4735 17.8428ZM17.5344 15.1008L7.08715 16.6188C5.44671 16.8572 4.79169 18.8731 5.97872 20.0302L13.5384 27.3991L11.7538 37.8042C11.4736 39.438 13.1885 40.6839 14.6557 39.9125L24.0001 34.9999L33.3444 39.9125C34.8116 40.6839 36.5265 39.438 36.2463 37.8042L34.4617 27.3991L42.0214 20.0302C43.2084 18.8731 42.5534 16.8572 40.913 16.6188L30.4657 15.1008L25.7935 5.63391C25.0599 4.14742 22.9402 4.14742 22.2066 5.63391L17.5344 15.1008Z" fill="currentColor"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12.8968 2.81696L15.2329 7.55038L20.4565 8.30942C21.2767 8.4286 21.6042 9.43657 21.0107 10.0151L17.2308 13.6996L18.1231 18.9021C18.2633 19.719 17.4058 20.342 16.6722 19.9563L12 17.5L7.32787 19.9563C6.59424 20.342 5.73681 19.719 5.87692 18.9021L6.76922 13.6996L2.98936 10.0151C2.39584 9.43657 2.72335 8.4286 3.54357 8.30942L8.76721 7.55038L11.1033 2.81696C11.4701 2.07371 12.53 2.07371 12.8968 2.81696Z" fill="currentColor"/>
1
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M25.7935 5.63391L30.4657 15.1008L40.913 16.6188C42.5534 16.8572 43.2084 18.8731 42.0214 20.0302L34.4617 27.3991L36.2463 37.8042C36.5265 39.438 34.8116 40.6839 33.3444 39.9125L24.0001 34.9999L14.6557 39.9125C13.1885 40.6839 11.4736 39.438 11.7538 37.8042L13.5384 27.3991L5.97872 20.0302C4.79169 18.8731 5.44671 16.8572 7.08715 16.6188L17.5344 15.1008L22.2066 5.63391C22.9402 4.14742 25.0599 4.14742 25.7935 5.63391Z" fill="currentColor"/>
3
3
  </svg>
package/icons/grid.svg ADDED
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 11C3.71667 11 3.47917 10.9042 3.2875 10.7125C3.09583 10.5208 3 10.2833 3 10V4C3 3.71667 3.09583 3.47917 3.2875 3.2875C3.47917 3.09583 3.71667 3 4 3H10C10.2833 3 10.5208 3.09583 10.7125 3.2875C10.9042 3.47917 11 3.71667 11 4V10C11 10.2833 10.9042 10.5208 10.7125 10.7125C10.5208 10.9042 10.2833 11 10 11H4ZM9 9V5H5V9H9Z" fill="currentColor"/>
3
+ <path d="M14 21C13.7167 21 13.4792 20.9042 13.2875 20.7125C13.0958 20.5208 13 20.2833 13 20V14C13 13.7167 13.0958 13.4792 13.2875 13.2875C13.4792 13.0958 13.7167 13 14 13H20C20.2833 13 20.5208 13.0958 20.7125 13.2875C20.9042 13.4792 21 13.7167 21 14V20C21 20.2833 20.9042 20.5208 20.7125 20.7125C20.5208 20.9042 20.2833 21 20 21H14ZM19 19V15H15V19H19Z" fill="currentColor"/>
4
+ <path d="M4 21C3.71667 21 3.47917 20.9042 3.2875 20.7125C3.09583 20.5208 3 20.2833 3 20V14C3 13.7167 3.09583 13.4792 3.2875 13.2875C3.47917 13.0958 3.71667 13 4 13H10C10.2833 13 10.5208 13.0958 10.7125 13.2875C10.9042 13.4792 11 13.7167 11 14V20C11 20.2833 10.9042 20.5208 10.7125 20.7125C10.5208 20.9042 10.2833 21 10 21H4ZM9 19V15H5V19H9Z" fill="currentColor"/>
5
+ <path d="M14 11C13.7167 11 13.4792 10.9042 13.2875 10.7125C13.0958 10.5208 13 10.2833 13 10V4C13 3.71667 13.0958 3.47917 13.2875 3.2875C13.4792 3.09583 13.7167 3 14 3H20C20.2833 3 20.5208 3.09583 20.7125 3.2875C20.9042 3.47917 21 3.71667 21 4V10C21 10.2833 20.9042 10.5208 20.7125 10.7125C20.5208 10.9042 20.2833 11 20 11H14ZM19 9V5H15V9H19Z" fill="currentColor"/>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 22C13.3833 22 14.6833 21.7375 15.9 21.2125C17.1167 20.6875 18.175 19.975 19.075 19.075C19.975 18.175 20.6875 17.1167 21.2125 15.9C21.7375 14.6833 22 13.3833 22 12C22 10.6167 21.7375 9.31667 21.2125 8.1C20.6875 6.88333 19.975 5.825 19.075 4.925C18.175 4.025 17.1167 3.3125 15.9 2.7875C14.6833 2.2625 13.3833 2 12 2C10.6167 2 9.31667 2.2625 8.1 2.7875C6.88333 3.3125 5.825 4.025 4.925 4.925C4.025 5.825 3.3125 6.88333 2.7875 8.1C2.2625 9.31667 2 10.6167 2 12C2 13.3833 2.2625 14.6833 2.7875 15.9C3.3125 17.1167 4.025 18.175 4.925 19.075C5.825 19.975 6.88333 20.6875 8.1 21.2125C9.31667 21.7375 10.6167 22 12 22ZM12 8C11.1716 8 10.5 8.67157 10.5 9.5C10.5 10.0523 10.0523 10.5 9.5 10.5C8.94772 10.5 8.5 10.0523 8.5 9.5C8.5 7.567 10.067 6 12 6C13.933 6 15.5 7.567 15.5 9.5C15.5 10.4478 15.122 11.3093 14.5106 11.9386C14.3876 12.0653 14.2702 12.1825 14.1583 12.2944C13.8705 12.5819 13.6184 12.8338 13.3972 13.118C13.1052 13.4932 13 13.769 13 14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14C11 13.1264 11.4067 12.4192 11.8189 11.8896C12.1239 11.4977 12.5073 11.1151 12.8184 10.8046C12.9122 10.7109 12.9995 10.6238 13.0761 10.545C13.3394 10.2739 13.5 9.90673 13.5 9.5C13.5 8.67157 12.8284 8 12 8ZM13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16C12.5523 16 13 16.4477 13 17Z" fill="currentColor"/>
3
+ </svg>
package/icons/help.svg ADDED
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 8C11.1716 8 10.5 8.67157 10.5 9.5C10.5 10.0523 10.0523 10.5 9.5 10.5C8.94772 10.5 8.5 10.0523 8.5 9.5C8.5 7.567 10.067 6 12 6C13.933 6 15.5 7.567 15.5 9.5C15.5 10.4478 15.122 11.3093 14.5106 11.9386C14.3876 12.0653 14.2702 12.1825 14.1583 12.2944C13.8705 12.5819 13.6184 12.8338 13.3972 13.118C13.1052 13.4932 13 13.769 13 14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14C11 13.1264 11.4067 12.4192 11.8189 11.8896C12.1239 11.4977 12.5073 11.1151 12.8184 10.8046C12.9122 10.7109 12.9995 10.6238 13.0761 10.545C13.3394 10.2739 13.5 9.90673 13.5 9.5C13.5 8.67157 12.8284 8 12 8Z" fill="currentColor"/>
3
+ <path d="M13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16C12.5523 16 13 16.4477 13 17Z" fill="currentColor"/>
4
+ <path d="M8.1 21.2125C9.31667 21.7375 10.6167 22 12 22C13.3833 22 14.6833 21.7375 15.9 21.2125C17.1167 20.6875 18.175 19.975 19.075 19.075C19.975 18.175 20.6875 17.1167 21.2125 15.9C21.7375 14.6833 22 13.3833 22 12C22 10.6167 21.7375 9.31667 21.2125 8.1C20.6875 6.88333 19.975 5.825 19.075 4.925C18.175 4.025 17.1167 3.3125 15.9 2.7875C14.6833 2.2625 13.3833 2 12 2C10.6167 2 9.31667 2.2625 8.1 2.7875C6.88333 3.3125 5.825 4.025 4.925 4.925C4.025 5.825 3.3125 6.88333 2.7875 8.1C2.2625 9.31667 2 10.6167 2 12C2 13.3833 2.2625 14.6833 2.7875 15.9C3.3125 17.1167 4.025 18.175 4.925 19.075C5.825 19.975 6.88333 20.6875 8.1 21.2125ZM17.675 17.675C16.125 19.225 14.2333 20 12 20C9.76667 20 7.875 19.225 6.325 17.675C4.775 16.125 4 14.2333 4 12C4 9.76667 4.775 7.875 6.325 6.325C7.875 4.775 9.76667 4 12 4C14.2333 4 16.125 4.775 17.675 6.325C19.225 7.875 20 9.76667 20 12C20 14.2333 19.225 16.125 17.675 17.675Z" fill="currentColor"/>
5
+ </svg>
package/icons/host.svg ADDED
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.7125 6.7125C16.5208 6.90417 16.2833 7 16 7C15.7167 7 15.4792 6.90417 15.2875 6.7125C15.0958 6.52083 15 6.28333 15 6C15 5.71667 15.0958 5.47917 15.2875 5.2875C15.4792 5.09583 15.7167 5 16 5C16.2833 5 16.5208 5.09583 16.7125 5.2875C16.9042 5.47917 17 5.71667 17 6C17 6.28333 16.9042 6.52083 16.7125 6.7125Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6 2C4.89543 2 4 2.89543 4 4V20C4 21.1046 4.89543 22 6 22H18C19.1046 22 20 21.1046 20 20V4C20 2.89543 19.1046 2 18 2H6ZM18 4H6V8H18V4ZM6 12V10H18V12H6ZM6 14V16H18V14H6ZM6 20V18H18V20H6Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17 9C17 10.1046 16.1046 11 15 11C13.8954 11 13 10.1046 13 9C13 7.89543 13.8954 7 15 7C16.1046 7 17 7.89543 17 9Z" fill="currentColor"/>
3
+ <path d="M5 3C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5ZM19 5V19L5 19V15.8284L9 11.8284L16.1716 18.9999L19 19L10.4142 10.4142C9.63316 9.63311 8.36684 9.63311 7.58579 10.4142L5 12.9999V5H19Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16V12C13 11.7167 12.9042 11.4792 12.7125 11.2875C12.5208 11.0958 12.2833 11 12 11C11.7167 11 11.4792 11.0958 11.2875 11.2875C11.0958 11.4792 11 11.7167 11 12V16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM12 9C12.2833 9 12.5208 8.90417 12.7125 8.7125C12.9042 8.52083 13 8.28333 13 8C13 7.71667 12.9042 7.47917 12.7125 7.2875C12.5208 7.09583 12.2833 7 12 7C11.7167 7 11.4792 7.09583 11.2875 7.2875C11.0958 7.47917 11 7.71667 11 8C11 8.28333 11.0958 8.52083 11.2875 8.7125C11.4792 8.90417 11.7167 9 12 9ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z" fill="currentColor"/>
3
+ </svg>
package/icons/info.svg CHANGED
@@ -1,3 +1,5 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16V12C13 11.7167 12.9042 11.4792 12.7125 11.2875C12.5208 11.0958 12.2833 11 12 11C11.7167 11 11.4792 11.0958 11.2875 11.2875C11.0958 11.4792 11 11.7167 11 12V16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM12 9C12.2833 9 12.5208 8.90417 12.7125 8.7125C12.9042 8.52083 13 8.28333 13 8C13 7.71667 12.9042 7.47917 12.7125 7.2875C12.5208 7.09583 12.2833 7 12 7C11.7167 7 11.4792 7.09583 11.2875 7.2875C11.0958 7.47917 11 7.71667 11 8C11 8.28333 11.0958 8.52083 11.2875 8.7125C11.4792 8.90417 11.7167 9 12 9ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z" fill="currentColor"/>
2
+ <path d="M11.2875 7.2875C11.4792 7.09583 11.7167 7 12 7C12.2833 7 12.5208 7.09583 12.7125 7.2875C12.9042 7.47917 13 7.71667 13 8C13 8.28333 12.9042 8.52083 12.7125 8.7125C12.5208 8.90417 12.2833 9 12 9C11.7167 9 11.4792 8.90417 11.2875 8.7125C11.0958 8.52083 11 8.28333 11 8C11 7.71667 11.0958 7.47917 11.2875 7.2875Z" fill="currentColor"/>
3
+ <path d="M11.2875 11.2875C11.4792 11.0958 11.7167 11 12 11C12.2833 11 12.5208 11.0958 12.7125 11.2875C12.9042 11.4792 13 11.7167 13 12V16C13 16.2833 12.9042 16.5208 12.7125 16.7125C12.5208 16.9042 12.2833 17 12 17C11.7167 17 11.4792 16.9042 11.2875 16.7125C11.0958 16.5208 11 16.2833 11 16V12C11 11.7167 11.0958 11.4792 11.2875 11.2875Z" fill="currentColor"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z" fill="currentColor"/>
3
5
  </svg>
package/icons/menu.svg ADDED
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 8C4 7.44772 4.44772 7 5 7H19C19.5523 7 20 7.44772 20 8C20 8.55229 19.5523 9 19 9L5 9C4.44772 9 4 8.55228 4 8ZM4 12C4 11.4477 4.44772 11 5 11L19 11C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13L5 13C4.44772 13 4 12.5523 4 12ZM5 15C4.44772 15 4 15.4477 4 16C4 16.5523 4.44772 17 5 17L19 17C19.5523 17 20 16.5523 20 16C20 15.4477 19.5523 15 19 15L5 15Z" fill="currentColor"/>
3
+ </svg>
@@ -1,4 +1,4 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20.2929 17.2929C20.9229 17.9229 20.4767 19 19.5858 19H4.41424C3.52333 19 3.07716 17.9229 3.70713 17.2929L5.00002 16V10C5.00002 10 5.00002 3 12 3C19 3 19 10 19 10V16L20.2929 17.2929Z" fill="currentColor"/>
3
- <path d="M12 22C10.8954 22 10 21.1046 10 20H14C14 21.1046 13.1046 22 12 22Z" fill="currentColor"/>
2
+ <path d="M20.2928 17.2929C20.9228 17.9229 20.4766 19 19.5857 19H4.41411C3.52321 19 3.07704 17.9229 3.70701 17.2929L4.9999 16V10C4.9999 10 4.9999 3 11.9999 3C18.9999 3 18.9999 10 18.9999 10V16L20.2928 17.2929Z" fill="currentColor"/>
3
+ <path d="M11.9999 22C10.8953 22 9.99988 21.1046 9.99988 20H13.9999C13.9999 21.1046 13.1044 22 11.9999 22Z" fill="currentColor"/>
4
4
  </svg>
@@ -1,4 +1,4 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 3C19 3 19 10 19 10V16L20.2929 17.2929C20.9229 17.9229 20.4767 19 19.5858 19H4.41424C3.52333 19 3.07716 17.9229 3.70713 17.2929L5.00002 16V10C5.00002 10 5.00002 3 12 3ZM17 10.0104L16.9994 9.98802C16.9985 9.96033 16.9963 9.91049 16.9914 9.84171C16.9816 9.70348 16.9608 9.49294 16.9179 9.23505C16.8303 8.70978 16.659 8.04 16.3362 7.39443C16.0173 6.75669 15.5704 6.17979 14.9375 5.75785C14.3171 5.34426 13.4001 5 12 5C10.6 5 9.68293 5.34426 9.06255 5.75785C8.42964 6.17979 7.98275 6.75669 7.66388 7.39443C7.34109 8.04 7.16973 8.70978 7.08218 9.23505C7.0392 9.49294 7.01849 9.70348 7.00861 9.84171C7.0037 9.91049 7.00154 9.96033 7.00062 9.98802L7.00002 10.0104V16.8284L6.82845 17H17.1716L17 16.8284V10.0104Z" fill="currentColor"/>
3
- <path d="M12 22C10.8954 22 10 21.1046 10 20H14C14 21.1046 13.1046 22 12 22Z" fill="currentColor"/>
2
+ <path d="M11.9999 3C18.9999 3 18.9999 10 18.9999 10V16L20.2928 17.2929C20.9228 17.9229 20.4766 19 19.5857 19H4.41411C3.52321 19 3.07704 17.9229 3.70701 17.2929L4.9999 16V10C4.9999 10 4.9999 3 11.9999 3ZM16.9999 10.0104L16.9993 9.98802C16.9984 9.96033 16.9962 9.91049 16.9913 9.84171C16.9814 9.70348 16.9607 9.49294 16.9177 9.23505C16.8302 8.70978 16.6588 8.04 16.336 7.39443C16.0172 6.75669 15.5703 6.17979 14.9374 5.75785C14.317 5.34426 13.3999 5 11.9999 5C10.5999 5 9.68281 5.34426 9.06243 5.75785C8.42952 6.17979 7.98262 6.75669 7.66375 7.39443C7.34097 8.04 7.16961 8.70978 7.08206 9.23505C7.03908 9.49294 7.01836 9.70348 7.00849 9.84171C7.00358 9.91049 7.00142 9.96033 7.0005 9.98802L6.9999 10.0104V16.8284L6.82833 17H17.1715L16.9999 16.8284V10.0104Z" fill="currentColor"/>
3
+ <path d="M11.9999 22C10.8953 22 9.99988 21.1046 9.99988 20H13.9999C13.9999 21.1046 13.1044 22 11.9999 22Z" fill="currentColor"/>
4
4
  </svg>
package/icons/offline.svg CHANGED
@@ -1,3 +1,3 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M19.1 21.9L17.15 20H6.5C4.96667 20 3.66667 19.4666 2.6 18.4C1.53333 17.3333 1 16.0333 1 14.5C1 13.2166 1.39583 12.075 2.1875 11.075C2.97917 10.075 4 9.43331 5.25 9.14998C5.3 9.01664 5.35 8.88748 5.4 8.76248C5.45 8.63748 5.5 8.49998 5.55 8.34998L2.1 4.89998C1.91667 4.71664 1.825 4.48331 1.825 4.19998C1.825 3.91664 1.91667 3.68331 2.1 3.49998C2.28333 3.31664 2.51667 3.22498 2.8 3.22498C3.08333 3.22498 3.31667 3.31664 3.5 3.49998L20.5 20.5C20.6833 20.6833 20.775 20.9166 20.775 21.2C20.775 21.4833 20.6833 21.7166 20.5 21.9C20.3167 22.0833 20.0833 22.1791 19.8 22.1875C19.5167 22.1958 19.2833 22.1 19.1 21.9ZM21.6 18.75L8.05 5.22498C8.63333 4.82498 9.25417 4.52081 9.9125 4.31248C10.5708 4.10414 11.2667 3.99998 12 3.99998C13.95 3.99998 15.6042 4.67914 16.9625 6.03748C18.3208 7.39581 19 9.04998 19 11C20.15 11.1333 21.1042 11.6291 21.8625 12.4875C22.6208 13.3458 23 14.35 23 15.5C23 16.15 22.875 16.7541 22.625 17.3125C22.375 17.8708 22.0333 18.35 21.6 18.75Z" fill="currentColor"/>
2
+ <path d="M19.1 21.9001L17.15 20.0001H6.5C4.96667 20.0001 3.66667 19.4668 2.6 18.4001C1.53333 17.3334 1 16.0334 1 14.5001C1 13.2168 1.39583 12.0751 2.1875 11.0751C2.97917 10.0751 4 9.43343 5.25 9.1501C5.3 9.01676 5.35 8.8876 5.4 8.7626C5.45 8.6376 5.5 8.5001 5.55 8.3501L2.1 4.9001C1.91667 4.71676 1.825 4.48343 1.825 4.2001C1.825 3.91676 1.91667 3.68343 2.1 3.5001C2.28333 3.31676 2.51667 3.2251 2.8 3.2251C3.08333 3.2251 3.31667 3.31676 3.5 3.5001L20.5 20.5001C20.6833 20.6834 20.775 20.9168 20.775 21.2001C20.775 21.4834 20.6833 21.7168 20.5 21.9001C20.3167 22.0834 20.0833 22.1793 19.8 22.1876C19.5167 22.1959 19.2833 22.1001 19.1 21.9001ZM21.6 18.7501L8.05 5.2251C8.63333 4.8251 9.25417 4.52093 9.9125 4.3126C10.5708 4.10426 11.2667 4.0001 12 4.0001C13.95 4.0001 15.6042 4.67926 16.9625 6.0376C18.3208 7.39593 19 9.0501 19 11.0001C20.15 11.1334 21.1042 11.6293 21.8625 12.4876C22.6208 13.3459 23 14.3501 23 15.5001C23 16.1501 22.875 16.7543 22.625 17.3126C22.375 17.8709 22.0333 18.3501 21.6 18.7501Z" fill="currentColor"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.11905 2C5.67135 2 5.4493 2.54322 5.7688 2.85683L7.85025 4.89988C7.94604 4.99391 8 5.12249 8 5.25671V9.74371C8 9.87768 7.94623 10.0061 7.85076 10.1L4.14924 13.7437C4.05377 13.8377 4 13.9661 4 14.1V15.5C4 15.7761 4.22386 16 4.5 16H11L11 22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V16H19.5C19.7761 16 20 15.7761 20 15.5V14.1C20 13.9661 19.9462 13.8377 19.8508 13.7437L16.1492 10.1C16.0538 10.0061 16 9.87768 16 9.74371V5.25671C16 5.12249 16.054 4.99391 16.1498 4.89988L18.2312 2.85683C18.5507 2.54322 18.3286 2 17.8809 2H6.11905ZM10 4H14V9.74371C14 10.4136 14.2688 11.0554 14.7462 11.5253L17.2601 14H6.73985L9.25379 11.5253C9.73117 11.0554 10 10.4136 10 9.74371L10 4Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.7688 2.85683C5.4493 2.54322 5.67135 2 6.11905 2H17.8809C18.3286 2 18.5507 2.54322 18.2312 2.85683L16.1498 4.89988C16.054 4.99391 16 5.12249 16 5.25671V9.74371C16 9.87768 16.0538 10.0061 16.1492 10.1L19.8508 13.7437C19.9462 13.8377 20 13.9661 20 14.1V15.5C20 15.7761 19.7761 16 19.5 16H13V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22L11 16H4.5C4.22386 16 4 15.7761 4 15.5V14.1C4 13.9661 4.05377 13.8377 4.14924 13.7437L7.85076 10.1C7.94623 10.0061 8 9.87768 8 9.74371V5.25671C8 5.12249 7.94604 4.99391 7.85025 4.89988L5.7688 2.85683Z" fill="currentColor"/>
3
+ </svg>
package/icons/plus.svg ADDED
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11 13H6C5.71667 13 5.47917 12.9042 5.2875 12.7125C5.09583 12.5208 5 12.2833 5 12C5 11.7167 5.09583 11.4792 5.2875 11.2875C5.47917 11.0958 5.71667 11 6 11H11V6C11 5.71667 11.0958 5.47917 11.2875 5.2875C11.4792 5.09583 11.7167 5 12 5C12.2833 5 12.5208 5.09583 12.7125 5.2875C12.9042 5.47917 13 5.71667 13 6V11H18C18.2833 11 18.5208 11.0958 18.7125 11.2875C18.9042 11.4792 19 11.7167 19 12C19 12.2833 18.9042 12.5208 18.7125 12.7125C18.5208 12.9042 18.2833 13 18 13H13V18C13 18.2833 12.9042 18.5208 12.7125 18.7125C12.5208 18.9042 12.2833 19 12 19C11.7167 19 11.4792 18.9042 11.2875 18.7125C11.0958 18.5208 11 18.2833 11 18V13Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18.7071 7.70711L22.7071 3.70711C23.0976 3.31658 23.0976 2.68342 22.7071 2.29289C22.3166 1.90237 21.6834 1.90237 21.2929 2.29289L18 5.58579L16.7071 4.29289C16.3166 3.90237 15.6834 3.90237 15.2929 4.29289C14.9024 4.68342 14.9024 5.31658 15.2929 5.70711L17.2929 7.70711C17.6834 8.09763 18.3166 8.09763 18.7071 7.70711Z" fill="currentColor"/>
3
+ <path d="M21 19V10.6586C20.3744 10.8797 19.7013 11 19 11V19H5V5L13 5C13 4.29873 13.1203 3.62556 13.3414 3H5C4.45 3 3.97917 3.19583 3.5875 3.5875C3.19583 3.97917 3 4.45 3 5V19C3 19.55 3.19583 20.0208 3.5875 20.4125C3.97917 20.8042 4.45 21 5 21H19C19.55 21 20.0208 20.8042 20.4125 20.4125C20.8042 20.0208 21 19.55 21 19Z" fill="currentColor"/>
4
+ <path d="M8 17C8.28333 17 8.52083 16.9042 8.7125 16.7125C8.90417 16.5208 9 16.2833 9 16V11C9 10.7167 8.90417 10.4792 8.7125 10.2875C8.52083 10.0958 8.28333 10 8 10C7.71667 10 7.47917 10.0958 7.2875 10.2875C7.09583 10.4792 7 10.7167 7 11V16C7 16.2833 7.09583 16.5208 7.2875 16.7125C7.47917 16.9042 7.71667 17 8 17Z" fill="currentColor"/>
5
+ <path d="M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16V8C13 7.71667 12.9042 7.47917 12.7125 7.2875C12.5208 7.09583 12.2833 7 12 7C11.7167 7 11.4792 7.09583 11.2875 7.2875C11.0958 7.47917 11 7.71667 11 8V16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17Z" fill="currentColor"/>
6
+ <path d="M16 17C16.2833 17 16.5208 16.9042 16.7125 16.7125C16.9042 16.5208 17 16.2833 17 16V14C17 13.7167 16.9042 13.4792 16.7125 13.2875C16.5208 13.0958 16.2833 13 16 13C15.7167 13 15.4792 13.0958 15.2875 13.2875C15.0958 13.4792 15 13.7167 15 14V16C15 16.2833 15.0958 16.5208 15.2875 16.7125C15.4792 16.9042 15.7167 17 16 17Z" fill="currentColor"/>
7
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.7125 14.7125C14.5208 14.9042 14.2833 15 14 15H10C9.71667 15 9.47917 14.9042 9.2875 14.7125C9.09583 14.5208 9 14.2833 9 14V11C9 10.7167 9.09583 10.4792 9.2875 10.2875C9.47917 10.0958 9.71667 10 10 10V9C10 8.45 10.1958 7.97917 10.5875 7.5875C10.9792 7.19583 11.45 7 12 7C12.55 7 13.0208 7.19583 13.4125 7.5875C13.8042 7.97917 14 8.45 14 9V10C14.2833 10 14.5208 10.0958 14.7125 10.2875C14.9042 10.4792 15 10.7167 15 11V14C15 14.2833 14.9042 14.5208 14.7125 14.7125ZM11 9V10H13V9C13 8.71667 12.9042 8.47917 12.7125 8.2875C12.5208 8.09583 12.2833 8 12 8C11.7167 8 11.4792 8.09583 11.2875 8.2875C11.0958 8.47917 11 8.71667 11 9Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.8944 2.44723C12.3314 2.1657 11.6686 2.1657 11.1056 2.44723L5.10557 5.44723C4.428 5.78601 4 6.47854 4 7.23608V12C4 18.7425 9.77252 21.2458 11.5106 21.8468C11.8303 21.9573 12.1697 21.9573 12.4894 21.8468C14.2275 21.2458 20 18.7425 20 12V7.23608C20 6.47854 19.572 5.78601 18.8944 5.44723L12.8944 2.44723ZM6 7.23608L12 4.23608L18 7.23608V12C18 17.1564 13.7613 19.2544 12 19.8982C10.2387 19.2544 6 17.1564 6 12V7.23608Z" fill="currentColor"/>
4
+ </svg>