@loomhq/lens 12.20.2 → 12.20.3
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/.types/app/playground/index.d.ts +11 -9
- package/dist/.types/app/playground/index.d.ts.map +1 -1
- package/dist/.types/app/playground/theme.d.ts +2 -19
- package/dist/.types/app/playground/theme.d.ts.map +1 -1
- package/dist/.types/icons/index.d.ts +1 -0
- package/dist/.types/icons/index.d.ts.map +1 -1
- package/dist/.types/icons/shape-ellipse.d.ts +3 -0
- package/dist/.types/icons/shape-ellipse.d.ts.map +1 -0
- package/dist/.types/src/components/button/button.d.ts.map +1 -1
- package/dist/.types/src/components/icon/available-icons/index.d.ts +1 -0
- package/dist/.types/src/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/.types/src/components/icon/available-icons/shape-ellipse.d.ts +3 -0
- package/dist/.types/src/components/icon/available-icons/shape-ellipse.d.ts.map +1 -0
- package/dist/.types/src/components/list/list.d.ts +2 -1
- package/dist/.types/src/components/list/list.d.ts.map +1 -1
- package/dist/.types/src/components/modal/modal.d.ts.map +1 -1
- package/dist/.types/src/components/pill/pill.d.ts +3 -0
- package/dist/.types/src/components/pill/pill.d.ts.map +1 -1
- package/dist/cjs/icons/index.js +129 -121
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/icons/shape-ellipse.js +40 -0
- package/dist/cjs/icons/shape-ellipse.js.map +7 -0
- package/dist/cjs/index.js +38 -32
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/icons/chunk-BCJBV6EL.js +11 -0
- package/dist/esm/icons/chunk-BCJBV6EL.js.map +7 -0
- package/dist/esm/icons/index.js +22 -18
- package/dist/esm/icons/shape-ellipse.js +8 -0
- package/dist/esm/icons/shape-ellipse.js.map +7 -0
- package/dist/esm/index.js +38 -32
- package/dist/esm/index.js.map +3 -3
- package/package.json +8 -9
package/dist/cjs/icons/index.js
CHANGED
|
@@ -254,6 +254,7 @@ __export(index_exports, {
|
|
|
254
254
|
SvgSearch: () => SvgSearch,
|
|
255
255
|
SvgSend: () => SvgSend,
|
|
256
256
|
SvgSettings: () => SvgSettings,
|
|
257
|
+
SvgShapeEllipse: () => SvgShapeEllipse,
|
|
257
258
|
SvgSilenceRemoval: () => SvgSilenceRemoval,
|
|
258
259
|
SvgSkipBack: () => SvgSkipBack,
|
|
259
260
|
SvgSlack: () => SvgSlack,
|
|
@@ -3738,42 +3739,49 @@ function SvgSettings() {
|
|
|
3738
3739
|
return /* @__PURE__ */ React208.createElement(import_settings.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3739
3740
|
}
|
|
3740
3741
|
|
|
3742
|
+
// src/components/icon/available-icons/shape-ellipse.tsx
|
|
3743
|
+
var import_shape_ellipse = __toESM(require("@atlaskit/icon-lab/core/shape-ellipse"));
|
|
3744
|
+
var React209 = __toESM(require("react"));
|
|
3745
|
+
function SvgShapeEllipse() {
|
|
3746
|
+
return /* @__PURE__ */ React209.createElement(import_shape_ellipse.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3747
|
+
}
|
|
3748
|
+
|
|
3741
3749
|
// src/components/icon/available-icons/silence-removal.tsx
|
|
3742
3750
|
var import_ai_generative_remove_silence = __toESM(require("@atlaskit/icon-lab/core/ai-generative-remove-silence"));
|
|
3743
|
-
var
|
|
3751
|
+
var React210 = __toESM(require("react"));
|
|
3744
3752
|
function SvgSilenceRemoval() {
|
|
3745
|
-
return /* @__PURE__ */
|
|
3753
|
+
return /* @__PURE__ */ React210.createElement(import_ai_generative_remove_silence.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3746
3754
|
}
|
|
3747
3755
|
|
|
3748
3756
|
// src/components/icon/available-icons/skip-back.tsx
|
|
3749
3757
|
var import_video_previous = __toESM(require("@atlaskit/icon/core/video-previous"));
|
|
3750
|
-
var
|
|
3758
|
+
var React211 = __toESM(require("react"));
|
|
3751
3759
|
function SvgSkipBack() {
|
|
3752
|
-
return /* @__PURE__ */
|
|
3760
|
+
return /* @__PURE__ */ React211.createElement(import_video_previous.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3753
3761
|
}
|
|
3754
3762
|
|
|
3755
3763
|
// src/components/icon/available-icons/slack.tsx
|
|
3756
|
-
var
|
|
3764
|
+
var React212 = __toESM(require("react"));
|
|
3757
3765
|
function SvgSlack(props) {
|
|
3758
|
-
return /* @__PURE__ */
|
|
3766
|
+
return /* @__PURE__ */ React212.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React212.createElement(
|
|
3759
3767
|
"path",
|
|
3760
3768
|
{
|
|
3761
3769
|
d: "M6.7818 14.3745C6.7818 15.4152 5.9316 16.2654 4.8908 16.2654C3.8503 16.2654 3 15.4152 3 14.3745C3 13.3338 3.8502 12.4836 4.8909 12.4836H6.7818V14.3745ZM7.7346 14.3745C7.7346 13.3338 8.5848 12.4836 9.6255 12.4836C10.6662 12.4836 11.5164 13.3338 11.5164 14.3745V19.109C11.5164 20.1498 10.6662 20.9999 9.6255 20.9999C8.5848 20.9999 7.7346 20.1498 7.7346 19.109V14.3745Z",
|
|
3762
3770
|
fill: "#E01E5A"
|
|
3763
3771
|
}
|
|
3764
|
-
), /* @__PURE__ */
|
|
3772
|
+
), /* @__PURE__ */ React212.createElement(
|
|
3765
3773
|
"path",
|
|
3766
3774
|
{
|
|
3767
3775
|
d: "M9.6255 6.7818C8.5848 6.7818 7.7346 5.9316 7.7346 4.8908C7.7346 3.8503 8.5848 3 9.6255 3C10.6662 3 11.5164 3.8502 11.5164 4.8909V6.7818H9.6255ZM9.6254 7.7346C10.6661 7.7346 11.5163 8.5848 11.5163 9.6255C11.5163 10.6662 10.6661 11.5164 9.6254 11.5164H4.891C3.8502 11.5164 3 10.6662 3 9.6255C3 8.5848 3.8502 7.7346 4.8909 7.7346H9.6254Z",
|
|
3768
3776
|
fill: "#36C5F0"
|
|
3769
3777
|
}
|
|
3770
|
-
), /* @__PURE__ */
|
|
3778
|
+
), /* @__PURE__ */ React212.createElement(
|
|
3771
3779
|
"path",
|
|
3772
3780
|
{
|
|
3773
3781
|
d: "M17.2183 9.6255C17.2183 8.5848 18.0684 7.7346 19.1091 7.7346C20.1499 7.7346 21 8.5848 21 9.6255C21 10.6662 20.1499 11.5164 19.1091 11.5164H17.2183V9.6255ZM16.2654 9.6254C16.2654 10.6661 15.4152 11.5163 14.3745 11.5163C13.3338 11.5163 12.4836 10.6661 12.4836 9.6254V4.891C12.4836 3.8502 13.3338 3 14.3745 3C15.4152 3 16.2654 3.8502 16.2654 4.8909V9.6254Z",
|
|
3774
3782
|
fill: "#2EB67D"
|
|
3775
3783
|
}
|
|
3776
|
-
), /* @__PURE__ */
|
|
3784
|
+
), /* @__PURE__ */ React212.createElement(
|
|
3777
3785
|
"path",
|
|
3778
3786
|
{
|
|
3779
3787
|
d: "M14.3745 17.2183C15.4152 17.2183 16.2654 18.0684 16.2654 19.1091C16.2654 20.1499 15.4152 21 14.3745 21C13.3338 21 12.4836 20.1499 12.4836 19.1091V17.2183H14.3745ZM14.3745 16.2654C13.3338 16.2654 12.4836 15.4152 12.4836 14.3745C12.4836 13.3338 13.3338 12.4836 14.3745 12.4836H19.109C20.1498 12.4836 20.9999 13.3338 20.9999 14.3745C20.9999 15.4152 20.1498 16.2654 19.109 16.2654H14.3745Z",
|
|
@@ -3784,35 +3792,35 @@ function SvgSlack(props) {
|
|
|
3784
3792
|
|
|
3785
3793
|
// src/components/icon/available-icons/smile.tsx
|
|
3786
3794
|
var import_emoji = __toESM(require("@atlaskit/icon/core/emoji"));
|
|
3787
|
-
var
|
|
3795
|
+
var React213 = __toESM(require("react"));
|
|
3788
3796
|
function SvgSmile() {
|
|
3789
|
-
return /* @__PURE__ */
|
|
3797
|
+
return /* @__PURE__ */ React213.createElement(import_emoji.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3790
3798
|
}
|
|
3791
3799
|
|
|
3792
3800
|
// src/components/icon/available-icons/smile-select.tsx
|
|
3793
3801
|
var import_emoji_add = __toESM(require("@atlaskit/icon/core/emoji-add"));
|
|
3794
|
-
var
|
|
3802
|
+
var React214 = __toESM(require("react"));
|
|
3795
3803
|
function SvgSmileSelect() {
|
|
3796
|
-
return /* @__PURE__ */
|
|
3804
|
+
return /* @__PURE__ */ React214.createElement(import_emoji_add.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3797
3805
|
}
|
|
3798
3806
|
|
|
3799
3807
|
// src/components/icon/available-icons/square.tsx
|
|
3800
3808
|
var import_shape_rectangle_rounded = __toESM(require("@atlaskit/icon-lab/core/shape-rectangle-rounded"));
|
|
3801
|
-
var
|
|
3809
|
+
var React215 = __toESM(require("react"));
|
|
3802
3810
|
function SvgSquare() {
|
|
3803
|
-
return /* @__PURE__ */
|
|
3811
|
+
return /* @__PURE__ */ React215.createElement(import_shape_rectangle_rounded.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3804
3812
|
}
|
|
3805
3813
|
|
|
3806
3814
|
// src/components/icon/available-icons/spaces.tsx
|
|
3807
|
-
var
|
|
3815
|
+
var React216 = __toESM(require("react"));
|
|
3808
3816
|
function SvgSpaces() {
|
|
3809
|
-
return /* @__PURE__ */
|
|
3817
|
+
return /* @__PURE__ */ React216.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React216.createElement("svg", { viewBox: "0 0 24 24" }, /* @__PURE__ */ React216.createElement(
|
|
3810
3818
|
"path",
|
|
3811
3819
|
{
|
|
3812
3820
|
d: "M20.7129 14.2444C20.1321 16.503 18.6795 18.5347 16.5 19.7932C14.3206 21.0515 11.834 21.295 9.58744 20.6692C11.4292 19.9429 13.4036 18.9846 15.375 17.8464C17.3465 16.7082 19.163 15.4762 20.7129 14.2444Z",
|
|
3813
3821
|
fill: "currentColor"
|
|
3814
3822
|
}
|
|
3815
|
-
), /* @__PURE__ */
|
|
3823
|
+
), /* @__PURE__ */ React216.createElement(
|
|
3816
3824
|
"path",
|
|
3817
3825
|
{
|
|
3818
3826
|
fillRule: "evenodd",
|
|
@@ -3830,65 +3838,65 @@ var SvgSparkle = () => /* @__PURE__ */ import_react47.default.createElement(impo
|
|
|
3830
3838
|
|
|
3831
3839
|
// src/components/icon/available-icons/speed-fast.tsx
|
|
3832
3840
|
var import_speedometer_right = __toESM(require("@atlaskit/icon-lab/core/speedometer-right"));
|
|
3833
|
-
var
|
|
3841
|
+
var React218 = __toESM(require("react"));
|
|
3834
3842
|
function SvgSpeedFast() {
|
|
3835
|
-
return /* @__PURE__ */
|
|
3843
|
+
return /* @__PURE__ */ React218.createElement(import_speedometer_right.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3836
3844
|
}
|
|
3837
3845
|
|
|
3838
3846
|
// src/components/icon/available-icons/speed-medium.tsx
|
|
3839
3847
|
var import_speedometer_up = __toESM(require("@atlaskit/icon-lab/core/speedometer-up"));
|
|
3840
|
-
var
|
|
3848
|
+
var React219 = __toESM(require("react"));
|
|
3841
3849
|
function SvgSpeedMedium() {
|
|
3842
|
-
return /* @__PURE__ */
|
|
3850
|
+
return /* @__PURE__ */ React219.createElement(import_speedometer_up.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3843
3851
|
}
|
|
3844
3852
|
|
|
3845
3853
|
// src/components/icon/available-icons/speed-slow.tsx
|
|
3846
3854
|
var import_speedometer_left = __toESM(require("@atlaskit/icon-lab/core/speedometer-left"));
|
|
3847
|
-
var
|
|
3855
|
+
var React220 = __toESM(require("react"));
|
|
3848
3856
|
function SvgSpeedSlow() {
|
|
3849
|
-
return /* @__PURE__ */
|
|
3857
|
+
return /* @__PURE__ */ React220.createElement(import_speedometer_left.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3850
3858
|
}
|
|
3851
3859
|
|
|
3852
3860
|
// src/components/icon/available-icons/split.tsx
|
|
3853
3861
|
var import_video_timeline_clip_split = __toESM(require("@atlaskit/icon-lab/core/video-timeline-clip-split"));
|
|
3854
|
-
var
|
|
3862
|
+
var React221 = __toESM(require("react"));
|
|
3855
3863
|
function SvgSplit() {
|
|
3856
|
-
return /* @__PURE__ */
|
|
3864
|
+
return /* @__PURE__ */ React221.createElement(import_video_timeline_clip_split.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3857
3865
|
}
|
|
3858
3866
|
|
|
3859
3867
|
// src/components/icon/available-icons/star.tsx
|
|
3860
3868
|
var import_star_starred = __toESM(require("@atlaskit/icon/core/star-starred"));
|
|
3861
|
-
var
|
|
3869
|
+
var React222 = __toESM(require("react"));
|
|
3862
3870
|
function SvgStar() {
|
|
3863
|
-
return /* @__PURE__ */
|
|
3871
|
+
return /* @__PURE__ */ React222.createElement(import_star_starred.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3864
3872
|
}
|
|
3865
3873
|
|
|
3866
3874
|
// src/components/icon/available-icons/star-outline.tsx
|
|
3867
3875
|
var import_star_unstarred = __toESM(require("@atlaskit/icon/core/star-unstarred"));
|
|
3868
|
-
var
|
|
3876
|
+
var React223 = __toESM(require("react"));
|
|
3869
3877
|
function SvgStarOutline() {
|
|
3870
|
-
return /* @__PURE__ */
|
|
3878
|
+
return /* @__PURE__ */ React223.createElement(import_star_unstarred.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3871
3879
|
}
|
|
3872
3880
|
|
|
3873
3881
|
// src/components/icon/available-icons/stop.tsx
|
|
3874
3882
|
var import_video_stop_overlay = __toESM(require("@atlaskit/icon/core/video-stop-overlay"));
|
|
3875
|
-
var
|
|
3883
|
+
var React224 = __toESM(require("react"));
|
|
3876
3884
|
function SvgStop() {
|
|
3877
|
-
return /* @__PURE__ */
|
|
3885
|
+
return /* @__PURE__ */ React224.createElement(import_video_stop_overlay.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3878
3886
|
}
|
|
3879
3887
|
|
|
3880
3888
|
// src/components/icon/available-icons/suggested-edit.tsx
|
|
3881
3889
|
var import_suggested_edit = __toESM(require("@atlaskit/icon-lab/core/suggested-edit"));
|
|
3882
|
-
var
|
|
3890
|
+
var React225 = __toESM(require("react"));
|
|
3883
3891
|
function SvgSuggestedEdit() {
|
|
3884
|
-
return /* @__PURE__ */
|
|
3892
|
+
return /* @__PURE__ */ React225.createElement(import_suggested_edit.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3885
3893
|
}
|
|
3886
3894
|
|
|
3887
3895
|
// src/components/icon/available-icons/sun.tsx
|
|
3888
3896
|
var import_theme2 = __toESM(require("@atlaskit/icon/core/theme"));
|
|
3889
|
-
var
|
|
3897
|
+
var React226 = __toESM(require("react"));
|
|
3890
3898
|
function SvgSun() {
|
|
3891
|
-
return /* @__PURE__ */
|
|
3899
|
+
return /* @__PURE__ */ React226.createElement(import_theme2.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3892
3900
|
}
|
|
3893
3901
|
|
|
3894
3902
|
// src/components/icon/available-icons/task.tsx
|
|
@@ -4039,32 +4047,32 @@ var SvgTeamworkAgentSmall = (props) => /* @__PURE__ */ import_react50.default.cr
|
|
|
4039
4047
|
));
|
|
4040
4048
|
|
|
4041
4049
|
// src/components/icon/available-icons/teamwork-graph.tsx
|
|
4042
|
-
var
|
|
4043
|
-
var SvgTeamworkGraph = (props) => /* @__PURE__ */
|
|
4050
|
+
var React230 = __toESM(require("react"));
|
|
4051
|
+
var SvgTeamworkGraph = (props) => /* @__PURE__ */ React230.createElement("svg", __spreadValues({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, props), /* @__PURE__ */ React230.createElement(
|
|
4044
4052
|
"path",
|
|
4045
4053
|
{
|
|
4046
4054
|
d: "M9 2.50009C9 1.94781 8.55229 1.50009 8 1.50009C7.44772 1.50009 7 1.94781 7 2.50009C7 3.05238 7.44772 3.50009 8 3.50009C8.55229 3.50009 9 3.05238 9 2.50009ZM10.5 2.50009C10.5 3.8808 9.38071 5.00009 8 5.00009C6.61929 5.00009 5.5 3.8808 5.5 2.50009C5.5 1.11938 6.61929 9.17765e-05 8 9.17765e-05C9.38071 9.17765e-05 10.5 1.11938 10.5 2.50009Z",
|
|
4047
4055
|
fill: "#6B6E76"
|
|
4048
4056
|
}
|
|
4049
|
-
), /* @__PURE__ */
|
|
4057
|
+
), /* @__PURE__ */ React230.createElement(
|
|
4050
4058
|
"path",
|
|
4051
4059
|
{
|
|
4052
4060
|
d: "M3 8.00009C3 7.58588 2.66421 7.25009 2.25 7.25009C1.83579 7.25009 1.5 7.58588 1.5 8.00009C1.5 8.4143 1.83579 8.75009 2.25 8.75009C2.66421 8.75009 3 8.4143 3 8.00009ZM4.5 8.00009C4.5 9.24273 3.49264 10.2501 2.25 10.2501C1.00736 10.2501 0 9.24273 0 8.00009C0 6.75745 1.00736 5.75009 2.25 5.75009C3.49264 5.75009 4.5 6.75745 4.5 8.00009Z",
|
|
4053
4061
|
fill: "#6B6E76"
|
|
4054
4062
|
}
|
|
4055
|
-
), /* @__PURE__ */
|
|
4063
|
+
), /* @__PURE__ */ React230.createElement(
|
|
4056
4064
|
"path",
|
|
4057
4065
|
{
|
|
4058
4066
|
d: "M14.5 8.00009C14.5 7.58588 14.1642 7.25009 13.75 7.25009C13.3358 7.25009 13 7.58588 13 8.00009C13 8.4143 13.3358 8.75009 13.75 8.75009C14.1642 8.75009 14.5 8.4143 14.5 8.00009ZM16 8.00009C16 9.24273 14.9926 10.2501 13.75 10.2501C12.5074 10.2501 11.5 9.24273 11.5 8.00009C11.5 6.75745 12.5074 5.75009 13.75 5.75009C14.9926 5.75009 16 6.75745 16 8.00009Z",
|
|
4059
4067
|
fill: "#6B6E76"
|
|
4060
4068
|
}
|
|
4061
|
-
), /* @__PURE__ */
|
|
4069
|
+
), /* @__PURE__ */ React230.createElement(
|
|
4062
4070
|
"path",
|
|
4063
4071
|
{
|
|
4064
4072
|
d: "M8.75 13.7501C8.75 13.3359 8.41421 13.0001 8 13.0001C7.58579 13.0001 7.25 13.3359 7.25 13.7501C7.25 14.1643 7.58579 14.5001 8 14.5001C8.41421 14.5001 8.75 14.1643 8.75 13.7501ZM10.25 13.7501C10.25 14.9927 9.24264 16.0001 8 16.0001C6.75736 16.0001 5.75 14.9927 5.75 13.7501C5.75 12.5075 6.75736 11.5001 8 11.5001C9.24264 11.5001 10.25 12.5075 10.25 13.7501Z",
|
|
4065
4073
|
fill: "#6B6E76"
|
|
4066
4074
|
}
|
|
4067
|
-
), /* @__PURE__ */
|
|
4075
|
+
), /* @__PURE__ */ React230.createElement(
|
|
4068
4076
|
"path",
|
|
4069
4077
|
{
|
|
4070
4078
|
d: "M2.78038 8.53035C2.92661 8.3841 2.99963 8.19403 2.99997 8.0014C3.0002 7.80798 2.9272 7.61651 2.78038 7.46969C2.4875 7.17681 2.01261 7.17683 1.71972 7.46969C1.42682 7.76258 1.42682 8.23746 1.71972 8.53035C2.01261 8.82324 2.48748 8.82324 2.78038 8.53035ZM8.53045 14.2804C8.82328 13.9876 8.82316 13.5127 8.53045 13.2198C8.23756 12.9269 7.76269 12.9269 7.46979 13.2198C7.17697 13.5127 7.17692 13.9876 7.46979 14.2804C7.76267 14.5731 8.23762 14.5732 8.53045 14.2804ZM8.53045 2.78027C8.82323 2.48737 8.82331 2.01247 8.53045 1.71961C8.2376 1.42676 7.76269 1.42683 7.46979 1.71961C7.1769 2.01251 7.1769 2.48738 7.46979 2.78027C7.76269 3.07317 8.23756 3.07317 8.53045 2.78027ZM14.2805 8.53035C14.5734 8.23752 14.5732 7.7626 14.2805 7.46969C13.9876 7.1768 13.5128 7.1768 13.2199 7.46969C13.0731 7.6165 12.9998 7.80669 13 8.00009C13.0003 8.19284 13.0735 8.38401 13.2199 8.53035C13.5128 8.82305 13.9877 8.82318 14.2805 8.53035ZM15.3412 9.59101C14.6488 10.2834 13.6189 10.4268 12.7828 10.0281L10.0296 12.7813C10.4286 13.6175 10.2836 14.6486 9.59111 15.3411C8.71249 16.2196 7.2878 16.2196 6.40913 15.3411C5.53048 14.4624 5.53053 13.0378 6.40913 12.1591C7.10176 11.4665 8.13266 11.3213 8.96894 11.7206L11.7214 8.96815C11.6875 8.89709 11.6577 8.82486 11.6316 8.75132L4.36791 8.75063C4.25952 9.05705 4.08599 9.34605 3.84104 9.59101C2.96236 10.4697 1.53774 10.4697 0.659056 9.59101C-0.219624 8.71233 -0.219624 7.28771 0.659056 6.40903C1.35155 5.71657 2.38199 5.57221 3.21817 5.97123L5.97133 3.21807C5.57234 2.38189 5.71665 1.35143 6.40913 0.658953C7.28782 -0.219613 8.71247 -0.219689 9.59111 0.658953C10.4698 1.5376 10.4697 2.96224 9.59111 3.84093C8.89863 4.53341 7.86818 4.67772 7.03199 4.27873L4.27883 7.03189C4.31305 7.10361 4.3431 7.17655 4.36929 7.25079L11.6303 7.25148C11.7386 6.94409 11.9136 6.65469 12.1592 6.40903C13.0379 5.53035 14.4625 5.53035 15.3412 6.40903C16.2197 7.28772 16.2198 8.71239 15.3412 9.59101Z",
|
|
@@ -4074,16 +4082,16 @@ var SvgTeamworkGraph = (props) => /* @__PURE__ */ React229.createElement("svg",
|
|
|
4074
4082
|
|
|
4075
4083
|
// src/components/icon/available-icons/text.tsx
|
|
4076
4084
|
var import_text = __toESM(require("@atlaskit/icon/core/text"));
|
|
4077
|
-
var
|
|
4085
|
+
var React231 = __toESM(require("react"));
|
|
4078
4086
|
function SvgText() {
|
|
4079
|
-
return /* @__PURE__ */
|
|
4087
|
+
return /* @__PURE__ */ React231.createElement(import_text.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4080
4088
|
}
|
|
4081
4089
|
|
|
4082
4090
|
// src/components/icon/available-icons/text-rephrase.tsx
|
|
4083
4091
|
var import_text_rephrase = __toESM(require("@atlaskit/icon-lab/core/text-rephrase"));
|
|
4084
|
-
var
|
|
4092
|
+
var React232 = __toESM(require("react"));
|
|
4085
4093
|
function SvgTextRephrase() {
|
|
4086
|
-
return /* @__PURE__ */
|
|
4094
|
+
return /* @__PURE__ */ React232.createElement(import_text_rephrase.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4087
4095
|
}
|
|
4088
4096
|
|
|
4089
4097
|
// src/components/icon/available-icons/thumbs-down.tsx
|
|
@@ -4114,16 +4122,16 @@ var SvgThumbsUp = () => /* @__PURE__ */ import_react52.default.createElement("sv
|
|
|
4114
4122
|
|
|
4115
4123
|
// src/components/icon/available-icons/timeline-editor.tsx
|
|
4116
4124
|
var import_video_timeline_editor = __toESM(require("@atlaskit/icon-lab/core/video-timeline-editor"));
|
|
4117
|
-
var
|
|
4125
|
+
var React235 = __toESM(require("react"));
|
|
4118
4126
|
function SvgTimelineEditor() {
|
|
4119
|
-
return /* @__PURE__ */
|
|
4127
|
+
return /* @__PURE__ */ React235.createElement(import_video_timeline_editor.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4120
4128
|
}
|
|
4121
4129
|
|
|
4122
4130
|
// src/components/icon/available-icons/timer.tsx
|
|
4123
4131
|
var import_stopwatch = __toESM(require("@atlaskit/icon/core/stopwatch"));
|
|
4124
|
-
var
|
|
4132
|
+
var React236 = __toESM(require("react"));
|
|
4125
4133
|
function SvgTimer() {
|
|
4126
|
-
return /* @__PURE__ */
|
|
4134
|
+
return /* @__PURE__ */ React236.createElement(import_stopwatch.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4127
4135
|
}
|
|
4128
4136
|
|
|
4129
4137
|
// src/components/icon/available-icons/transcript.tsx
|
|
@@ -4135,22 +4143,22 @@ function SvgTranscript() {
|
|
|
4135
4143
|
|
|
4136
4144
|
// src/components/icon/available-icons/trash.tsx
|
|
4137
4145
|
var import_delete = __toESM(require("@atlaskit/icon/core/delete"));
|
|
4138
|
-
var
|
|
4146
|
+
var React238 = __toESM(require("react"));
|
|
4139
4147
|
function SvgTrash() {
|
|
4140
|
-
return /* @__PURE__ */
|
|
4148
|
+
return /* @__PURE__ */ React238.createElement(import_delete.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4141
4149
|
}
|
|
4142
4150
|
|
|
4143
4151
|
// src/components/icon/available-icons/trello-neutral.tsx
|
|
4144
|
-
var
|
|
4152
|
+
var React239 = __toESM(require("react"));
|
|
4145
4153
|
function SvgTrelloNeutral(props) {
|
|
4146
|
-
return /* @__PURE__ */
|
|
4154
|
+
return /* @__PURE__ */ React239.createElement(
|
|
4147
4155
|
"svg",
|
|
4148
4156
|
__spreadValues({
|
|
4149
4157
|
viewBox: "0 0 24 24",
|
|
4150
4158
|
fill: "none",
|
|
4151
4159
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4152
4160
|
}, props),
|
|
4153
|
-
/* @__PURE__ */
|
|
4161
|
+
/* @__PURE__ */ React239.createElement(
|
|
4154
4162
|
"path",
|
|
4155
4163
|
{
|
|
4156
4164
|
fillRule: "evenodd",
|
|
@@ -4163,16 +4171,16 @@ function SvgTrelloNeutral(props) {
|
|
|
4163
4171
|
}
|
|
4164
4172
|
|
|
4165
4173
|
// src/components/icon/available-icons/trello.tsx
|
|
4166
|
-
var
|
|
4174
|
+
var React240 = __toESM(require("react"));
|
|
4167
4175
|
function SvgTrello(props) {
|
|
4168
|
-
return /* @__PURE__ */
|
|
4176
|
+
return /* @__PURE__ */ React240.createElement(
|
|
4169
4177
|
"svg",
|
|
4170
4178
|
__spreadValues({
|
|
4171
4179
|
viewBox: "0 0 24 24",
|
|
4172
4180
|
fill: "none",
|
|
4173
4181
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4174
4182
|
}, props),
|
|
4175
|
-
/* @__PURE__ */
|
|
4183
|
+
/* @__PURE__ */ React240.createElement(
|
|
4176
4184
|
"path",
|
|
4177
4185
|
{
|
|
4178
4186
|
fillRule: "evenodd",
|
|
@@ -4191,65 +4199,65 @@ var SvgTune = () => /* @__PURE__ */ import_react54.default.createElement(import_
|
|
|
4191
4199
|
|
|
4192
4200
|
// src/components/icon/available-icons/underline.tsx
|
|
4193
4201
|
var import_text_underline = __toESM(require("@atlaskit/icon/core/text-underline"));
|
|
4194
|
-
var
|
|
4202
|
+
var React242 = __toESM(require("react"));
|
|
4195
4203
|
function SvgUnderline() {
|
|
4196
|
-
return /* @__PURE__ */
|
|
4204
|
+
return /* @__PURE__ */ React242.createElement(import_text_underline.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4197
4205
|
}
|
|
4198
4206
|
|
|
4199
4207
|
// src/components/icon/available-icons/undo-alt.tsx
|
|
4200
4208
|
var import_undo = __toESM(require("@atlaskit/icon/core/undo"));
|
|
4201
|
-
var
|
|
4209
|
+
var React243 = __toESM(require("react"));
|
|
4202
4210
|
function SvgUndoAlt() {
|
|
4203
|
-
return /* @__PURE__ */
|
|
4211
|
+
return /* @__PURE__ */ React243.createElement(import_undo.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4204
4212
|
}
|
|
4205
4213
|
|
|
4206
4214
|
// src/components/icon/available-icons/upload.tsx
|
|
4207
4215
|
var import_upload = __toESM(require("@atlaskit/icon/core/upload"));
|
|
4208
|
-
var
|
|
4216
|
+
var React244 = __toESM(require("react"));
|
|
4209
4217
|
function SvgUpload() {
|
|
4210
|
-
return /* @__PURE__ */
|
|
4218
|
+
return /* @__PURE__ */ React244.createElement(import_upload.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4211
4219
|
}
|
|
4212
4220
|
|
|
4213
4221
|
// src/components/icon/available-icons/user.tsx
|
|
4214
4222
|
var import_person = __toESM(require("@atlaskit/icon/core/person"));
|
|
4215
|
-
var
|
|
4223
|
+
var React245 = __toESM(require("react"));
|
|
4216
4224
|
function SvgUser() {
|
|
4217
|
-
return /* @__PURE__ */
|
|
4225
|
+
return /* @__PURE__ */ React245.createElement(import_person.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4218
4226
|
}
|
|
4219
4227
|
|
|
4220
4228
|
// src/components/icon/available-icons/users.tsx
|
|
4221
4229
|
var import_people_group = __toESM(require("@atlaskit/icon/core/people-group"));
|
|
4222
|
-
var
|
|
4230
|
+
var React246 = __toESM(require("react"));
|
|
4223
4231
|
function SvgUsers() {
|
|
4224
|
-
return /* @__PURE__ */
|
|
4232
|
+
return /* @__PURE__ */ React246.createElement(import_people_group.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4225
4233
|
}
|
|
4226
4234
|
|
|
4227
4235
|
// src/components/icon/available-icons/users-add.tsx
|
|
4228
4236
|
var import_person_add = __toESM(require("@atlaskit/icon/core/person-add"));
|
|
4229
|
-
var
|
|
4237
|
+
var React247 = __toESM(require("react"));
|
|
4230
4238
|
function SvgUsersAdd() {
|
|
4231
|
-
return /* @__PURE__ */
|
|
4239
|
+
return /* @__PURE__ */ React247.createElement(import_person_add.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4232
4240
|
}
|
|
4233
4241
|
|
|
4234
4242
|
// src/components/icon/available-icons/variables.tsx
|
|
4235
4243
|
var import_variable = __toESM(require("@atlaskit/icon-lab/core/variable"));
|
|
4236
|
-
var
|
|
4244
|
+
var React248 = __toESM(require("react"));
|
|
4237
4245
|
function SvgVariables() {
|
|
4238
|
-
return /* @__PURE__ */
|
|
4246
|
+
return /* @__PURE__ */ React248.createElement(import_variable.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4239
4247
|
}
|
|
4240
4248
|
|
|
4241
4249
|
// src/components/icon/available-icons/version-control.tsx
|
|
4242
4250
|
var import_history = __toESM(require("@atlaskit/icon-lab/core/history"));
|
|
4243
|
-
var
|
|
4251
|
+
var React249 = __toESM(require("react"));
|
|
4244
4252
|
function SvgVersionControl() {
|
|
4245
|
-
return /* @__PURE__ */
|
|
4253
|
+
return /* @__PURE__ */ React249.createElement(import_history.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4246
4254
|
}
|
|
4247
4255
|
|
|
4248
4256
|
// src/components/icon/available-icons/video-cam.tsx
|
|
4249
4257
|
var import_video = __toESM(require("@atlaskit/icon/core/video"));
|
|
4250
|
-
var
|
|
4258
|
+
var React250 = __toESM(require("react"));
|
|
4251
4259
|
function SvgVideoCam() {
|
|
4252
|
-
return /* @__PURE__ */
|
|
4260
|
+
return /* @__PURE__ */ React250.createElement(import_video.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4253
4261
|
}
|
|
4254
4262
|
|
|
4255
4263
|
// src/components/icon/available-icons/videocam.tsx
|
|
@@ -4264,37 +4272,37 @@ var SvgVideocam = (props) => /* @__PURE__ */ import_react55.default.createElemen
|
|
|
4264
4272
|
|
|
4265
4273
|
// src/components/icon/available-icons/video-library.tsx
|
|
4266
4274
|
var import_library = __toESM(require("@atlaskit/icon/core/library"));
|
|
4267
|
-
var
|
|
4275
|
+
var React252 = __toESM(require("react"));
|
|
4268
4276
|
function SvgVideoLibrary() {
|
|
4269
|
-
return /* @__PURE__ */
|
|
4277
|
+
return /* @__PURE__ */ React252.createElement(import_library.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4270
4278
|
}
|
|
4271
4279
|
|
|
4272
4280
|
// src/components/icon/available-icons/video-off.tsx
|
|
4273
4281
|
var import_video_strikethrough = __toESM(require("@atlaskit/icon-lab/core/video-strikethrough"));
|
|
4274
|
-
var
|
|
4282
|
+
var React253 = __toESM(require("react"));
|
|
4275
4283
|
function SvgVideoOff() {
|
|
4276
|
-
return /* @__PURE__ */
|
|
4284
|
+
return /* @__PURE__ */ React253.createElement(import_video_strikethrough.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4277
4285
|
}
|
|
4278
4286
|
|
|
4279
4287
|
// src/components/icon/available-icons/volume1.tsx
|
|
4280
4288
|
var import_volume_low = __toESM(require("@atlaskit/icon/core/volume-low"));
|
|
4281
|
-
var
|
|
4289
|
+
var React254 = __toESM(require("react"));
|
|
4282
4290
|
function SvgVolume1() {
|
|
4283
|
-
return /* @__PURE__ */
|
|
4291
|
+
return /* @__PURE__ */ React254.createElement(import_volume_low.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4284
4292
|
}
|
|
4285
4293
|
|
|
4286
4294
|
// src/components/icon/available-icons/volume2.tsx
|
|
4287
4295
|
var import_volume_high = __toESM(require("@atlaskit/icon/core/volume-high"));
|
|
4288
|
-
var
|
|
4296
|
+
var React255 = __toESM(require("react"));
|
|
4289
4297
|
function SvgVolume2() {
|
|
4290
|
-
return /* @__PURE__ */
|
|
4298
|
+
return /* @__PURE__ */ React255.createElement(import_volume_high.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4291
4299
|
}
|
|
4292
4300
|
|
|
4293
4301
|
// src/components/icon/available-icons/volume-x.tsx
|
|
4294
4302
|
var import_volume_muted = __toESM(require("@atlaskit/icon/core/volume-muted"));
|
|
4295
|
-
var
|
|
4303
|
+
var React256 = __toESM(require("react"));
|
|
4296
4304
|
function SvgVolumeX() {
|
|
4297
|
-
return /* @__PURE__ */
|
|
4305
|
+
return /* @__PURE__ */ React256.createElement(import_volume_muted.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4298
4306
|
}
|
|
4299
4307
|
|
|
4300
4308
|
// src/components/icon/available-icons/warning-alert.tsx
|
|
@@ -4311,50 +4319,50 @@ var SvgWarningAlert = (props) => /* @__PURE__ */ import_react56.default.createEl
|
|
|
4311
4319
|
|
|
4312
4320
|
// src/components/icon/available-icons/watch-later.tsx
|
|
4313
4321
|
var import_story = __toESM(require("@atlaskit/icon/core/story"));
|
|
4314
|
-
var
|
|
4322
|
+
var React258 = __toESM(require("react"));
|
|
4315
4323
|
function SvgWatchLater() {
|
|
4316
|
-
return /* @__PURE__ */
|
|
4324
|
+
return /* @__PURE__ */ React258.createElement(import_story.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4317
4325
|
}
|
|
4318
4326
|
|
|
4319
4327
|
// src/components/icon/available-icons/watch-later-added.tsx
|
|
4320
4328
|
var import_video_watch_later_saved = __toESM(require("@atlaskit/icon-lab/core/video-watch-later-saved"));
|
|
4321
|
-
var
|
|
4329
|
+
var React259 = __toESM(require("react"));
|
|
4322
4330
|
function SvgWatchLaterAdded() {
|
|
4323
|
-
return /* @__PURE__ */
|
|
4331
|
+
return /* @__PURE__ */ React259.createElement(import_video_watch_later_saved.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4324
4332
|
}
|
|
4325
4333
|
|
|
4326
4334
|
// src/components/icon/available-icons/watch-later-remove.tsx
|
|
4327
4335
|
var import_video_watch_later_remove = __toESM(require("@atlaskit/icon-lab/core/video-watch-later-remove"));
|
|
4328
|
-
var
|
|
4336
|
+
var React260 = __toESM(require("react"));
|
|
4329
4337
|
function SvgWatchLaterRemove() {
|
|
4330
|
-
return /* @__PURE__ */
|
|
4338
|
+
return /* @__PURE__ */ React260.createElement(import_video_watch_later_remove.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4331
4339
|
}
|
|
4332
4340
|
|
|
4333
4341
|
// src/components/icon/available-icons/waveform.tsx
|
|
4334
4342
|
var import_audio_waveform = __toESM(require("@atlaskit/icon-lab/core/audio-waveform"));
|
|
4335
|
-
var
|
|
4343
|
+
var React261 = __toESM(require("react"));
|
|
4336
4344
|
function SvgWaveform() {
|
|
4337
|
-
return /* @__PURE__ */
|
|
4345
|
+
return /* @__PURE__ */ React261.createElement(import_audio_waveform.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4338
4346
|
}
|
|
4339
4347
|
|
|
4340
4348
|
// src/components/icon/available-icons/window.tsx
|
|
4341
4349
|
var import_template = __toESM(require("@atlaskit/icon-lab/core/template"));
|
|
4342
|
-
var
|
|
4350
|
+
var React262 = __toESM(require("react"));
|
|
4343
4351
|
function SvgWindow() {
|
|
4344
|
-
return /* @__PURE__ */
|
|
4352
|
+
return /* @__PURE__ */ React262.createElement(import_template.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4345
4353
|
}
|
|
4346
4354
|
|
|
4347
4355
|
// src/components/icon/available-icons/windows.tsx
|
|
4348
|
-
var
|
|
4356
|
+
var React263 = __toESM(require("react"));
|
|
4349
4357
|
function SvgWindows(props) {
|
|
4350
|
-
return /* @__PURE__ */
|
|
4358
|
+
return /* @__PURE__ */ React263.createElement(
|
|
4351
4359
|
"svg",
|
|
4352
4360
|
__spreadValues({
|
|
4353
4361
|
viewBox: "0 0 24 24",
|
|
4354
4362
|
fill: "none",
|
|
4355
4363
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4356
4364
|
}, props),
|
|
4357
|
-
/* @__PURE__ */
|
|
4365
|
+
/* @__PURE__ */ React263.createElement(
|
|
4358
4366
|
"path",
|
|
4359
4367
|
{
|
|
4360
4368
|
d: "M2 18.875v-6.25h8.75v7.344L2 18.875zM12 20.125v-7.5h10v8.75l-10-1.25zM12 11.375v-7.5l10-1.25v8.75H12zM2 11.375v-6.25l8.75-1.094v7.344H2z",
|
|
@@ -4366,36 +4374,36 @@ function SvgWindows(props) {
|
|
|
4366
4374
|
|
|
4367
4375
|
// src/components/icon/available-icons/write-document.tsx
|
|
4368
4376
|
var import_page = __toESM(require("@atlaskit/icon/core/page"));
|
|
4369
|
-
var
|
|
4377
|
+
var React264 = __toESM(require("react"));
|
|
4370
4378
|
function SvgWriteDocument() {
|
|
4371
|
-
return /* @__PURE__ */
|
|
4379
|
+
return /* @__PURE__ */ React264.createElement(import_page.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4372
4380
|
}
|
|
4373
4381
|
|
|
4374
4382
|
// src/components/icon/available-icons/write-message.tsx
|
|
4375
4383
|
var import_email2 = __toESM(require("@atlaskit/icon/core/email"));
|
|
4376
|
-
var
|
|
4384
|
+
var React265 = __toESM(require("react"));
|
|
4377
4385
|
function SvgWriteMessage() {
|
|
4378
|
-
return /* @__PURE__ */
|
|
4386
|
+
return /* @__PURE__ */ React265.createElement(import_email2.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4379
4387
|
}
|
|
4380
4388
|
|
|
4381
4389
|
// src/components/icon/available-icons/x-circle.tsx
|
|
4382
4390
|
var import_cross_circle = __toESM(require("@atlaskit/icon/core/cross-circle"));
|
|
4383
|
-
var
|
|
4391
|
+
var React266 = __toESM(require("react"));
|
|
4384
4392
|
function SvgXCircle() {
|
|
4385
|
-
return /* @__PURE__ */
|
|
4393
|
+
return /* @__PURE__ */ React266.createElement(import_cross_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4386
4394
|
}
|
|
4387
4395
|
|
|
4388
4396
|
// src/components/icon/available-icons/x-twitter.tsx
|
|
4389
|
-
var
|
|
4397
|
+
var React267 = __toESM(require("react"));
|
|
4390
4398
|
function SvgXLogo(props) {
|
|
4391
|
-
return /* @__PURE__ */
|
|
4399
|
+
return /* @__PURE__ */ React267.createElement(
|
|
4392
4400
|
"svg",
|
|
4393
4401
|
__spreadProps(__spreadValues({}, props), {
|
|
4394
4402
|
viewBox: "-2 -2 28 28",
|
|
4395
4403
|
fill: "none",
|
|
4396
4404
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4397
4405
|
}),
|
|
4398
|
-
/* @__PURE__ */
|
|
4406
|
+
/* @__PURE__ */ React267.createElement(
|
|
4399
4407
|
"path",
|
|
4400
4408
|
{
|
|
4401
4409
|
fillRule: "evenodd",
|
|
@@ -4409,34 +4417,34 @@ function SvgXLogo(props) {
|
|
|
4409
4417
|
|
|
4410
4418
|
// src/components/icon/available-icons/zap-outline.tsx
|
|
4411
4419
|
var import_automation = __toESM(require("@atlaskit/icon/core/automation"));
|
|
4412
|
-
var
|
|
4420
|
+
var React268 = __toESM(require("react"));
|
|
4413
4421
|
function SvgZapOutline() {
|
|
4414
|
-
return /* @__PURE__ */
|
|
4422
|
+
return /* @__PURE__ */ React268.createElement(import_automation.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4415
4423
|
}
|
|
4416
4424
|
|
|
4417
4425
|
// src/components/icon/available-icons/zoom-in.tsx
|
|
4418
4426
|
var import_zoom_in = __toESM(require("@atlaskit/icon/core/zoom-in"));
|
|
4419
|
-
var
|
|
4427
|
+
var React269 = __toESM(require("react"));
|
|
4420
4428
|
function SvgZoomIn() {
|
|
4421
|
-
return /* @__PURE__ */
|
|
4429
|
+
return /* @__PURE__ */ React269.createElement(import_zoom_in.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4422
4430
|
}
|
|
4423
4431
|
|
|
4424
4432
|
// src/components/icon/available-icons/zoom-logo.tsx
|
|
4425
|
-
var
|
|
4433
|
+
var React270 = __toESM(require("react"));
|
|
4426
4434
|
function SvgZoomLogo(props) {
|
|
4427
|
-
return /* @__PURE__ */
|
|
4435
|
+
return /* @__PURE__ */ React270.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React270.createElement(
|
|
4428
4436
|
"path",
|
|
4429
4437
|
{
|
|
4430
4438
|
fill: "url(#a)",
|
|
4431
4439
|
d: "M22 12a19.8 19.8 0 0 1-.25 3.14 8.002 8.002 0 0 1-6.61 6.61c-2.08.334-4.2.334-6.28 0a8.003 8.003 0 0 1-6.61-6.61 19.79 19.79 0 0 1 0-6.28 8.002 8.002 0 0 1 6.61-6.61 19.79 19.79 0 0 1 6.28 0 8.002 8.002 0 0 1 6.61 6.61c.167 1.038.25 2.088.25 3.14Z"
|
|
4432
4440
|
}
|
|
4433
|
-
), /* @__PURE__ */
|
|
4441
|
+
), /* @__PURE__ */ React270.createElement(
|
|
4434
4442
|
"path",
|
|
4435
4443
|
{
|
|
4436
4444
|
fill: "#fff",
|
|
4437
4445
|
d: "M7.972 13.531h-2.48a.427.427 0 0 1-.303-.732l1.718-1.718H5.675a.613.613 0 0 1-.612-.612H7.35a.428.428 0 0 1 .304.732L5.935 12.92H7.36c.338 0 .612.274.612.612Zm10.965-1.914a1.196 1.196 0 0 0-2.082-.798 1.196 1.196 0 0 0-2.083.798v1.914a.613.613 0 0 0 .612-.612v-1.302a.583.583 0 0 1 1.164 0v1.302c0 .338.274.612.613.612v-1.914a.583.583 0 0 1 1.164 0v1.302c0 .338.274.612.612.612v-1.914ZM14.465 12a1.577 1.577 0 1 1-3.153 0 1.577 1.577 0 0 1 3.153 0Zm-.612 0a.965.965 0 1 0-1.93 0 .965.965 0 0 0 1.93 0Zm-2.787 0a1.578 1.578 0 1 1-3.155 0 1.578 1.578 0 0 1 3.155 0Zm-.613 0a.965.965 0 1 0-1.93 0 .965.965 0 0 0 1.93 0Z"
|
|
4438
4446
|
}
|
|
4439
|
-
), /* @__PURE__ */
|
|
4447
|
+
), /* @__PURE__ */ React270.createElement("defs", null, /* @__PURE__ */ React270.createElement(
|
|
4440
4448
|
"linearGradient",
|
|
4441
4449
|
{
|
|
4442
4450
|
id: "a",
|
|
@@ -4446,16 +4454,16 @@ function SvgZoomLogo(props) {
|
|
|
4446
4454
|
y2: 2.878,
|
|
4447
4455
|
gradientUnits: "userSpaceOnUse"
|
|
4448
4456
|
},
|
|
4449
|
-
/* @__PURE__ */
|
|
4450
|
-
/* @__PURE__ */
|
|
4451
|
-
/* @__PURE__ */
|
|
4457
|
+
/* @__PURE__ */ React270.createElement("stop", { stopColor: "#0845BF" }),
|
|
4458
|
+
/* @__PURE__ */ React270.createElement("stop", { offset: 0.6, stopColor: "#0B5CFF" }),
|
|
4459
|
+
/* @__PURE__ */ React270.createElement("stop", { offset: 1, stopColor: "#4F90EE" })
|
|
4452
4460
|
)));
|
|
4453
4461
|
}
|
|
4454
4462
|
|
|
4455
4463
|
// src/components/icon/available-icons/zoom-out.tsx
|
|
4456
4464
|
var import_zoom_out = __toESM(require("@atlaskit/icon/core/zoom-out"));
|
|
4457
|
-
var
|
|
4465
|
+
var React271 = __toESM(require("react"));
|
|
4458
4466
|
function SvgZoomOut() {
|
|
4459
|
-
return /* @__PURE__ */
|
|
4467
|
+
return /* @__PURE__ */ React271.createElement(import_zoom_out.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4460
4468
|
}
|
|
4461
4469
|
//# sourceMappingURL=index.js.map
|