@vector-im/compound-design-tokens 1.6.1 → 1.7.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.
- package/assets/web/icons/bold.cjs +1 -1
- package/assets/web/icons/bold.js +1 -1
- package/assets/web/icons/calendar.cjs +19 -0
- package/assets/web/icons/calendar.d.ts +11 -0
- package/assets/web/icons/calendar.js +19 -0
- package/assets/web/icons/chat-problem.cjs +2 -2
- package/assets/web/icons/chat-problem.js +2 -2
- package/assets/web/icons/chat-solid.cjs +1 -1
- package/assets/web/icons/chat-solid.js +1 -1
- package/assets/web/icons/chat.cjs +1 -1
- package/assets/web/icons/chat.js +1 -1
- package/assets/web/icons/check.cjs +1 -1
- package/assets/web/icons/check.js +1 -1
- package/assets/web/icons/chevron-down.cjs +1 -1
- package/assets/web/icons/chevron-down.js +1 -1
- package/assets/web/icons/chevron-left.cjs +1 -1
- package/assets/web/icons/chevron-left.js +1 -1
- package/assets/web/icons/chevron-right.cjs +1 -1
- package/assets/web/icons/chevron-right.js +1 -1
- package/assets/web/icons/chevron-up-down.cjs +1 -1
- package/assets/web/icons/chevron-up-down.js +1 -1
- package/assets/web/icons/chevron-up.cjs +1 -1
- package/assets/web/icons/chevron-up.js +1 -1
- package/assets/web/icons/circle.cjs +1 -1
- package/assets/web/icons/circle.js +1 -1
- package/assets/web/icons/collapse.cjs +1 -1
- package/assets/web/icons/collapse.js +1 -1
- package/assets/web/icons/edit-solid.cjs +3 -3
- package/assets/web/icons/edit-solid.js +3 -3
- package/assets/web/icons/edit.cjs +1 -1
- package/assets/web/icons/edit.js +1 -1
- package/assets/web/icons/forward.cjs +1 -1
- package/assets/web/icons/forward.js +1 -1
- package/assets/web/icons/index.cjs +3 -0
- package/assets/web/icons/index.d.ts +3 -0
- package/assets/web/icons/index.js +3 -0
- package/assets/web/icons/inline-code.cjs +1 -1
- package/assets/web/icons/inline-code.js +1 -1
- package/assets/web/icons/link.cjs +1 -1
- package/assets/web/icons/link.js +1 -1
- package/assets/web/icons/location-navigator-centred.cjs +1 -1
- package/assets/web/icons/location-navigator-centred.js +1 -1
- package/assets/web/icons/location-navigator.cjs +1 -1
- package/assets/web/icons/location-navigator.js +1 -1
- package/assets/web/icons/lock-off.cjs +1 -1
- package/assets/web/icons/lock-off.js +1 -1
- package/assets/web/icons/notifications-off-solid.cjs +2 -2
- package/assets/web/icons/notifications-off-solid.js +2 -2
- package/assets/web/icons/notifications-off.cjs +2 -2
- package/assets/web/icons/notifications-off.js +2 -2
- package/assets/web/icons/notifications.cjs +1 -1
- package/assets/web/icons/notifications.js +1 -1
- package/assets/web/icons/offline.cjs +1 -1
- package/assets/web/icons/offline.js +1 -1
- package/assets/web/icons/reply.cjs +1 -1
- package/assets/web/icons/reply.js +1 -1
- package/assets/web/icons/room.cjs +19 -0
- package/assets/web/icons/room.d.ts +11 -0
- package/assets/web/icons/room.js +19 -0
- package/assets/web/icons/send.cjs +1 -1
- package/assets/web/icons/send.js +1 -1
- package/assets/web/icons/share.cjs +1 -1
- package/assets/web/icons/share.js +1 -1
- package/assets/web/icons/sign-out.cjs +1 -1
- package/assets/web/icons/sign-out.js +1 -1
- package/assets/web/icons/strikethrough.cjs +1 -1
- package/assets/web/icons/strikethrough.js +1 -1
- package/assets/web/icons/switch-camera-solid.cjs +1 -1
- package/assets/web/icons/switch-camera-solid.js +1 -1
- package/assets/web/icons/unpin.cjs +23 -0
- package/assets/web/icons/unpin.d.ts +11 -0
- package/assets/web/icons/unpin.js +23 -0
- package/assets/web/icons/verified.cjs +1 -1
- package/assets/web/icons/verified.js +1 -1
- package/assets/web/icons/video-call-off-solid.cjs +1 -1
- package/assets/web/icons/video-call-off-solid.js +1 -1
- package/assets/web/icons/video-call-off.cjs +1 -1
- package/assets/web/icons/video-call-off.js +1 -1
- package/assets/web/icons/visibility-off.cjs +1 -1
- package/assets/web/icons/visibility-off.js +1 -1
- package/assets/web/icons/voice-call.cjs +1 -1
- package/assets/web/icons/voice-call.js +1 -1
- package/assets/web/icons/volume-on-solid.cjs +2 -2
- package/assets/web/icons/volume-on-solid.js +2 -2
- package/assets/web/icons/warning.cjs +2 -2
- package/assets/web/icons/warning.js +2 -2
- package/assets/web/js/cpdDark.d.ts +3 -0
- package/assets/web/js/cpdDark.js +3 -0
- package/assets/web/js/cpdDarkHc.d.ts +3 -0
- package/assets/web/js/cpdDarkHc.js +3 -0
- package/assets/web/js/cpdLight.d.ts +3 -0
- package/assets/web/js/cpdLight.js +3 -0
- package/assets/web/js/cpdLightHc.d.ts +3 -0
- package/assets/web/js/cpdLightHc.js +3 -0
- package/icons/$icons.json +1 -1
- package/icons/bold.svg +1 -1
- package/icons/calendar.svg +3 -0
- package/icons/chat-problem.svg +2 -2
- package/icons/chat-solid.svg +1 -1
- package/icons/chat.svg +1 -1
- package/icons/check.svg +1 -1
- package/icons/chevron-down.svg +1 -1
- package/icons/chevron-left.svg +1 -1
- package/icons/chevron-right.svg +1 -1
- package/icons/chevron-up-down.svg +1 -1
- package/icons/chevron-up.svg +1 -1
- package/icons/circle.svg +1 -1
- package/icons/collapse.svg +1 -1
- package/icons/edit-solid.svg +3 -3
- package/icons/edit.svg +1 -1
- package/icons/forward.svg +1 -1
- package/icons/inline-code.svg +1 -1
- package/icons/link.svg +1 -1
- package/icons/location-navigator-centred.svg +1 -1
- package/icons/location-navigator.svg +1 -1
- package/icons/lock-off.svg +1 -1
- package/icons/notifications-off-solid.svg +2 -2
- package/icons/notifications-off.svg +2 -2
- package/icons/notifications.svg +1 -1
- package/icons/offline.svg +1 -1
- package/icons/reply.svg +1 -1
- package/icons/room.svg +3 -0
- package/icons/send.svg +1 -1
- package/icons/share.svg +1 -1
- package/icons/sign-out.svg +1 -1
- package/icons/strikethrough.svg +1 -1
- package/icons/switch-camera-solid.svg +1 -1
- package/icons/unpin.svg +4 -0
- package/icons/verified.svg +1 -1
- package/icons/video-call-off-solid.svg +1 -1
- package/icons/video-call-off.svg +1 -1
- package/icons/visibility-off.svg +1 -1
- package/icons/voice-call.svg +1 -1
- package/icons/volume-on-solid.svg +2 -2
- package/icons/warning.svg +2 -2
- package/package.json +1 -1
|
@@ -10,9 +10,9 @@ function VolumeOnSolidIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: [/*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
-
d: "M3 14v-4a2 2 0 0 1 2-2h2l3.293-3.293c.63-.63 1.707-.184 1.707.707v13.172c0 .89-1.077 1.337-1.707.707L7 16H5a2 2 0 0 1-2-2Zm11.121-5.536a1 1 0 0 1 1.415 0A4.987 4.987 0 0 1 17 12c0 1.38-.56 2.632-1.464 3.
|
|
13
|
+
d: "M3 14v-4a2 2 0 0 1 2-2h2l3.293-3.293c.63-.63 1.707-.184 1.707.707v13.172c0 .89-1.077 1.337-1.707.707L7 16H5a2 2 0 0 1-2-2Zm11.121-5.536a1 1 0 0 1 1.415 0A4.987 4.987 0 0 1 17 12c0 1.38-.56 2.632-1.464 3.535a1 1 0 0 1-1.415-1.414 2.987 2.987 0 0 0 .88-2.121c0-.829-.335-1.578-.88-2.121a1 1 0 0 1 0-1.415Z"
|
|
14
14
|
}), /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
15
|
-
d: "M16.95 5.636a1 1 0 0 1 1.414 0A8.975 8.975 0 0 1 21 12a8.975 8.975 0 0 1-2.636 6.364 1 1 0
|
|
15
|
+
d: "M16.95 5.636a1 1 0 0 1 1.414 0A8.975 8.975 0 0 1 21 12a8.975 8.975 0 0 1-2.636 6.364 1 1 0 1 1-1.414-1.415A6.975 6.975 0 0 0 19 12a6.975 6.975 0 0 0-2.05-4.949 1 1 0 0 1 0-1.414Z"
|
|
16
16
|
})]
|
|
17
17
|
});
|
|
18
18
|
}
|
|
@@ -10,9 +10,9 @@ function VolumeOnSolidIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: [/*#__PURE__*/_jsx("path", {
|
|
13
|
-
d: "M3 14v-4a2 2 0 0 1 2-2h2l3.293-3.293c.63-.63 1.707-.184 1.707.707v13.172c0 .89-1.077 1.337-1.707.707L7 16H5a2 2 0 0 1-2-2Zm11.121-5.536a1 1 0 0 1 1.415 0A4.987 4.987 0 0 1 17 12c0 1.38-.56 2.632-1.464 3.
|
|
13
|
+
d: "M3 14v-4a2 2 0 0 1 2-2h2l3.293-3.293c.63-.63 1.707-.184 1.707.707v13.172c0 .89-1.077 1.337-1.707.707L7 16H5a2 2 0 0 1-2-2Zm11.121-5.536a1 1 0 0 1 1.415 0A4.987 4.987 0 0 1 17 12c0 1.38-.56 2.632-1.464 3.535a1 1 0 0 1-1.415-1.414 2.987 2.987 0 0 0 .88-2.121c0-.829-.335-1.578-.88-2.121a1 1 0 0 1 0-1.415Z"
|
|
14
14
|
}), /*#__PURE__*/_jsx("path", {
|
|
15
|
-
d: "M16.95 5.636a1 1 0 0 1 1.414 0A8.975 8.975 0 0 1 21 12a8.975 8.975 0 0 1-2.636 6.364 1 1 0
|
|
15
|
+
d: "M16.95 5.636a1 1 0 0 1 1.414 0A8.975 8.975 0 0 1 21 12a8.975 8.975 0 0 1-2.636 6.364 1 1 0 1 1-1.414-1.415A6.975 6.975 0 0 0 19 12a6.975 6.975 0 0 0-2.05-4.949 1 1 0 0 1 0-1.414Z"
|
|
16
16
|
})]
|
|
17
17
|
});
|
|
18
18
|
}
|
|
@@ -10,10 +10,10 @@ function WarningIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: [/*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
-
d: "M12.713 17.
|
|
13
|
+
d: "M12.713 17.713A.968.968 0 0 1 12 18a.968.968 0 0 1-.713-.287A.967.967 0 0 1 11 17a.97.97 0 0 1 .287-.712A.968.968 0 0 1 12 16a.97.97 0 0 1 .713.288A.968.968 0 0 1 13 17a.97.97 0 0 1-.287.713Zm0-4A.968.968 0 0 1 12 14a.968.968 0 0 1-.713-.287A.967.967 0 0 1 11 13V9a.97.97 0 0 1 .287-.712A.968.968 0 0 1 12 8a.97.97 0 0 1 .713.288A.968.968 0 0 1 13 9v4a.97.97 0 0 1-.287.713Z"
|
|
14
14
|
}), /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
15
15
|
fillRule: "evenodd",
|
|
16
|
-
d: "M10.264 3.039c.767-1.344 2.705-1.344 3.472 0l8.554 14.969c.762 1.333-.2 2.992-1.736 2.992H3.446c-1.535 0-2.498-1.659-1.736-2.992l8.553-14.
|
|
16
|
+
d: "M10.264 3.039c.767-1.344 2.705-1.344 3.472 0l8.554 14.969c.762 1.333-.2 2.992-1.736 2.992H3.446c-1.535 0-2.498-1.659-1.736-2.992l8.553-14.969ZM3.446 19 12 4.031l8.554 14.97H3.446Z",
|
|
17
17
|
clipRule: "evenodd"
|
|
18
18
|
})]
|
|
19
19
|
});
|
|
@@ -10,10 +10,10 @@ function WarningIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: [/*#__PURE__*/_jsx("path", {
|
|
13
|
-
d: "M12.713 17.
|
|
13
|
+
d: "M12.713 17.713A.968.968 0 0 1 12 18a.968.968 0 0 1-.713-.287A.967.967 0 0 1 11 17a.97.97 0 0 1 .287-.712A.968.968 0 0 1 12 16a.97.97 0 0 1 .713.288A.968.968 0 0 1 13 17a.97.97 0 0 1-.287.713Zm0-4A.968.968 0 0 1 12 14a.968.968 0 0 1-.713-.287A.967.967 0 0 1 11 13V9a.97.97 0 0 1 .287-.712A.968.968 0 0 1 12 8a.97.97 0 0 1 .713.288A.968.968 0 0 1 13 9v4a.97.97 0 0 1-.287.713Z"
|
|
14
14
|
}), /*#__PURE__*/_jsx("path", {
|
|
15
15
|
fillRule: "evenodd",
|
|
16
|
-
d: "M10.264 3.039c.767-1.344 2.705-1.344 3.472 0l8.554 14.969c.762 1.333-.2 2.992-1.736 2.992H3.446c-1.535 0-2.498-1.659-1.736-2.992l8.553-14.
|
|
16
|
+
d: "M10.264 3.039c.767-1.344 2.705-1.344 3.472 0l8.554 14.969c.762 1.333-.2 2.992-1.736 2.992H3.446c-1.535 0-2.498-1.659-1.736-2.992l8.553-14.969ZM3.446 19 12 4.031l8.554 14.97H3.446Z",
|
|
17
17
|
clipRule: "evenodd"
|
|
18
18
|
})]
|
|
19
19
|
});
|
|
@@ -86,6 +86,7 @@ export const cpdIconArrowUp : string;
|
|
|
86
86
|
export const cpdIconAttachment : string;
|
|
87
87
|
export const cpdIconBlock : string;
|
|
88
88
|
export const cpdIconBold : string;
|
|
89
|
+
export const cpdIconCalendar : string;
|
|
89
90
|
export const cpdIconChart : string;
|
|
90
91
|
export const cpdIconChatNew : string;
|
|
91
92
|
export const cpdIconChatProblem : string;
|
|
@@ -200,6 +201,7 @@ export const cpdIconReactionAdd : string;
|
|
|
200
201
|
export const cpdIconReaction : string;
|
|
201
202
|
export const cpdIconReply : string;
|
|
202
203
|
export const cpdIconRestart : string;
|
|
204
|
+
export const cpdIconRoom : string;
|
|
203
205
|
export const cpdIconSearch : string;
|
|
204
206
|
export const cpdIconSendSolid : string;
|
|
205
207
|
export const cpdIconSend : string;
|
|
@@ -225,6 +227,7 @@ export const cpdIconTime : string;
|
|
|
225
227
|
export const cpdIconUnderline : string;
|
|
226
228
|
export const cpdIconUnknownSolid : string;
|
|
227
229
|
export const cpdIconUnknown : string;
|
|
230
|
+
export const cpdIconUnpin : string;
|
|
228
231
|
export const cpdIconUserAddSolid : string;
|
|
229
232
|
export const cpdIconUserAdd : string;
|
|
230
233
|
export const cpdIconUserProfileSolid : string;
|
package/assets/web/js/cpdDark.js
CHANGED
|
@@ -86,6 +86,7 @@ export const cpdIconArrowUp = "icons/arrow-up.svg";
|
|
|
86
86
|
export const cpdIconAttachment = "icons/attachment.svg";
|
|
87
87
|
export const cpdIconBlock = "icons/block.svg";
|
|
88
88
|
export const cpdIconBold = "icons/bold.svg";
|
|
89
|
+
export const cpdIconCalendar = "icons/calendar.svg";
|
|
89
90
|
export const cpdIconChart = "icons/chart.svg";
|
|
90
91
|
export const cpdIconChatNew = "icons/chat-new.svg";
|
|
91
92
|
export const cpdIconChatProblem = "icons/chat-problem.svg";
|
|
@@ -200,6 +201,7 @@ export const cpdIconReactionAdd = "icons/reaction-add.svg";
|
|
|
200
201
|
export const cpdIconReaction = "icons/reaction.svg";
|
|
201
202
|
export const cpdIconReply = "icons/reply.svg";
|
|
202
203
|
export const cpdIconRestart = "icons/restart.svg";
|
|
204
|
+
export const cpdIconRoom = "icons/room.svg";
|
|
203
205
|
export const cpdIconSearch = "icons/search.svg";
|
|
204
206
|
export const cpdIconSendSolid = "icons/send-solid.svg";
|
|
205
207
|
export const cpdIconSend = "icons/send.svg";
|
|
@@ -225,6 +227,7 @@ export const cpdIconTime = "icons/time.svg";
|
|
|
225
227
|
export const cpdIconUnderline = "icons/underline.svg";
|
|
226
228
|
export const cpdIconUnknownSolid = "icons/unknown-solid.svg";
|
|
227
229
|
export const cpdIconUnknown = "icons/unknown.svg";
|
|
230
|
+
export const cpdIconUnpin = "icons/unpin.svg";
|
|
228
231
|
export const cpdIconUserAddSolid = "icons/user-add-solid.svg";
|
|
229
232
|
export const cpdIconUserAdd = "icons/user-add.svg";
|
|
230
233
|
export const cpdIconUserProfileSolid = "icons/user-profile-solid.svg";
|
|
@@ -86,6 +86,7 @@ export const cpdIconArrowUp : string;
|
|
|
86
86
|
export const cpdIconAttachment : string;
|
|
87
87
|
export const cpdIconBlock : string;
|
|
88
88
|
export const cpdIconBold : string;
|
|
89
|
+
export const cpdIconCalendar : string;
|
|
89
90
|
export const cpdIconChart : string;
|
|
90
91
|
export const cpdIconChatNew : string;
|
|
91
92
|
export const cpdIconChatProblem : string;
|
|
@@ -200,6 +201,7 @@ export const cpdIconReactionAdd : string;
|
|
|
200
201
|
export const cpdIconReaction : string;
|
|
201
202
|
export const cpdIconReply : string;
|
|
202
203
|
export const cpdIconRestart : string;
|
|
204
|
+
export const cpdIconRoom : string;
|
|
203
205
|
export const cpdIconSearch : string;
|
|
204
206
|
export const cpdIconSendSolid : string;
|
|
205
207
|
export const cpdIconSend : string;
|
|
@@ -225,6 +227,7 @@ export const cpdIconTime : string;
|
|
|
225
227
|
export const cpdIconUnderline : string;
|
|
226
228
|
export const cpdIconUnknownSolid : string;
|
|
227
229
|
export const cpdIconUnknown : string;
|
|
230
|
+
export const cpdIconUnpin : string;
|
|
228
231
|
export const cpdIconUserAddSolid : string;
|
|
229
232
|
export const cpdIconUserAdd : string;
|
|
230
233
|
export const cpdIconUserProfileSolid : string;
|
|
@@ -86,6 +86,7 @@ export const cpdIconArrowUp = "icons/arrow-up.svg";
|
|
|
86
86
|
export const cpdIconAttachment = "icons/attachment.svg";
|
|
87
87
|
export const cpdIconBlock = "icons/block.svg";
|
|
88
88
|
export const cpdIconBold = "icons/bold.svg";
|
|
89
|
+
export const cpdIconCalendar = "icons/calendar.svg";
|
|
89
90
|
export const cpdIconChart = "icons/chart.svg";
|
|
90
91
|
export const cpdIconChatNew = "icons/chat-new.svg";
|
|
91
92
|
export const cpdIconChatProblem = "icons/chat-problem.svg";
|
|
@@ -200,6 +201,7 @@ export const cpdIconReactionAdd = "icons/reaction-add.svg";
|
|
|
200
201
|
export const cpdIconReaction = "icons/reaction.svg";
|
|
201
202
|
export const cpdIconReply = "icons/reply.svg";
|
|
202
203
|
export const cpdIconRestart = "icons/restart.svg";
|
|
204
|
+
export const cpdIconRoom = "icons/room.svg";
|
|
203
205
|
export const cpdIconSearch = "icons/search.svg";
|
|
204
206
|
export const cpdIconSendSolid = "icons/send-solid.svg";
|
|
205
207
|
export const cpdIconSend = "icons/send.svg";
|
|
@@ -225,6 +227,7 @@ export const cpdIconTime = "icons/time.svg";
|
|
|
225
227
|
export const cpdIconUnderline = "icons/underline.svg";
|
|
226
228
|
export const cpdIconUnknownSolid = "icons/unknown-solid.svg";
|
|
227
229
|
export const cpdIconUnknown = "icons/unknown.svg";
|
|
230
|
+
export const cpdIconUnpin = "icons/unpin.svg";
|
|
228
231
|
export const cpdIconUserAddSolid = "icons/user-add-solid.svg";
|
|
229
232
|
export const cpdIconUserAdd = "icons/user-add.svg";
|
|
230
233
|
export const cpdIconUserProfileSolid = "icons/user-profile-solid.svg";
|
|
@@ -86,6 +86,7 @@ export const cpdIconArrowUp : string;
|
|
|
86
86
|
export const cpdIconAttachment : string;
|
|
87
87
|
export const cpdIconBlock : string;
|
|
88
88
|
export const cpdIconBold : string;
|
|
89
|
+
export const cpdIconCalendar : string;
|
|
89
90
|
export const cpdIconChart : string;
|
|
90
91
|
export const cpdIconChatNew : string;
|
|
91
92
|
export const cpdIconChatProblem : string;
|
|
@@ -200,6 +201,7 @@ export const cpdIconReactionAdd : string;
|
|
|
200
201
|
export const cpdIconReaction : string;
|
|
201
202
|
export const cpdIconReply : string;
|
|
202
203
|
export const cpdIconRestart : string;
|
|
204
|
+
export const cpdIconRoom : string;
|
|
203
205
|
export const cpdIconSearch : string;
|
|
204
206
|
export const cpdIconSendSolid : string;
|
|
205
207
|
export const cpdIconSend : string;
|
|
@@ -225,6 +227,7 @@ export const cpdIconTime : string;
|
|
|
225
227
|
export const cpdIconUnderline : string;
|
|
226
228
|
export const cpdIconUnknownSolid : string;
|
|
227
229
|
export const cpdIconUnknown : string;
|
|
230
|
+
export const cpdIconUnpin : string;
|
|
228
231
|
export const cpdIconUserAddSolid : string;
|
|
229
232
|
export const cpdIconUserAdd : string;
|
|
230
233
|
export const cpdIconUserProfileSolid : string;
|
|
@@ -86,6 +86,7 @@ export const cpdIconArrowUp = "icons/arrow-up.svg";
|
|
|
86
86
|
export const cpdIconAttachment = "icons/attachment.svg";
|
|
87
87
|
export const cpdIconBlock = "icons/block.svg";
|
|
88
88
|
export const cpdIconBold = "icons/bold.svg";
|
|
89
|
+
export const cpdIconCalendar = "icons/calendar.svg";
|
|
89
90
|
export const cpdIconChart = "icons/chart.svg";
|
|
90
91
|
export const cpdIconChatNew = "icons/chat-new.svg";
|
|
91
92
|
export const cpdIconChatProblem = "icons/chat-problem.svg";
|
|
@@ -200,6 +201,7 @@ export const cpdIconReactionAdd = "icons/reaction-add.svg";
|
|
|
200
201
|
export const cpdIconReaction = "icons/reaction.svg";
|
|
201
202
|
export const cpdIconReply = "icons/reply.svg";
|
|
202
203
|
export const cpdIconRestart = "icons/restart.svg";
|
|
204
|
+
export const cpdIconRoom = "icons/room.svg";
|
|
203
205
|
export const cpdIconSearch = "icons/search.svg";
|
|
204
206
|
export const cpdIconSendSolid = "icons/send-solid.svg";
|
|
205
207
|
export const cpdIconSend = "icons/send.svg";
|
|
@@ -225,6 +227,7 @@ export const cpdIconTime = "icons/time.svg";
|
|
|
225
227
|
export const cpdIconUnderline = "icons/underline.svg";
|
|
226
228
|
export const cpdIconUnknownSolid = "icons/unknown-solid.svg";
|
|
227
229
|
export const cpdIconUnknown = "icons/unknown.svg";
|
|
230
|
+
export const cpdIconUnpin = "icons/unpin.svg";
|
|
228
231
|
export const cpdIconUserAddSolid = "icons/user-add-solid.svg";
|
|
229
232
|
export const cpdIconUserAdd = "icons/user-add.svg";
|
|
230
233
|
export const cpdIconUserProfileSolid = "icons/user-profile-solid.svg";
|
|
@@ -86,6 +86,7 @@ export const cpdIconArrowUp : string;
|
|
|
86
86
|
export const cpdIconAttachment : string;
|
|
87
87
|
export const cpdIconBlock : string;
|
|
88
88
|
export const cpdIconBold : string;
|
|
89
|
+
export const cpdIconCalendar : string;
|
|
89
90
|
export const cpdIconChart : string;
|
|
90
91
|
export const cpdIconChatNew : string;
|
|
91
92
|
export const cpdIconChatProblem : string;
|
|
@@ -200,6 +201,7 @@ export const cpdIconReactionAdd : string;
|
|
|
200
201
|
export const cpdIconReaction : string;
|
|
201
202
|
export const cpdIconReply : string;
|
|
202
203
|
export const cpdIconRestart : string;
|
|
204
|
+
export const cpdIconRoom : string;
|
|
203
205
|
export const cpdIconSearch : string;
|
|
204
206
|
export const cpdIconSendSolid : string;
|
|
205
207
|
export const cpdIconSend : string;
|
|
@@ -225,6 +227,7 @@ export const cpdIconTime : string;
|
|
|
225
227
|
export const cpdIconUnderline : string;
|
|
226
228
|
export const cpdIconUnknownSolid : string;
|
|
227
229
|
export const cpdIconUnknown : string;
|
|
230
|
+
export const cpdIconUnpin : string;
|
|
228
231
|
export const cpdIconUserAddSolid : string;
|
|
229
232
|
export const cpdIconUserAdd : string;
|
|
230
233
|
export const cpdIconUserProfileSolid : string;
|
|
@@ -86,6 +86,7 @@ export const cpdIconArrowUp = "icons/arrow-up.svg";
|
|
|
86
86
|
export const cpdIconAttachment = "icons/attachment.svg";
|
|
87
87
|
export const cpdIconBlock = "icons/block.svg";
|
|
88
88
|
export const cpdIconBold = "icons/bold.svg";
|
|
89
|
+
export const cpdIconCalendar = "icons/calendar.svg";
|
|
89
90
|
export const cpdIconChart = "icons/chart.svg";
|
|
90
91
|
export const cpdIconChatNew = "icons/chat-new.svg";
|
|
91
92
|
export const cpdIconChatProblem = "icons/chat-problem.svg";
|
|
@@ -200,6 +201,7 @@ export const cpdIconReactionAdd = "icons/reaction-add.svg";
|
|
|
200
201
|
export const cpdIconReaction = "icons/reaction.svg";
|
|
201
202
|
export const cpdIconReply = "icons/reply.svg";
|
|
202
203
|
export const cpdIconRestart = "icons/restart.svg";
|
|
204
|
+
export const cpdIconRoom = "icons/room.svg";
|
|
203
205
|
export const cpdIconSearch = "icons/search.svg";
|
|
204
206
|
export const cpdIconSendSolid = "icons/send-solid.svg";
|
|
205
207
|
export const cpdIconSend = "icons/send.svg";
|
|
@@ -225,6 +227,7 @@ export const cpdIconTime = "icons/time.svg";
|
|
|
225
227
|
export const cpdIconUnderline = "icons/underline.svg";
|
|
226
228
|
export const cpdIconUnknownSolid = "icons/unknown-solid.svg";
|
|
227
229
|
export const cpdIconUnknown = "icons/unknown.svg";
|
|
230
|
+
export const cpdIconUnpin = "icons/unpin.svg";
|
|
228
231
|
export const cpdIconUserAddSolid = "icons/user-add-solid.svg";
|
|
229
232
|
export const cpdIconUserAdd = "icons/user-add.svg";
|
|
230
233
|
export const cpdIconUserProfileSolid = "icons/user-profile-solid.svg";
|
package/icons/$icons.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"icon":{"admin":{"value":"icons/admin.svg","type":"icon"},"arrow-down":{"value":"icons/arrow-down.svg","type":"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"},"arrow-up":{"value":"icons/arrow-up.svg","type":"icon"},"attachment":{"value":"icons/attachment.svg","type":"icon"},"block":{"value":"icons/block.svg","type":"icon"},"bold":{"value":"icons/bold.svg","type":"icon"},"chart":{"value":"icons/chart.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"},"circle":{"value":"icons/circle.svg","type":"icon"},"close":{"value":"icons/close.svg","type":"icon"},"cloud-solid":{"value":"icons/cloud-solid.svg","type":"icon"},"cloud":{"value":"icons/cloud.svg","type":"icon"},"code":{"value":"icons/code.svg","type":"icon"},"collapse":{"value":"icons/collapse.svg","type":"icon"},"company":{"value":"icons/company.svg","type":"icon"},"compose":{"value":"icons/compose.svg","type":"icon"},"computer":{"value":"icons/computer.svg","type":"icon"},"copy":{"value":"icons/copy.svg","type":"icon"},"dark-mode":{"value":"icons/dark-mode.svg","type":"icon"},"delete":{"value":"icons/delete.svg","type":"icon"},"devices":{"value":"icons/devices.svg","type":"icon"},"document":{"value":"icons/document.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-solid":{"value":"icons/edit-solid.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-solid":{"value":"icons/extensions-solid.svg","type":"icon"},"extensions":{"value":"icons/extensions.svg","type":"icon"},"favourite-solid":{"value":"icons/favourite-solid.svg","type":"icon"},"favourite":{"value":"icons/favourite.svg","type":"icon"},"file-error":{"value":"icons/file-error.svg","type":"icon"},"files":{"value":"icons/files.svg","type":"icon"},"filter":{"value":"icons/filter.svg","type":"icon"},"forward":{"value":"icons/forward.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"},"history":{"value":"icons/history.svg","type":"icon"},"home-solid":{"value":"icons/home-solid.svg","type":"icon"},"home":{"value":"icons/home.svg","type":"icon"},"host":{"value":"icons/host.svg","type":"icon"},"image-error":{"value":"icons/image-error.svg","type":"icon"},"image":{"value":"icons/image.svg","type":"icon"},"indent-decrease":{"value":"icons/indent-decrease.svg","type":"icon"},"indent-increase":{"value":"icons/indent-increase.svg","type":"icon"},"info-solid":{"value":"icons/info-solid.svg","type":"icon"},"info":{"value":"icons/info.svg","type":"icon"},"inline-code":{"value":"icons/inline-code.svg","type":"icon"},"italic":{"value":"icons/italic.svg","type":"icon"},"key-off-solid":{"value":"icons/key-off-solid.svg","type":"icon"},"key-off":{"value":"icons/key-off.svg","type":"icon"},"key-solid":{"value":"icons/key-solid.svg","type":"icon"},"key":{"value":"icons/key.svg","type":"icon"},"keyboard":{"value":"icons/keyboard.svg","type":"icon"},"labs":{"value":"icons/labs.svg","type":"icon"},"leave":{"value":"icons/leave.svg","type":"icon"},"link":{"value":"icons/link.svg","type":"icon"},"list-bulleted":{"value":"icons/list-bulleted.svg","type":"icon"},"list-numbered":{"value":"icons/list-numbered.svg","type":"icon"},"location-navigator-centred":{"value":"icons/location-navigator-centred.svg","type":"icon"},"location-navigator":{"value":"icons/location-navigator.svg","type":"icon"},"location-pin-solid":{"value":"icons/location-pin-solid.svg","type":"icon"},"location-pin":{"value":"icons/location-pin.svg","type":"icon"},"lock-off":{"value":"icons/lock-off.svg","type":"icon"},"lock-solid":{"value":"icons/lock-solid.svg","type":"icon"},"lock":{"value":"icons/lock.svg","type":"icon"},"mark-as-read":{"value":"icons/mark-as-read.svg","type":"icon"},"mark-as-unread":{"value":"icons/mark-as-unread.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-solid":{"value":"icons/mic-off-solid.svg","type":"icon"},"mic-off":{"value":"icons/mic-off.svg","type":"icon"},"mic-on-solid":{"value":"icons/mic-on-solid.svg","type":"icon"},"mic-on":{"value":"icons/mic-on.svg","type":"icon"},"minus":{"value":"icons/minus.svg","type":"icon"},"mobile":{"value":"icons/mobile.svg","type":"icon"},"notifications-off-solid":{"value":"icons/notifications-off-solid.svg","type":"icon"},"notifications-off":{"value":"icons/notifications-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"},"pause-solid":{"value":"icons/pause-solid.svg","type":"icon"},"pause":{"value":"icons/pause.svg","type":"icon"},"pin-solid":{"value":"icons/pin-solid.svg","type":"icon"},"pin":{"value":"icons/pin.svg","type":"icon"},"play-solid":{"value":"icons/play-solid.svg","type":"icon"},"play":{"value":"icons/play.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"},"preferences":{"value":"icons/preferences.svg","type":"icon"},"public":{"value":"icons/public.svg","type":"icon"},"qr-code":{"value":"icons/qr-code.svg","type":"icon"},"quote":{"value":"icons/quote.svg","type":"icon"},"reaction-add":{"value":"icons/reaction-add.svg","type":"icon"},"reaction":{"value":"icons/reaction.svg","type":"icon"},"reply":{"value":"icons/reply.svg","type":"icon"},"restart":{"value":"icons/restart.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-ios":{"value":"icons/share-ios.svg","type":"icon"},"share-screen-solid":{"value":"icons/share-screen-solid.svg","type":"icon"},"share-screen":{"value":"icons/share-screen.svg","type":"icon"},"share":{"value":"icons/share.svg","type":"icon"},"sidebar":{"value":"icons/sidebar.svg","type":"icon"},"sign-out":{"value":"icons/sign-out.svg","type":"icon"},"spinner":{"value":"icons/spinner.svg","type":"icon"},"spotlight":{"value":"icons/spotlight.svg","type":"icon"},"strikethrough":{"value":"icons/strikethrough.svg","type":"icon"},"switch-camera-solid":{"value":"icons/switch-camera-solid.svg","type":"icon"},"take-photo-solid":{"value":"icons/take-photo-solid.svg","type":"icon"},"take-photo":{"value":"icons/take-photo.svg","type":"icon"},"text-formatting":{"value":"icons/text-formatting.svg","type":"icon"},"threads-solid":{"value":"icons/threads-solid.svg","type":"icon"},"threads":{"value":"icons/threads.svg","type":"icon"},"time":{"value":"icons/time.svg","type":"icon"},"underline":{"value":"icons/underline.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"},"user-solid":{"value":"icons/user-solid.svg","type":"icon"},"user":{"value":"icons/user.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"}}}
|
|
1
|
+
{"icon":{"admin":{"value":"icons/admin.svg","type":"icon"},"arrow-down":{"value":"icons/arrow-down.svg","type":"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"},"arrow-up":{"value":"icons/arrow-up.svg","type":"icon"},"attachment":{"value":"icons/attachment.svg","type":"icon"},"block":{"value":"icons/block.svg","type":"icon"},"bold":{"value":"icons/bold.svg","type":"icon"},"calendar":{"value":"icons/calendar.svg","type":"icon"},"chart":{"value":"icons/chart.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"},"circle":{"value":"icons/circle.svg","type":"icon"},"close":{"value":"icons/close.svg","type":"icon"},"cloud-solid":{"value":"icons/cloud-solid.svg","type":"icon"},"cloud":{"value":"icons/cloud.svg","type":"icon"},"code":{"value":"icons/code.svg","type":"icon"},"collapse":{"value":"icons/collapse.svg","type":"icon"},"company":{"value":"icons/company.svg","type":"icon"},"compose":{"value":"icons/compose.svg","type":"icon"},"computer":{"value":"icons/computer.svg","type":"icon"},"copy":{"value":"icons/copy.svg","type":"icon"},"dark-mode":{"value":"icons/dark-mode.svg","type":"icon"},"delete":{"value":"icons/delete.svg","type":"icon"},"devices":{"value":"icons/devices.svg","type":"icon"},"document":{"value":"icons/document.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-solid":{"value":"icons/edit-solid.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-solid":{"value":"icons/extensions-solid.svg","type":"icon"},"extensions":{"value":"icons/extensions.svg","type":"icon"},"favourite-solid":{"value":"icons/favourite-solid.svg","type":"icon"},"favourite":{"value":"icons/favourite.svg","type":"icon"},"file-error":{"value":"icons/file-error.svg","type":"icon"},"files":{"value":"icons/files.svg","type":"icon"},"filter":{"value":"icons/filter.svg","type":"icon"},"forward":{"value":"icons/forward.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"},"history":{"value":"icons/history.svg","type":"icon"},"home-solid":{"value":"icons/home-solid.svg","type":"icon"},"home":{"value":"icons/home.svg","type":"icon"},"host":{"value":"icons/host.svg","type":"icon"},"image-error":{"value":"icons/image-error.svg","type":"icon"},"image":{"value":"icons/image.svg","type":"icon"},"indent-decrease":{"value":"icons/indent-decrease.svg","type":"icon"},"indent-increase":{"value":"icons/indent-increase.svg","type":"icon"},"info-solid":{"value":"icons/info-solid.svg","type":"icon"},"info":{"value":"icons/info.svg","type":"icon"},"inline-code":{"value":"icons/inline-code.svg","type":"icon"},"italic":{"value":"icons/italic.svg","type":"icon"},"key-off-solid":{"value":"icons/key-off-solid.svg","type":"icon"},"key-off":{"value":"icons/key-off.svg","type":"icon"},"key-solid":{"value":"icons/key-solid.svg","type":"icon"},"key":{"value":"icons/key.svg","type":"icon"},"keyboard":{"value":"icons/keyboard.svg","type":"icon"},"labs":{"value":"icons/labs.svg","type":"icon"},"leave":{"value":"icons/leave.svg","type":"icon"},"link":{"value":"icons/link.svg","type":"icon"},"list-bulleted":{"value":"icons/list-bulleted.svg","type":"icon"},"list-numbered":{"value":"icons/list-numbered.svg","type":"icon"},"location-navigator-centred":{"value":"icons/location-navigator-centred.svg","type":"icon"},"location-navigator":{"value":"icons/location-navigator.svg","type":"icon"},"location-pin-solid":{"value":"icons/location-pin-solid.svg","type":"icon"},"location-pin":{"value":"icons/location-pin.svg","type":"icon"},"lock-off":{"value":"icons/lock-off.svg","type":"icon"},"lock-solid":{"value":"icons/lock-solid.svg","type":"icon"},"lock":{"value":"icons/lock.svg","type":"icon"},"mark-as-read":{"value":"icons/mark-as-read.svg","type":"icon"},"mark-as-unread":{"value":"icons/mark-as-unread.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-solid":{"value":"icons/mic-off-solid.svg","type":"icon"},"mic-off":{"value":"icons/mic-off.svg","type":"icon"},"mic-on-solid":{"value":"icons/mic-on-solid.svg","type":"icon"},"mic-on":{"value":"icons/mic-on.svg","type":"icon"},"minus":{"value":"icons/minus.svg","type":"icon"},"mobile":{"value":"icons/mobile.svg","type":"icon"},"notifications-off-solid":{"value":"icons/notifications-off-solid.svg","type":"icon"},"notifications-off":{"value":"icons/notifications-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"},"pause-solid":{"value":"icons/pause-solid.svg","type":"icon"},"pause":{"value":"icons/pause.svg","type":"icon"},"pin-solid":{"value":"icons/pin-solid.svg","type":"icon"},"pin":{"value":"icons/pin.svg","type":"icon"},"play-solid":{"value":"icons/play-solid.svg","type":"icon"},"play":{"value":"icons/play.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"},"preferences":{"value":"icons/preferences.svg","type":"icon"},"public":{"value":"icons/public.svg","type":"icon"},"qr-code":{"value":"icons/qr-code.svg","type":"icon"},"quote":{"value":"icons/quote.svg","type":"icon"},"reaction-add":{"value":"icons/reaction-add.svg","type":"icon"},"reaction":{"value":"icons/reaction.svg","type":"icon"},"reply":{"value":"icons/reply.svg","type":"icon"},"restart":{"value":"icons/restart.svg","type":"icon"},"room":{"value":"icons/room.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-ios":{"value":"icons/share-ios.svg","type":"icon"},"share-screen-solid":{"value":"icons/share-screen-solid.svg","type":"icon"},"share-screen":{"value":"icons/share-screen.svg","type":"icon"},"share":{"value":"icons/share.svg","type":"icon"},"sidebar":{"value":"icons/sidebar.svg","type":"icon"},"sign-out":{"value":"icons/sign-out.svg","type":"icon"},"spinner":{"value":"icons/spinner.svg","type":"icon"},"spotlight":{"value":"icons/spotlight.svg","type":"icon"},"strikethrough":{"value":"icons/strikethrough.svg","type":"icon"},"switch-camera-solid":{"value":"icons/switch-camera-solid.svg","type":"icon"},"take-photo-solid":{"value":"icons/take-photo-solid.svg","type":"icon"},"take-photo":{"value":"icons/take-photo.svg","type":"icon"},"text-formatting":{"value":"icons/text-formatting.svg","type":"icon"},"threads-solid":{"value":"icons/threads-solid.svg","type":"icon"},"threads":{"value":"icons/threads.svg","type":"icon"},"time":{"value":"icons/time.svg","type":"icon"},"underline":{"value":"icons/underline.svg","type":"icon"},"unknown-solid":{"value":"icons/unknown-solid.svg","type":"icon"},"unknown":{"value":"icons/unknown.svg","type":"icon"},"unpin":{"value":"icons/unpin.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"},"user-solid":{"value":"icons/user-solid.svg","type":"icon"},"user":{"value":"icons/user.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"}}}
|
package/icons/bold.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M8.8 19c-.55 0-1.02-.196-1.
|
|
2
|
+
<path d="M8.8 19c-.55 0-1.02-.196-1.413-.587A1.926 1.926 0 0 1 6.8 17V7c0-.55.196-1.02.588-1.412A1.926 1.926 0 0 1 8.8 5h3.525c1.083 0 2.083.333 3 1 .917.667 1.375 1.592 1.375 2.775 0 .85-.192 1.504-.575 1.963-.383.458-.742.787-1.075.987.417.183.88.525 1.387 1.025.509.5.763 1.25.763 2.25 0 1.483-.542 2.52-1.625 3.113-1.083.591-2.1.887-3.05.887H8.8Zm1.025-2.8h2.6c.8 0 1.287-.204 1.462-.612.175-.409.263-.705.263-.888 0-.183-.088-.48-.263-.887-.175-.409-.687-.613-1.537-.613H9.825v3Zm0-5.7h2.325c.55 0 .95-.142 1.2-.425a1.4 1.4 0 0 0 .375-.95c0-.4-.142-.725-.425-.975-.283-.25-.65-.375-1.1-.375H9.825V10.5Z"/>
|
|
3
3
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M5 22c-.55 0-1.02-.196-1.413-.587A1.926 1.926 0 0 1 3 20V6c0-.55.196-1.02.587-1.412A1.926 1.926 0 0 1 5 4h1V2h2v2h8V2h2v2h1c.55 0 1.02.196 1.413.588.391.391.587.862.587 1.412v14c0 .55-.196 1.02-.587 1.413A1.926 1.926 0 0 1 19 22H5Zm0-2h14V10H5v10ZM5 8h14V6H5v2Zm7 6a.968.968 0 0 1-.713-.287A.968.968 0 0 1 11 13c0-.283.096-.52.287-.713A.968.968 0 0 1 12 12c.283 0 .52.096.713.287.191.192.287.43.287.713s-.096.52-.287.713A.968.968 0 0 1 12 14Zm-4 0a.967.967 0 0 1-.713-.287A.968.968 0 0 1 7 13c0-.283.096-.52.287-.713A.967.967 0 0 1 8 12c.283 0 .52.096.713.287.191.192.287.43.287.713s-.096.52-.287.713A.967.967 0 0 1 8 14Zm8 0a.968.968 0 0 1-.713-.287A.968.968 0 0 1 15 13c0-.283.096-.52.287-.713A.968.968 0 0 1 16 12a.97.97 0 0 1 .712.287c.192.192.288.43.288.713s-.096.52-.288.713A.968.968 0 0 1 16 14Zm-4 4a.968.968 0 0 1-.713-.288A.968.968 0 0 1 11 17a.97.97 0 0 1 .287-.712A.968.968 0 0 1 12 16a.97.97 0 0 1 .713.288c.191.191.287.429.287.712s-.096.52-.287.712A.968.968 0 0 1 12 18Zm-4 0a.967.967 0 0 1-.713-.288A.968.968 0 0 1 7 17a.97.97 0 0 1 .287-.712A.967.967 0 0 1 8 16a.97.97 0 0 1 .713.288c.191.191.287.429.287.712s-.096.52-.287.712A.967.967 0 0 1 8 18Zm8 0a.968.968 0 0 1-.713-.288A.968.968 0 0 1 15 17a.97.97 0 0 1 .287-.712A.968.968 0 0 1 16 16c.283 0 .52.096.712.288.192.191.288.429.288.712s-.096.52-.288.712A.968.968 0 0 1 16 18Z"/>
|
|
3
|
+
</svg>
|
package/icons/chat-problem.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M12.
|
|
3
|
-
<path d="M2.95 16.3a10.
|
|
2
|
+
<path d="M12.713 16.712A.968.968 0 0 1 12 17a.968.968 0 0 1-.713-.288A.968.968 0 0 1 11 16c0-.283.096-.52.287-.713A.968.968 0 0 1 12 15c.283 0 .52.096.713.287.191.192.287.43.287.713s-.096.52-.287.712Zm0-3.999A.968.968 0 0 1 12 13a.968.968 0 0 1-.713-.287A.968.968 0 0 1 11 12V8c0-.283.096-.52.287-.713A.968.968 0 0 1 12 7c.283 0 .52.096.713.287.191.192.287.43.287.713v4c0 .283-.096.52-.287.713Z"/>
|
|
3
|
+
<path d="M2.95 16.3a10.232 10.232 0 0 1-.712-2.1A10.167 10.167 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.099 10.099 0 0 1 2.137-3.175c.9-.9 1.958-1.612 3.175-2.137A9.738 9.738 0 0 1 12 2a9.74 9.74 0 0 1 3.9.788 10.098 10.098 0 0 1 3.175 2.137c.9.9 1.613 1.958 2.137 3.175A9.738 9.738 0 0 1 22 12a9.738 9.738 0 0 1-.788 3.9 10.098 10.098 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.137A9.737 9.737 0 0 1 12 22c-.75 0-1.483-.08-2.2-.238a10.23 10.23 0 0 1-2.1-.712L2.75 22.5a.936.936 0 0 1-1-.25.936.936 0 0 1-.25-1l1.45-4.95Zm4.2 2.8a.949.949 0 0 1 .275-.063c.1-.008.192-.012.275-.012.15 0 .296.013.438.038.141.024.279.07.412.137a7.434 7.434 0 0 0 1.675.6c.583.133 1.175.2 1.775.2 2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 .6.067 1.192.2 1.775s.333 1.142.6 1.675c.117.217.18.446.188.688a2.29 2.29 0 0 1-.088.712l-.95 3.2 3.2-.95Z"/>
|
|
4
4
|
</svg>
|
package/icons/chat-solid.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M2.95 16.3 1.5 21.25a.936.936 0 0 0 .25 1 .936.936 0 0 0 1 .25l4.95-1.45a10.23 10.23 0 0 0 2.1.712c.717.159 1.45.238 2.2.238a9.
|
|
2
|
+
<path d="M2.95 16.3 1.5 21.25a.936.936 0 0 0 .25 1 .936.936 0 0 0 1 .25l4.95-1.45a10.23 10.23 0 0 0 2.1.712c.717.159 1.45.238 2.2.238a9.737 9.737 0 0 0 3.9-.788 10.098 10.098 0 0 0 3.175-2.137c.9-.9 1.613-1.958 2.137-3.175A9.738 9.738 0 0 0 22 12a9.738 9.738 0 0 0-.788-3.9 10.099 10.099 0 0 0-2.137-3.175c-.9-.9-1.958-1.612-3.175-2.137A9.737 9.737 0 0 0 12 2a9.737 9.737 0 0 0-3.9.788 10.099 10.099 0 0 0-3.175 2.137c-.9.9-1.612 1.958-2.137 3.175A9.738 9.738 0 0 0 2 12a10.179 10.179 0 0 0 .95 4.3Z"/>
|
|
3
3
|
</svg>
|
package/icons/chat.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="m1.5 21.25 1.45-4.95a10.232 10.232 0 0 1-.712-2.1A10.167 10.167 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.099 10.099 0 0 1 2.137-3.175c.9-.9 1.958-1.612 3.175-2.137A9.
|
|
2
|
+
<path d="m1.5 21.25 1.45-4.95a10.232 10.232 0 0 1-.712-2.1A10.167 10.167 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.099 10.099 0 0 1 2.137-3.175c.9-.9 1.958-1.612 3.175-2.137A9.737 9.737 0 0 1 12 2a9.74 9.74 0 0 1 3.9.788 10.098 10.098 0 0 1 3.175 2.137c.9.9 1.613 1.958 2.137 3.175A9.738 9.738 0 0 1 22 12a9.738 9.738 0 0 1-.788 3.9 10.098 10.098 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.137A9.737 9.737 0 0 1 12 22c-.75 0-1.483-.08-2.2-.238a10.23 10.23 0 0 1-2.1-.712L2.75 22.5a.936.936 0 0 1-1-.25.936.936 0 0 1-.25-1Zm2.45-1.2 3.2-.95a.949.949 0 0 1 .275-.063c.1-.008.192-.012.275-.012.15 0 .296.013.438.038.141.024.279.07.412.137a7.435 7.435 0 0 0 1.675.6c.583.133 1.175.2 1.775.2 2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 .6.067 1.192.2 1.775s.333 1.142.6 1.675c.117.217.18.446.188.688a2.29 2.29 0 0 1-.088.712l-.95 3.2Z"/>
|
|
3
3
|
</svg>
|
package/icons/check.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M9.55 17.575c-.133 0-.258-.02-.375-.063a.
|
|
2
|
+
<path d="M9.55 17.575c-.133 0-.258-.02-.375-.063a.876.876 0 0 1-.325-.212L4.55 13c-.183-.183-.27-.42-.263-.713.009-.291.105-.529.288-.712a.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275L9.55 15.15l8.475-8.475c.183-.183.42-.275.713-.275.291 0 .529.092.712.275.183.183.275.42.275.713 0 .291-.092.529-.275.712l-9.2 9.2c-.1.1-.208.17-.325.212a1.106 1.106 0 0 1-.375.063Z"/>
|
|
3
3
|
</svg>
|
package/icons/chevron-down.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M12 14.95c-.133 0-.258-.02-.375-.063a.
|
|
2
|
+
<path d="M12 14.95c-.133 0-.258-.02-.375-.063a.876.876 0 0 1-.325-.212l-4.6-4.6a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l3.9 3.9 3.9-3.9a.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275.948.948 0 0 1 .275.7.948.948 0 0 1-.275.7l-4.6 4.6c-.1.1-.208.17-.325.212a1.106 1.106 0 0 1-.375.063Z"/>
|
|
3
3
|
</svg>
|
package/icons/chevron-left.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="m13.3 17.3-4.6-4.6a.877.877 0 0 1-.
|
|
2
|
+
<path d="m13.3 17.3-4.6-4.6a.877.877 0 0 1-.213-.325A1.106 1.106 0 0 1 8.425 12c0-.133.02-.258.062-.375A.878.878 0 0 1 8.7 11.3l4.6-4.6a.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275.948.948 0 0 1 .275.7.948.948 0 0 1-.275.7L10.8 12l3.9 3.9a.949.949 0 0 1 .275.7.948.948 0 0 1-.275.7.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"/>
|
|
3
3
|
</svg>
|
package/icons/chevron-right.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.
|
|
2
|
+
<path d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.877.877 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M8.225 8.325C8.042 8.142 7.95 7.9 7.95 7.6s.092-.542.275-.725L11.3 3.8c.1-.1.208-.17.325-.
|
|
2
|
+
<path d="M8.225 8.325C8.042 8.142 7.95 7.9 7.95 7.6s.092-.542.275-.725L11.3 3.8c.1-.1.208-.17.325-.212a1.18 1.18 0 0 1 .762 0c.125.041.23.112.313.212l3.1 3.1c.183.183.27.42.262.713a1.006 1.006 0 0 1-.287.712c-.183.183-.425.275-.725.275s-.542-.092-.725-.275L12 6 9.65 8.35c-.183.183-.42.27-.712.263a1.007 1.007 0 0 1-.713-.288ZM12 20.575a.942.942 0 0 1-.375-.075 1.312 1.312 0 0 1-.325-.2l-3.075-3.075c-.183-.183-.275-.425-.275-.725s.092-.542.275-.725c.183-.183.425-.275.725-.275s.542.092.725.275L12 18.1l2.35-2.35c.183-.183.42-.27.713-.262.291.008.529.104.712.287.183.183.275.425.275.725s-.092.542-.275.725L12.7 20.3a1.034 1.034 0 0 1-.7.275Z"/>
|
|
3
3
|
</svg>
|
package/icons/chevron-up.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="m12 10.775-3.9 3.9a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l4.6-4.6c.1-.1.208-.17.325-.213.117-.041.242-.062.375-.062s.258.02.375.062a.
|
|
2
|
+
<path d="m12 10.775-3.9 3.9a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l4.6-4.6c.1-.1.208-.17.325-.213.117-.041.242-.062.375-.062s.258.02.375.062a.877.877 0 0 1 .325.213l4.6 4.6a.948.948 0 0 1 .275.7.949.949 0 0 1-.275.7.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275l-3.9-3.9Z"/>
|
|
3
3
|
</svg>
|
package/icons/circle.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M12 22a9.
|
|
2
|
+
<path d="M12 22a9.737 9.737 0 0 1-3.9-.788 10.099 10.099 0 0 1-3.175-2.137c-.9-.9-1.613-1.958-2.138-3.175A9.737 9.737 0 0 1 2 12a9.74 9.74 0 0 1 .787-3.9 10.099 10.099 0 0 1 2.138-3.175c.9-.9 1.958-1.612 3.175-2.137A9.737 9.737 0 0 1 12 2a9.74 9.74 0 0 1 3.9.788 10.098 10.098 0 0 1 3.175 2.137c.9.9 1.612 1.958 2.137 3.175A9.738 9.738 0 0 1 22 12a9.737 9.737 0 0 1-.788 3.9 10.098 10.098 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.137A9.737 9.737 0 0 1 12 22Zm0-2c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 2.233.775 4.125 2.325 5.675C7.875 19.225 9.767 20 12 20Z"/>
|
|
3
3
|
</svg>
|
package/icons/collapse.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M12 11.034a.996.996 0 0 0 .29.702l.005.005c.18.18.43.29.705.29h8a1 1 0
|
|
2
|
+
<path d="M12 11.034a.996.996 0 0 0 .29.702l.005.005c.18.18.43.29.705.29h8a1 1 0 1 0 0-2h-5.586L22 3.446a1 1 0 0 0-1.414-1.415L14 8.617V3.031a1 1 0 1 0-2 0v8.003Zm0 1.963a.997.997 0 0 0-.29-.702l-.005-.004A.997.997 0 0 0 11 12H3a1 1 0 0 0 0 2h5.586L2 20.586A1 1 0 1 0 3.414 22L10 15.414V21a1 1 0 1 0 2 0v-8.003Z"/>
|
|
3
3
|
</svg>
|
package/icons/edit-solid.svg
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
2
|
<mask id="a">
|
|
3
|
-
<path fill-rule="evenodd" d="m4.393 13.95-.02.02-.42.42a1 1 0 0 0-.264.465l-1.414 5.657a1 1 0 0 0 1.213 1.213l5.657-1.414a1 1 0 0 0 .464-.263L21.363 8.294a2 2 0 0 0 0-2.829l-2.828-2.828a2 2 0 0 0-2.829 0L4.393 13.95ZM17.12 4.052l-2.972 2.972 2.829 2.829 2.972-2.
|
|
3
|
+
<path fill-rule="evenodd" d="m4.393 13.95-.02.02-.42.42a1 1 0 0 0-.264.465l-1.414 5.657a1 1 0 0 0 1.213 1.213l5.657-1.414a1 1 0 0 0 .464-.263L21.363 8.294a2 2 0 0 0 0-2.829l-2.828-2.828a2 2 0 0 0-2.829 0L4.393 13.95ZM17.12 4.052l-2.972 2.972 2.829 2.829 2.972-2.973-2.829-2.828Z" clip-rule="evenodd"/>
|
|
4
4
|
</mask>
|
|
5
|
-
<path fill-rule="evenodd" d="m4.393 13.95-.02.02-.42.42a1 1 0 0 0-.264.465l-1.414 5.657a1 1 0 0 0 1.213 1.213l5.657-1.414a1 1 0 0 0 .464-.263L21.363 8.294a2 2 0 0 0 0-2.829l-2.828-2.828a2 2 0 0 0-2.829 0L4.393 13.95ZM17.12 4.052l-2.972 2.972 2.829 2.829 2.972-2.
|
|
6
|
-
<path d="m4.373 13.97 1.414 1.414.01-.01-1.424-1.404Zm.02-.02-1.415-1.414-.01.01 1.425 1.405Zm-.44.44 1.414 1.415-1.414-1.414Zm-.264.465 1.94.485-1.94-.485Zm-1.414 5.657-1.94-.485 1.94.485Zm1.213 1.213-.485-1.94.485 1.94Zm5.657-1.414.485 1.94-.485-1.94Zm.464-.263 1.415 1.414-1.415-1.414ZM21.363 8.294 19.95 6.
|
|
5
|
+
<path fill-rule="evenodd" d="m4.393 13.95-.02.02-.42.42a1 1 0 0 0-.264.465l-1.414 5.657a1 1 0 0 0 1.213 1.213l5.657-1.414a1 1 0 0 0 .464-.263L21.363 8.294a2 2 0 0 0 0-2.829l-2.828-2.828a2 2 0 0 0-2.829 0L4.393 13.95ZM17.12 4.052l-2.972 2.972 2.829 2.829 2.972-2.973-2.829-2.828Z" clip-rule="evenodd"/>
|
|
6
|
+
<path d="m4.373 13.97 1.414 1.414.01-.01-1.424-1.404Zm.02-.02-1.415-1.414-.01.01 1.425 1.405Zm-.44.44 1.414 1.415-1.414-1.414Zm-.264.465 1.94.485-1.94-.485Zm-1.414 5.657-1.94-.485 1.94.485Zm1.213 1.213-.485-1.94.485 1.94Zm5.657-1.414.485 1.94-.485-1.94Zm.464-.263 1.415 1.414-1.415-1.414ZM21.363 8.294 19.95 6.879l1.414 1.415Zm0-2.829 1.414-1.414-1.414 1.414Zm-2.828-2.828L17.12 4.05l1.415-1.414Zm-2.829 0-1.414-1.414 1.414 1.414Zm-1.558 4.386L12.734 5.61 11.32 7.023l1.414 1.414 1.414-1.414Zm2.973-2.972 1.414-1.414-1.415-1.414-1.414 1.414 1.415 1.414Zm-.144 5.8-1.415 1.415 1.415 1.414 1.414-1.414-1.414-1.414Zm2.972-2.972 1.414 1.415 1.414-1.415-1.414-1.414L19.95 6.88ZM5.797 15.375l.02-.02-2.848-2.81-.02.02 2.848 2.81Zm-.43.43.42-.42-2.828-2.83-.42.421 2.828 2.829Zm.263-.465a1 1 0 0 1-.263.465l-2.829-2.829a3 3 0 0 0-.789 1.394l3.88.97Zm-1.414 5.657L5.63 15.34l-3.88-.97-1.415 5.657 3.88.97Zm-1.213-1.213a1 1 0 0 1 1.213 1.213l-3.88-.97c-.55 2.197 1.44 4.187 3.637 3.638l-.97-3.88ZM8.66 18.37l-5.657 1.414.97 3.881 5.657-1.414-.97-3.88Zm-.465.263a1 1 0 0 1 .465-.263l.97 3.88a3 3 0 0 0 1.394-.788l-2.829-2.829ZM19.95 6.88l2.828 2.829a4 4 0 0 0 0-5.657L19.95 6.879Zm-2.83-2.829 2.829 2.828 2.828-2.828-2.828-2.828L17.12 4.05Zm0 0 2.829-2.828a4 4 0 0 0-5.657 0L17.12 4.05ZM5.807 15.365 17.12 4.05l-2.828-2.828L2.978 12.536l2.829 2.829Zm9.755-6.928 2.973-2.972-2.829-2.828-2.972 2.972 2.829 2.828Zm2.829 0L15.563 5.61l-2.829 2.828 2.829 2.829 2.828-2.829Zm.144-2.972-2.973 2.972 2.829 2.829 2.972-2.972-2.828-2.829Zm-2.829 0 2.829 2.829 2.828-2.829-2.828-2.828-2.829 2.828ZM19.95 6.88 8.195 18.633l2.829 2.829L22.777 9.708 19.95 6.879Z" mask="url(#a)"/>
|
|
7
7
|
</svg>
|
package/icons/edit.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path fill-rule="evenodd" d="M15.706 2.637a2 2 0 0 1 2.829 0l2.828 2.828a2 2 0 0 1 0 2.829L9.605 20.052a1 1 0 0 1-.465.263L3.483 21.73a1 1 0 0 1-1.212-1.
|
|
2
|
+
<path fill-rule="evenodd" d="M15.706 2.637a2 2 0 0 1 2.829 0l2.828 2.828a2 2 0 0 1 0 2.829L9.605 20.052a1 1 0 0 1-.465.263L3.483 21.73a1 1 0 0 1-1.212-1.212l1.414-5.657a1 1 0 0 1 .263-.465L15.706 2.637Zm1.224 7.262L14.102 7.07l-8.544 8.544-.943 3.77 3.771-.942L16.93 9.9Z" clip-rule="evenodd"/>
|
|
3
3
|
</svg>
|
package/icons/forward.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M14.597 5.708a1.004 1.004 0 0 1 0-1.416.996.996 0 0 1 1.412 0l4.
|
|
2
|
+
<path d="M14.597 5.708a1.004 1.004 0 0 1 0-1.416.996.996 0 0 1 1.412 0l4.699 4.714c.39.39.39 1.025 0 1.416l-4.7 4.714a.996.996 0 0 1-1.411 0 1.004 1.004 0 0 1 0-1.416l3.043-3.054H8.487C6.599 10.666 5 12.27 5 14.333 5.002 16.396 6.6 18 8.488 18h2.093a1 1 0 1 1 0 2H8.487C5.42 20 3 17.425 3 14.333c0-3.092 2.42-5.666 5.486-5.666h9.059l-2.95-2.959Z"/>
|
|
3
3
|
</svg>
|
package/icons/inline-code.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M14.958 5.62a1 1 0 0 0-1.916-.574l-4 13.333a1 1 0 0 0 1.916.575l4-13.333ZM5.974 7.232a1 1 0 0 0-1.409.128l-3.333 4a1 1 0 0 0 0 1.28l3.333 4a1 1 0
|
|
2
|
+
<path d="M14.958 5.62a1 1 0 0 0-1.916-.574l-4 13.333a1 1 0 0 0 1.916.575l4-13.333ZM5.974 7.232a1 1 0 0 0-1.409.128l-3.333 4a1 1 0 0 0 0 1.28l3.333 4a1 1 0 1 0 1.537-1.28L3.302 12l2.8-3.36a1 1 0 0 0-.128-1.408Zm12.052 0a1 1 0 0 1 1.409.128l3.333 4a1 1 0 0 1 0 1.28l-3.333 4a1 1 0 1 1-1.537-1.28l2.8-3.36-2.8-3.36a1 1 0 0 1 .128-1.408Z"/>
|
|
3
3
|
</svg>
|
package/icons/link.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M12 19.071c-.978.978-2.157 1.467-3.536 1.467-1.378 0-2.557-.489-3.535-1.467-.978-.978-1.467-2.157-1.467-3.
|
|
2
|
+
<path d="M12 19.071c-.978.978-2.157 1.467-3.536 1.467-1.378 0-2.557-.489-3.535-1.467-.978-.978-1.467-2.157-1.467-3.536 0-1.378.489-2.557 1.467-3.535L7.05 9.879c.2-.2.436-.3.707-.3.271 0 .507.1.707.3.2.2.301.436.301.707 0 .27-.1.506-.3.707l-2.122 2.121a2.893 2.893 0 0 0-.884 2.122c0 .824.295 1.532.884 2.12.59.59 1.296.885 2.121.885s1.533-.295 2.122-.884l2.121-2.121c.2-.2.436-.301.707-.301.271 0 .507.1.707.3.2.2.3.437.3.708 0 .27-.1.506-.3.707L12 19.07Zm-1.414-4.243c-.2.2-.436.3-.707.3a.967.967 0 0 1-.707-.3.969.969 0 0 1-.301-.707c0-.27.1-.507.3-.707l4.243-4.242c.2-.2.436-.301.707-.301.271 0 .507.1.707.3.2.2.3.437.3.708 0 .27-.1.506-.3.707l-4.242 4.242Zm6.364-.707c-.2.2-.436.3-.707.3a.968.968 0 0 1-.707-.3.969.969 0 0 1-.301-.707c0-.27.1-.507.3-.707l2.122-2.121c.59-.59.884-1.297.884-2.122s-.295-1.532-.884-2.12a2.893 2.893 0 0 0-2.121-.885c-.825 0-1.532.295-2.122.884l-2.121 2.121c-.2.2-.436.301-.707.301a.968.968 0 0 1-.707-.3.97.97 0 0 1-.3-.708c0-.27.1-.506.3-.707L12 4.93c.978-.978 2.157-1.467 3.536-1.467 1.378 0 2.557.489 3.535 1.467.978.978 1.467 2.157 1.467 3.535 0 1.38-.489 2.558-1.467 3.536l-2.121 2.121Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M11 21.95v-1c-2.
|
|
2
|
+
<path d="M11 21.95v-1c-2.083-.233-3.87-1.096-5.362-2.587C4.146 16.87 3.283 15.083 3.05 13h-1a.967.967 0 0 1-.712-.287A.967.967 0 0 1 1.05 12a.97.97 0 0 1 .288-.713A.968.968 0 0 1 2.05 11h1c.233-2.083 1.096-3.87 2.588-5.362C7.129 4.146 8.917 3.283 11 3.05v-1a.97.97 0 0 1 .287-.712A.968.968 0 0 1 12 1.05a.97.97 0 0 1 .713.288.968.968 0 0 1 .287.712v1c2.083.233 3.87 1.096 5.363 2.588C19.854 7.129 20.716 8.917 20.95 11h1c.283 0 .52.096.713.287.191.192.287.43.287.713s-.096.52-.287.713a.967.967 0 0 1-.713.287h-1c-.233 2.083-1.096 3.87-2.587 5.363-1.492 1.491-3.28 2.354-5.363 2.587v1c0 .283-.096.52-.287.713a.967.967 0 0 1-.713.287.968.968 0 0 1-.713-.287.968.968 0 0 1-.287-.713ZM12 19c1.933 0 3.583-.683 4.95-2.05C18.317 15.583 19 13.933 19 12c0-1.933-.683-3.583-2.05-4.95C15.583 5.683 13.933 5 12 5c-1.933 0-3.583.683-4.95 2.05C5.683 8.417 5 10.067 5 12c0 1.933.683 3.583 2.05 4.95C8.417 18.317 10.067 19 12 19Zm0-3c-1.1 0-2.042-.392-2.825-1.175C8.392 14.042 8 13.1 8 12s.392-2.042 1.175-2.825C9.958 8.392 10.9 8 12 8s2.042.392 2.825 1.175C15.608 9.958 16 10.9 16 12s-.392 2.042-1.175 2.825C14.042 15.608 13.1 16 12 16Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M11 22v-1c-2.
|
|
2
|
+
<path d="M11 22v-1c-2.083-.233-3.87-1.096-5.362-2.587-1.492-1.492-2.355-3.28-2.588-5.363h-1a.967.967 0 0 1-.712-.287.968.968 0 0 1-.288-.713c0-.283.096-.52.288-.712a.967.967 0 0 1 .712-.288h1c.233-2.083 1.096-3.87 2.588-5.362C7.129 4.196 8.917 3.333 11 3.1v-1a.97.97 0 0 1 .287-.712A.968.968 0 0 1 12 1.1a.97.97 0 0 1 .713.288A.968.968 0 0 1 13 2.1v1c2.083.233 3.87 1.096 5.363 2.588 1.491 1.491 2.354 3.279 2.587 5.362h1a.97.97 0 0 1 .713.288c.191.191.287.429.287.712s-.096.52-.287.713a.967.967 0 0 1-.713.287h-1c-.233 2.083-1.096 3.87-2.587 5.363C16.87 19.904 15.083 20.767 13 21v1c0 .283-.096.52-.287.713A.967.967 0 0 1 12 23a.968.968 0 0 1-.713-.287A.968.968 0 0 1 11 22Zm1-2.95c1.933 0 3.583-.683 4.95-2.05 1.367-1.367 2.05-3.017 2.05-4.95 0-1.933-.683-3.583-2.05-4.95-1.367-1.367-3.017-2.05-4.95-2.05-1.933 0-3.583.683-4.95 2.05C5.683 8.467 5 10.117 5 12.05c0 1.933.683 3.583 2.05 4.95 1.367 1.367 3.017 2.05 4.95 2.05Z"/>
|
|
3
3
|
</svg>
|
package/icons/lock-off.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M6 22c-.55 0-1.02-.196-1.
|
|
2
|
+
<path d="M6 22c-.55 0-1.02-.196-1.413-.587A1.926 1.926 0 0 1 4 20V10c0-.55.196-1.02.587-1.412.212-.212.446-.366.703-.463L1.333 4.167a1 1 0 0 1 1.414-1.414L7 7.006v-.012l13 13v.012l1.247 1.247a1 1 0 0 1-1.414 1.414l-.896-.896A1.935 1.935 0 0 1 18 22H6Zm14-4.834V10c0-.55-.196-1.02-.587-1.412A1.926 1.926 0 0 0 18 8h-1V6c0-1.383-.488-2.563-1.463-3.538C14.563 1.487 13.383 1 12 1s-2.563.488-3.538 1.462A4.876 4.876 0 0 0 7.243 4.41L9 6.166V6c0-.833.292-1.542.875-2.125A2.893 2.893 0 0 1 12 3c.833 0 1.542.292 2.125.875S15 5.167 15 6v2h-4.166L20 17.166Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="m4.917 2.083 17 17a1 1 0 0 1-1.414 1.414L19.006 19H4.414c-.89 0-1.337-1.077-.707-1.707L5 16v-6s0-2.034 1.096-3.91L3.503 3.498a1 1 0 0 1 1.414-1.414ZM19 13.
|
|
3
|
-
<path d="M10 20h4a2 2 0
|
|
2
|
+
<path d="m4.917 2.083 17 17a1 1 0 0 1-1.414 1.414L19.006 19H4.414c-.89 0-1.337-1.077-.707-1.707L5 16v-6s0-2.034 1.096-3.91L3.503 3.498a1 1 0 0 1 1.414-1.414ZM19 13.35 9.136 3.484C9.93 3.181 10.874 3 12 3c7 0 7 7 7 7v3.35Z"/>
|
|
3
|
+
<path d="M10 20h4a2 2 0 0 1-4 0Z"/>
|
|
4
4
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="m4.917 2.083 17 17a1 1 0 0 1-1.414 1.414L19.006 19H4.414c-.89 0-1.337-1.077-.707-1.707L5 16v-6s0-2.034 1.096-3.91L3.503 3.498a1 1 0 0 1 1.414-1.414ZM17.006 17 7.579 7.573a6.731 6.731 0 0 0-.497 1.662 6.596 6.596 0 0 0-.081.753L7 10.
|
|
3
|
-
<path d="M10 20h4a2 2 0
|
|
2
|
+
<path d="m4.917 2.083 17 17a1 1 0 0 1-1.414 1.414L19.006 19H4.414c-.89 0-1.337-1.077-.707-1.707L5 16v-6s0-2.034 1.096-3.91L3.503 3.498a1 1 0 0 1 1.414-1.414ZM17.006 17 7.579 7.573a6.731 6.731 0 0 0-.497 1.662 6.596 6.596 0 0 0-.081.753L7 10.011v6.817L6.828 17h10.178ZM17 11.35V9.987l-.009-.146a6.591 6.591 0 0 0-.073-.607 6.608 6.608 0 0 0-.582-1.84c-.319-.638-.766-1.215-1.398-1.637C14.318 5.344 13.4 5 12 5c-.466 0-.879.038-1.245.104L9.136 3.485C9.93 3.181 10.874 3 12 3c7 0 7 7 7 7v3.35l-2-2Z"/>
|
|
3
|
+
<path d="M10 20h4a2 2 0 0 1-4 0Z"/>
|
|
4
4
|
</svg>
|
package/icons/notifications.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M12 3c7 0 7 7 7 7v6l1.293 1.293c.63.63.184 1.707-.707 1.707H4.414c-.89 0-1.337-1.077-.707-1.707L5 16v-6s0-7 7-7Zm5 7.01v-.022l-.009-.146a6.
|
|
2
|
+
<path d="M12 3c7 0 7 7 7 7v6l1.293 1.293c.63.63.184 1.707-.707 1.707H4.414c-.89 0-1.337-1.077-.707-1.707L5 16v-6s0-7 7-7Zm5 7.01v-.022l-.009-.146a6.591 6.591 0 0 0-.073-.607 6.608 6.608 0 0 0-.582-1.84c-.319-.638-.766-1.215-1.398-1.637C14.318 5.344 13.4 5 12 5c-1.4 0-2.317.344-2.937.758-.633.422-1.08.999-1.4 1.636a6.606 6.606 0 0 0-.58 1.841A6.596 6.596 0 0 0 7 9.988v6.84L6.828 17h10.344L17 16.828V10.01ZM12 22a2 2 0 0 1-2-2h4a2 2 0 0 1-2 2Z"/>
|
|
3
3
|
</svg>
|
package/icons/offline.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<path d="M3.5 3.5a1 1 0 1 0-1.414 1.414l4.113 4.114a5.484 5.484 0 0 0-.184 1.
|
|
2
|
+
<path d="M3.5 3.5a1 1 0 1 0-1.414 1.414l4.113 4.114a5.484 5.484 0 0 0-.184 1.069A5.002 5.002 0 0 0 7 20h10.172l1.914 1.914A1 1 0 0 0 20.5 20.5l-.979-.979.004-.002L7.145 7.14l-.002.004L3.5 3.5Zm18.5 12a4.48 4.48 0 0 1-.928 2.738L8.637 5.803A5.474 5.474 0 0 1 11.5 5a5.49 5.49 0 0 1 4.25 2.008 4 4 0 0 1 4.187 4.708A4.497 4.497 0 0 1 22 15.5Z"/>
|
|
3
3
|
</svg>
|