@loomhq/lens 12.14.0 → 12.15.1
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/README.md +12 -1
- package/dist/cjs/icons/devices.js +40 -0
- package/dist/cjs/icons/devices.js.map +7 -0
- package/dist/cjs/icons/index.js +805 -783
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/icons/megaphone.js +38 -0
- package/dist/cjs/icons/megaphone.js.map +7 -0
- package/dist/cjs/icons/suggested-edit.js +40 -0
- package/dist/cjs/icons/suggested-edit.js.map +7 -0
- package/dist/cjs/index.js +1716 -121
- package/dist/cjs/index.js.map +4 -4
- package/dist/esm/icons/chunk-GSPDJ42T.js +9 -0
- package/dist/esm/icons/chunk-GSPDJ42T.js.map +7 -0
- package/dist/esm/icons/chunk-MZQ6RGQV.js +11 -0
- package/dist/esm/icons/chunk-MZQ6RGQV.js.map +7 -0
- package/dist/esm/icons/chunk-XGRCQK6E.js +11 -0
- package/dist/esm/icons/chunk-XGRCQK6E.js.map +7 -0
- package/dist/esm/icons/devices.js +8 -0
- package/dist/esm/icons/devices.js.map +7 -0
- package/dist/esm/icons/index.js +132 -120
- package/dist/esm/icons/megaphone.js +8 -0
- package/dist/esm/icons/megaphone.js.map +7 -0
- package/dist/esm/icons/suggested-edit.js +8 -0
- package/dist/esm/icons/suggested-edit.js.map +7 -0
- package/dist/esm/index.js +1716 -121
- package/dist/esm/index.js.map +4 -4
- package/dist/types/app/props-table.d.ts +3 -0
- package/dist/types/app/props-table.d.ts.map +1 -1
- package/dist/types/icons/devices.d.ts +3 -0
- package/dist/types/icons/devices.d.ts.map +1 -0
- package/dist/types/icons/index.d.ts +3 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/icons/megaphone.d.ts +3 -0
- package/dist/types/icons/megaphone.d.ts.map +1 -0
- package/dist/types/icons/suggested-edit.d.ts +3 -0
- package/dist/types/icons/suggested-edit.d.ts.map +1 -0
- package/dist/types/shared-docs/illustration-page/components.d.ts.map +1 -1
- package/dist/types/shared-docs/theme-colors.d.ts.map +1 -1
- package/dist/types/src/colors.d.ts +9 -2
- package/dist/types/src/colors.d.ts.map +1 -1
- package/dist/types/src/components/ellipses-loader/ellipses-loader.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/devices.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/devices.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/megaphone.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/megaphone.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/suggested-edit.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/suggested-edit.d.ts.map +1 -0
- package/dist/types/src/components/illustration/illustration.d.ts +5 -2
- package/dist/types/src/components/illustration/illustration.d.ts.map +1 -1
- package/dist/types/src/illustrations/accounts-and-billing.d.ts +1 -0
- package/dist/types/src/illustrations/accounts-and-billing.d.ts.map +1 -1
- package/dist/types/src/illustrations/all-can-edit.d.ts +4 -0
- package/dist/types/src/illustrations/all-can-edit.d.ts.map +1 -0
- package/dist/types/src/illustrations/all-can-read.d.ts +4 -0
- package/dist/types/src/illustrations/all-can-read.d.ts.map +1 -0
- package/dist/types/src/illustrations/archived.d.ts +1 -0
- package/dist/types/src/illustrations/archived.d.ts.map +1 -1
- package/dist/types/src/illustrations/ask-for-more.d.ts +1 -0
- package/dist/types/src/illustrations/ask-for-more.d.ts.map +1 -1
- package/dist/types/src/illustrations/business-plan.d.ts +1 -0
- package/dist/types/src/illustrations/business-plan.d.ts.map +1 -1
- package/dist/types/src/illustrations/calendar.d.ts +4 -0
- package/dist/types/src/illustrations/calendar.d.ts.map +1 -0
- package/dist/types/src/illustrations/cannot-edit.d.ts +4 -0
- package/dist/types/src/illustrations/cannot-edit.d.ts.map +1 -0
- package/dist/types/src/illustrations/capture-users.d.ts +4 -0
- package/dist/types/src/illustrations/capture-users.d.ts.map +1 -0
- package/dist/types/src/illustrations/chat-avatars.d.ts +4 -0
- package/dist/types/src/illustrations/chat-avatars.d.ts.map +1 -0
- package/dist/types/src/illustrations/chrome-notifications-empty-state.d.ts +1 -0
- package/dist/types/src/illustrations/chrome-notifications-empty-state.d.ts.map +1 -1
- package/dist/types/src/illustrations/coins.d.ts +4 -0
- package/dist/types/src/illustrations/coins.d.ts.map +1 -0
- package/dist/types/src/illustrations/collaborate-with-teammates.d.ts +1 -0
- package/dist/types/src/illustrations/collaborate-with-teammates.d.ts.map +1 -1
- package/dist/types/src/illustrations/comment.d.ts +4 -0
- package/dist/types/src/illustrations/comment.d.ts.map +1 -0
- package/dist/types/src/illustrations/comments.d.ts +1 -0
- package/dist/types/src/illustrations/comments.d.ts.map +1 -1
- package/dist/types/src/illustrations/community-alt.d.ts +1 -0
- package/dist/types/src/illustrations/community-alt.d.ts.map +1 -1
- package/dist/types/src/illustrations/community.d.ts +1 -0
- package/dist/types/src/illustrations/community.d.ts.map +1 -1
- package/dist/types/src/illustrations/compliance.d.ts +4 -0
- package/dist/types/src/illustrations/compliance.d.ts.map +1 -0
- package/dist/types/src/illustrations/content-limit.d.ts +1 -0
- package/dist/types/src/illustrations/content-limit.d.ts.map +1 -1
- package/dist/types/src/illustrations/custom-branding.d.ts +1 -0
- package/dist/types/src/illustrations/custom-branding.d.ts.map +1 -1
- package/dist/types/src/illustrations/desktop-app-and-chrome-extension.d.ts +1 -0
- package/dist/types/src/illustrations/desktop-app-and-chrome-extension.d.ts.map +1 -1
- package/dist/types/src/illustrations/device-compatibility.d.ts +1 -0
- package/dist/types/src/illustrations/device-compatibility.d.ts.map +1 -1
- package/dist/types/src/illustrations/done.d.ts +4 -0
- package/dist/types/src/illustrations/done.d.ts.map +1 -0
- package/dist/types/src/illustrations/dont-f-customer.d.ts +4 -0
- package/dist/types/src/illustrations/dont-f-customer.d.ts.map +1 -0
- package/dist/types/src/illustrations/downgrade.d.ts +1 -0
- package/dist/types/src/illustrations/downgrade.d.ts.map +1 -1
- package/dist/types/src/illustrations/embrace-the-weird.d.ts +1 -0
- package/dist/types/src/illustrations/embrace-the-weird.d.ts.map +1 -1
- package/dist/types/src/illustrations/enterprise-plan.d.ts +1 -0
- package/dist/types/src/illustrations/enterprise-plan.d.ts.map +1 -1
- package/dist/types/src/illustrations/faq-and-security.d.ts +1 -0
- package/dist/types/src/illustrations/faq-and-security.d.ts.map +1 -1
- package/dist/types/src/illustrations/file-cabinet.d.ts +4 -0
- package/dist/types/src/illustrations/file-cabinet.d.ts.map +1 -0
- package/dist/types/src/illustrations/five-minute-limit.d.ts +1 -0
- package/dist/types/src/illustrations/five-minute-limit.d.ts.map +1 -1
- package/dist/types/src/illustrations/folders-empty-state-mobile.d.ts +1 -0
- package/dist/types/src/illustrations/folders-empty-state-mobile.d.ts.map +1 -1
- package/dist/types/src/illustrations/getting-started.d.ts +1 -0
- package/dist/types/src/illustrations/getting-started.d.ts.map +1 -1
- package/dist/types/src/illustrations/growth-through-empathy.d.ts +1 -0
- package/dist/types/src/illustrations/growth-through-empathy.d.ts.map +1 -1
- package/dist/types/src/illustrations/health-plans.d.ts +1 -0
- package/dist/types/src/illustrations/health-plans.d.ts.map +1 -1
- package/dist/types/src/illustrations/help-ios.d.ts +1 -0
- package/dist/types/src/illustrations/help-ios.d.ts.map +1 -1
- package/dist/types/src/illustrations/how-to-use-loom.d.ts +1 -0
- package/dist/types/src/illustrations/how-to-use-loom.d.ts.map +1 -1
- package/dist/types/src/illustrations/index.d.ts +32 -1
- package/dist/types/src/illustrations/index.d.ts.map +1 -1
- package/dist/types/src/illustrations/integration.d.ts +4 -0
- package/dist/types/src/illustrations/integration.d.ts.map +1 -0
- package/dist/types/src/illustrations/invite-members.d.ts +1 -0
- package/dist/types/src/illustrations/invite-members.d.ts.map +1 -1
- package/dist/types/src/illustrations/invite.d.ts +1 -0
- package/dist/types/src/illustrations/invite.d.ts.map +1 -1
- package/dist/types/src/illustrations/lead-with-transparency.d.ts +1 -0
- package/dist/types/src/illustrations/lead-with-transparency.d.ts.map +1 -1
- package/dist/types/src/illustrations/learning-and-development.d.ts +1 -0
- package/dist/types/src/illustrations/learning-and-development.d.ts.map +1 -1
- package/dist/types/src/illustrations/letter-open.d.ts +4 -0
- package/dist/types/src/illustrations/letter-open.d.ts.map +1 -0
- package/dist/types/src/illustrations/light-bulb-orbit.d.ts +4 -0
- package/dist/types/src/illustrations/light-bulb-orbit.d.ts.map +1 -0
- package/dist/types/src/illustrations/lightbulb.d.ts +4 -0
- package/dist/types/src/illustrations/lightbulb.d.ts.map +1 -0
- package/dist/types/src/illustrations/long-form-doc.d.ts +4 -0
- package/dist/types/src/illustrations/long-form-doc.d.ts.map +1 -0
- package/dist/types/src/illustrations/loom-plans.d.ts +1 -0
- package/dist/types/src/illustrations/loom-plans.d.ts.map +1 -1
- package/dist/types/src/illustrations/migrations.d.ts +4 -0
- package/dist/types/src/illustrations/migrations.d.ts.map +1 -0
- package/dist/types/src/illustrations/my-videos-empty-state-mobile.d.ts +1 -0
- package/dist/types/src/illustrations/my-videos-empty-state-mobile.d.ts.map +1 -1
- package/dist/types/src/illustrations/option-grants.d.ts +1 -0
- package/dist/types/src/illustrations/option-grants.d.ts.map +1 -1
- package/dist/types/src/illustrations/padlock.d.ts +4 -0
- package/dist/types/src/illustrations/padlock.d.ts.map +1 -0
- package/dist/types/src/illustrations/parental-leave.d.ts +1 -0
- package/dist/types/src/illustrations/parental-leave.d.ts.map +1 -1
- package/dist/types/src/illustrations/people-greyscale.d.ts +4 -0
- package/dist/types/src/illustrations/people-greyscale.d.ts.map +1 -0
- package/dist/types/src/illustrations/people.d.ts +4 -0
- package/dist/types/src/illustrations/people.d.ts.map +1 -0
- package/dist/types/src/illustrations/picture1.d.ts +4 -0
- package/dist/types/src/illustrations/picture1.d.ts.map +1 -0
- package/dist/types/src/illustrations/play-media-greyscale.d.ts +4 -0
- package/dist/types/src/illustrations/play-media-greyscale.d.ts.map +1 -0
- package/dist/types/src/illustrations/play-media.d.ts +4 -0
- package/dist/types/src/illustrations/play-media.d.ts.map +1 -0
- package/dist/types/src/illustrations/pto.d.ts +1 -0
- package/dist/types/src/illustrations/pto.d.ts.map +1 -1
- package/dist/types/src/illustrations/rainstorm-incident.d.ts +4 -0
- package/dist/types/src/illustrations/rainstorm-incident.d.ts.map +1 -0
- package/dist/types/src/illustrations/recents-empty-state-mobile.d.ts +1 -0
- package/dist/types/src/illustrations/recents-empty-state-mobile.d.ts.map +1 -1
- package/dist/types/src/illustrations/record.d.ts +1 -0
- package/dist/types/src/illustrations/record.d.ts.map +1 -1
- package/dist/types/src/illustrations/remote-first.d.ts +1 -0
- package/dist/types/src/illustrations/remote-first.d.ts.map +1 -1
- package/dist/types/src/illustrations/roadmap.d.ts +1 -0
- package/dist/types/src/illustrations/roadmap.d.ts.map +1 -1
- package/dist/types/src/illustrations/screenshot.d.ts +1 -0
- package/dist/types/src/illustrations/screenshot.d.ts.map +1 -1
- package/dist/types/src/illustrations/search-no-result.d.ts +4 -0
- package/dist/types/src/illustrations/search-no-result.d.ts.map +1 -0
- package/dist/types/src/illustrations/search.d.ts +4 -0
- package/dist/types/src/illustrations/search.d.ts.map +1 -0
- package/dist/types/src/illustrations/share-with-your-team.d.ts +1 -0
- package/dist/types/src/illustrations/share-with-your-team.d.ts.map +1 -1
- package/dist/types/src/illustrations/share.d.ts +1 -0
- package/dist/types/src/illustrations/share.d.ts.map +1 -1
- package/dist/types/src/illustrations/speed.d.ts +4 -0
- package/dist/types/src/illustrations/speed.d.ts.map +1 -0
- package/dist/types/src/illustrations/starred.d.ts +1 -0
- package/dist/types/src/illustrations/starred.d.ts.map +1 -1
- package/dist/types/src/illustrations/starter-plus-plan.d.ts +1 -0
- package/dist/types/src/illustrations/starter-plus-plan.d.ts.map +1 -1
- package/dist/types/src/illustrations/strong-upload-speed.d.ts +1 -0
- package/dist/types/src/illustrations/strong-upload-speed.d.ts.map +1 -1
- package/dist/types/src/illustrations/troubleshooting.d.ts +1 -0
- package/dist/types/src/illustrations/troubleshooting.d.ts.map +1 -1
- package/dist/types/src/illustrations/upgrade.d.ts +1 -0
- package/dist/types/src/illustrations/upgrade.d.ts.map +1 -1
- package/dist/types/src/illustrations/upload-drag-and-drop.d.ts +1 -0
- package/dist/types/src/illustrations/upload-drag-and-drop.d.ts.map +1 -1
- package/dist/types/src/illustrations/use-cases.d.ts +1 -0
- package/dist/types/src/illustrations/use-cases.d.ts.map +1 -1
- package/dist/types/src/illustrations/user-greyscale.d.ts +4 -0
- package/dist/types/src/illustrations/user-greyscale.d.ts.map +1 -0
- package/dist/types/src/illustrations/user-management.d.ts +4 -0
- package/dist/types/src/illustrations/user-management.d.ts.map +1 -0
- package/dist/types/src/illustrations/user.d.ts +1 -2
- package/dist/types/src/illustrations/user.d.ts.map +1 -1
- package/dist/types/src/illustrations/video-call3.d.ts +4 -0
- package/dist/types/src/illustrations/video-call3.d.ts.map +1 -0
- package/dist/types/src/illustrations/wellness.d.ts +1 -0
- package/dist/types/src/illustrations/wellness.d.ts.map +1 -1
- package/package.json +8 -8
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// src/components/icon/available-icons/megaphone.tsx
|
|
2
|
+
import MegaphoneIcon from "@atlaskit/icon/core/megaphone";
|
|
3
|
+
import React from "react";
|
|
4
|
+
var SvgMegaphone = () => /* @__PURE__ */ React.createElement(MegaphoneIcon, { label: "", testId: "ads-refreshed-icon" });
|
|
5
|
+
|
|
6
|
+
export {
|
|
7
|
+
SvgMegaphone
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=chunk-GSPDJ42T.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/megaphone.tsx"],
|
|
4
|
+
"sourcesContent": ["import MegaphoneIcon from '@atlaskit/icon/core/megaphone';\nimport React from 'react';\n\nexport const SvgMegaphone = () => (\n <MegaphoneIcon label=\"\" testId=\"ads-refreshed-icon\" />\n);\n"],
|
|
5
|
+
"mappings": ";AAAA,OAAO,mBAAmB;AAC1B,OAAO,WAAW;AAEX,IAAM,eAAe,MAC1B,oCAAC,iBAAc,OAAM,IAAG,QAAO,sBAAqB;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// src/components/icon/available-icons/suggested-edit.tsx
|
|
2
|
+
import SuggestedEditIcon from "@atlaskit/icon-lab/core/suggested-edit";
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
function SvgSuggestedEdit() {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SuggestedEditIcon, { label: "", testId: "ads-refreshed-icon" });
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export {
|
|
9
|
+
SvgSuggestedEdit
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=chunk-MZQ6RGQV.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/suggested-edit.tsx"],
|
|
4
|
+
"sourcesContent": ["import SuggestedEditIcon from '@atlaskit/icon-lab/core/suggested-edit';\nimport * as React from 'react';\n\nexport function SvgSuggestedEdit() {\n return <SuggestedEditIcon label=\"\" testId=\"ads-refreshed-icon\" />;\n}\n"],
|
|
5
|
+
"mappings": ";AAAA,OAAO,uBAAuB;AAC9B,YAAY,WAAW;AAEhB,SAAS,mBAAmB;AACjC,SAAO,oCAAC,qBAAkB,OAAM,IAAG,QAAO,sBAAqB;AACjE;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// src/components/icon/available-icons/devices.tsx
|
|
2
|
+
import DevicesIcon from "@atlaskit/icon/core/devices";
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
function SvgDevices() {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(DevicesIcon, { label: "" });
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export {
|
|
9
|
+
SvgDevices
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=chunk-XGRCQK6E.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/devices.tsx"],
|
|
4
|
+
"sourcesContent": ["import DevicesIcon from '@atlaskit/icon/core/devices';\nimport * as React from 'react';\n\nexport function SvgDevices() {\n return <DevicesIcon label=\"\" />;\n}\n"],
|
|
5
|
+
"mappings": ";AAAA,OAAO,iBAAiB;AACxB,YAAY,WAAW;AAEhB,SAAS,aAAa;AAC3B,SAAO,oCAAC,eAAY,OAAM,IAAG;AAC/B;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
import {
|
|
2
|
+
SvgZoomLogo
|
|
3
|
+
} from "./chunk-TRQRZIOC.js";
|
|
4
|
+
import {
|
|
5
|
+
SvgZoomOut
|
|
6
|
+
} from "./chunk-M35LKLMJ.js";
|
|
7
|
+
import {
|
|
8
|
+
SvgWindows
|
|
9
|
+
} from "./chunk-NLJWFPWA.js";
|
|
10
|
+
import {
|
|
11
|
+
SvgWriteDocument
|
|
12
|
+
} from "./chunk-OBT2YRVO.js";
|
|
13
|
+
import {
|
|
14
|
+
SvgWriteMessage
|
|
15
|
+
} from "./chunk-NZVDBUCK.js";
|
|
1
16
|
import {
|
|
2
17
|
SvgXCircle
|
|
3
18
|
} from "./chunk-QHLM45W4.js";
|
|
@@ -14,11 +29,14 @@ import {
|
|
|
14
29
|
SvgZoomIn
|
|
15
30
|
} from "./chunk-BFHJUXMR.js";
|
|
16
31
|
import {
|
|
17
|
-
|
|
18
|
-
} from "./chunk-
|
|
32
|
+
SvgVolume2
|
|
33
|
+
} from "./chunk-DHTMHG3V.js";
|
|
19
34
|
import {
|
|
20
|
-
|
|
21
|
-
} from "./chunk-
|
|
35
|
+
SvgWarningAlert
|
|
36
|
+
} from "./chunk-EKNLUIM2.js";
|
|
37
|
+
import {
|
|
38
|
+
SvgWarningAmber
|
|
39
|
+
} from "./chunk-I4ITA7EL.js";
|
|
22
40
|
import {
|
|
23
41
|
SvgWatchLaterAdded
|
|
24
42
|
} from "./chunk-BFPFVG5V.js";
|
|
@@ -35,14 +53,14 @@ import {
|
|
|
35
53
|
SvgWindow
|
|
36
54
|
} from "./chunk-GULNQN2C.js";
|
|
37
55
|
import {
|
|
38
|
-
|
|
39
|
-
} from "./chunk-
|
|
56
|
+
SvgVideocam
|
|
57
|
+
} from "./chunk-RDA3AFVD.js";
|
|
40
58
|
import {
|
|
41
|
-
|
|
42
|
-
} from "./chunk-
|
|
59
|
+
SvgViewList
|
|
60
|
+
} from "./chunk-HQMCOUIT.js";
|
|
43
61
|
import {
|
|
44
|
-
|
|
45
|
-
} from "./chunk-
|
|
62
|
+
SvgVolumeDown
|
|
63
|
+
} from "./chunk-EUZW57TP.js";
|
|
46
64
|
import {
|
|
47
65
|
SvgVolumeMute
|
|
48
66
|
} from "./chunk-XLYJ5RGM.js";
|
|
@@ -59,14 +77,14 @@ import {
|
|
|
59
77
|
SvgVolume1
|
|
60
78
|
} from "./chunk-37C3MZHT.js";
|
|
61
79
|
import {
|
|
62
|
-
|
|
63
|
-
} from "./chunk-
|
|
80
|
+
SvgUsers
|
|
81
|
+
} from "./chunk-HXT75SNG.js";
|
|
64
82
|
import {
|
|
65
|
-
|
|
66
|
-
} from "./chunk-
|
|
83
|
+
SvgVariables
|
|
84
|
+
} from "./chunk-E7NOP4A2.js";
|
|
67
85
|
import {
|
|
68
|
-
|
|
69
|
-
} from "./chunk-
|
|
86
|
+
SvgVersionControl
|
|
87
|
+
} from "./chunk-VIGGSGOL.js";
|
|
70
88
|
import {
|
|
71
89
|
SvgVerticalAlignBottom
|
|
72
90
|
} from "./chunk-U4IMY2H2.js";
|
|
@@ -83,14 +101,14 @@ import {
|
|
|
83
101
|
SvgVideocamOff
|
|
84
102
|
} from "./chunk-VS4ALGP7.js";
|
|
85
103
|
import {
|
|
86
|
-
|
|
87
|
-
} from "./chunk-
|
|
104
|
+
SvgTrello
|
|
105
|
+
} from "./chunk-HBVUD5LH.js";
|
|
88
106
|
import {
|
|
89
|
-
|
|
90
|
-
} from "./chunk-
|
|
107
|
+
SvgTune
|
|
108
|
+
} from "./chunk-XW7TC77Y.js";
|
|
91
109
|
import {
|
|
92
|
-
|
|
93
|
-
} from "./chunk-
|
|
110
|
+
SvgUnderline
|
|
111
|
+
} from "./chunk-Q2DXN42B.js";
|
|
94
112
|
import {
|
|
95
113
|
SvgUndoAlt
|
|
96
114
|
} from "./chunk-EIKAXIVU.js";
|
|
@@ -107,14 +125,14 @@ import {
|
|
|
107
125
|
SvgUsersAdd
|
|
108
126
|
} from "./chunk-OMIZYFAG.js";
|
|
109
127
|
import {
|
|
110
|
-
|
|
111
|
-
} from "./chunk-
|
|
128
|
+
SvgThumbsUp
|
|
129
|
+
} from "./chunk-F5L4NQJW.js";
|
|
112
130
|
import {
|
|
113
|
-
|
|
114
|
-
} from "./chunk-
|
|
131
|
+
SvgTimelineEditor
|
|
132
|
+
} from "./chunk-SOFWAOZ4.js";
|
|
115
133
|
import {
|
|
116
|
-
|
|
117
|
-
} from "./chunk-
|
|
134
|
+
SvgTimer
|
|
135
|
+
} from "./chunk-IPK2TGIQ.js";
|
|
118
136
|
import {
|
|
119
137
|
SvgTouchApp
|
|
120
138
|
} from "./chunk-5PTYY5FO.js";
|
|
@@ -131,14 +149,14 @@ import {
|
|
|
131
149
|
SvgTrelloNeutral
|
|
132
150
|
} from "./chunk-XQB6D65H.js";
|
|
133
151
|
import {
|
|
134
|
-
|
|
135
|
-
} from "./chunk-
|
|
152
|
+
SvgTagFaces
|
|
153
|
+
} from "./chunk-FFUISP3K.js";
|
|
136
154
|
import {
|
|
137
|
-
|
|
138
|
-
} from "./chunk-
|
|
155
|
+
SvgTask
|
|
156
|
+
} from "./chunk-D2QZEZXI.js";
|
|
139
157
|
import {
|
|
140
|
-
|
|
141
|
-
} from "./chunk-
|
|
158
|
+
SvgTeamworkAgentBig
|
|
159
|
+
} from "./chunk-6RMAHJNH.js";
|
|
142
160
|
import {
|
|
143
161
|
SvgTeamworkAgentSmall
|
|
144
162
|
} from "./chunk-W3USM4NX.js";
|
|
@@ -155,14 +173,11 @@ import {
|
|
|
155
173
|
SvgThumbsDown
|
|
156
174
|
} from "./chunk-M4GAFFLM.js";
|
|
157
175
|
import {
|
|
158
|
-
|
|
159
|
-
} from "./chunk-
|
|
160
|
-
import {
|
|
161
|
-
SvgTimelineEditor
|
|
162
|
-
} from "./chunk-SOFWAOZ4.js";
|
|
176
|
+
SvgSpeedXSlow
|
|
177
|
+
} from "./chunk-ZMBXTFPA.js";
|
|
163
178
|
import {
|
|
164
|
-
|
|
165
|
-
} from "./chunk-
|
|
179
|
+
SvgSplit
|
|
180
|
+
} from "./chunk-NINABXFB.js";
|
|
166
181
|
import {
|
|
167
182
|
SvgSquare
|
|
168
183
|
} from "./chunk-37YTVMBN.js";
|
|
@@ -175,18 +190,18 @@ import {
|
|
|
175
190
|
import {
|
|
176
191
|
SvgStop
|
|
177
192
|
} from "./chunk-OLTO5ACV.js";
|
|
193
|
+
import {
|
|
194
|
+
SvgSuggestedEdit
|
|
195
|
+
} from "./chunk-MZQ6RGQV.js";
|
|
178
196
|
import {
|
|
179
197
|
SvgSun
|
|
180
198
|
} from "./chunk-UNBBZS6J.js";
|
|
181
199
|
import {
|
|
182
|
-
|
|
183
|
-
} from "./chunk-
|
|
184
|
-
import {
|
|
185
|
-
SvgTask
|
|
186
|
-
} from "./chunk-D2QZEZXI.js";
|
|
200
|
+
SvgSmileSelect
|
|
201
|
+
} from "./chunk-VV7RTE64.js";
|
|
187
202
|
import {
|
|
188
|
-
|
|
189
|
-
} from "./chunk-
|
|
203
|
+
SvgSmile
|
|
204
|
+
} from "./chunk-56JQ7YLD.js";
|
|
190
205
|
import {
|
|
191
206
|
SvgSpaces
|
|
192
207
|
} from "./chunk-774PQBBN.js";
|
|
@@ -206,11 +221,11 @@ import {
|
|
|
206
221
|
SvgSpeedXFast
|
|
207
222
|
} from "./chunk-V3JG2NZW.js";
|
|
208
223
|
import {
|
|
209
|
-
|
|
210
|
-
} from "./chunk-
|
|
224
|
+
SvgSentimentSatisfied
|
|
225
|
+
} from "./chunk-DJW4RHHD.js";
|
|
211
226
|
import {
|
|
212
|
-
|
|
213
|
-
} from "./chunk-
|
|
227
|
+
SvgSettings
|
|
228
|
+
} from "./chunk-6JFYWVAP.js";
|
|
214
229
|
import {
|
|
215
230
|
SvgShare
|
|
216
231
|
} from "./chunk-JPT4IOPX.js";
|
|
@@ -230,11 +245,11 @@ import {
|
|
|
230
245
|
SvgSmileAlt
|
|
231
246
|
} from "./chunk-GIN6ZYJC.js";
|
|
232
247
|
import {
|
|
233
|
-
|
|
234
|
-
} from "./chunk-
|
|
248
|
+
SvgSalesforceBlk
|
|
249
|
+
} from "./chunk-Q4UBTI6A.js";
|
|
235
250
|
import {
|
|
236
|
-
|
|
237
|
-
} from "./chunk-
|
|
251
|
+
SvgSalesforce
|
|
252
|
+
} from "./chunk-KIMRTGIR.js";
|
|
238
253
|
import {
|
|
239
254
|
SvgSchool
|
|
240
255
|
} from "./chunk-DV7DTSLT.js";
|
|
@@ -254,11 +269,11 @@ import {
|
|
|
254
269
|
SvgSentimentDissatisfied
|
|
255
270
|
} from "./chunk-KYA6XCZU.js";
|
|
256
271
|
import {
|
|
257
|
-
|
|
258
|
-
} from "./chunk-
|
|
272
|
+
SvgReplay
|
|
273
|
+
} from "./chunk-ALDOBFOW.js";
|
|
259
274
|
import {
|
|
260
|
-
|
|
261
|
-
} from "./chunk-
|
|
275
|
+
SvgReplyLeft
|
|
276
|
+
} from "./chunk-AA7SIBLA.js";
|
|
262
277
|
import {
|
|
263
278
|
SvgReplyRight
|
|
264
279
|
} from "./chunk-PDJ7WDI4.js";
|
|
@@ -278,11 +293,11 @@ import {
|
|
|
278
293
|
SvgSafariLogo
|
|
279
294
|
} from "./chunk-ND5YI7HF.js";
|
|
280
295
|
import {
|
|
281
|
-
|
|
282
|
-
} from "./chunk-
|
|
296
|
+
SvgRecord
|
|
297
|
+
} from "./chunk-SP64S4HO.js";
|
|
283
298
|
import {
|
|
284
|
-
|
|
285
|
-
} from "./chunk-
|
|
299
|
+
SvgRedoAlt
|
|
300
|
+
} from "./chunk-UHA3RCGM.js";
|
|
286
301
|
import {
|
|
287
302
|
SvgRedo
|
|
288
303
|
} from "./chunk-JVD64AVJ.js";
|
|
@@ -302,11 +317,11 @@ import {
|
|
|
302
317
|
SvgReplay5
|
|
303
318
|
} from "./chunk-J6466Z3N.js";
|
|
304
319
|
import {
|
|
305
|
-
|
|
306
|
-
} from "./chunk-
|
|
320
|
+
SvgPresent
|
|
321
|
+
} from "./chunk-445D5NCB.js";
|
|
307
322
|
import {
|
|
308
|
-
|
|
309
|
-
} from "./chunk-
|
|
323
|
+
SvgPresenterMode
|
|
324
|
+
} from "./chunk-YSSA4HKD.js";
|
|
310
325
|
import {
|
|
311
326
|
SvgPronunciation
|
|
312
327
|
} from "./chunk-HZJRA7SF.js";
|
|
@@ -326,11 +341,11 @@ import {
|
|
|
326
341
|
SvgQuickEdit
|
|
327
342
|
} from "./chunk-EEKIA4WP.js";
|
|
328
343
|
import {
|
|
329
|
-
|
|
330
|
-
} from "./chunk-
|
|
344
|
+
SvgPinFill
|
|
345
|
+
} from "./chunk-7OESI7PR.js";
|
|
331
346
|
import {
|
|
332
|
-
|
|
333
|
-
} from "./chunk-
|
|
347
|
+
SvgPin
|
|
348
|
+
} from "./chunk-J3DMC6VO.js";
|
|
334
349
|
import {
|
|
335
350
|
SvgPlayArrow
|
|
336
351
|
} from "./chunk-33YWYPE7.js";
|
|
@@ -350,11 +365,11 @@ import {
|
|
|
350
365
|
SvgPower
|
|
351
366
|
} from "./chunk-SCWSS4CT.js";
|
|
352
367
|
import {
|
|
353
|
-
|
|
354
|
-
} from "./chunk-
|
|
368
|
+
SvgPaintBucket
|
|
369
|
+
} from "./chunk-LUMQRR5U.js";
|
|
355
370
|
import {
|
|
356
|
-
|
|
357
|
-
} from "./chunk-
|
|
371
|
+
SvgPalette
|
|
372
|
+
} from "./chunk-3G43DSBG.js";
|
|
358
373
|
import {
|
|
359
374
|
SvgPause
|
|
360
375
|
} from "./chunk-6NWQRPUY.js";
|
|
@@ -374,11 +389,11 @@ import {
|
|
|
374
389
|
SvgPictureInPicture
|
|
375
390
|
} from "./chunk-GZUPKYEY.js";
|
|
376
391
|
import {
|
|
377
|
-
|
|
378
|
-
} from "./chunk-
|
|
392
|
+
SvgNearMe
|
|
393
|
+
} from "./chunk-COZELPRW.js";
|
|
379
394
|
import {
|
|
380
|
-
|
|
381
|
-
} from "./chunk-
|
|
395
|
+
SvgNotes
|
|
396
|
+
} from "./chunk-W4PMGSRS.js";
|
|
382
397
|
import {
|
|
383
398
|
SvgNotifications
|
|
384
399
|
} from "./chunk-7BUGMAD3.js";
|
|
@@ -398,11 +413,11 @@ import {
|
|
|
398
413
|
SvgOverlays
|
|
399
414
|
} from "./chunk-IRJ7ZBRL.js";
|
|
400
415
|
import {
|
|
401
|
-
|
|
402
|
-
} from "./chunk-
|
|
416
|
+
SvgMinusCircle
|
|
417
|
+
} from "./chunk-QETDZT7X.js";
|
|
403
418
|
import {
|
|
404
|
-
|
|
405
|
-
} from "./chunk-
|
|
419
|
+
SvgMinus
|
|
420
|
+
} from "./chunk-AOPQUDFU.js";
|
|
406
421
|
import {
|
|
407
422
|
SvgMobileDevices
|
|
408
423
|
} from "./chunk-FL7WZQA7.js";
|
|
@@ -422,11 +437,11 @@ import {
|
|
|
422
437
|
SvgMute
|
|
423
438
|
} from "./chunk-TZJSLHBR.js";
|
|
424
439
|
import {
|
|
425
|
-
|
|
426
|
-
} from "./chunk-
|
|
440
|
+
SvgMicOff
|
|
441
|
+
} from "./chunk-MNSIAPHQ.js";
|
|
427
442
|
import {
|
|
428
|
-
|
|
429
|
-
} from "./chunk-
|
|
443
|
+
SvgMic
|
|
444
|
+
} from "./chunk-4IKQ6RTL.js";
|
|
430
445
|
import {
|
|
431
446
|
SvgMicrosoftTeamsLogo
|
|
432
447
|
} from "./chunk-24RL2WNZ.js";
|
|
@@ -446,11 +461,8 @@ import {
|
|
|
446
461
|
SvgMinimize
|
|
447
462
|
} from "./chunk-5CR7CSTY.js";
|
|
448
463
|
import {
|
|
449
|
-
|
|
450
|
-
} from "./chunk-
|
|
451
|
-
import {
|
|
452
|
-
SvgMinus
|
|
453
|
-
} from "./chunk-AOPQUDFU.js";
|
|
464
|
+
SvgLogOut
|
|
465
|
+
} from "./chunk-SY7SMBFL.js";
|
|
454
466
|
import {
|
|
455
467
|
SvgLucidchart
|
|
456
468
|
} from "./chunk-2S6VYRXG.js";
|
|
@@ -460,6 +472,9 @@ import {
|
|
|
460
472
|
import {
|
|
461
473
|
SvgMaximize
|
|
462
474
|
} from "./chunk-PY6LUFHU.js";
|
|
475
|
+
import {
|
|
476
|
+
SvgMegaphone
|
|
477
|
+
} from "./chunk-GSPDJ42T.js";
|
|
463
478
|
import {
|
|
464
479
|
SvgMenuHide
|
|
465
480
|
} from "./chunk-6NTXV7FB.js";
|
|
@@ -470,11 +485,8 @@ import {
|
|
|
470
485
|
SvgMenu
|
|
471
486
|
} from "./chunk-7R3HFRXT.js";
|
|
472
487
|
import {
|
|
473
|
-
|
|
474
|
-
} from "./chunk-
|
|
475
|
-
import {
|
|
476
|
-
SvgMic
|
|
477
|
-
} from "./chunk-4IKQ6RTL.js";
|
|
488
|
+
SvgLinkBroken
|
|
489
|
+
} from "./chunk-UNK3JWYL.js";
|
|
478
490
|
import {
|
|
479
491
|
SvgLinkOff
|
|
480
492
|
} from "./chunk-KRDPKGQU.js";
|
|
@@ -494,8 +506,8 @@ import {
|
|
|
494
506
|
SvgLock
|
|
495
507
|
} from "./chunk-G2U2YBS7.js";
|
|
496
508
|
import {
|
|
497
|
-
|
|
498
|
-
} from "./chunk-
|
|
509
|
+
SvgKeyboardArrowDown
|
|
510
|
+
} from "./chunk-NFUMBA6M.js";
|
|
499
511
|
import {
|
|
500
512
|
SvgKeyboardArrowLeft
|
|
501
513
|
} from "./chunk-6NX5OUP7.js";
|
|
@@ -518,8 +530,8 @@ import {
|
|
|
518
530
|
SvgLinearDark
|
|
519
531
|
} from "./chunk-FZL3BQHV.js";
|
|
520
532
|
import {
|
|
521
|
-
|
|
522
|
-
} from "./chunk-
|
|
533
|
+
SvgImport
|
|
534
|
+
} from "./chunk-EOBCFXCG.js";
|
|
523
535
|
import {
|
|
524
536
|
SvgInfoFill
|
|
525
537
|
} from "./chunk-3CRP27HY.js";
|
|
@@ -539,8 +551,8 @@ import {
|
|
|
539
551
|
SvgJira
|
|
540
552
|
} from "./chunk-7DXLMQ7D.js";
|
|
541
553
|
import {
|
|
542
|
-
|
|
543
|
-
} from "./chunk-
|
|
554
|
+
SvgHighlightOff
|
|
555
|
+
} from "./chunk-THG45YYP.js";
|
|
544
556
|
import {
|
|
545
557
|
SvgHighlightText
|
|
546
558
|
} from "./chunk-43MA57P2.js";
|
|
@@ -563,8 +575,8 @@ import {
|
|
|
563
575
|
SvgImage2
|
|
564
576
|
} from "./chunk-5XNPVJRF.js";
|
|
565
577
|
import {
|
|
566
|
-
|
|
567
|
-
} from "./chunk-
|
|
578
|
+
SvgGoogleDrive
|
|
579
|
+
} from "./chunk-4QUENNQ6.js";
|
|
568
580
|
import {
|
|
569
581
|
SvgGoogleForms
|
|
570
582
|
} from "./chunk-P32PSGWS.js";
|
|
@@ -587,8 +599,8 @@ import {
|
|
|
587
599
|
SvgHelp
|
|
588
600
|
} from "./chunk-G4NHYHCI.js";
|
|
589
601
|
import {
|
|
590
|
-
|
|
591
|
-
} from "./chunk-
|
|
602
|
+
SvgFullScreen2
|
|
603
|
+
} from "./chunk-EJWFIZMS.js";
|
|
592
604
|
import {
|
|
593
605
|
SvgFullscreenExit
|
|
594
606
|
} from "./chunk-3VTCJYNO.js";
|
|
@@ -611,8 +623,8 @@ import {
|
|
|
611
623
|
SvgGoogleDocs
|
|
612
624
|
} from "./chunk-XEF5FSXN.js";
|
|
613
625
|
import {
|
|
614
|
-
|
|
615
|
-
} from "./chunk-
|
|
626
|
+
SvgFillerWordRemoval
|
|
627
|
+
} from "./chunk-KB5FU4C5.js";
|
|
616
628
|
import {
|
|
617
629
|
SvgFirefoxLogo
|
|
618
630
|
} from "./chunk-LFV2G7IY.js";
|
|
@@ -635,8 +647,8 @@ import {
|
|
|
635
647
|
SvgForward5
|
|
636
648
|
} from "./chunk-6WEM4FKX.js";
|
|
637
649
|
import {
|
|
638
|
-
|
|
639
|
-
} from "./chunk-
|
|
650
|
+
SvgExpand
|
|
651
|
+
} from "./chunk-I2GY7HI4.js";
|
|
640
652
|
import {
|
|
641
653
|
SvgExtension
|
|
642
654
|
} from "./chunk-L5ZPSV3X.js";
|
|
@@ -659,8 +671,8 @@ import {
|
|
|
659
671
|
SvgFigma
|
|
660
672
|
} from "./chunk-LXY65TPZ.js";
|
|
661
673
|
import {
|
|
662
|
-
|
|
663
|
-
} from "./chunk-
|
|
674
|
+
SvgDownload
|
|
675
|
+
} from "./chunk-FTISGJNM.js";
|
|
664
676
|
import {
|
|
665
677
|
SvgEdgeLogo
|
|
666
678
|
} from "./chunk-HZTGQJYD.js";
|
|
@@ -679,9 +691,6 @@ import {
|
|
|
679
691
|
import {
|
|
680
692
|
SvgExpandReplies
|
|
681
693
|
} from "./chunk-BU5E5OMI.js";
|
|
682
|
-
import {
|
|
683
|
-
SvgExpand
|
|
684
|
-
} from "./chunk-I2GY7HI4.js";
|
|
685
694
|
import {
|
|
686
695
|
SvgCursor
|
|
687
696
|
} from "./chunk-KVOGDZ34.js";
|
|
@@ -697,15 +706,15 @@ import {
|
|
|
697
706
|
import {
|
|
698
707
|
SvgDesktopMac
|
|
699
708
|
} from "./chunk-Z7NDZGNO.js";
|
|
709
|
+
import {
|
|
710
|
+
SvgDevices
|
|
711
|
+
} from "./chunk-XGRCQK6E.js";
|
|
700
712
|
import {
|
|
701
713
|
SvgDiagramSymbolDecision
|
|
702
714
|
} from "./chunk-VG3SGXWL.js";
|
|
703
715
|
import {
|
|
704
716
|
SvgDomain
|
|
705
717
|
} from "./chunk-SWCCHCXL.js";
|
|
706
|
-
import {
|
|
707
|
-
SvgDownload
|
|
708
|
-
} from "./chunk-FTISGJNM.js";
|
|
709
718
|
import {
|
|
710
719
|
SvgCopy
|
|
711
720
|
} from "./chunk-A7S7BUZG.js";
|
|
@@ -1127,6 +1136,7 @@ export {
|
|
|
1127
1136
|
SvgDelete,
|
|
1128
1137
|
SvgDeleteForever,
|
|
1129
1138
|
SvgDesktopMac,
|
|
1139
|
+
SvgDevices,
|
|
1130
1140
|
SvgDiagramSymbolDecision,
|
|
1131
1141
|
SvgDomain,
|
|
1132
1142
|
SvgDownload,
|
|
@@ -1201,6 +1211,7 @@ export {
|
|
|
1201
1211
|
SvgLucidchart,
|
|
1202
1212
|
SvgMail,
|
|
1203
1213
|
SvgMaximize,
|
|
1214
|
+
SvgMegaphone,
|
|
1204
1215
|
SvgMenu,
|
|
1205
1216
|
SvgMenuHide,
|
|
1206
1217
|
SvgMenuShow,
|
|
@@ -1297,6 +1308,7 @@ export {
|
|
|
1297
1308
|
SvgStar,
|
|
1298
1309
|
SvgStarOutline,
|
|
1299
1310
|
SvgStop,
|
|
1311
|
+
SvgSuggestedEdit,
|
|
1300
1312
|
SvgSun,
|
|
1301
1313
|
SvgTagFaces,
|
|
1302
1314
|
SvgTask,
|