@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,7 +10,7 @@ function BoldIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
-
d: "M8.8 19c-.55 0-1.02-.196-1.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
package/assets/web/icons/bold.js
CHANGED
|
@@ -10,7 +10,7 @@ function BoldIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
-
d: "M8.8 19c-.55 0-1.02-.196-1.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
var _reactJsxRuntime = require("react/jsx-runtime");
|
|
2
|
+
var React = require("react");
|
|
3
|
+
function CalendarIcon(props, ref) {
|
|
4
|
+
return /*#__PURE__*/_reactJsxRuntime.jsx("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
ref: ref,
|
|
11
|
+
...props,
|
|
12
|
+
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
+
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"
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
;
|
|
18
|
+
CalendarIcon.displayName = "CalendarIcon";
|
|
19
|
+
module.exports = React.forwardRef(CalendarIcon);
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
function CalendarIcon(props, ref) {
|
|
4
|
+
return /*#__PURE__*/_jsx("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
ref: ref,
|
|
11
|
+
...props,
|
|
12
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
+
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"
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
;
|
|
18
|
+
CalendarIcon.displayName = "CalendarIcon";
|
|
19
|
+
export default forwardRef(CalendarIcon);
|
|
@@ -10,9 +10,9 @@ function ChatProblemIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: [/*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
-
d: "M12.
|
|
13
|
+
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"
|
|
14
14
|
}), /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
15
|
-
d: "M2.95 16.3a10.
|
|
15
|
+
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"
|
|
16
16
|
})]
|
|
17
17
|
});
|
|
18
18
|
}
|
|
@@ -10,9 +10,9 @@ function ChatProblemIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: [/*#__PURE__*/_jsx("path", {
|
|
13
|
-
d: "M12.
|
|
13
|
+
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"
|
|
14
14
|
}), /*#__PURE__*/_jsx("path", {
|
|
15
|
-
d: "M2.95 16.3a10.
|
|
15
|
+
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"
|
|
16
16
|
})]
|
|
17
17
|
});
|
|
18
18
|
}
|
|
@@ -10,7 +10,7 @@ function ChatSolidIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
-
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.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function ChatSolidIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
-
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.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function ChatIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
-
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.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
package/assets/web/icons/chat.js
CHANGED
|
@@ -10,7 +10,7 @@ function ChatIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
-
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.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function CheckIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
-
d: "M9.55 17.575c-.133 0-.258-.02-.375-.063a.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function CheckIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
-
d: "M9.55 17.575c-.133 0-.258-.02-.375-.063a.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function ChevronDownIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
-
d: "M12 14.95c-.133 0-.258-.02-.375-.063a.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function ChevronDownIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
-
d: "M12 14.95c-.133 0-.258-.02-.375-.063a.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function ChevronLeftIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
-
d: "m13.3 17.3-4.6-4.6a.877.877 0 0 1-.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function ChevronLeftIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
-
d: "m13.3 17.3-4.6-4.6a.877.877 0 0 1-.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function ChevronRightIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
-
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.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function ChevronRightIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
-
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.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function ChevronUpDownIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
-
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-.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function ChevronUpDownIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
-
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-.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function ChevronUpIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
-
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.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function ChevronUpIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
-
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.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function CircleIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
-
d: "M12 22a9.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function CircleIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
-
d: "M12 22a9.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function CollapseIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
-
d: "M12 11.034a.996.996 0 0 0 .29.702l.005.005c.18.18.43.29.705.29h8a1 1 0
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function CollapseIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
-
d: "M12 11.034a.996.996 0 0 0 .29.702l.005.005c.18.18.43.29.705.29h8a1 1 0
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -13,15 +13,15 @@ function EditSolidIcon(props, ref) {
|
|
|
13
13
|
id: "a",
|
|
14
14
|
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
15
15
|
fillRule: "evenodd",
|
|
16
|
-
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.
|
|
16
|
+
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",
|
|
17
17
|
clipRule: "evenodd"
|
|
18
18
|
})
|
|
19
19
|
}), /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
20
20
|
fillRule: "evenodd",
|
|
21
|
-
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.
|
|
21
|
+
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",
|
|
22
22
|
clipRule: "evenodd"
|
|
23
23
|
}), /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
24
|
-
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.
|
|
24
|
+
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",
|
|
25
25
|
mask: "url(#a)"
|
|
26
26
|
})]
|
|
27
27
|
});
|
|
@@ -13,15 +13,15 @@ function EditSolidIcon(props, ref) {
|
|
|
13
13
|
id: "a",
|
|
14
14
|
children: /*#__PURE__*/_jsx("path", {
|
|
15
15
|
fillRule: "evenodd",
|
|
16
|
-
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.
|
|
16
|
+
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",
|
|
17
17
|
clipRule: "evenodd"
|
|
18
18
|
})
|
|
19
19
|
}), /*#__PURE__*/_jsx("path", {
|
|
20
20
|
fillRule: "evenodd",
|
|
21
|
-
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.
|
|
21
|
+
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",
|
|
22
22
|
clipRule: "evenodd"
|
|
23
23
|
}), /*#__PURE__*/_jsx("path", {
|
|
24
|
-
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.
|
|
24
|
+
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",
|
|
25
25
|
mask: "url(#a)"
|
|
26
26
|
})]
|
|
27
27
|
});
|
|
@@ -11,7 +11,7 @@ function EditIcon(props, ref) {
|
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
13
|
fillRule: "evenodd",
|
|
14
|
-
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.
|
|
14
|
+
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",
|
|
15
15
|
clipRule: "evenodd"
|
|
16
16
|
})
|
|
17
17
|
});
|
package/assets/web/icons/edit.js
CHANGED
|
@@ -11,7 +11,7 @@ function EditIcon(props, ref) {
|
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_jsx("path", {
|
|
13
13
|
fillRule: "evenodd",
|
|
14
|
-
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.
|
|
14
|
+
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",
|
|
15
15
|
clipRule: "evenodd"
|
|
16
16
|
})
|
|
17
17
|
});
|
|
@@ -10,7 +10,7 @@ function ForwardIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
-
d: "M14.597 5.708a1.004 1.004 0 0 1 0-1.416.996.996 0 0 1 1.412 0l4.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function ForwardIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
-
d: "M14.597 5.708a1.004 1.004 0 0 1 0-1.416.996.996 0 0 1 1.412 0l4.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -8,6 +8,7 @@ module.exports = {
|
|
|
8
8
|
AttachmentIcon: require("./attachment.cjs"),
|
|
9
9
|
BlockIcon: require("./block.cjs"),
|
|
10
10
|
BoldIcon: require("./bold.cjs"),
|
|
11
|
+
CalendarIcon: require("./calendar.cjs"),
|
|
11
12
|
ChartIcon: require("./chart.cjs"),
|
|
12
13
|
ChatNewIcon: require("./chat-new.cjs"),
|
|
13
14
|
ChatProblemIcon: require("./chat-problem.cjs"),
|
|
@@ -122,6 +123,7 @@ module.exports = {
|
|
|
122
123
|
ReactionIcon: require("./reaction.cjs"),
|
|
123
124
|
ReplyIcon: require("./reply.cjs"),
|
|
124
125
|
RestartIcon: require("./restart.cjs"),
|
|
126
|
+
RoomIcon: require("./room.cjs"),
|
|
125
127
|
SearchIcon: require("./search.cjs"),
|
|
126
128
|
SendSolidIcon: require("./send-solid.cjs"),
|
|
127
129
|
SendIcon: require("./send.cjs"),
|
|
@@ -147,6 +149,7 @@ module.exports = {
|
|
|
147
149
|
UnderlineIcon: require("./underline.cjs"),
|
|
148
150
|
UnknownSolidIcon: require("./unknown-solid.cjs"),
|
|
149
151
|
UnknownIcon: require("./unknown.cjs"),
|
|
152
|
+
UnpinIcon: require("./unpin.cjs"),
|
|
150
153
|
UserAddSolidIcon: require("./user-add-solid.cjs"),
|
|
151
154
|
UserAddIcon: require("./user-add.cjs"),
|
|
152
155
|
UserProfileSolidIcon: require("./user-profile-solid.cjs"),
|
|
@@ -7,6 +7,7 @@ export { default as ArrowUpIcon } from "./arrow-up.js";
|
|
|
7
7
|
export { default as AttachmentIcon } from "./attachment.js";
|
|
8
8
|
export { default as BlockIcon } from "./block.js";
|
|
9
9
|
export { default as BoldIcon } from "./bold.js";
|
|
10
|
+
export { default as CalendarIcon } from "./calendar.js";
|
|
10
11
|
export { default as ChartIcon } from "./chart.js";
|
|
11
12
|
export { default as ChatNewIcon } from "./chat-new.js";
|
|
12
13
|
export { default as ChatProblemIcon } from "./chat-problem.js";
|
|
@@ -121,6 +122,7 @@ export { default as ReactionAddIcon } from "./reaction-add.js";
|
|
|
121
122
|
export { default as ReactionIcon } from "./reaction.js";
|
|
122
123
|
export { default as ReplyIcon } from "./reply.js";
|
|
123
124
|
export { default as RestartIcon } from "./restart.js";
|
|
125
|
+
export { default as RoomIcon } from "./room.js";
|
|
124
126
|
export { default as SearchIcon } from "./search.js";
|
|
125
127
|
export { default as SendSolidIcon } from "./send-solid.js";
|
|
126
128
|
export { default as SendIcon } from "./send.js";
|
|
@@ -146,6 +148,7 @@ export { default as TimeIcon } from "./time.js";
|
|
|
146
148
|
export { default as UnderlineIcon } from "./underline.js";
|
|
147
149
|
export { default as UnknownSolidIcon } from "./unknown-solid.js";
|
|
148
150
|
export { default as UnknownIcon } from "./unknown.js";
|
|
151
|
+
export { default as UnpinIcon } from "./unpin.js";
|
|
149
152
|
export { default as UserAddSolidIcon } from "./user-add-solid.js";
|
|
150
153
|
export { default as UserAddIcon } from "./user-add.js";
|
|
151
154
|
export { default as UserProfileSolidIcon } from "./user-profile-solid.js";
|
|
@@ -7,6 +7,7 @@ export { default as ArrowUpIcon } from "./arrow-up.js";
|
|
|
7
7
|
export { default as AttachmentIcon } from "./attachment.js";
|
|
8
8
|
export { default as BlockIcon } from "./block.js";
|
|
9
9
|
export { default as BoldIcon } from "./bold.js";
|
|
10
|
+
export { default as CalendarIcon } from "./calendar.js";
|
|
10
11
|
export { default as ChartIcon } from "./chart.js";
|
|
11
12
|
export { default as ChatNewIcon } from "./chat-new.js";
|
|
12
13
|
export { default as ChatProblemIcon } from "./chat-problem.js";
|
|
@@ -121,6 +122,7 @@ export { default as ReactionAddIcon } from "./reaction-add.js";
|
|
|
121
122
|
export { default as ReactionIcon } from "./reaction.js";
|
|
122
123
|
export { default as ReplyIcon } from "./reply.js";
|
|
123
124
|
export { default as RestartIcon } from "./restart.js";
|
|
125
|
+
export { default as RoomIcon } from "./room.js";
|
|
124
126
|
export { default as SearchIcon } from "./search.js";
|
|
125
127
|
export { default as SendSolidIcon } from "./send-solid.js";
|
|
126
128
|
export { default as SendIcon } from "./send.js";
|
|
@@ -146,6 +148,7 @@ export { default as TimeIcon } from "./time.js";
|
|
|
146
148
|
export { default as UnderlineIcon } from "./underline.js";
|
|
147
149
|
export { default as UnknownSolidIcon } from "./unknown-solid.js";
|
|
148
150
|
export { default as UnknownIcon } from "./unknown.js";
|
|
151
|
+
export { default as UnpinIcon } from "./unpin.js";
|
|
149
152
|
export { default as UserAddSolidIcon } from "./user-add-solid.js";
|
|
150
153
|
export { default as UserAddIcon } from "./user-add.js";
|
|
151
154
|
export { default as UserProfileSolidIcon } from "./user-profile-solid.js";
|
|
@@ -10,7 +10,7 @@ function InlineCodeIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
-
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
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function InlineCodeIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
-
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
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
|
@@ -10,7 +10,7 @@ function LinkIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
-
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.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|
package/assets/web/icons/link.js
CHANGED
|
@@ -10,7 +10,7 @@ function LinkIcon(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
...props,
|
|
12
12
|
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
-
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.
|
|
13
|
+
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"
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
}
|