@loomhq/lens 12.9.0 → 12.11.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/dist/cjs/icons/banner-vector-up.js +17 -3
- package/dist/cjs/icons/banner-vector-up.js.map +2 -2
- package/dist/cjs/icons/cursor.js +40 -0
- package/dist/cjs/icons/cursor.js.map +7 -0
- package/dist/cjs/icons/index.js +645 -637
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/index.js +674 -643
- package/dist/cjs/index.js.map +4 -4
- package/dist/esm/icons/banner-vector-up.js +1 -1
- package/dist/esm/icons/{chunk-2V4R73H6.js → chunk-3OR7GMMB.js} +8 -4
- package/dist/esm/icons/chunk-3OR7GMMB.js.map +7 -0
- package/dist/esm/icons/chunk-KVOGDZ34.js +11 -0
- package/dist/esm/icons/chunk-KVOGDZ34.js.map +7 -0
- package/dist/esm/icons/cursor.js +8 -0
- package/dist/esm/icons/cursor.js.map +7 -0
- package/dist/esm/icons/index.js +63 -59
- package/dist/esm/index.js +606 -571
- package/dist/esm/index.js.map +3 -3
- package/dist/types/colors.d.ts +2 -2
- package/dist/types/colors.d.ts.map +1 -1
- package/dist/types/components/align/align.d.ts +1 -1
- package/dist/types/components/align/align.d.ts.map +1 -1
- package/dist/types/components/arrange/arrange.d.ts +1 -1
- package/dist/types/components/arrange/arrange.d.ts.map +1 -1
- package/dist/types/components/avatar/avatar.d.ts +1 -1
- package/dist/types/components/avatar/avatar.d.ts.map +1 -1
- package/dist/types/components/backdrop/backdrop.d.ts +1 -1
- package/dist/types/components/backdrop/backdrop.d.ts.map +1 -1
- package/dist/types/components/base-styles/base-styles.d.ts +1 -1
- package/dist/types/components/base-styles/base-styles.d.ts.map +1 -1
- package/dist/types/components/button/button.d.ts +1 -1
- package/dist/types/components/button/button.d.ts.map +1 -1
- package/dist/types/components/color-picker/color-picker.d.ts +1 -1
- package/dist/types/components/color-picker/color-picker.d.ts.map +1 -1
- package/dist/types/components/container/container.d.ts +1 -1
- package/dist/types/components/container/container.d.ts.map +1 -1
- package/dist/types/components/distribute/distribute.d.ts +1 -1
- package/dist/types/components/distribute/distribute.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown.d.ts.map +1 -1
- package/dist/types/components/ellipses-loader/ellipses-loader.d.ts +1 -1
- package/dist/types/components/ellipses-loader/ellipses-loader.d.ts.map +1 -1
- package/dist/types/components/form-field/form-field.d.ts +2 -2
- package/dist/types/components/form-field/form-field.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/banner-vector-up.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/cursor.d.ts +3 -0
- package/dist/types/components/icon/available-icons/cursor.d.ts.map +1 -0
- package/dist/types/components/icon/available-icons/index.d.ts +1 -0
- package/dist/types/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/types/components/icon/icon.d.ts +2 -2
- package/dist/types/components/icon/icon.d.ts.map +1 -1
- package/dist/types/components/icon-button/icon-button.d.ts +1 -1
- package/dist/types/components/icon-button/icon-button.d.ts.map +1 -1
- package/dist/types/components/layout/layout.d.ts +1 -1
- package/dist/types/components/layout/layout.d.ts.map +1 -1
- package/dist/types/components/link/link.d.ts +1 -1
- package/dist/types/components/link/link.d.ts.map +1 -1
- package/dist/types/components/list/list.d.ts +1 -1
- package/dist/types/components/list/list.d.ts.map +1 -1
- package/dist/types/components/loader/loader.d.ts +1 -1
- package/dist/types/components/loader/loader.d.ts.map +1 -1
- package/dist/types/components/logo/logo.d.ts +1 -1
- package/dist/types/components/logo/logo.d.ts.map +1 -1
- package/dist/types/components/menu/menu.d.ts +2 -1
- package/dist/types/components/menu/menu.d.ts.map +1 -1
- package/dist/types/components/modal/modal.d.ts +2 -2
- package/dist/types/components/modal/modal.d.ts.map +1 -1
- package/dist/types/components/notification-bar/notification-bar.d.ts +2 -2
- package/dist/types/components/notification-bar/notification-bar.d.ts.map +1 -1
- package/dist/types/components/pill/pill.d.ts +1 -1
- package/dist/types/components/pill/pill.d.ts.map +1 -1
- package/dist/types/components/select/select.d.ts +2 -2
- package/dist/types/components/select/select.d.ts.map +1 -1
- package/dist/types/components/skeleton/skeleton.d.ts +1 -1
- package/dist/types/components/skeleton/skeleton.d.ts.map +1 -1
- package/dist/types/components/spacer/spacer.d.ts +1 -1
- package/dist/types/components/spacer/spacer.d.ts.map +1 -1
- package/dist/types/components/split/split.d.ts +1 -1
- package/dist/types/components/split/split.d.ts.map +1 -1
- package/dist/types/components/switch/switch.d.ts +1 -1
- package/dist/types/components/switch/switch.d.ts.map +1 -1
- package/dist/types/components/tabs/tabs.d.ts +1 -1
- package/dist/types/components/tabs/tabs.d.ts.map +1 -1
- package/dist/types/components/text/text.d.ts +2 -2
- package/dist/types/components/text/text.d.ts.map +1 -1
- package/dist/types/components/text-button/text-button.d.ts +1 -1
- package/dist/types/components/text-button/text-button.d.ts.map +1 -1
- package/dist/types/components/toast/toast.d.ts +1 -1
- package/dist/types/components/toast/toast.d.ts.map +1 -1
- package/dist/types/components/tooltip/tooltip.d.ts +1 -1
- package/dist/types/components/tooltip/tooltip.d.ts.map +1 -1
- package/dist/types/components/typeahead/typeahead.d.ts +3 -2
- package/dist/types/components/typeahead/typeahead.d.ts.map +1 -1
- package/dist/types/components/waveform-loader/waveform-loader.d.ts +1 -1
- package/dist/types/components/waveform-loader/waveform-loader.d.ts.map +1 -1
- package/dist/types/console-messages.d.ts +4 -4
- package/dist/types/console-messages.d.ts.map +1 -1
- package/dist/types/css-utilities/generate-utilities.d.ts +8 -8
- package/dist/types/css-utilities/generate-utilities.d.ts.map +1 -1
- package/dist/types/css-utilities/index.d.ts +2 -2
- package/dist/types/css-utilities/index.d.ts.map +1 -1
- package/dist/types/css-utilities/rules.d.ts +55 -48
- package/dist/types/css-utilities/rules.d.ts.map +1 -1
- package/dist/types/hooks/index.d.ts +5 -5
- package/dist/types/hooks/index.d.ts.map +1 -1
- package/dist/types/hooks/use-media.d.ts.map +1 -1
- package/dist/types/hooks/use-on-click-outside.d.ts.map +1 -1
- package/dist/types/hooks/use-prefer-reduced-motion.d.ts +1 -1
- package/dist/types/hooks/use-prefer-reduced-motion.d.ts.map +1 -1
- package/dist/types/icons/banner-vector-up.d.ts.map +1 -1
- package/dist/types/icons/cursor.d.ts +3 -0
- package/dist/types/icons/cursor.d.ts.map +1 -0
- package/dist/types/icons/index.d.ts +1 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/illustrations/accounts-and-billing.d.ts +2 -2
- package/dist/types/illustrations/accounts-and-billing.d.ts.map +1 -1
- package/dist/types/illustrations/archived.d.ts +2 -2
- package/dist/types/illustrations/archived.d.ts.map +1 -1
- package/dist/types/illustrations/ask-for-more.d.ts +2 -2
- package/dist/types/illustrations/ask-for-more.d.ts.map +1 -1
- package/dist/types/illustrations/business-plan.d.ts +2 -2
- package/dist/types/illustrations/business-plan.d.ts.map +1 -1
- package/dist/types/illustrations/chrome-notifications-empty-state.d.ts +2 -2
- package/dist/types/illustrations/chrome-notifications-empty-state.d.ts.map +1 -1
- package/dist/types/illustrations/collaborate-with-teammates.d.ts +2 -2
- package/dist/types/illustrations/collaborate-with-teammates.d.ts.map +1 -1
- package/dist/types/illustrations/comments.d.ts +2 -2
- package/dist/types/illustrations/comments.d.ts.map +1 -1
- package/dist/types/illustrations/community-alt.d.ts +2 -2
- package/dist/types/illustrations/community-alt.d.ts.map +1 -1
- package/dist/types/illustrations/community.d.ts +2 -2
- package/dist/types/illustrations/community.d.ts.map +1 -1
- package/dist/types/illustrations/content-limit.d.ts +2 -2
- package/dist/types/illustrations/content-limit.d.ts.map +1 -1
- package/dist/types/illustrations/custom-branding.d.ts +2 -2
- package/dist/types/illustrations/custom-branding.d.ts.map +1 -1
- package/dist/types/illustrations/desktop-app-and-chrome-extension.d.ts +2 -2
- package/dist/types/illustrations/desktop-app-and-chrome-extension.d.ts.map +1 -1
- package/dist/types/illustrations/device-compatibility.d.ts +2 -2
- package/dist/types/illustrations/device-compatibility.d.ts.map +1 -1
- package/dist/types/illustrations/downgrade.d.ts +2 -2
- package/dist/types/illustrations/downgrade.d.ts.map +1 -1
- package/dist/types/illustrations/embrace-the-weird.d.ts +2 -2
- package/dist/types/illustrations/embrace-the-weird.d.ts.map +1 -1
- package/dist/types/illustrations/enterprise-plan.d.ts +2 -2
- package/dist/types/illustrations/enterprise-plan.d.ts.map +1 -1
- package/dist/types/illustrations/faq-and-security.d.ts +2 -2
- package/dist/types/illustrations/faq-and-security.d.ts.map +1 -1
- package/dist/types/illustrations/five-minute-limit.d.ts +2 -2
- package/dist/types/illustrations/five-minute-limit.d.ts.map +1 -1
- package/dist/types/illustrations/folders-empty-state-mobile.d.ts +2 -2
- package/dist/types/illustrations/folders-empty-state-mobile.d.ts.map +1 -1
- package/dist/types/illustrations/getting-started.d.ts +2 -2
- package/dist/types/illustrations/getting-started.d.ts.map +1 -1
- package/dist/types/illustrations/growth-through-empathy.d.ts +2 -2
- package/dist/types/illustrations/growth-through-empathy.d.ts.map +1 -1
- package/dist/types/illustrations/health-plans.d.ts +2 -2
- package/dist/types/illustrations/health-plans.d.ts.map +1 -1
- package/dist/types/illustrations/help-ios.d.ts +2 -2
- package/dist/types/illustrations/help-ios.d.ts.map +1 -1
- package/dist/types/illustrations/how-to-use-loom.d.ts +2 -2
- package/dist/types/illustrations/how-to-use-loom.d.ts.map +1 -1
- package/dist/types/illustrations/index.d.ts +48 -48
- package/dist/types/illustrations/index.d.ts.map +1 -1
- package/dist/types/illustrations/invite-members.d.ts +2 -2
- package/dist/types/illustrations/invite-members.d.ts.map +1 -1
- package/dist/types/illustrations/invite.d.ts +2 -2
- package/dist/types/illustrations/invite.d.ts.map +1 -1
- package/dist/types/illustrations/lead-with-transparency.d.ts +2 -2
- package/dist/types/illustrations/lead-with-transparency.d.ts.map +1 -1
- package/dist/types/illustrations/learning-and-development.d.ts +2 -2
- package/dist/types/illustrations/learning-and-development.d.ts.map +1 -1
- package/dist/types/illustrations/loom-plans.d.ts +2 -2
- package/dist/types/illustrations/loom-plans.d.ts.map +1 -1
- package/dist/types/illustrations/my-videos-empty-state-mobile.d.ts +2 -2
- package/dist/types/illustrations/my-videos-empty-state-mobile.d.ts.map +1 -1
- package/dist/types/illustrations/option-grants.d.ts +2 -2
- package/dist/types/illustrations/option-grants.d.ts.map +1 -1
- package/dist/types/illustrations/parental-leave.d.ts +2 -2
- package/dist/types/illustrations/parental-leave.d.ts.map +1 -1
- package/dist/types/illustrations/pto.d.ts +2 -2
- package/dist/types/illustrations/pto.d.ts.map +1 -1
- package/dist/types/illustrations/recents-empty-state-mobile.d.ts +2 -2
- package/dist/types/illustrations/recents-empty-state-mobile.d.ts.map +1 -1
- package/dist/types/illustrations/record.d.ts +2 -2
- package/dist/types/illustrations/record.d.ts.map +1 -1
- package/dist/types/illustrations/remote-first.d.ts +2 -2
- package/dist/types/illustrations/remote-first.d.ts.map +1 -1
- package/dist/types/illustrations/roadmap.d.ts +2 -2
- package/dist/types/illustrations/roadmap.d.ts.map +1 -1
- package/dist/types/illustrations/screenshot.d.ts +2 -2
- package/dist/types/illustrations/screenshot.d.ts.map +1 -1
- package/dist/types/illustrations/share-with-your-team.d.ts +2 -2
- package/dist/types/illustrations/share-with-your-team.d.ts.map +1 -1
- package/dist/types/illustrations/share.d.ts +2 -2
- package/dist/types/illustrations/share.d.ts.map +1 -1
- package/dist/types/illustrations/starred.d.ts +2 -2
- package/dist/types/illustrations/starred.d.ts.map +1 -1
- package/dist/types/illustrations/starter-plus-plan.d.ts +2 -2
- package/dist/types/illustrations/starter-plus-plan.d.ts.map +1 -1
- package/dist/types/illustrations/strong-upload-speed.d.ts +2 -2
- package/dist/types/illustrations/strong-upload-speed.d.ts.map +1 -1
- package/dist/types/illustrations/troubleshooting.d.ts +2 -2
- package/dist/types/illustrations/troubleshooting.d.ts.map +1 -1
- package/dist/types/illustrations/upgrade.d.ts +2 -2
- package/dist/types/illustrations/upgrade.d.ts.map +1 -1
- package/dist/types/illustrations/upload-drag-and-drop.d.ts +2 -2
- package/dist/types/illustrations/upload-drag-and-drop.d.ts.map +1 -1
- package/dist/types/illustrations/use-cases.d.ts +2 -2
- package/dist/types/illustrations/use-cases.d.ts.map +1 -1
- package/dist/types/illustrations/wellness.d.ts +2 -2
- package/dist/types/illustrations/wellness.d.ts.map +1 -1
- package/dist/types/utilities/downshift.d.ts +1 -1
- package/dist/types/utilities/downshift.d.ts.map +1 -1
- package/dist/types/utilities/responsive.d.ts +3 -3
- package/dist/types/utilities/responsive.d.ts.map +1 -1
- package/dist/types/utilities/size.d.ts +1 -1
- package/dist/types/utilities/size.d.ts.map +1 -1
- package/dist/types/utilities/styles.d.ts +9 -9
- package/dist/types/utilities/styles.d.ts.map +1 -1
- package/package.json +4 -5
- package/dist/esm/icons/chunk-2V4R73H6.js.map +0 -7
|
@@ -1,20 +1,24 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__spreadValues
|
|
3
|
+
} from "./chunk-DDAAVRWG.js";
|
|
4
|
+
|
|
1
5
|
// src/components/icon/available-icons/banner-vector-up.tsx
|
|
2
6
|
import * as React from "react";
|
|
3
7
|
function SvgBannerVectorUp(props) {
|
|
4
8
|
return /* @__PURE__ */ React.createElement(
|
|
5
9
|
"svg",
|
|
6
|
-
{
|
|
10
|
+
__spreadValues({
|
|
7
11
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8
12
|
width: "24",
|
|
9
13
|
height: "11",
|
|
10
14
|
viewBox: "0 0 24 11",
|
|
11
15
|
fill: "none"
|
|
12
|
-
},
|
|
16
|
+
}, props),
|
|
13
17
|
/* @__PURE__ */ React.createElement(
|
|
14
18
|
"path",
|
|
15
19
|
{
|
|
16
20
|
d: "M24 11L0 11L9.17157 1.82843C10.7337 0.266331 13.2663 0.26633 14.8284 1.82843L24 11Z",
|
|
17
|
-
fill: "
|
|
21
|
+
fill: "currentColor"
|
|
18
22
|
}
|
|
19
23
|
)
|
|
20
24
|
);
|
|
@@ -23,4 +27,4 @@ function SvgBannerVectorUp(props) {
|
|
|
23
27
|
export {
|
|
24
28
|
SvgBannerVectorUp
|
|
25
29
|
};
|
|
26
|
-
//# sourceMappingURL=chunk-
|
|
30
|
+
//# sourceMappingURL=chunk-3OR7GMMB.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/banner-vector-up.tsx"],
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\n\nexport function SvgBannerVectorUp(props: any) {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"11\"\n viewBox=\"0 0 24 11\"\n fill=\"none\"\n {...props}\n >\n <path\n d=\"M24 11L0 11L9.17157 1.82843C10.7337 0.266331 13.2663 0.26633 14.8284 1.82843L24 11Z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n}\n"],
|
|
5
|
+
"mappings": ";;;;;AAAA,YAAY,WAAW;AAEhB,SAAS,kBAAkB,OAAY;AAC5C,SACE;AAAA,IAAC;AAAA;AAAA,MACC,OAAM;AAAA,MACN,OAAM;AAAA,MACN,QAAO;AAAA,MACP,SAAQ;AAAA,MACR,MAAK;AAAA,OACD;AAAA,IAEJ;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA;AAAA,IACP;AAAA,EACF;AAEJ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// src/components/icon/available-icons/cursor.tsx
|
|
2
|
+
import CursorIcon from "@atlaskit/icon-lab/core/cursor";
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
var SvgCursor = () => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(CursorIcon, { label: "", testId: "ads-refreshed-icon" });
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export {
|
|
9
|
+
SvgCursor
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=chunk-KVOGDZ34.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/cursor.tsx"],
|
|
4
|
+
"sourcesContent": ["import CursorIcon from '@atlaskit/icon-lab/core/cursor';\nimport * as React from 'react';\n\nexport const SvgCursor = () => {\n return <CursorIcon label=\"\" testId=\"ads-refreshed-icon\" />;\n};\n"],
|
|
5
|
+
"mappings": ";AAAA,OAAO,gBAAgB;AACvB,YAAY,WAAW;AAEhB,IAAM,YAAY,MAAM;AAC7B,SAAO,oCAAC,cAAW,OAAM,IAAG,QAAO,sBAAqB;AAC1D;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
SvgWriteDocument
|
|
3
|
+
} from "./chunk-OBT2YRVO.js";
|
|
1
4
|
import {
|
|
2
5
|
SvgWriteMessage
|
|
3
6
|
} from "./chunk-NZVDBUCK.js";
|
|
@@ -19,6 +22,9 @@ import {
|
|
|
19
22
|
import {
|
|
20
23
|
SvgZoomOut
|
|
21
24
|
} from "./chunk-M35LKLMJ.js";
|
|
25
|
+
import {
|
|
26
|
+
SvgWarningAlert
|
|
27
|
+
} from "./chunk-EKNLUIM2.js";
|
|
22
28
|
import {
|
|
23
29
|
SvgWarningAmber
|
|
24
30
|
} from "./chunk-I4ITA7EL.js";
|
|
@@ -41,8 +47,8 @@ import {
|
|
|
41
47
|
SvgWindows
|
|
42
48
|
} from "./chunk-NLJWFPWA.js";
|
|
43
49
|
import {
|
|
44
|
-
|
|
45
|
-
} from "./chunk-
|
|
50
|
+
SvgViewList
|
|
51
|
+
} from "./chunk-HQMCOUIT.js";
|
|
46
52
|
import {
|
|
47
53
|
SvgVolumeDown
|
|
48
54
|
} from "./chunk-EUZW57TP.js";
|
|
@@ -65,8 +71,8 @@ import {
|
|
|
65
71
|
SvgVolume2
|
|
66
72
|
} from "./chunk-DHTMHG3V.js";
|
|
67
73
|
import {
|
|
68
|
-
|
|
69
|
-
} from "./chunk-
|
|
74
|
+
SvgVariables
|
|
75
|
+
} from "./chunk-E7NOP4A2.js";
|
|
70
76
|
import {
|
|
71
77
|
SvgVersionControl
|
|
72
78
|
} from "./chunk-VIGGSGOL.js";
|
|
@@ -89,8 +95,8 @@ import {
|
|
|
89
95
|
SvgVideocam
|
|
90
96
|
} from "./chunk-RDA3AFVD.js";
|
|
91
97
|
import {
|
|
92
|
-
|
|
93
|
-
} from "./chunk-
|
|
98
|
+
SvgTune
|
|
99
|
+
} from "./chunk-XW7TC77Y.js";
|
|
94
100
|
import {
|
|
95
101
|
SvgUnderline
|
|
96
102
|
} from "./chunk-Q2DXN42B.js";
|
|
@@ -113,8 +119,8 @@ import {
|
|
|
113
119
|
SvgUsers
|
|
114
120
|
} from "./chunk-HXT75SNG.js";
|
|
115
121
|
import {
|
|
116
|
-
|
|
117
|
-
} from "./chunk-
|
|
122
|
+
SvgThumbsUp
|
|
123
|
+
} from "./chunk-F5L4NQJW.js";
|
|
118
124
|
import {
|
|
119
125
|
SvgTimelineEditor
|
|
120
126
|
} from "./chunk-SOFWAOZ4.js";
|
|
@@ -137,8 +143,8 @@ import {
|
|
|
137
143
|
SvgTrelloNeutral
|
|
138
144
|
} from "./chunk-XQB6D65H.js";
|
|
139
145
|
import {
|
|
140
|
-
|
|
141
|
-
} from "./chunk-
|
|
146
|
+
SvgStarOutline
|
|
147
|
+
} from "./chunk-DFYMBHZP.js";
|
|
142
148
|
import {
|
|
143
149
|
SvgStar
|
|
144
150
|
} from "./chunk-7AB2BP5I.js";
|
|
@@ -161,8 +167,8 @@ import {
|
|
|
161
167
|
SvgThumbsDown
|
|
162
168
|
} from "./chunk-M4GAFFLM.js";
|
|
163
169
|
import {
|
|
164
|
-
|
|
165
|
-
} from "./chunk-
|
|
170
|
+
SvgSparkle
|
|
171
|
+
} from "./chunk-HE25OX6G.js";
|
|
166
172
|
import {
|
|
167
173
|
SvgSpeedFast
|
|
168
174
|
} from "./chunk-2FKO2VHS.js";
|
|
@@ -185,8 +191,8 @@ import {
|
|
|
185
191
|
SvgSquare
|
|
186
192
|
} from "./chunk-37YTVMBN.js";
|
|
187
193
|
import {
|
|
188
|
-
|
|
189
|
-
} from "./chunk-
|
|
194
|
+
SvgShare
|
|
195
|
+
} from "./chunk-JPT4IOPX.js";
|
|
190
196
|
import {
|
|
191
197
|
SvgShowChart
|
|
192
198
|
} from "./chunk-LZAJY54Z.js";
|
|
@@ -209,8 +215,8 @@ import {
|
|
|
209
215
|
SvgSmile
|
|
210
216
|
} from "./chunk-56JQ7YLD.js";
|
|
211
217
|
import {
|
|
212
|
-
|
|
213
|
-
} from "./chunk-
|
|
218
|
+
SvgSchool
|
|
219
|
+
} from "./chunk-DV7DTSLT.js";
|
|
214
220
|
import {
|
|
215
221
|
SvgScissors
|
|
216
222
|
} from "./chunk-NR4EYJPQ.js";
|
|
@@ -233,8 +239,8 @@ import {
|
|
|
233
239
|
SvgSettings
|
|
234
240
|
} from "./chunk-6JFYWVAP.js";
|
|
235
241
|
import {
|
|
236
|
-
|
|
237
|
-
} from "./chunk-
|
|
242
|
+
SvgReplyLeft
|
|
243
|
+
} from "./chunk-AA7SIBLA.js";
|
|
238
244
|
import {
|
|
239
245
|
SvgReplyRight
|
|
240
246
|
} from "./chunk-PDJ7WDI4.js";
|
|
@@ -257,8 +263,8 @@ import {
|
|
|
257
263
|
SvgSalesforce
|
|
258
264
|
} from "./chunk-KIMRTGIR.js";
|
|
259
265
|
import {
|
|
260
|
-
|
|
261
|
-
} from "./chunk-
|
|
266
|
+
SvgRecord
|
|
267
|
+
} from "./chunk-SP64S4HO.js";
|
|
262
268
|
import {
|
|
263
269
|
SvgRedoAlt
|
|
264
270
|
} from "./chunk-UHA3RCGM.js";
|
|
@@ -281,8 +287,8 @@ import {
|
|
|
281
287
|
SvgReplay
|
|
282
288
|
} from "./chunk-ALDOBFOW.js";
|
|
283
289
|
import {
|
|
284
|
-
|
|
285
|
-
} from "./chunk-
|
|
290
|
+
SvgPresent
|
|
291
|
+
} from "./chunk-445D5NCB.js";
|
|
286
292
|
import {
|
|
287
293
|
SvgPresenterMode
|
|
288
294
|
} from "./chunk-YSSA4HKD.js";
|
|
@@ -305,8 +311,8 @@ import {
|
|
|
305
311
|
SvgQuickEdit
|
|
306
312
|
} from "./chunk-EEKIA4WP.js";
|
|
307
313
|
import {
|
|
308
|
-
|
|
309
|
-
} from "./chunk-
|
|
314
|
+
SvgPinFill
|
|
315
|
+
} from "./chunk-7OESI7PR.js";
|
|
310
316
|
import {
|
|
311
317
|
SvgPin
|
|
312
318
|
} from "./chunk-J3DMC6VO.js";
|
|
@@ -329,8 +335,8 @@ import {
|
|
|
329
335
|
SvgPower
|
|
330
336
|
} from "./chunk-SCWSS4CT.js";
|
|
331
337
|
import {
|
|
332
|
-
|
|
333
|
-
} from "./chunk-
|
|
338
|
+
SvgPaintBucket
|
|
339
|
+
} from "./chunk-LUMQRR5U.js";
|
|
334
340
|
import {
|
|
335
341
|
SvgPalette
|
|
336
342
|
} from "./chunk-3G43DSBG.js";
|
|
@@ -353,8 +359,8 @@ import {
|
|
|
353
359
|
SvgPictureInPicture
|
|
354
360
|
} from "./chunk-GZUPKYEY.js";
|
|
355
361
|
import {
|
|
356
|
-
|
|
357
|
-
} from "./chunk-
|
|
362
|
+
SvgNearMe
|
|
363
|
+
} from "./chunk-COZELPRW.js";
|
|
358
364
|
import {
|
|
359
365
|
SvgNotes
|
|
360
366
|
} from "./chunk-W4PMGSRS.js";
|
|
@@ -377,8 +383,8 @@ import {
|
|
|
377
383
|
SvgOverlays
|
|
378
384
|
} from "./chunk-IRJ7ZBRL.js";
|
|
379
385
|
import {
|
|
380
|
-
|
|
381
|
-
} from "./chunk-
|
|
386
|
+
SvgMinusCircle
|
|
387
|
+
} from "./chunk-QETDZT7X.js";
|
|
382
388
|
import {
|
|
383
389
|
SvgMinus
|
|
384
390
|
} from "./chunk-AOPQUDFU.js";
|
|
@@ -401,8 +407,8 @@ import {
|
|
|
401
407
|
SvgMute
|
|
402
408
|
} from "./chunk-TZJSLHBR.js";
|
|
403
409
|
import {
|
|
404
|
-
|
|
405
|
-
} from "./chunk-
|
|
410
|
+
SvgMicOff
|
|
411
|
+
} from "./chunk-MNSIAPHQ.js";
|
|
406
412
|
import {
|
|
407
413
|
SvgMic
|
|
408
414
|
} from "./chunk-4IKQ6RTL.js";
|
|
@@ -425,8 +431,8 @@ import {
|
|
|
425
431
|
SvgMinimize
|
|
426
432
|
} from "./chunk-5CR7CSTY.js";
|
|
427
433
|
import {
|
|
428
|
-
|
|
429
|
-
} from "./chunk-
|
|
434
|
+
SvgLock
|
|
435
|
+
} from "./chunk-G2U2YBS7.js";
|
|
430
436
|
import {
|
|
431
437
|
SvgLogOut
|
|
432
438
|
} from "./chunk-SY7SMBFL.js";
|
|
@@ -449,8 +455,8 @@ import {
|
|
|
449
455
|
SvgMenu
|
|
450
456
|
} from "./chunk-7R3HFRXT.js";
|
|
451
457
|
import {
|
|
452
|
-
|
|
453
|
-
} from "./chunk-
|
|
458
|
+
SvgLinearDark
|
|
459
|
+
} from "./chunk-FZL3BQHV.js";
|
|
454
460
|
import {
|
|
455
461
|
SvgLinkBroken
|
|
456
462
|
} from "./chunk-UNK3JWYL.js";
|
|
@@ -470,8 +476,8 @@ import {
|
|
|
470
476
|
SvgLockFill
|
|
471
477
|
} from "./chunk-S2YQZFRO.js";
|
|
472
478
|
import {
|
|
473
|
-
|
|
474
|
-
} from "./chunk-
|
|
479
|
+
SvgJira
|
|
480
|
+
} from "./chunk-7DXLMQ7D.js";
|
|
475
481
|
import {
|
|
476
482
|
SvgKeyboardArrowDown
|
|
477
483
|
} from "./chunk-NFUMBA6M.js";
|
|
@@ -494,8 +500,8 @@ import {
|
|
|
494
500
|
SvgLineThickness
|
|
495
501
|
} from "./chunk-5GSYSJ77.js";
|
|
496
502
|
import {
|
|
497
|
-
|
|
498
|
-
} from "./chunk-
|
|
503
|
+
SvgImage2
|
|
504
|
+
} from "./chunk-5XNPVJRF.js";
|
|
499
505
|
import {
|
|
500
506
|
SvgImport
|
|
501
507
|
} from "./chunk-EOBCFXCG.js";
|
|
@@ -515,8 +521,8 @@ import {
|
|
|
515
521
|
SvgJiraNeutral
|
|
516
522
|
} from "./chunk-SX5SVSYH.js";
|
|
517
523
|
import {
|
|
518
|
-
|
|
519
|
-
} from "./chunk-
|
|
524
|
+
SvgHelp
|
|
525
|
+
} from "./chunk-G4NHYHCI.js";
|
|
520
526
|
import {
|
|
521
527
|
SvgHighlightOff
|
|
522
528
|
} from "./chunk-THG45YYP.js";
|
|
@@ -539,8 +545,8 @@ import {
|
|
|
539
545
|
SvgImage1
|
|
540
546
|
} from "./chunk-RLRBVO62.js";
|
|
541
547
|
import {
|
|
542
|
-
|
|
543
|
-
} from "./chunk-
|
|
548
|
+
SvgGoogleDocs
|
|
549
|
+
} from "./chunk-XEF5FSXN.js";
|
|
544
550
|
import {
|
|
545
551
|
SvgGoogleDrive
|
|
546
552
|
} from "./chunk-4QUENNQ6.js";
|
|
@@ -563,8 +569,8 @@ import {
|
|
|
563
569
|
SvgHelpCircle
|
|
564
570
|
} from "./chunk-MWN7G4WV.js";
|
|
565
571
|
import {
|
|
566
|
-
|
|
567
|
-
} from "./chunk-
|
|
572
|
+
SvgForward5
|
|
573
|
+
} from "./chunk-6WEM4FKX.js";
|
|
568
574
|
import {
|
|
569
575
|
SvgFullScreen2
|
|
570
576
|
} from "./chunk-EJWFIZMS.js";
|
|
@@ -587,8 +593,8 @@ import {
|
|
|
587
593
|
SvgGoogle
|
|
588
594
|
} from "./chunk-SQJ4LMXN.js";
|
|
589
595
|
import {
|
|
590
|
-
|
|
591
|
-
} from "./chunk-
|
|
596
|
+
SvgFigma
|
|
597
|
+
} from "./chunk-LXY65TPZ.js";
|
|
592
598
|
import {
|
|
593
599
|
SvgFillerWordRemoval
|
|
594
600
|
} from "./chunk-KB5FU4C5.js";
|
|
@@ -611,8 +617,8 @@ import {
|
|
|
611
617
|
SvgForward
|
|
612
618
|
} from "./chunk-7GTW5LE6.js";
|
|
613
619
|
import {
|
|
614
|
-
|
|
615
|
-
} from "./chunk-
|
|
620
|
+
SvgExitToApp
|
|
621
|
+
} from "./chunk-ECPUUMQ4.js";
|
|
616
622
|
import {
|
|
617
623
|
SvgExpandReplies
|
|
618
624
|
} from "./chunk-BU5E5OMI.js";
|
|
@@ -635,8 +641,8 @@ import {
|
|
|
635
641
|
SvgFiberManualRecord
|
|
636
642
|
} from "./chunk-LFQ7F5MO.js";
|
|
637
643
|
import {
|
|
638
|
-
|
|
639
|
-
} from "./chunk-
|
|
644
|
+
SvgDesktopMac
|
|
645
|
+
} from "./chunk-Z7NDZGNO.js";
|
|
640
646
|
import {
|
|
641
647
|
SvgDomain
|
|
642
648
|
} from "./chunk-SWCCHCXL.js";
|
|
@@ -655,9 +661,6 @@ import {
|
|
|
655
661
|
import {
|
|
656
662
|
SvgEditions
|
|
657
663
|
} from "./chunk-SPTM4NUO.js";
|
|
658
|
-
import {
|
|
659
|
-
SvgExitToApp
|
|
660
|
-
} from "./chunk-ECPUUMQ4.js";
|
|
661
664
|
import {
|
|
662
665
|
SvgCropExpanded169
|
|
663
666
|
} from "./chunk-64CJN3SZ.js";
|
|
@@ -667,6 +670,9 @@ import {
|
|
|
667
670
|
import {
|
|
668
671
|
SvgCrop169Expanded
|
|
669
672
|
} from "./chunk-MBVDHFO7.js";
|
|
673
|
+
import {
|
|
674
|
+
SvgCursor
|
|
675
|
+
} from "./chunk-KVOGDZ34.js";
|
|
670
676
|
import {
|
|
671
677
|
SvgCut
|
|
672
678
|
} from "./chunk-NHRDAMUT.js";
|
|
@@ -676,9 +682,6 @@ import {
|
|
|
676
682
|
import {
|
|
677
683
|
SvgDelete
|
|
678
684
|
} from "./chunk-6JP7WWON.js";
|
|
679
|
-
import {
|
|
680
|
-
SvgDesktopMac
|
|
681
|
-
} from "./chunk-Z7NDZGNO.js";
|
|
682
685
|
import {
|
|
683
686
|
SvgConfluenceNeutral
|
|
684
687
|
} from "./chunk-ORGFR5M3.js";
|
|
@@ -864,7 +867,7 @@ import {
|
|
|
864
867
|
} from "./chunk-WZOKCVG5.js";
|
|
865
868
|
import {
|
|
866
869
|
SvgBannerVectorUp
|
|
867
|
-
} from "./chunk-
|
|
870
|
+
} from "./chunk-3OR7GMMB.js";
|
|
868
871
|
import {
|
|
869
872
|
SvgBarChart
|
|
870
873
|
} from "./chunk-BF4GOGIM.js";
|
|
@@ -1070,6 +1073,7 @@ export {
|
|
|
1070
1073
|
SvgCrop169Expanded,
|
|
1071
1074
|
SvgCropExpanded169,
|
|
1072
1075
|
SvgCropTool,
|
|
1076
|
+
SvgCursor,
|
|
1073
1077
|
SvgCut,
|
|
1074
1078
|
SvgDelete,
|
|
1075
1079
|
SvgDeleteForever,
|