@loomhq/lens 12.12.2 → 12.12.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/cjs/icons/admin.js +53 -0
- package/dist/cjs/icons/admin.js.map +7 -0
- package/dist/cjs/icons/confluence-inverse.js +76 -0
- package/dist/cjs/icons/confluence-inverse.js.map +7 -0
- package/dist/cjs/icons/confluence-neutral.js +20 -6
- package/dist/cjs/icons/confluence-neutral.js.map +2 -2
- package/dist/cjs/icons/facebook.js +81 -0
- package/dist/cjs/icons/facebook.js.map +7 -0
- package/dist/cjs/icons/index.js +971 -810
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/icons/jira-neutral.js +24 -13
- package/dist/cjs/icons/jira-neutral.js.map +2 -2
- package/dist/cjs/icons/spaces.js +53 -0
- package/dist/cjs/icons/spaces.js.map +7 -0
- package/dist/cjs/icons/trello.js +69 -0
- package/dist/cjs/icons/trello.js.map +7 -0
- package/dist/cjs/icons/x-twitter.js +72 -0
- package/dist/cjs/icons/x-twitter.js.map +7 -0
- package/dist/cjs/index.js +9 -5
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/icons/admin.js +8 -0
- package/dist/esm/icons/admin.js.map +7 -0
- package/dist/esm/icons/chunk-3T4Y3MZ7.js +37 -0
- package/dist/esm/icons/chunk-3T4Y3MZ7.js.map +7 -0
- package/dist/esm/icons/chunk-774PQBBN.js +24 -0
- package/dist/esm/icons/chunk-774PQBBN.js.map +7 -0
- package/dist/esm/icons/chunk-ESRRXLZJ.js +24 -0
- package/dist/esm/icons/chunk-ESRRXLZJ.js.map +7 -0
- package/dist/esm/icons/chunk-HBVUD5LH.js +30 -0
- package/dist/esm/icons/chunk-HBVUD5LH.js.map +7 -0
- package/dist/esm/icons/chunk-JR7FDBMN.js +31 -0
- package/dist/esm/icons/chunk-JR7FDBMN.js.map +7 -0
- package/dist/esm/icons/chunk-JRTGKL53.js +37 -0
- package/dist/esm/icons/chunk-JRTGKL53.js.map +7 -0
- package/dist/esm/icons/chunk-XEMYW3LC.js +37 -0
- package/dist/esm/icons/chunk-XEMYW3LC.js.map +7 -0
- package/dist/esm/icons/chunk-YZBANLJ6.js +40 -0
- package/dist/esm/icons/chunk-YZBANLJ6.js.map +7 -0
- package/dist/esm/icons/confluence-inverse.js +8 -0
- package/dist/esm/icons/confluence-inverse.js.map +7 -0
- package/dist/esm/icons/confluence-neutral.js +1 -1
- package/dist/esm/icons/facebook.js +8 -0
- package/dist/esm/icons/facebook.js.map +7 -0
- package/dist/esm/icons/index.js +243 -219
- package/dist/esm/icons/jira-neutral.js +1 -1
- package/dist/esm/icons/spaces.js +8 -0
- package/dist/esm/icons/spaces.js.map +7 -0
- package/dist/esm/icons/trello.js +8 -0
- package/dist/esm/icons/trello.js.map +7 -0
- package/dist/esm/icons/x-twitter.js +8 -0
- package/dist/esm/icons/x-twitter.js.map +7 -0
- package/dist/esm/index.js +9 -5
- package/dist/esm/index.js.map +2 -2
- package/dist/types/icons/admin.d.ts +3 -0
- package/dist/types/icons/admin.d.ts.map +1 -0
- package/dist/types/icons/confluence-inverse.d.ts +3 -0
- package/dist/types/icons/confluence-inverse.d.ts.map +1 -0
- package/dist/types/icons/confluence-neutral.d.ts.map +1 -1
- package/dist/types/icons/facebook.d.ts +3 -0
- package/dist/types/icons/facebook.d.ts.map +1 -0
- package/dist/types/icons/index.d.ts +6 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/icons/jira-neutral.d.ts.map +1 -1
- package/dist/types/icons/spaces.d.ts +3 -0
- package/dist/types/icons/spaces.d.ts.map +1 -0
- package/dist/types/icons/trello.d.ts +3 -0
- package/dist/types/icons/trello.d.ts.map +1 -0
- package/dist/types/icons/x-twitter.d.ts +3 -0
- package/dist/types/icons/x-twitter.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/admin.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/admin.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/confluence-inverse.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/confluence-inverse.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/confluence-neutral.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/facebook.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/facebook.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts +6 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/jira-neutral.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/spaces.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/spaces.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/trello.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/trello.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/x-twitter.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/x-twitter.d.ts.map +1 -0
- package/dist/types/src/components/icon-button/icon-button.d.ts +4 -0
- package/dist/types/src/components/icon-button/icon-button.d.ts.map +1 -1
- package/dist/types/src/components/modal/modal.d.ts.map +1 -1
- package/dist/types/src/components/toast/toast.d.ts +1 -1
- package/dist/types/src/components/toast/toast.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/esm/icons/chunk-2J7646L6.js +0 -26
- package/dist/esm/icons/chunk-2J7646L6.js.map +0 -7
- package/dist/esm/icons/chunk-3XM7NCIA.js +0 -33
- package/dist/esm/icons/chunk-3XM7NCIA.js.map +0 -7
package/dist/cjs/icons/index.js
CHANGED
|
@@ -56,6 +56,7 @@ __export(index_exports, {
|
|
|
56
56
|
SvgAddCircleOutline: () => SvgAddCircleOutline,
|
|
57
57
|
SvgAddClip: () => SvgAddClip,
|
|
58
58
|
SvgAddPhoto: () => SvgAddPhoto,
|
|
59
|
+
SvgAdmin: () => SvgAdmin,
|
|
59
60
|
SvgAiGenerativeAudio: () => SvgAiGenerativeAudio,
|
|
60
61
|
SvgAirtable: () => SvgAirtable,
|
|
61
62
|
SvgAlertBulb: () => SvgAlertBulb,
|
|
@@ -139,6 +140,7 @@ __export(index_exports, {
|
|
|
139
140
|
SvgCommentAdd: () => SvgCommentAdd,
|
|
140
141
|
SvgConfetti: () => SvgConfetti,
|
|
141
142
|
SvgConfluence: () => SvgConfluence,
|
|
143
|
+
SvgConfluenceInverse: () => SvgConfluenceInverse,
|
|
142
144
|
SvgConfluenceNeutral: () => SvgConfluenceNeutral,
|
|
143
145
|
SvgContactSupport: () => SvgContactSupport,
|
|
144
146
|
SvgCopy: () => SvgCopy,
|
|
@@ -167,6 +169,7 @@ __export(index_exports, {
|
|
|
167
169
|
SvgExternalLink: () => SvgExternalLink,
|
|
168
170
|
SvgEye: () => SvgEye,
|
|
169
171
|
SvgEyeOff: () => SvgEyeOff,
|
|
172
|
+
SvgFacebook: () => SvgFacebook,
|
|
170
173
|
SvgFiberManualRecord: () => SvgFiberManualRecord,
|
|
171
174
|
SvgFigma: () => SvgFigma,
|
|
172
175
|
SvgFillerWordRemoval: () => SvgFillerWordRemoval,
|
|
@@ -310,6 +313,7 @@ __export(index_exports, {
|
|
|
310
313
|
SvgSmile: () => SvgSmile,
|
|
311
314
|
SvgSmileAlt: () => SvgSmileAlt,
|
|
312
315
|
SvgSmileSelect: () => SvgSmileSelect,
|
|
316
|
+
SvgSpaces: () => SvgSpaces,
|
|
313
317
|
SvgSparkle: () => SvgSparkle,
|
|
314
318
|
SvgSpeedFast: () => SvgSpeedFast,
|
|
315
319
|
SvgSpeedMedium: () => SvgSpeedMedium,
|
|
@@ -337,6 +341,7 @@ __export(index_exports, {
|
|
|
337
341
|
SvgTranscript: () => SvgTranscript,
|
|
338
342
|
SvgTrash: () => SvgTrash,
|
|
339
343
|
SvgTrashForever: () => SvgTrashForever,
|
|
344
|
+
SvgTrello: () => SvgTrello,
|
|
340
345
|
SvgTrelloNeutral: () => SvgTrelloNeutral,
|
|
341
346
|
SvgTune: () => SvgTune,
|
|
342
347
|
SvgUnderline: () => SvgUnderline,
|
|
@@ -373,6 +378,7 @@ __export(index_exports, {
|
|
|
373
378
|
SvgWriteDocument: () => SvgWriteDocument,
|
|
374
379
|
SvgWriteMessage: () => SvgWriteMessage,
|
|
375
380
|
SvgXCircle: () => SvgXCircle,
|
|
381
|
+
SvgXLogo: () => SvgXLogo,
|
|
376
382
|
SvgZap: () => SvgZap,
|
|
377
383
|
SvgZapOutline: () => SvgZapOutline,
|
|
378
384
|
SvgZoomIn: () => SvgZoomIn,
|
|
@@ -586,6 +592,26 @@ function SvgAddPhoto(props) {
|
|
|
586
592
|
));
|
|
587
593
|
}
|
|
588
594
|
|
|
595
|
+
// src/components/icon/available-icons/admin.tsx
|
|
596
|
+
var React11 = __toESM(require("react"));
|
|
597
|
+
function SvgAdmin() {
|
|
598
|
+
return /* @__PURE__ */ React11.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React11.createElement("svg", { viewBox: "0 0 24 24" }, /* @__PURE__ */ React11.createElement(
|
|
599
|
+
"path",
|
|
600
|
+
{
|
|
601
|
+
d: "M0 6C0 2.68629 2.68629 0 6 0H18C21.3137 0 24 2.68629 24 6V18C24 21.3137 21.3137 24 18 24H6C2.68629 24 0 21.3137 0 18V6Z",
|
|
602
|
+
fill: "#DDDEE1"
|
|
603
|
+
}
|
|
604
|
+
), /* @__PURE__ */ React11.createElement(
|
|
605
|
+
"path",
|
|
606
|
+
{
|
|
607
|
+
fillRule: "evenodd",
|
|
608
|
+
clipRule: "evenodd",
|
|
609
|
+
d: "M10.3897 4.82007H13.5803L14.5841 7.49698L17.4046 7.02783L19 9.79101L17.1833 11.9992L18.9996 14.207L17.4043 16.9702L14.5841 16.5011L13.5803 19.178H10.3897L9.38575 16.5009L6.56566 16.97L4.97033 14.2068L6.78646 11.9992L4.96997 9.79126L6.56529 7.02808L9.38573 7.49723L10.3897 4.82007ZM11.9852 14.6911C13.472 14.6911 14.6773 13.4858 14.6773 11.999C14.6773 10.5122 13.472 9.30691 11.9852 9.30691C10.4984 9.30691 9.29307 10.5122 9.29307 11.999C9.29307 13.4858 10.4984 14.6911 11.9852 14.6911Z",
|
|
610
|
+
fill: "#101214"
|
|
611
|
+
}
|
|
612
|
+
)));
|
|
613
|
+
}
|
|
614
|
+
|
|
589
615
|
// src/components/icon/available-icons/ai-generative-audio.tsx
|
|
590
616
|
var import_react6 = __toESM(require("react"));
|
|
591
617
|
var SvgAiGenerativeAudio = (props) => /* @__PURE__ */ import_react6.default.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ import_react6.default.createElement(
|
|
@@ -610,22 +636,22 @@ var SvgAiGenerativeAudio = (props) => /* @__PURE__ */ import_react6.default.crea
|
|
|
610
636
|
|
|
611
637
|
// src/components/icon/available-icons/alert-triangle.tsx
|
|
612
638
|
var import_warning = __toESM(require("@atlaskit/icon/core/warning"));
|
|
613
|
-
var
|
|
639
|
+
var React13 = __toESM(require("react"));
|
|
614
640
|
function SvgAlertTriangle() {
|
|
615
|
-
return /* @__PURE__ */
|
|
641
|
+
return /* @__PURE__ */ React13.createElement(import_warning.default, { label: "", testId: "ads-refreshed-icon" });
|
|
616
642
|
}
|
|
617
643
|
|
|
618
644
|
// src/components/icon/available-icons/alert-bulb.tsx
|
|
619
645
|
var import_alert = __toESM(require("@atlaskit/icon/core/alert"));
|
|
620
|
-
var
|
|
646
|
+
var React14 = __toESM(require("react"));
|
|
621
647
|
function SvgAlertBulb() {
|
|
622
|
-
return /* @__PURE__ */
|
|
648
|
+
return /* @__PURE__ */ React14.createElement(import_alert.default, { label: "", testId: "ads-refreshed-icon" });
|
|
623
649
|
}
|
|
624
650
|
|
|
625
651
|
// src/components/icon/available-icons/align-bottom.tsx
|
|
626
|
-
var
|
|
652
|
+
var React15 = __toESM(require("react"));
|
|
627
653
|
function SvgAlignBottom(props) {
|
|
628
|
-
return /* @__PURE__ */
|
|
654
|
+
return /* @__PURE__ */ React15.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React15.createElement(
|
|
629
655
|
"path",
|
|
630
656
|
{
|
|
631
657
|
fillRule: "evenodd",
|
|
@@ -633,7 +659,7 @@ function SvgAlignBottom(props) {
|
|
|
633
659
|
d: "M5 20a1 1 0 011-1h12.444a1 1 0 110 2H6a1 1 0 01-1-1zM7.07 9.515a1 1 0 011.415 0l3.737 3.737 3.738-3.737a1 1 0 111.414 1.414l-4.445 4.445a1 1 0 01-1.414 0l-4.444-4.445a1 1 0 010-1.414z",
|
|
634
660
|
fill: "currentColor"
|
|
635
661
|
}
|
|
636
|
-
), /* @__PURE__ */
|
|
662
|
+
), /* @__PURE__ */ React15.createElement(
|
|
637
663
|
"path",
|
|
638
664
|
{
|
|
639
665
|
fillRule: "evenodd",
|
|
@@ -660,16 +686,16 @@ var import_react9 = __toESM(require("react"));
|
|
|
660
686
|
var SvgAlignRight = () => /* @__PURE__ */ import_react9.default.createElement(import_align_text_right.default, { label: "", testId: "ads-refreshed-icon" });
|
|
661
687
|
|
|
662
688
|
// src/components/icon/available-icons/apple.tsx
|
|
663
|
-
var
|
|
689
|
+
var React19 = __toESM(require("react"));
|
|
664
690
|
function SvgApple(props) {
|
|
665
|
-
return /* @__PURE__ */
|
|
691
|
+
return /* @__PURE__ */ React19.createElement(
|
|
666
692
|
"svg",
|
|
667
693
|
__spreadValues({
|
|
668
694
|
viewBox: "0 0 24 24",
|
|
669
695
|
fill: "none",
|
|
670
696
|
xmlns: "http://www.w3.org/2000/svg"
|
|
671
697
|
}, props),
|
|
672
|
-
/* @__PURE__ */
|
|
698
|
+
/* @__PURE__ */ React19.createElement(
|
|
673
699
|
"path",
|
|
674
700
|
{
|
|
675
701
|
d: "M19.6351 16.5863C19.3311 17.2878 18.9662 17.929 18.5515 18.5209C17.9821 19.3265 17.5122 19.8855 17.1528 20.1979C16.5945 20.7076 15.9974 20.9652 15.3561 20.9816C14.8972 20.9816 14.3444 20.8501 13.6976 20.587C13.0507 20.324 12.4537 20.1979 11.9119 20.1979C11.3424 20.1979 10.7288 20.3294 10.0764 20.587C9.41854 20.8501 8.89333 20.9871 8.48976 20.9981C7.8761 21.0255 7.26244 20.7569 6.65431 20.1924C6.26179 19.8527 5.77528 19.2772 5.1948 18.4606C4.57008 17.5838 4.05041 16.5754 3.64683 15.419C3.21561 14.1695 3 12.9638 3 11.7909C3 10.4482 3.29301 9.29188 3.87902 8.32732C4.33789 7.5491 4.95154 6.9353 5.71447 6.4859C6.48293 6.03651 7.30667 5.80633 8.19675 5.78989C8.68325 5.78989 9.32455 5.93786 10.1206 6.2338C10.9112 6.52975 11.4198 6.67772 11.6465 6.67772C11.8124 6.67772 12.3763 6.50234 13.3382 6.1516C14.2449 5.82825 15.0078 5.69672 15.638 5.74605C17.3353 5.88306 18.6124 6.54619 19.4582 7.74092C17.9379 8.65067 17.1915 9.92761 17.2026 11.5663C17.2137 12.8432 17.6836 13.9064 18.6013 14.7504C19.0159 15.1395 19.4803 15.4464 20 15.6601C19.8784 15.9835 19.7623 16.2904 19.6351 16.5863ZM15.7431 1.40007C15.7431 2.40299 15.3727 3.33466 14.6374 4.20057C13.7528 5.23089 12.6803 5.82277 11.5138 5.7296C11.4972 5.60903 11.4917 5.48298 11.4917 5.35145C11.4917 4.39238 11.9119 3.36206 12.6637 2.52356C13.0397 2.09608 13.5151 1.74534 14.0901 1.46036C14.665 1.18085 15.2124 1.0274 15.721 1C15.732 1.13153 15.7431 1.26854 15.7431 1.40007Z",
|
|
@@ -693,9 +719,9 @@ var SvgApps = (props) => /* @__PURE__ */ import_react10.default.createElement("s
|
|
|
693
719
|
|
|
694
720
|
// src/components/icon/available-icons/archive.tsx
|
|
695
721
|
var import_archive_box = __toESM(require("@atlaskit/icon/core/archive-box"));
|
|
696
|
-
var
|
|
722
|
+
var React21 = __toESM(require("react"));
|
|
697
723
|
function SvgArchive() {
|
|
698
|
-
return /* @__PURE__ */
|
|
724
|
+
return /* @__PURE__ */ React21.createElement(import_archive_box.default, { label: "", testId: "ads-refreshed-icon" });
|
|
699
725
|
}
|
|
700
726
|
|
|
701
727
|
// src/components/icon/available-icons/arrow-back.tsx
|
|
@@ -745,15 +771,15 @@ var SvgArrowForward = (props) => /* @__PURE__ */ import_react15.default.createEl
|
|
|
745
771
|
|
|
746
772
|
// src/components/icon/available-icons/arrow-left.tsx
|
|
747
773
|
var import_arrow_left = __toESM(require("@atlaskit/icon/core/arrow-left"));
|
|
748
|
-
var
|
|
774
|
+
var React27 = __toESM(require("react"));
|
|
749
775
|
function SvgArrowLeft() {
|
|
750
|
-
return /* @__PURE__ */
|
|
776
|
+
return /* @__PURE__ */ React27.createElement(import_arrow_left.default, { label: "", testId: "ads-refreshed-icon" });
|
|
751
777
|
}
|
|
752
778
|
|
|
753
779
|
// src/components/icon/available-icons/arrow-left-alt.tsx
|
|
754
|
-
var
|
|
780
|
+
var React28 = __toESM(require("react"));
|
|
755
781
|
function SvgArrowLeftAlt(props) {
|
|
756
|
-
return /* @__PURE__ */
|
|
782
|
+
return /* @__PURE__ */ React28.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React28.createElement(
|
|
757
783
|
"path",
|
|
758
784
|
{
|
|
759
785
|
fillRule: "evenodd",
|
|
@@ -761,7 +787,7 @@ function SvgArrowLeftAlt(props) {
|
|
|
761
787
|
d: "M 20,12 A -1,1 0 0 0 19,11 H 5 a -1,1 0 1 0 0,2 h 14 a -1,1 0 0 0 1,-1 z",
|
|
762
788
|
fill: "currentColor"
|
|
763
789
|
}
|
|
764
|
-
), /* @__PURE__ */
|
|
790
|
+
), /* @__PURE__ */ React28.createElement(
|
|
765
791
|
"path",
|
|
766
792
|
{
|
|
767
793
|
fillRule: "evenodd",
|
|
@@ -774,15 +800,15 @@ function SvgArrowLeftAlt(props) {
|
|
|
774
800
|
|
|
775
801
|
// src/components/icon/available-icons/arrow-right.tsx
|
|
776
802
|
var import_arrow_right = __toESM(require("@atlaskit/icon/core/arrow-right"));
|
|
777
|
-
var
|
|
803
|
+
var React29 = __toESM(require("react"));
|
|
778
804
|
function SvgArrowRight() {
|
|
779
|
-
return /* @__PURE__ */
|
|
805
|
+
return /* @__PURE__ */ React29.createElement(import_arrow_right.default, { label: "", testId: "ads-refreshed-icon" });
|
|
780
806
|
}
|
|
781
807
|
|
|
782
808
|
// src/components/icon/available-icons/arrow-right-alt.tsx
|
|
783
|
-
var
|
|
809
|
+
var React30 = __toESM(require("react"));
|
|
784
810
|
function SvgArrowRightAlt(props) {
|
|
785
|
-
return /* @__PURE__ */
|
|
811
|
+
return /* @__PURE__ */ React30.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React30.createElement(
|
|
786
812
|
"path",
|
|
787
813
|
{
|
|
788
814
|
fillRule: "evenodd",
|
|
@@ -790,7 +816,7 @@ function SvgArrowRightAlt(props) {
|
|
|
790
816
|
d: "M4 12a1 1 0 011-1h14a1 1 0 110 2H5a1 1 0 01-1-1z",
|
|
791
817
|
fill: "currentColor"
|
|
792
818
|
}
|
|
793
|
-
), /* @__PURE__ */
|
|
819
|
+
), /* @__PURE__ */ React30.createElement(
|
|
794
820
|
"path",
|
|
795
821
|
{
|
|
796
822
|
fillRule: "evenodd",
|
|
@@ -803,9 +829,9 @@ function SvgArrowRightAlt(props) {
|
|
|
803
829
|
|
|
804
830
|
// src/components/icon/available-icons/arrow-slanted.tsx
|
|
805
831
|
var import_arrow_up_right = __toESM(require("@atlaskit/icon/core/arrow-up-right"));
|
|
806
|
-
var
|
|
832
|
+
var React31 = __toESM(require("react"));
|
|
807
833
|
function SvgArrowSlanted() {
|
|
808
|
-
return /* @__PURE__ */
|
|
834
|
+
return /* @__PURE__ */ React31.createElement(import_arrow_up_right.default, { label: "", testId: "ads-refreshed-icon" });
|
|
809
835
|
}
|
|
810
836
|
|
|
811
837
|
// src/components/icon/available-icons/arrow-upward.tsx
|
|
@@ -814,9 +840,9 @@ var import_react16 = __toESM(require("react"));
|
|
|
814
840
|
var SvgArrowUpward = () => /* @__PURE__ */ import_react16.default.createElement(import_arrow_up.default, { label: "", testId: "ads-refreshed-icon" });
|
|
815
841
|
|
|
816
842
|
// src/components/icon/available-icons/atlassian.tsx
|
|
817
|
-
var
|
|
843
|
+
var React33 = __toESM(require("react"));
|
|
818
844
|
function SvgAtlassian(props) {
|
|
819
|
-
return /* @__PURE__ */
|
|
845
|
+
return /* @__PURE__ */ React33.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React33.createElement(
|
|
820
846
|
"path",
|
|
821
847
|
{
|
|
822
848
|
d: "M17.6587 16.7836L9.72008 0.906309C9.56381 0.562509 9.40754 0.5 9.22001 0.5C9.06374 0.5 8.87621 0.562509 8.68868 0.875054C7.56352 2.65656 7.06345 4.71936 7.06345 6.87592C7.06345 9.87635 8.59492 12.6893 10.8452 17.2212C11.0953 17.7212 11.2828 17.815 11.7204 17.815H17.2212C17.6275 17.815 17.8463 17.6587 17.8463 17.3462C17.8463 17.1899 17.815 17.0961 17.6587 16.7836ZM6.12581 9.28252C5.50072 8.34488 5.31319 8.28237 5.15692 8.28237C5.00065 8.28237 4.90689 8.34488 4.6256 8.90746L0.656273 16.8461C0.531255 17.0961 0.5 17.1899 0.5 17.3149C0.5 17.565 0.718782 17.815 1.1876 17.815H6.78216C7.15721 17.815 7.4385 17.5025 7.59477 16.9086C7.7823 16.1585 7.84481 15.5022 7.84481 14.7208C7.84481 12.533 6.87592 10.4077 6.12581 9.28252Z",
|
|
@@ -827,37 +853,37 @@ function SvgAtlassian(props) {
|
|
|
827
853
|
|
|
828
854
|
// src/components/icon/available-icons/at-mention.tsx
|
|
829
855
|
var import_mention = __toESM(require("@atlaskit/icon/core/mention"));
|
|
830
|
-
var
|
|
856
|
+
var React34 = __toESM(require("react"));
|
|
831
857
|
function SvgAtMention() {
|
|
832
|
-
return /* @__PURE__ */
|
|
858
|
+
return /* @__PURE__ */ React34.createElement(import_mention.default, { label: "", testId: "ads-refreshed-icon" });
|
|
833
859
|
}
|
|
834
860
|
|
|
835
861
|
// src/components/icon/available-icons/auto-chapters.tsx
|
|
836
862
|
var import_ai_generative_chapters = __toESM(require("@atlaskit/icon-lab/core/ai-generative-chapters"));
|
|
837
|
-
var
|
|
863
|
+
var React35 = __toESM(require("react"));
|
|
838
864
|
function SvgAutoChapters() {
|
|
839
|
-
return /* @__PURE__ */
|
|
865
|
+
return /* @__PURE__ */ React35.createElement(import_ai_generative_chapters.default, { label: "", testId: "ads-refreshed-icon" });
|
|
840
866
|
}
|
|
841
867
|
|
|
842
868
|
// src/components/icon/available-icons/auto-draft.tsx
|
|
843
869
|
var import_ai_generative_text = __toESM(require("@atlaskit/icon-lab/core/ai-generative-text"));
|
|
844
|
-
var
|
|
870
|
+
var React36 = __toESM(require("react"));
|
|
845
871
|
function SvgAutoDraft() {
|
|
846
|
-
return /* @__PURE__ */
|
|
872
|
+
return /* @__PURE__ */ React36.createElement(import_ai_generative_text.default, { label: "", testId: "ads-refreshed-icon" });
|
|
847
873
|
}
|
|
848
874
|
|
|
849
875
|
// src/components/icon/available-icons/auto-summaries.tsx
|
|
850
876
|
var import_ai_generative_text_summary = __toESM(require("@atlaskit/icon/core/ai-generative-text-summary"));
|
|
851
|
-
var
|
|
877
|
+
var React37 = __toESM(require("react"));
|
|
852
878
|
function SvgAutoSummaries() {
|
|
853
|
-
return /* @__PURE__ */
|
|
879
|
+
return /* @__PURE__ */ React37.createElement(import_ai_generative_text_summary.default, { label: "", testId: "ads-refreshed-icon" });
|
|
854
880
|
}
|
|
855
881
|
|
|
856
882
|
// src/components/icon/available-icons/auto-titles.tsx
|
|
857
883
|
var import_ai_generative_text_title = __toESM(require("@atlaskit/icon-lab/core/ai-generative-text-title"));
|
|
858
|
-
var
|
|
884
|
+
var React38 = __toESM(require("react"));
|
|
859
885
|
function SvgAutoTitles() {
|
|
860
|
-
return /* @__PURE__ */
|
|
886
|
+
return /* @__PURE__ */ React38.createElement(import_ai_generative_text_title.default, { label: "", testId: "ads-refreshed-icon" });
|
|
861
887
|
}
|
|
862
888
|
|
|
863
889
|
// src/components/icon/available-icons/back.tsx
|
|
@@ -881,15 +907,15 @@ var SvgBack = (props) => /* @__PURE__ */ import_react17.default.createElement("s
|
|
|
881
907
|
));
|
|
882
908
|
|
|
883
909
|
// src/components/icon/available-icons/back5.tsx
|
|
884
|
-
var
|
|
910
|
+
var React40 = __toESM(require("react"));
|
|
885
911
|
function SvgBack5() {
|
|
886
|
-
return /* @__PURE__ */
|
|
912
|
+
return /* @__PURE__ */ React40.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React40.createElement("svg", { viewBox: "0 0 24 24" }, /* @__PURE__ */ React40.createElement(
|
|
887
913
|
"path",
|
|
888
914
|
{
|
|
889
915
|
d: "M5.53212 21.375C4.64834 21.375 3.94699 21.1561 3.42807 20.7182C2.90915 20.2804 2.64158 19.6885 2.62537 18.9426H4.44969C4.46591 19.2101 4.56726 19.4209 4.75375 19.575C4.94023 19.7209 5.19969 19.7939 5.53212 19.7939C5.88888 19.7939 6.1605 19.7047 6.34699 19.5264C6.54158 19.3399 6.63888 19.0845 6.63888 18.7601V17.8966C6.63888 17.5642 6.54564 17.3128 6.35915 17.1426C6.17266 16.9642 5.89699 16.875 5.53212 16.875C5.3132 16.875 5.12266 16.9074 4.9605 16.9723C4.80645 17.0291 4.68483 17.1182 4.59564 17.2399H2.83212V12.375H8.13483V14.0169H4.6078C4.60334 14.4408 4.58348 16.0927 4.58348 16.3481C4.64191 16.1167 4.79551 15.9058 4.99699 15.7561C5.28888 15.5372 5.68212 15.4277 6.17672 15.4277C6.89834 15.4277 7.4578 15.6466 7.8551 16.0845C8.2605 16.5142 8.46321 17.1182 8.46321 17.8966V18.7601C8.46321 19.5709 8.20375 20.2115 7.68483 20.6818C7.16591 21.1439 6.44834 21.375 5.53212 21.375Z",
|
|
890
916
|
fill: "currentColor"
|
|
891
917
|
}
|
|
892
|
-
), /* @__PURE__ */
|
|
918
|
+
), /* @__PURE__ */ React40.createElement(
|
|
893
919
|
"path",
|
|
894
920
|
{
|
|
895
921
|
fillRule: "evenodd",
|
|
@@ -897,7 +923,7 @@ function SvgBack5() {
|
|
|
897
923
|
d: "M2.43375 18.7551H4.62617L4.63685 18.9312C4.65024 19.1521 4.73057 19.3118 4.87124 19.4289C5.0137 19.5395 5.2264 19.6064 5.53212 19.6064C5.8593 19.6064 6.0773 19.5249 6.21738 19.3909C6.36771 19.2468 6.45138 19.0445 6.45138 18.7601V17.8966C6.45138 17.5993 6.369 17.4055 6.23273 17.281L6.22951 17.2781C6.09014 17.1448 5.86877 17.0625 5.53212 17.0625C5.33124 17.0625 5.16532 17.0923 5.03014 17.1464L5.02535 17.1483C4.90266 17.1935 4.81232 17.2615 4.74684 17.3507L4.69065 17.4274H2.64462V12.1875H8.32233V14.2044H4.79325C4.79212 14.3053 4.79073 14.4275 4.7892 14.5619C4.78523 14.9102 4.78033 15.3404 4.77661 15.695C4.81123 15.6634 4.84739 15.6337 4.88483 15.6058C5.21893 15.3554 5.65597 15.2402 6.17672 15.2402C6.93791 15.2402 7.5523 15.4726 7.99272 15.9571C8.43945 16.4314 8.65071 17.0868 8.65071 17.8966V18.7601C8.65071 19.6147 8.3752 20.3091 7.81074 20.8207L7.80954 20.8218C7.24656 21.3232 6.47939 21.5625 5.53212 21.5625C4.61765 21.5625 3.869 21.3356 3.30716 20.8615C2.74275 20.3853 2.45517 19.7404 2.43791 18.9466L2.43375 18.7551ZM7.8551 16.0845C7.4578 15.6466 6.89834 15.4277 6.17672 15.4277C5.68212 15.4277 5.28888 15.5372 4.99699 15.7561C4.91317 15.8183 4.83764 15.8912 4.7738 15.9717C4.68418 16.0848 4.6176 16.2129 4.58348 16.3481C4.58348 16.2813 4.58483 16.1191 4.58692 15.9084C4.59071 15.5246 4.59692 14.9798 4.60174 14.5572C4.6044 14.3241 4.60663 14.1282 4.6078 14.0169H8.13483V12.375H2.83212V17.2399H4.59564C4.68483 17.1182 4.80645 17.0291 4.9605 16.9723C5.12266 16.9074 5.3132 16.875 5.53212 16.875C5.89699 16.875 6.17266 16.9642 6.35915 17.1426M2.81291 18.9426H2.62537L2.81282 18.9385L2.81291 18.9426ZM2.635 19.1301H2.62537V18.9426C2.62675 19.0062 2.62996 19.0687 2.635 19.1301ZM7.8551 16.0845C8.2605 16.5142 8.46321 17.1182 8.46321 17.8966ZM8.46321 17.8966V18.7601ZM8.46321 18.7601C8.46321 19.5709 8.20375 20.2115 7.68483 20.6818Z",
|
|
898
924
|
fill: "currentColor"
|
|
899
925
|
}
|
|
900
|
-
), /* @__PURE__ */
|
|
926
|
+
), /* @__PURE__ */ React40.createElement(
|
|
901
927
|
"path",
|
|
902
928
|
{
|
|
903
929
|
fillRule: "evenodd",
|
|
@@ -909,9 +935,9 @@ function SvgBack5() {
|
|
|
909
935
|
}
|
|
910
936
|
|
|
911
937
|
// src/components/icon/available-icons/banner-vector-up.tsx
|
|
912
|
-
var
|
|
938
|
+
var React41 = __toESM(require("react"));
|
|
913
939
|
function SvgBannerVectorUp(props) {
|
|
914
|
-
return /* @__PURE__ */
|
|
940
|
+
return /* @__PURE__ */ React41.createElement(
|
|
915
941
|
"svg",
|
|
916
942
|
__spreadValues({
|
|
917
943
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -920,7 +946,7 @@ function SvgBannerVectorUp(props) {
|
|
|
920
946
|
viewBox: "0 0 24 11",
|
|
921
947
|
fill: "none"
|
|
922
948
|
}, props),
|
|
923
|
-
/* @__PURE__ */
|
|
949
|
+
/* @__PURE__ */ React41.createElement(
|
|
924
950
|
"path",
|
|
925
951
|
{
|
|
926
952
|
d: "M24 11L0 11L9.17157 1.82843C10.7337 0.266331 13.2663 0.26633 14.8284 1.82843L24 11Z",
|
|
@@ -932,29 +958,29 @@ function SvgBannerVectorUp(props) {
|
|
|
932
958
|
|
|
933
959
|
// src/components/icon/available-icons/bar-chart.tsx
|
|
934
960
|
var import_chart_bar = __toESM(require("@atlaskit/icon/core/chart-bar"));
|
|
935
|
-
var
|
|
961
|
+
var React42 = __toESM(require("react"));
|
|
936
962
|
function SvgBarChart() {
|
|
937
|
-
return /* @__PURE__ */
|
|
963
|
+
return /* @__PURE__ */ React42.createElement(import_chart_bar.default, { label: "", testId: "ads-refreshed-icon" });
|
|
938
964
|
}
|
|
939
965
|
|
|
940
966
|
// src/components/icon/available-icons/bell.tsx
|
|
941
967
|
var import_notification = __toESM(require("@atlaskit/icon/core/notification"));
|
|
942
|
-
var
|
|
968
|
+
var React43 = __toESM(require("react"));
|
|
943
969
|
function SvgBell() {
|
|
944
|
-
return /* @__PURE__ */
|
|
970
|
+
return /* @__PURE__ */ React43.createElement(import_notification.default, { label: "", testId: "ads-refreshed-icon" });
|
|
945
971
|
}
|
|
946
972
|
|
|
947
973
|
// src/components/icon/available-icons/bell-off.tsx
|
|
948
974
|
var import_notification_muted = __toESM(require("@atlaskit/icon/core/notification-muted"));
|
|
949
|
-
var
|
|
975
|
+
var React44 = __toESM(require("react"));
|
|
950
976
|
function SvgBellOff() {
|
|
951
|
-
return /* @__PURE__ */
|
|
977
|
+
return /* @__PURE__ */ React44.createElement(import_notification_muted.default, { label: "", testId: "ads-refreshed-icon" });
|
|
952
978
|
}
|
|
953
979
|
|
|
954
980
|
// src/components/icon/available-icons/bell-ring.tsx
|
|
955
|
-
var
|
|
981
|
+
var React45 = __toESM(require("react"));
|
|
956
982
|
function SvgBellRing(props) {
|
|
957
|
-
return /* @__PURE__ */
|
|
983
|
+
return /* @__PURE__ */ React45.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React45.createElement(
|
|
958
984
|
"path",
|
|
959
985
|
{
|
|
960
986
|
fillRule: "evenodd",
|
|
@@ -962,7 +988,7 @@ function SvgBellRing(props) {
|
|
|
962
988
|
d: "M5.67612 2.26321C6.08304 2.63662 6.1102 3.2692 5.73679 3.67612C4.59701 4.9182 4 6.43015 4 8.00001C4 8.55229 3.55228 9.00001 3 9.00001C2.44772 9.00001 2 8.55229 2 8.00001C2 5.9032 2.80299 3.91515 4.26321 2.32389C4.63661 1.91697 5.2692 1.8898 5.67612 2.26321Z",
|
|
963
989
|
fill: "currentColor"
|
|
964
990
|
}
|
|
965
|
-
), /* @__PURE__ */
|
|
991
|
+
), /* @__PURE__ */ React45.createElement(
|
|
966
992
|
"path",
|
|
967
993
|
{
|
|
968
994
|
fillRule: "evenodd",
|
|
@@ -970,7 +996,7 @@ function SvgBellRing(props) {
|
|
|
970
996
|
d: "M18.331 2.25671C18.7416 1.88726 19.3738 1.92053 19.7433 2.33104C21.1931 3.9419 22 5.93012 22 8.00001C22 8.55229 21.5523 9.00001 21 9.00001C20.4477 9.00001 20 8.55229 20 8.00001C20 6.46373 19.4034 4.94306 18.2567 3.66897C17.8873 3.25846 17.9205 2.62617 18.331 2.25671Z",
|
|
971
997
|
fill: "currentColor"
|
|
972
998
|
}
|
|
973
|
-
), /* @__PURE__ */
|
|
999
|
+
), /* @__PURE__ */ React45.createElement(
|
|
974
1000
|
"path",
|
|
975
1001
|
{
|
|
976
1002
|
fillRule: "evenodd",
|
|
@@ -978,7 +1004,7 @@ function SvgBellRing(props) {
|
|
|
978
1004
|
d: "M7.57535 3.8748C8.77577 2.67438 10.4039 2 12.1015 2C13.7992 2 15.4273 2.67438 16.6277 3.8748C17.8281 5.07521 18.5025 6.70332 18.5025 8.40096C18.5025 11.4042 19.1447 13.2615 19.7306 14.3357C20.025 14.8754 20.3106 15.2276 20.507 15.4349C20.6054 15.5388 20.6821 15.607 20.7271 15.6445C20.7496 15.6633 20.7643 15.6744 20.7698 15.6785L20.7706 15.6791C21.1281 15.9256 21.2862 16.3754 21.16 16.7922C21.0323 17.2139 20.6436 17.5024 20.2029 17.5024H4.00008C3.55941 17.5024 3.17068 17.2139 3.04299 16.7922C2.9168 16.3754 3.07489 15.9256 3.43242 15.6791L3.43326 15.6785C3.43877 15.6744 3.4534 15.6633 3.47593 15.6445C3.52096 15.607 3.59764 15.5388 3.69607 15.4349C3.89242 15.2276 4.17807 14.8754 4.47242 14.3357C5.05837 13.2615 5.70056 11.4042 5.70056 8.40096C5.70056 6.70332 6.37494 5.07521 7.57535 3.8748ZM6.11051 15.5024H18.0925C18.0533 15.4349 18.014 15.3653 17.9748 15.2934C17.2105 13.8922 16.5025 11.6989 16.5025 8.40096C16.5025 7.23375 16.0388 6.11435 15.2135 5.28901C14.3881 4.46367 13.2687 4 12.1015 4C10.9343 4 9.81491 4.46367 8.98957 5.28901C8.16423 6.11435 7.70056 7.23375 7.70056 8.40096C7.70056 11.6989 6.9925 13.8922 6.22821 15.2934C6.18904 15.3653 6.14977 15.4349 6.11051 15.5024Z",
|
|
979
1005
|
fill: "currentColor"
|
|
980
1006
|
}
|
|
981
|
-
), /* @__PURE__ */
|
|
1007
|
+
), /* @__PURE__ */ React45.createElement(
|
|
982
1008
|
"path",
|
|
983
1009
|
{
|
|
984
1010
|
fillRule: "evenodd",
|
|
@@ -998,16 +1024,16 @@ function SvgBlur() {
|
|
|
998
1024
|
|
|
999
1025
|
// src/components/icon/available-icons/bold.tsx
|
|
1000
1026
|
var import_text_bold = __toESM(require("@atlaskit/icon/core/text-bold"));
|
|
1001
|
-
var
|
|
1027
|
+
var React47 = __toESM(require("react"));
|
|
1002
1028
|
function SvgBold() {
|
|
1003
|
-
return /* @__PURE__ */
|
|
1029
|
+
return /* @__PURE__ */ React47.createElement(import_text_bold.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1004
1030
|
}
|
|
1005
1031
|
|
|
1006
1032
|
// src/components/icon/available-icons/book.tsx
|
|
1007
1033
|
var import_book_open = __toESM(require("@atlaskit/icon-lab/core/book-open"));
|
|
1008
|
-
var
|
|
1034
|
+
var React48 = __toESM(require("react"));
|
|
1009
1035
|
function SvgBook() {
|
|
1010
|
-
return /* @__PURE__ */
|
|
1036
|
+
return /* @__PURE__ */ React48.createElement(import_book_open.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1011
1037
|
}
|
|
1012
1038
|
|
|
1013
1039
|
// src/components/icon/available-icons/border-color.tsx
|
|
@@ -1031,9 +1057,9 @@ function SvgBug() {
|
|
|
1031
1057
|
|
|
1032
1058
|
// src/components/icon/available-icons/bulb.tsx
|
|
1033
1059
|
var import_lightbulb = __toESM(require("@atlaskit/icon/core/lightbulb"));
|
|
1034
|
-
var
|
|
1060
|
+
var React51 = __toESM(require("react"));
|
|
1035
1061
|
function SvgBulb() {
|
|
1036
|
-
return /* @__PURE__ */
|
|
1062
|
+
return /* @__PURE__ */ React51.createElement(import_lightbulb.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1037
1063
|
}
|
|
1038
1064
|
|
|
1039
1065
|
// src/components/icon/available-icons/calendly.tsx
|
|
@@ -1072,35 +1098,35 @@ var SvgCalendly = () => /* @__PURE__ */ import_react21.default.createElement("sv
|
|
|
1072
1098
|
|
|
1073
1099
|
// src/components/icon/available-icons/calendar.tsx
|
|
1074
1100
|
var import_calendar = __toESM(require("@atlaskit/icon/core/calendar"));
|
|
1075
|
-
var
|
|
1101
|
+
var React53 = __toESM(require("react"));
|
|
1076
1102
|
function SvgCalendar() {
|
|
1077
|
-
return /* @__PURE__ */
|
|
1103
|
+
return /* @__PURE__ */ React53.createElement(import_calendar.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1078
1104
|
}
|
|
1079
1105
|
|
|
1080
1106
|
// src/components/icon/available-icons/call-to-action.tsx
|
|
1081
1107
|
var import_presenter_mode = __toESM(require("@atlaskit/icon/core/presenter-mode"));
|
|
1082
|
-
var
|
|
1108
|
+
var React54 = __toESM(require("react"));
|
|
1083
1109
|
function SvgCallToAction() {
|
|
1084
|
-
return /* @__PURE__ */
|
|
1110
|
+
return /* @__PURE__ */ React54.createElement(import_presenter_mode.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1085
1111
|
}
|
|
1086
1112
|
|
|
1087
1113
|
// src/components/icon/available-icons/camera.tsx
|
|
1088
1114
|
var import_camera = __toESM(require("@atlaskit/icon/core/camera"));
|
|
1089
|
-
var
|
|
1115
|
+
var React55 = __toESM(require("react"));
|
|
1090
1116
|
function SvgCamera() {
|
|
1091
|
-
return /* @__PURE__ */
|
|
1117
|
+
return /* @__PURE__ */ React55.createElement(import_camera.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1092
1118
|
}
|
|
1093
1119
|
|
|
1094
1120
|
// src/components/icon/available-icons/cam-bubble.tsx
|
|
1095
|
-
var
|
|
1121
|
+
var React56 = __toESM(require("react"));
|
|
1096
1122
|
function SvgCamBubble(props) {
|
|
1097
|
-
return /* @__PURE__ */
|
|
1123
|
+
return /* @__PURE__ */ React56.createElement("svg", __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React56.createElement("circle", { cx: 12, cy: 12, r: 8, fill: "currentColor" }));
|
|
1098
1124
|
}
|
|
1099
1125
|
|
|
1100
1126
|
// src/components/icon/available-icons/cam-bubble-small.tsx
|
|
1101
|
-
var
|
|
1127
|
+
var React57 = __toESM(require("react"));
|
|
1102
1128
|
function SvgCamBubbleSmall(props) {
|
|
1103
|
-
return /* @__PURE__ */
|
|
1129
|
+
return /* @__PURE__ */ React57.createElement("svg", __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React57.createElement("circle", { cx: 12, cy: 12, r: 6, fill: "currentColor" }));
|
|
1104
1130
|
}
|
|
1105
1131
|
|
|
1106
1132
|
// src/components/icon/available-icons/canvas.tsx
|
|
@@ -1110,21 +1136,21 @@ var SvgCanvas = () => /* @__PURE__ */ import_react22.default.createElement(impor
|
|
|
1110
1136
|
|
|
1111
1137
|
// src/components/icon/available-icons/captions.tsx
|
|
1112
1138
|
var import_video_captions_stylized = __toESM(require("@atlaskit/icon-lab/core/video-captions-stylized"));
|
|
1113
|
-
var
|
|
1139
|
+
var React59 = __toESM(require("react"));
|
|
1114
1140
|
function SvgCaptions() {
|
|
1115
|
-
return /* @__PURE__ */
|
|
1141
|
+
return /* @__PURE__ */ React59.createElement(import_video_captions_stylized.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1116
1142
|
}
|
|
1117
1143
|
|
|
1118
1144
|
// src/components/icon/available-icons/caret-folder.tsx
|
|
1119
|
-
var
|
|
1145
|
+
var React60 = __toESM(require("react"));
|
|
1120
1146
|
function SvgCaretFolder(props) {
|
|
1121
|
-
return /* @__PURE__ */
|
|
1147
|
+
return /* @__PURE__ */ React60.createElement("svg", __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React60.createElement(
|
|
1122
1148
|
"path",
|
|
1123
1149
|
{
|
|
1124
1150
|
d: "M20.24 7a2.6 2.6 0 00-1.84-.8h-6.67l-1.3-1.95a1 1 0 00-.83-.45h-4a2.66 2.66 0 00-1.84.76A2.6 2.6 0 003 6.4v11.2a2.6 2.6 0 00.76 1.84 2.66 2.66 0 001.84.76h12.8a2.6 2.6 0 001.84-.76A2.66 2.66 0 0021 17.6V8.8a2.6 2.6 0 00-.76-1.8zM19 17.6a.62.62 0 01-.6.6H5.6a.62.62 0 01-.6-.6V6.4a.62.62 0 01.6-.6h3.46l1.31 2a1 1 0 00.83.45h7.2a.59.59 0 01.42.17.6.6 0 01.18.38z",
|
|
1125
1151
|
fill: "currentColor"
|
|
1126
1152
|
}
|
|
1127
|
-
), /* @__PURE__ */
|
|
1153
|
+
), /* @__PURE__ */ React60.createElement(
|
|
1128
1154
|
"path",
|
|
1129
1155
|
{
|
|
1130
1156
|
d: "M13.07 11.2L12 12.28l-1.07-1.08a1 1 0 00-1.42 1.42l1.78 1.78a1 1 0 001.42 0l1.77-1.78a1 1 0 00-1.41-1.42z",
|
|
@@ -1135,44 +1161,44 @@ function SvgCaretFolder(props) {
|
|
|
1135
1161
|
|
|
1136
1162
|
// src/components/icon/available-icons/cc-off.tsx
|
|
1137
1163
|
var import_video_closed_captions = __toESM(require("@atlaskit/icon-lab/core/video-closed-captions"));
|
|
1138
|
-
var
|
|
1164
|
+
var React61 = __toESM(require("react"));
|
|
1139
1165
|
function SvgCCOff() {
|
|
1140
|
-
return /* @__PURE__ */
|
|
1166
|
+
return /* @__PURE__ */ React61.createElement(import_video_closed_captions.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1141
1167
|
}
|
|
1142
1168
|
|
|
1143
1169
|
// src/components/icon/available-icons/cc-on.tsx
|
|
1144
1170
|
var import_video_closed_captions_filled = __toESM(require("@atlaskit/icon-lab/core/video-closed-captions-filled"));
|
|
1145
|
-
var
|
|
1171
|
+
var React62 = __toESM(require("react"));
|
|
1146
1172
|
function SvgCCOn() {
|
|
1147
|
-
return /* @__PURE__ */
|
|
1173
|
+
return /* @__PURE__ */ React62.createElement(import_video_closed_captions_filled.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1148
1174
|
}
|
|
1149
1175
|
|
|
1150
1176
|
// src/components/icon/available-icons/chart.tsx
|
|
1151
1177
|
var import_chart_trend = __toESM(require("@atlaskit/icon/core/chart-trend"));
|
|
1152
|
-
var
|
|
1178
|
+
var React63 = __toESM(require("react"));
|
|
1153
1179
|
function SvgChart() {
|
|
1154
|
-
return /* @__PURE__ */
|
|
1180
|
+
return /* @__PURE__ */ React63.createElement(import_chart_trend.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1155
1181
|
}
|
|
1156
1182
|
|
|
1157
1183
|
// src/components/icon/available-icons/check.tsx
|
|
1158
1184
|
var import_check_mark = __toESM(require("@atlaskit/icon/core/check-mark"));
|
|
1159
|
-
var
|
|
1185
|
+
var React64 = __toESM(require("react"));
|
|
1160
1186
|
function SvgCheck() {
|
|
1161
|
-
return /* @__PURE__ */
|
|
1187
|
+
return /* @__PURE__ */ React64.createElement(import_check_mark.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1162
1188
|
}
|
|
1163
1189
|
|
|
1164
1190
|
// src/components/icon/available-icons/check-circle.tsx
|
|
1165
1191
|
var import_scorecard = __toESM(require("@atlaskit/icon/core/scorecard"));
|
|
1166
|
-
var
|
|
1192
|
+
var React65 = __toESM(require("react"));
|
|
1167
1193
|
function SvgCheckCircle() {
|
|
1168
|
-
return /* @__PURE__ */
|
|
1194
|
+
return /* @__PURE__ */ React65.createElement(import_scorecard.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1169
1195
|
}
|
|
1170
1196
|
|
|
1171
1197
|
// src/components/icon/available-icons/check-circle-fill.tsx
|
|
1172
1198
|
var import_success = __toESM(require("@atlaskit/icon/core/success"));
|
|
1173
|
-
var
|
|
1199
|
+
var React66 = __toESM(require("react"));
|
|
1174
1200
|
function SvgCheckCircleFill() {
|
|
1175
|
-
return /* @__PURE__ */
|
|
1201
|
+
return /* @__PURE__ */ React66.createElement(import_success.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1176
1202
|
}
|
|
1177
1203
|
|
|
1178
1204
|
// src/components/icon/available-icons/check-circle-outline.tsx
|
|
@@ -1189,15 +1215,15 @@ var SvgCheckCircleOutline = (props) => /* @__PURE__ */ import_react23.default.cr
|
|
|
1189
1215
|
|
|
1190
1216
|
// src/components/icon/available-icons/check-circle-small.tsx
|
|
1191
1217
|
var import_check_circle = __toESM(require("@atlaskit/icon/core/check-circle"));
|
|
1192
|
-
var
|
|
1218
|
+
var React68 = __toESM(require("react"));
|
|
1193
1219
|
function SvgCheckCircleSmall() {
|
|
1194
|
-
return /* @__PURE__ */
|
|
1220
|
+
return /* @__PURE__ */ React68.createElement(import_check_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1195
1221
|
}
|
|
1196
1222
|
|
|
1197
1223
|
// src/components/icon/available-icons/chevron-down.tsx
|
|
1198
|
-
var
|
|
1224
|
+
var React69 = __toESM(require("react"));
|
|
1199
1225
|
function SvgChevronDown() {
|
|
1200
|
-
return /* @__PURE__ */
|
|
1226
|
+
return /* @__PURE__ */ React69.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React69.createElement("svg", { viewBox: "-2 -2 16 16" }, /* @__PURE__ */ React69.createElement(
|
|
1201
1227
|
"path",
|
|
1202
1228
|
{
|
|
1203
1229
|
fill: "currentColor",
|
|
@@ -1209,9 +1235,9 @@ function SvgChevronDown() {
|
|
|
1209
1235
|
}
|
|
1210
1236
|
|
|
1211
1237
|
// src/components/icon/available-icons/chevron-left.tsx
|
|
1212
|
-
var
|
|
1238
|
+
var React70 = __toESM(require("react"));
|
|
1213
1239
|
function SvgChevronLeft() {
|
|
1214
|
-
return /* @__PURE__ */
|
|
1240
|
+
return /* @__PURE__ */ React70.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React70.createElement("svg", { viewBox: "-2 -2 16 16" }, /* @__PURE__ */ React70.createElement(
|
|
1215
1241
|
"path",
|
|
1216
1242
|
{
|
|
1217
1243
|
fill: "currentColor",
|
|
@@ -1223,9 +1249,9 @@ function SvgChevronLeft() {
|
|
|
1223
1249
|
}
|
|
1224
1250
|
|
|
1225
1251
|
// src/components/icon/available-icons/chevron-right.tsx
|
|
1226
|
-
var
|
|
1252
|
+
var React71 = __toESM(require("react"));
|
|
1227
1253
|
function SvgChevronRight() {
|
|
1228
|
-
return /* @__PURE__ */
|
|
1254
|
+
return /* @__PURE__ */ React71.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React71.createElement("svg", { viewBox: "-2 -2 16 16" }, /* @__PURE__ */ React71.createElement(
|
|
1229
1255
|
"path",
|
|
1230
1256
|
{
|
|
1231
1257
|
fill: "currentColor",
|
|
@@ -1237,9 +1263,9 @@ function SvgChevronRight() {
|
|
|
1237
1263
|
}
|
|
1238
1264
|
|
|
1239
1265
|
// src/components/icon/available-icons/chevrons-left.tsx
|
|
1240
|
-
var
|
|
1266
|
+
var React72 = __toESM(require("react"));
|
|
1241
1267
|
function SvgChevronsLeft() {
|
|
1242
|
-
return /* @__PURE__ */
|
|
1268
|
+
return /* @__PURE__ */ React72.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React72.createElement("svg", { fill: "none", viewBox: "-2 -2 16 16" }, /* @__PURE__ */ React72.createElement(
|
|
1243
1269
|
"path",
|
|
1244
1270
|
{
|
|
1245
1271
|
fill: "currentColor",
|
|
@@ -1251,9 +1277,9 @@ function SvgChevronsLeft() {
|
|
|
1251
1277
|
}
|
|
1252
1278
|
|
|
1253
1279
|
// src/components/icon/available-icons/chevron-small-left.tsx
|
|
1254
|
-
var
|
|
1280
|
+
var React73 = __toESM(require("react"));
|
|
1255
1281
|
function SvgChevronSmallLeft(props) {
|
|
1256
|
-
return /* @__PURE__ */
|
|
1282
|
+
return /* @__PURE__ */ React73.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React73.createElement(
|
|
1257
1283
|
"path",
|
|
1258
1284
|
{
|
|
1259
1285
|
fillRule: "evenodd",
|
|
@@ -1265,9 +1291,9 @@ function SvgChevronSmallLeft(props) {
|
|
|
1265
1291
|
}
|
|
1266
1292
|
|
|
1267
1293
|
// src/components/icon/available-icons/chevron-small-right.tsx
|
|
1268
|
-
var
|
|
1294
|
+
var React74 = __toESM(require("react"));
|
|
1269
1295
|
function SvgChevronSmallRight(props) {
|
|
1270
|
-
return /* @__PURE__ */
|
|
1296
|
+
return /* @__PURE__ */ React74.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React74.createElement(
|
|
1271
1297
|
"path",
|
|
1272
1298
|
{
|
|
1273
1299
|
fillRule: "evenodd",
|
|
@@ -1279,9 +1305,9 @@ function SvgChevronSmallRight(props) {
|
|
|
1279
1305
|
}
|
|
1280
1306
|
|
|
1281
1307
|
// src/components/icon/available-icons/chevron-small-up.tsx
|
|
1282
|
-
var
|
|
1308
|
+
var React75 = __toESM(require("react"));
|
|
1283
1309
|
function SvgChevronSmallUp(props) {
|
|
1284
|
-
return /* @__PURE__ */
|
|
1310
|
+
return /* @__PURE__ */ React75.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React75.createElement(
|
|
1285
1311
|
"path",
|
|
1286
1312
|
{
|
|
1287
1313
|
fillRule: "evenodd",
|
|
@@ -1293,9 +1319,9 @@ function SvgChevronSmallUp(props) {
|
|
|
1293
1319
|
}
|
|
1294
1320
|
|
|
1295
1321
|
// src/components/icon/available-icons/chevrons-right.tsx
|
|
1296
|
-
var
|
|
1322
|
+
var React76 = __toESM(require("react"));
|
|
1297
1323
|
function SvgChevronsRight() {
|
|
1298
|
-
return /* @__PURE__ */
|
|
1324
|
+
return /* @__PURE__ */ React76.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React76.createElement("svg", { viewBox: "-2 -2 16 16" }, /* @__PURE__ */ React76.createElement(
|
|
1299
1325
|
"path",
|
|
1300
1326
|
{
|
|
1301
1327
|
fill: "currentColor",
|
|
@@ -1307,9 +1333,9 @@ function SvgChevronsRight() {
|
|
|
1307
1333
|
}
|
|
1308
1334
|
|
|
1309
1335
|
// src/components/icon/available-icons/chevron-up.tsx
|
|
1310
|
-
var
|
|
1336
|
+
var React77 = __toESM(require("react"));
|
|
1311
1337
|
function SvgChevronUp() {
|
|
1312
|
-
return /* @__PURE__ */
|
|
1338
|
+
return /* @__PURE__ */ React77.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React77.createElement("svg", { viewBox: "-2 -2 16 16" }, /* @__PURE__ */ React77.createElement(
|
|
1313
1339
|
"path",
|
|
1314
1340
|
{
|
|
1315
1341
|
fill: "currentColor",
|
|
@@ -1321,9 +1347,9 @@ function SvgChevronUp() {
|
|
|
1321
1347
|
}
|
|
1322
1348
|
|
|
1323
1349
|
// src/components/icon/available-icons/chrome.tsx
|
|
1324
|
-
var
|
|
1350
|
+
var React78 = __toESM(require("react"));
|
|
1325
1351
|
function SvgChrome(props) {
|
|
1326
|
-
return /* @__PURE__ */
|
|
1352
|
+
return /* @__PURE__ */ React78.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React78.createElement(
|
|
1327
1353
|
"path",
|
|
1328
1354
|
{
|
|
1329
1355
|
fillRule: "evenodd",
|
|
@@ -1335,9 +1361,9 @@ function SvgChrome(props) {
|
|
|
1335
1361
|
}
|
|
1336
1362
|
|
|
1337
1363
|
// src/components/icon/available-icons/chrome-logo.tsx
|
|
1338
|
-
var
|
|
1364
|
+
var React79 = __toESM(require("react"));
|
|
1339
1365
|
function SvgChromeLogo(props) {
|
|
1340
|
-
return /* @__PURE__ */
|
|
1366
|
+
return /* @__PURE__ */ React79.createElement(
|
|
1341
1367
|
"svg",
|
|
1342
1368
|
__spreadValues({
|
|
1343
1369
|
width: "96",
|
|
@@ -1346,38 +1372,38 @@ function SvgChromeLogo(props) {
|
|
|
1346
1372
|
fill: "none",
|
|
1347
1373
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1348
1374
|
}, props),
|
|
1349
|
-
/* @__PURE__ */
|
|
1375
|
+
/* @__PURE__ */ React79.createElement("g", { clipPath: "url(#clip0_2_3878)" }, /* @__PURE__ */ React79.createElement(
|
|
1350
1376
|
"path",
|
|
1351
1377
|
{
|
|
1352
1378
|
d: "M48.001 72.4349C61.2566 72.4349 72.002 61.6889 72.002 48.4334C72.002 35.1778 61.2566 24.4319 48.001 24.4319C34.7454 24.4319 24 35.1778 24 48.4334C24 61.6889 34.7454 72.4349 48.001 72.4349Z",
|
|
1353
1379
|
fill: "white"
|
|
1354
1380
|
}
|
|
1355
|
-
), /* @__PURE__ */
|
|
1381
|
+
), /* @__PURE__ */ React79.createElement(
|
|
1356
1382
|
"path",
|
|
1357
1383
|
{
|
|
1358
1384
|
d: "M27.2151 60.4397L6.43276 24.4435C2.21883 31.74 0 40.0171 0 48.4435C0 56.8698 2.21783 65.147 6.43125 72.4435C10.6447 79.74 16.705 85.7993 24.0025 90.0107C31.3 94.2221 39.5782 96.4384 48.004 96.4359L68.7864 60.4397V60.4342C66.6815 64.0847 63.6523 67.1164 60.0038 69.2243C56.3553 71.3322 52.2161 72.4423 48.0025 72.4429C43.7889 72.4435 39.6494 71.3347 36.0003 69.2279C32.3512 67.1209 29.3213 64.0902 27.2151 60.4407V60.4397Z",
|
|
1359
1385
|
fill: "#229342"
|
|
1360
1386
|
}
|
|
1361
|
-
), /* @__PURE__ */
|
|
1387
|
+
), /* @__PURE__ */ React79.createElement(
|
|
1362
1388
|
"path",
|
|
1363
1389
|
{
|
|
1364
1390
|
d: "M68.7849 60.4382L48.003 96.4344C56.4288 96.4359 64.7065 94.2181 72.0035 90.0057C79.3005 85.7933 85.3599 79.7334 89.5723 72.4359C93.7845 65.1385 96.0013 56.8608 96 48.4349C95.9985 40.0091 93.7786 31.7319 89.5637 24.4359H47.9995L47.9944 24.4395C52.2081 24.4374 56.3479 25.5449 59.9977 27.6505C63.6477 29.7565 66.6784 32.7856 68.7859 36.4347C70.8932 40.0836 72.0027 44.223 72.0026 48.4367C72.0025 52.6505 70.8929 56.7899 68.7854 60.4387L68.7849 60.4382Z",
|
|
1365
1391
|
fill: "#FBC116"
|
|
1366
1392
|
}
|
|
1367
|
-
), /* @__PURE__ */
|
|
1393
|
+
), /* @__PURE__ */ React79.createElement(
|
|
1368
1394
|
"path",
|
|
1369
1395
|
{
|
|
1370
1396
|
d: "M48.001 67.4399C58.495 67.4399 67.002 58.9329 67.002 48.4385C67.002 37.944 58.495 29.4375 48.001 29.4375C37.507 29.4375 29.0001 37.9445 29.0001 48.4385C29.0001 58.9324 37.507 67.4399 48.001 67.4399Z",
|
|
1371
1397
|
fill: "#1A73E8"
|
|
1372
1398
|
}
|
|
1373
|
-
), /* @__PURE__ */
|
|
1399
|
+
), /* @__PURE__ */ React79.createElement(
|
|
1374
1400
|
"path",
|
|
1375
1401
|
{
|
|
1376
1402
|
d: "M48.001 24.4374H89.5652C85.3533 17.1399 79.2945 11.0796 71.9975 6.86615C64.7007 2.65302 56.4233 0.435274 47.9975 0.435913C39.5717 0.436417 31.2945 2.65527 23.9985 6.86969C16.7022 11.0839 10.6441 17.1448 6.43326 24.443L27.2156 60.4392L27.2212 60.4422C25.1126 56.794 24.0018 52.6549 24.0004 48.4412C23.9991 44.2275 25.1073 40.0877 27.2136 36.4382C29.3196 32.7887 32.3502 29.758 35.9992 27.6515C39.6483 25.5451 43.7881 24.4359 48.002 24.4369L48.001 24.4374Z",
|
|
1377
1403
|
fill: "#E33B2E"
|
|
1378
1404
|
}
|
|
1379
1405
|
)),
|
|
1380
|
-
/* @__PURE__ */
|
|
1406
|
+
/* @__PURE__ */ React79.createElement("defs", null, /* @__PURE__ */ React79.createElement("clipPath", { id: "clip0_2_3878" }, /* @__PURE__ */ React79.createElement(
|
|
1381
1407
|
"rect",
|
|
1382
1408
|
{
|
|
1383
1409
|
width: "96",
|
|
@@ -1391,30 +1417,30 @@ function SvgChromeLogo(props) {
|
|
|
1391
1417
|
|
|
1392
1418
|
// src/components/icon/available-icons/clip.tsx
|
|
1393
1419
|
var import_video_clip = __toESM(require("@atlaskit/icon-lab/core/video-clip"));
|
|
1394
|
-
var
|
|
1420
|
+
var React80 = __toESM(require("react"));
|
|
1395
1421
|
function SvgClip() {
|
|
1396
|
-
return /* @__PURE__ */
|
|
1422
|
+
return /* @__PURE__ */ React80.createElement(import_video_clip.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1397
1423
|
}
|
|
1398
1424
|
|
|
1399
1425
|
// src/components/icon/available-icons/clock.tsx
|
|
1400
1426
|
var import_clock = __toESM(require("@atlaskit/icon/core/clock"));
|
|
1401
|
-
var
|
|
1427
|
+
var React81 = __toESM(require("react"));
|
|
1402
1428
|
function SvgClock() {
|
|
1403
|
-
return /* @__PURE__ */
|
|
1429
|
+
return /* @__PURE__ */ React81.createElement(import_clock.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1404
1430
|
}
|
|
1405
1431
|
|
|
1406
1432
|
// src/components/icon/available-icons/close.tsx
|
|
1407
1433
|
var import_close = __toESM(require("@atlaskit/icon/core/close"));
|
|
1408
|
-
var
|
|
1434
|
+
var React82 = __toESM(require("react"));
|
|
1409
1435
|
function SvgClose() {
|
|
1410
|
-
return /* @__PURE__ */
|
|
1436
|
+
return /* @__PURE__ */ React82.createElement(import_close.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1411
1437
|
}
|
|
1412
1438
|
|
|
1413
1439
|
// src/components/icon/available-icons/code.tsx
|
|
1414
1440
|
var import_angle_brackets = __toESM(require("@atlaskit/icon/core/angle-brackets"));
|
|
1415
|
-
var
|
|
1441
|
+
var React83 = __toESM(require("react"));
|
|
1416
1442
|
function SvgCode() {
|
|
1417
|
-
return /* @__PURE__ */
|
|
1443
|
+
return /* @__PURE__ */ React83.createElement(import_angle_brackets.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1418
1444
|
}
|
|
1419
1445
|
|
|
1420
1446
|
// src/components/icon/available-icons/collapse.tsx
|
|
@@ -1448,23 +1474,23 @@ var SvgColorLens = (props) => /* @__PURE__ */ import_react26.default.createEleme
|
|
|
1448
1474
|
|
|
1449
1475
|
// src/components/icon/available-icons/color-none.tsx
|
|
1450
1476
|
var import_colour_none = __toESM(require("@atlaskit/icon-lab/core/colour-none"));
|
|
1451
|
-
var
|
|
1477
|
+
var React87 = __toESM(require("react"));
|
|
1452
1478
|
function SvgColorNone() {
|
|
1453
|
-
return /* @__PURE__ */
|
|
1479
|
+
return /* @__PURE__ */ React87.createElement(import_colour_none.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1454
1480
|
}
|
|
1455
1481
|
|
|
1456
1482
|
// src/components/icon/available-icons/comment.tsx
|
|
1457
1483
|
var import_comment = __toESM(require("@atlaskit/icon/core/comment"));
|
|
1458
|
-
var
|
|
1484
|
+
var React88 = __toESM(require("react"));
|
|
1459
1485
|
function SvgComment() {
|
|
1460
|
-
return /* @__PURE__ */
|
|
1486
|
+
return /* @__PURE__ */ React88.createElement(import_comment.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1461
1487
|
}
|
|
1462
1488
|
|
|
1463
1489
|
// src/components/icon/available-icons/comment-add.tsx
|
|
1464
1490
|
var import_comment_add = __toESM(require("@atlaskit/icon/core/comment-add"));
|
|
1465
|
-
var
|
|
1491
|
+
var React89 = __toESM(require("react"));
|
|
1466
1492
|
function SvgCommentAdd() {
|
|
1467
|
-
return /* @__PURE__ */
|
|
1493
|
+
return /* @__PURE__ */ React89.createElement(import_comment_add.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1468
1494
|
}
|
|
1469
1495
|
|
|
1470
1496
|
// src/components/icon/available-icons/confetti.tsx
|
|
@@ -1473,15 +1499,15 @@ var import_react27 = __toESM(require("react"));
|
|
|
1473
1499
|
var SvgConfetti = () => /* @__PURE__ */ import_react27.default.createElement(import_party_popper.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1474
1500
|
|
|
1475
1501
|
// src/components/icon/available-icons/confluence.tsx
|
|
1476
|
-
var
|
|
1502
|
+
var React91 = __toESM(require("react"));
|
|
1477
1503
|
function SvgConfluence() {
|
|
1478
|
-
return /* @__PURE__ */
|
|
1504
|
+
return /* @__PURE__ */ React91.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React91.createElement("svg", { viewBox: "0 0 24 24" }, /* @__PURE__ */ React91.createElement(
|
|
1479
1505
|
"path",
|
|
1480
1506
|
{
|
|
1481
1507
|
d: "M0 6C0 2.68629 2.68629 0 6 0H18C21.3137 0 24 2.68629 24 6V18C24 21.3137 21.3137 24 18 24H6C2.68629 24 0 21.3137 0 18V6Z",
|
|
1482
1508
|
fill: "#1868DB"
|
|
1483
1509
|
}
|
|
1484
|
-
), /* @__PURE__ */
|
|
1510
|
+
), /* @__PURE__ */ React91.createElement(
|
|
1485
1511
|
"path",
|
|
1486
1512
|
{
|
|
1487
1513
|
d: "M17.8878 14.4612C13.8492 12.5084 12.6693 12.2166 10.9676 12.2166C8.97101 12.2166 7.26933 13.0471 5.74916 15.3815L5.49958 15.7631C5.29538 16.0773 5.25 16.1896 5.25 16.3242C5.25 16.4589 5.31807 16.5712 5.56765 16.7283L8.13151 18.322C8.26765 18.4117 8.38109 18.4566 8.49454 18.4566C8.63067 18.4566 8.72143 18.3893 8.85756 18.1873L9.26597 17.5588C9.90126 16.5936 10.4685 16.2794 11.1945 16.2794C11.8298 16.2794 12.5786 16.4589 13.5088 16.9078L16.1861 18.1648C16.4584 18.2995 16.7534 18.2322 16.8895 17.9179L18.1601 15.1346C18.2962 14.8203 18.2055 14.6183 17.8878 14.4612ZM6.11218 9.54548C10.1508 11.4983 11.3307 11.7901 13.0324 11.7901C15.029 11.7901 16.7307 10.9596 18.2508 8.62518L18.5004 8.2436C18.7046 7.92935 18.75 7.81712 18.75 7.68244C18.75 7.54776 18.6819 7.43553 18.4324 7.27841L15.8685 5.68473C15.7324 5.59494 15.6189 5.55005 15.5055 5.55005C15.3693 5.55005 15.2786 5.61739 15.1424 5.8194L14.734 6.4479C14.0987 7.41309 13.5315 7.72733 12.8055 7.72733C12.1702 7.72733 11.4214 7.54776 10.4912 7.09884L7.81387 5.84185C7.5416 5.70717 7.24664 5.77451 7.1105 6.08876L5.83992 8.87209C5.70378 9.18634 5.79454 9.38836 6.11218 9.54548Z",
|
|
@@ -1490,54 +1516,83 @@ function SvgConfluence() {
|
|
|
1490
1516
|
)));
|
|
1491
1517
|
}
|
|
1492
1518
|
|
|
1519
|
+
// src/components/icon/available-icons/confluence-inverse.tsx
|
|
1520
|
+
var React92 = __toESM(require("react"));
|
|
1521
|
+
function SvgConfluenceInverse(props) {
|
|
1522
|
+
return /* @__PURE__ */ React92.createElement(
|
|
1523
|
+
"svg",
|
|
1524
|
+
__spreadValues({
|
|
1525
|
+
width: "24",
|
|
1526
|
+
height: "24",
|
|
1527
|
+
viewBox: "0 0 24 24",
|
|
1528
|
+
fill: "none",
|
|
1529
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1530
|
+
}, props),
|
|
1531
|
+
/* @__PURE__ */ React92.createElement("g", { clipPath: "url(#clip0_21093_3749)" }, /* @__PURE__ */ React92.createElement(
|
|
1532
|
+
"path",
|
|
1533
|
+
{
|
|
1534
|
+
d: "M0 6C0 2.68629 2.68629 0 6 0H18C21.3137 0 24 2.68629 24 6V18C24 21.3137 21.3137 24 18 24H6C2.68629 24 0 21.3137 0 18V6Z",
|
|
1535
|
+
fill: "white"
|
|
1536
|
+
}
|
|
1537
|
+
), /* @__PURE__ */ React92.createElement(
|
|
1538
|
+
"path",
|
|
1539
|
+
{
|
|
1540
|
+
d: "M17.8878 14.4612C13.8491 12.5084 12.6693 12.2166 10.9676 12.2166C8.97098 12.2166 7.2693 13.0471 5.74913 15.3815L5.49955 15.7631C5.29535 16.0773 5.24997 16.1896 5.24997 16.3242C5.24997 16.4589 5.31804 16.5712 5.56762 16.7283L8.13148 18.322C8.26762 18.4117 8.38106 18.4566 8.49451 18.4566C8.63064 18.4566 8.7214 18.3893 8.85753 18.1873L9.26594 17.5588C9.90123 16.5936 10.4685 16.2794 11.1945 16.2794C11.8298 16.2794 12.5785 16.4589 13.5088 16.9078L16.1861 18.1648C16.4584 18.2995 16.7533 18.2322 16.8895 17.9179L18.1601 15.1346C18.2962 14.8203 18.2054 14.6183 17.8878 14.4612ZM6.11215 9.54548C10.1508 11.4983 11.3306 11.7901 13.0323 11.7901C15.029 11.7901 16.7306 10.9596 18.2508 8.62518L18.5004 8.2436C18.7046 7.92935 18.75 7.81712 18.75 7.68244C18.75 7.54776 18.6819 7.43553 18.4323 7.27841L15.8685 5.68473C15.7323 5.59494 15.6189 5.55005 15.5054 5.55005C15.3693 5.55005 15.2785 5.61739 15.1424 5.8194L14.734 6.4479C14.0987 7.41309 13.5315 7.72733 12.8054 7.72733C12.1701 7.72733 11.4214 7.54776 10.4911 7.09884L7.81384 5.84185C7.54157 5.70717 7.24661 5.77451 7.11047 6.08876L5.83989 8.87209C5.70375 9.18634 5.79451 9.38836 6.11215 9.54548Z",
|
|
1541
|
+
fill: "#292A2E"
|
|
1542
|
+
}
|
|
1543
|
+
)),
|
|
1544
|
+
/* @__PURE__ */ React92.createElement("defs", null, /* @__PURE__ */ React92.createElement("clipPath", { id: "clip0_21093_3749" }, /* @__PURE__ */ React92.createElement("rect", { width: "24", height: "24", fill: "white" })))
|
|
1545
|
+
);
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1493
1548
|
// src/components/icon/available-icons/confluence-neutral.tsx
|
|
1494
|
-
var
|
|
1549
|
+
var React93 = __toESM(require("react"));
|
|
1495
1550
|
function SvgConfluenceNeutral(props) {
|
|
1496
|
-
return /* @__PURE__ */
|
|
1551
|
+
return /* @__PURE__ */ React93.createElement(
|
|
1497
1552
|
"svg",
|
|
1498
|
-
{
|
|
1553
|
+
__spreadValues({
|
|
1499
1554
|
width: "24",
|
|
1500
1555
|
height: "24",
|
|
1501
1556
|
viewBox: "0 0 24 24",
|
|
1502
1557
|
fill: "none",
|
|
1503
1558
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1504
|
-
},
|
|
1505
|
-
/* @__PURE__ */
|
|
1559
|
+
}, props),
|
|
1560
|
+
/* @__PURE__ */ React93.createElement("g", { clipPath: "url(#clip0_11636_9715)" }, /* @__PURE__ */ React93.createElement(
|
|
1506
1561
|
"path",
|
|
1507
1562
|
{
|
|
1508
1563
|
d: "M0 6C0 2.68629 2.68629 0 6 0H18C21.3137 0 24 2.68629 24 6V18C24 21.3137 21.3137 24 18 24H6C2.68629 24 0 21.3137 0 18V6Z",
|
|
1509
|
-
fill: "
|
|
1564
|
+
fill: "white"
|
|
1510
1565
|
}
|
|
1511
|
-
), /* @__PURE__ */
|
|
1566
|
+
), /* @__PURE__ */ React93.createElement(
|
|
1512
1567
|
"path",
|
|
1513
1568
|
{
|
|
1514
|
-
d: "M17.8878 14.
|
|
1515
|
-
fill: "#
|
|
1569
|
+
d: "M17.8878 14.3803C13.8492 12.4452 12.6693 12.1561 10.9676 12.1561C8.97101 12.1561 7.26933 12.9791 5.74916 15.2923L5.49958 15.6704C5.29538 15.9818 5.25 16.093 5.25 16.2265C5.25 16.3599 5.31807 16.4711 5.56765 16.6268L8.13151 18.2061C8.26765 18.295 8.38109 18.3395 8.49454 18.3395C8.63067 18.3395 8.72143 18.2728 8.85756 18.0726L9.26597 17.4498C9.90126 16.4934 10.4685 16.182 11.1945 16.182C11.8298 16.182 12.5786 16.3599 13.5088 16.8048L16.1861 18.0504C16.4584 18.1838 16.7534 18.1171 16.8895 17.8057L18.1601 15.0476C18.2962 14.7362 18.2055 14.536 17.8878 14.3803ZM6.11219 9.50922C10.1508 11.4443 11.3307 11.7335 13.0324 11.7335C15.029 11.7335 16.7307 10.9105 18.2508 8.59728L18.5004 8.21916C18.7046 7.90776 18.75 7.79655 18.75 7.66309C18.75 7.52964 18.6819 7.41842 18.4324 7.26273L15.8685 5.6835C15.7324 5.59453 15.6189 5.55005 15.5055 5.55005C15.3693 5.55005 15.2786 5.61678 15.1424 5.81696L14.734 6.43975C14.0987 7.39618 13.5315 7.70758 12.8055 7.70758C12.1702 7.70758 11.4214 7.52964 10.4912 7.08479L7.81387 5.8392C7.5416 5.70575 7.24664 5.77247 7.1105 6.08387L5.83992 8.84195C5.70378 9.15334 5.79454 9.35353 6.11219 9.50922Z",
|
|
1570
|
+
fill: "#1868DB"
|
|
1516
1571
|
}
|
|
1517
1572
|
)),
|
|
1518
|
-
/* @__PURE__ */
|
|
1573
|
+
/* @__PURE__ */ React93.createElement("defs", null, /* @__PURE__ */ React93.createElement("clipPath", { id: "clip0_11636_9715" }, /* @__PURE__ */ React93.createElement("rect", { width: "24", height: "24", fill: "white" })))
|
|
1519
1574
|
);
|
|
1520
1575
|
}
|
|
1521
1576
|
|
|
1522
1577
|
// src/components/icon/available-icons/contact-support.tsx
|
|
1523
1578
|
var import_support = __toESM(require("@atlaskit/icon/core/support"));
|
|
1524
|
-
var
|
|
1579
|
+
var React94 = __toESM(require("react"));
|
|
1525
1580
|
function SvgContactSupport() {
|
|
1526
|
-
return /* @__PURE__ */
|
|
1581
|
+
return /* @__PURE__ */ React94.createElement(import_support.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1527
1582
|
}
|
|
1528
1583
|
|
|
1529
1584
|
// src/components/icon/available-icons/copy.tsx
|
|
1530
1585
|
var import_copy = __toESM(require("@atlaskit/icon/core/copy"));
|
|
1531
|
-
var
|
|
1586
|
+
var React95 = __toESM(require("react"));
|
|
1532
1587
|
function SvgCopy() {
|
|
1533
|
-
return /* @__PURE__ */
|
|
1588
|
+
return /* @__PURE__ */ React95.createElement(import_copy.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1534
1589
|
}
|
|
1535
1590
|
|
|
1536
1591
|
// src/components/icon/available-icons/copy-plus.tsx
|
|
1537
1592
|
var import_duplicate = __toESM(require("@atlaskit/icon-lab/core/duplicate"));
|
|
1538
|
-
var
|
|
1593
|
+
var React96 = __toESM(require("react"));
|
|
1539
1594
|
function SvgCopyPlus() {
|
|
1540
|
-
return /* @__PURE__ */
|
|
1595
|
+
return /* @__PURE__ */ React96.createElement(import_duplicate.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1541
1596
|
}
|
|
1542
1597
|
|
|
1543
1598
|
// src/components/icon/available-icons/create.tsx
|
|
@@ -1554,9 +1609,9 @@ var SvgCreate = (props) => /* @__PURE__ */ import_react28.default.createElement(
|
|
|
1554
1609
|
|
|
1555
1610
|
// src/components/icon/available-icons/create-ticket.tsx
|
|
1556
1611
|
var import_ticket = __toESM(require("@atlaskit/icon-lab/core/ticket"));
|
|
1557
|
-
var
|
|
1612
|
+
var React98 = __toESM(require("react"));
|
|
1558
1613
|
function SvgCreateTicket() {
|
|
1559
|
-
return /* @__PURE__ */
|
|
1614
|
+
return /* @__PURE__ */ React98.createElement(import_ticket.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1560
1615
|
}
|
|
1561
1616
|
|
|
1562
1617
|
// src/components/icon/available-icons/crop-16-9.tsx
|
|
@@ -1572,9 +1627,9 @@ var SvgCrop169 = (props) => /* @__PURE__ */ import_react29.default.createElement
|
|
|
1572
1627
|
));
|
|
1573
1628
|
|
|
1574
1629
|
// src/components/icon/available-icons/crop169-expanded.tsx
|
|
1575
|
-
var
|
|
1630
|
+
var React100 = __toESM(require("react"));
|
|
1576
1631
|
function SvgCrop169Expanded(props) {
|
|
1577
|
-
return /* @__PURE__ */
|
|
1632
|
+
return /* @__PURE__ */ React100.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React100.createElement(
|
|
1578
1633
|
"path",
|
|
1579
1634
|
{
|
|
1580
1635
|
fillRule: "evenodd",
|
|
@@ -1625,9 +1680,9 @@ var SvgCut = (props) => /* @__PURE__ */ import_react32.default.createElement("sv
|
|
|
1625
1680
|
|
|
1626
1681
|
// src/components/icon/available-icons/cursor.tsx
|
|
1627
1682
|
var import_cursor = __toESM(require("@atlaskit/icon-lab/core/cursor"));
|
|
1628
|
-
var
|
|
1683
|
+
var React104 = __toESM(require("react"));
|
|
1629
1684
|
var SvgCursor = () => {
|
|
1630
|
-
return /* @__PURE__ */
|
|
1685
|
+
return /* @__PURE__ */ React104.createElement(import_cursor.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1631
1686
|
};
|
|
1632
1687
|
|
|
1633
1688
|
// src/components/icon/available-icons/delete.tsx
|
|
@@ -1656,29 +1711,29 @@ var SvgDeleteForever = (props) => /* @__PURE__ */ import_react34.default.createE
|
|
|
1656
1711
|
|
|
1657
1712
|
// src/components/icon/available-icons/desktop-mac.tsx
|
|
1658
1713
|
var import_screen = __toESM(require("@atlaskit/icon/core/screen"));
|
|
1659
|
-
var
|
|
1714
|
+
var React107 = __toESM(require("react"));
|
|
1660
1715
|
function SvgDesktopMac() {
|
|
1661
|
-
return /* @__PURE__ */
|
|
1716
|
+
return /* @__PURE__ */ React107.createElement(import_screen.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1662
1717
|
}
|
|
1663
1718
|
|
|
1664
1719
|
// src/components/icon/available-icons/domain.tsx
|
|
1665
1720
|
var import_office_building = __toESM(require("@atlaskit/icon/core/office-building"));
|
|
1666
|
-
var
|
|
1721
|
+
var React108 = __toESM(require("react"));
|
|
1667
1722
|
function SvgDomain() {
|
|
1668
|
-
return /* @__PURE__ */
|
|
1723
|
+
return /* @__PURE__ */ React108.createElement(import_office_building.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1669
1724
|
}
|
|
1670
1725
|
|
|
1671
1726
|
// src/components/icon/available-icons/download.tsx
|
|
1672
1727
|
var import_download = __toESM(require("@atlaskit/icon/core/download"));
|
|
1673
|
-
var
|
|
1728
|
+
var React109 = __toESM(require("react"));
|
|
1674
1729
|
function SvgDownload() {
|
|
1675
|
-
return /* @__PURE__ */
|
|
1730
|
+
return /* @__PURE__ */ React109.createElement(import_download.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1676
1731
|
}
|
|
1677
1732
|
|
|
1678
1733
|
// src/components/icon/available-icons/edge-logo.tsx
|
|
1679
|
-
var
|
|
1734
|
+
var React110 = __toESM(require("react"));
|
|
1680
1735
|
function SvgEdgeLogo(props) {
|
|
1681
|
-
return /* @__PURE__ */
|
|
1736
|
+
return /* @__PURE__ */ React110.createElement(
|
|
1682
1737
|
"svg",
|
|
1683
1738
|
__spreadValues({
|
|
1684
1739
|
width: "96",
|
|
@@ -1687,46 +1742,46 @@ function SvgEdgeLogo(props) {
|
|
|
1687
1742
|
fill: "none",
|
|
1688
1743
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1689
1744
|
}, props),
|
|
1690
|
-
/* @__PURE__ */
|
|
1745
|
+
/* @__PURE__ */ React110.createElement("g", { clipPath: "url(#clip0_2_3904)" }, /* @__PURE__ */ React110.createElement(
|
|
1691
1746
|
"path",
|
|
1692
1747
|
{
|
|
1693
1748
|
d: "M86.6625 71.8734C85.3752 72.5424 84.0476 73.131 82.6875 73.6359C78.3808 75.2389 73.8203 76.0519 69.225 76.0359C51.4875 76.0359 36.0375 63.8484 36.0375 48.1734C36.0606 46.0745 36.6425 44.0196 37.7234 42.2202C38.8044 40.4208 40.3452 38.942 42.1875 37.9359C26.1375 38.6109 22.0125 55.3359 22.0125 65.1234C22.0125 92.8734 47.55 95.6484 53.0625 95.6484C56.025 95.6484 60.4875 94.7859 63.1875 93.9234L63.675 93.7734C74.0077 90.2026 82.8163 83.2192 88.65 73.9734C88.8195 73.6925 88.8923 73.3637 88.8571 73.0375C88.8219 72.7113 88.6808 72.4056 88.4552 72.1673C88.2297 71.9289 87.9322 71.7712 87.6084 71.7181C87.2846 71.665 86.9523 71.7196 86.6625 71.8734Z",
|
|
1694
1749
|
fill: "url(#paint0_linear_2_3904)"
|
|
1695
1750
|
}
|
|
1696
|
-
), /* @__PURE__ */
|
|
1751
|
+
), /* @__PURE__ */ React110.createElement(
|
|
1697
1752
|
"path",
|
|
1698
1753
|
{
|
|
1699
1754
|
opacity: "0.35",
|
|
1700
1755
|
d: "M86.6625 71.8734C85.3752 72.5424 84.0476 73.131 82.6875 73.6359C78.3808 75.2389 73.8203 76.0519 69.225 76.0359C51.4875 76.0359 36.0375 63.8484 36.0375 48.1734C36.0606 46.0745 36.6425 44.0196 37.7234 42.2202C38.8044 40.4208 40.3452 38.942 42.1875 37.9359C26.1375 38.6109 22.0125 55.3359 22.0125 65.1234C22.0125 92.8734 47.55 95.6484 53.0625 95.6484C56.025 95.6484 60.4875 94.7859 63.1875 93.9234L63.675 93.7734C74.0077 90.2026 82.8163 83.2192 88.65 73.9734C88.8195 73.6925 88.8923 73.3637 88.8571 73.0375C88.8219 72.7113 88.6808 72.4056 88.4552 72.1673C88.2297 71.9289 87.9322 71.7712 87.6084 71.7181C87.2846 71.665 86.9523 71.7196 86.6625 71.8734Z",
|
|
1701
1756
|
fill: "url(#paint1_radial_2_3904)"
|
|
1702
1757
|
}
|
|
1703
|
-
), /* @__PURE__ */
|
|
1758
|
+
), /* @__PURE__ */ React110.createElement(
|
|
1704
1759
|
"path",
|
|
1705
1760
|
{
|
|
1706
1761
|
d: "M39.6375 90.9234C36.2996 88.8502 33.4062 86.1353 31.125 82.9359C28.52 79.3703 26.7269 75.2779 25.8714 70.9458C25.016 66.6137 25.119 62.1469 26.1731 57.8588C27.2273 53.5707 29.2071 49.5653 31.9736 46.1235C34.7401 42.6818 38.2263 39.8872 42.1875 37.9359C43.3875 37.3734 45.375 36.3984 48.0375 36.4359C49.911 36.4504 51.7558 36.898 53.4277 37.7437C55.0996 38.5894 56.5532 39.8102 57.675 41.3109C59.1838 43.34 60.0109 45.7949 60.0375 48.3234C60.0375 48.2484 69.225 18.4734 30.0375 18.4734C13.575 18.4734 0.0374987 34.0734 0.0374987 47.7984C-0.0279818 55.0485 1.52204 62.2221 4.575 68.7984C9.57477 79.4447 18.3095 87.8848 29.1211 92.5163C39.9327 97.1479 52.0686 97.6486 63.225 93.9234C59.3164 95.1578 55.1864 95.5289 51.1204 95.0109C47.0543 94.493 43.1493 93.0983 39.675 90.9234H39.6375Z",
|
|
1707
1762
|
fill: "url(#paint2_linear_2_3904)"
|
|
1708
1763
|
}
|
|
1709
|
-
), /* @__PURE__ */
|
|
1764
|
+
), /* @__PURE__ */ React110.createElement(
|
|
1710
1765
|
"path",
|
|
1711
1766
|
{
|
|
1712
1767
|
opacity: "0.41",
|
|
1713
1768
|
d: "M39.6375 90.9234C36.2996 88.8502 33.4062 86.1353 31.125 82.9359C28.52 79.3703 26.7269 75.2779 25.8714 70.9458C25.016 66.6137 25.119 62.1469 26.1731 57.8588C27.2273 53.5707 29.2071 49.5653 31.9736 46.1235C34.7401 42.6818 38.2263 39.8872 42.1875 37.9359C43.3875 37.3734 45.375 36.3984 48.0375 36.4359C49.911 36.4504 51.7558 36.898 53.4277 37.7437C55.0996 38.5894 56.5532 39.8102 57.675 41.3109C59.1838 43.34 60.0109 45.7949 60.0375 48.3234C60.0375 48.2484 69.225 18.4734 30.0375 18.4734C13.575 18.4734 0.0374987 34.0734 0.0374987 47.7984C-0.0279818 55.0485 1.52204 62.2221 4.575 68.7984C9.57477 79.4447 18.3095 87.8848 29.1211 92.5163C39.9327 97.1479 52.0686 97.6486 63.225 93.9234C59.3164 95.1578 55.1864 95.5289 51.1204 95.0109C47.0543 94.493 43.1493 93.0983 39.675 90.9234H39.6375Z",
|
|
1714
1769
|
fill: "url(#paint3_radial_2_3904)"
|
|
1715
1770
|
}
|
|
1716
|
-
), /* @__PURE__ */
|
|
1771
|
+
), /* @__PURE__ */ React110.createElement(
|
|
1717
1772
|
"path",
|
|
1718
1773
|
{
|
|
1719
1774
|
d: "M57.15 56.2359C56.8125 56.6109 55.875 57.1734 55.875 58.3359C55.875 59.3109 56.5125 60.2859 57.675 61.0734C63.0375 64.8234 73.2 64.2984 73.2375 64.2984C77.2352 64.2958 81.159 63.2209 84.6 61.1859C88.0643 59.1596 90.9387 56.2631 92.9384 52.7834C94.9381 49.3037 95.9935 45.3617 96 41.3484C96.1125 32.9484 93 27.3609 91.7625 24.8859C83.775 9.36091 66.6375 0.435913 48 0.435913C35.3857 0.434666 23.2779 5.39903 14.2953 14.2553C5.31272 23.1116 0.177389 35.1479 0 47.7609C0.1875 34.0734 13.8 23.0109 30 23.0109C31.3125 23.0109 38.8125 23.1234 45.75 26.7609C50.6239 29.1829 54.6601 33.01 57.3375 37.7484C59.625 41.7234 60.0375 46.7859 60.0375 48.8109C60.0375 50.8359 59.025 53.7984 57.1125 56.2734L57.15 56.2359Z",
|
|
1720
1775
|
fill: "url(#paint4_radial_2_3904)"
|
|
1721
1776
|
}
|
|
1722
|
-
), /* @__PURE__ */
|
|
1777
|
+
), /* @__PURE__ */ React110.createElement(
|
|
1723
1778
|
"path",
|
|
1724
1779
|
{
|
|
1725
1780
|
d: "M57.15 56.2359C56.8125 56.6109 55.875 57.1734 55.875 58.3359C55.875 59.3109 56.5125 60.2859 57.675 61.0734C63.0375 64.8234 73.2 64.2984 73.2375 64.2984C77.2352 64.2958 81.159 63.2209 84.6 61.1859C88.0643 59.1596 90.9387 56.2631 92.9384 52.7834C94.9381 49.3037 95.9935 45.3617 96 41.3484C96.1125 32.9484 93 27.3609 91.7625 24.8859C83.775 9.36091 66.6375 0.435913 48 0.435913C35.3857 0.434666 23.2779 5.39903 14.2953 14.2553C5.31272 23.1116 0.177389 35.1479 0 47.7609C0.1875 34.0734 13.8 23.0109 30 23.0109C31.3125 23.0109 38.8125 23.1234 45.75 26.7609C50.6239 29.1829 54.6601 33.01 57.3375 37.7484C59.625 41.7234 60.0375 46.7859 60.0375 48.8109C60.0375 50.8359 59.025 53.7984 57.1125 56.2734L57.15 56.2359Z",
|
|
1726
1781
|
fill: "url(#paint5_radial_2_3904)"
|
|
1727
1782
|
}
|
|
1728
1783
|
)),
|
|
1729
|
-
/* @__PURE__ */
|
|
1784
|
+
/* @__PURE__ */ React110.createElement("defs", null, /* @__PURE__ */ React110.createElement(
|
|
1730
1785
|
"linearGradient",
|
|
1731
1786
|
{
|
|
1732
1787
|
id: "paint0_linear_2_3904",
|
|
@@ -1736,9 +1791,9 @@ function SvgEdgeLogo(props) {
|
|
|
1736
1791
|
y2: "66.8109",
|
|
1737
1792
|
gradientUnits: "userSpaceOnUse"
|
|
1738
1793
|
},
|
|
1739
|
-
/* @__PURE__ */
|
|
1740
|
-
/* @__PURE__ */
|
|
1741
|
-
), /* @__PURE__ */
|
|
1794
|
+
/* @__PURE__ */ React110.createElement("stop", { stopColor: "#0C59A4" }),
|
|
1795
|
+
/* @__PURE__ */ React110.createElement("stop", { offset: "1", stopColor: "#114A8B" })
|
|
1796
|
+
), /* @__PURE__ */ React110.createElement(
|
|
1742
1797
|
"radialGradient",
|
|
1743
1798
|
{
|
|
1744
1799
|
id: "paint1_radial_2_3904",
|
|
@@ -1748,10 +1803,10 @@ function SvgEdgeLogo(props) {
|
|
|
1748
1803
|
gradientUnits: "userSpaceOnUse",
|
|
1749
1804
|
gradientTransform: "translate(58.95 67.3153) scale(35.775 33.9863)"
|
|
1750
1805
|
},
|
|
1751
|
-
/* @__PURE__ */
|
|
1752
|
-
/* @__PURE__ */
|
|
1753
|
-
/* @__PURE__ */
|
|
1754
|
-
), /* @__PURE__ */
|
|
1806
|
+
/* @__PURE__ */ React110.createElement("stop", { offset: "0.7", stopOpacity: "0" }),
|
|
1807
|
+
/* @__PURE__ */ React110.createElement("stop", { offset: "0.9", stopOpacity: "0.5" }),
|
|
1808
|
+
/* @__PURE__ */ React110.createElement("stop", { offset: "1" })
|
|
1809
|
+
), /* @__PURE__ */ React110.createElement(
|
|
1755
1810
|
"linearGradient",
|
|
1756
1811
|
{
|
|
1757
1812
|
id: "paint2_linear_2_3904",
|
|
@@ -1761,11 +1816,11 @@ function SvgEdgeLogo(props) {
|
|
|
1761
1816
|
y2: "83.2734",
|
|
1762
1817
|
gradientUnits: "userSpaceOnUse"
|
|
1763
1818
|
},
|
|
1764
|
-
/* @__PURE__ */
|
|
1765
|
-
/* @__PURE__ */
|
|
1766
|
-
/* @__PURE__ */
|
|
1767
|
-
/* @__PURE__ */
|
|
1768
|
-
), /* @__PURE__ */
|
|
1819
|
+
/* @__PURE__ */ React110.createElement("stop", { stopColor: "#1B9DE2" }),
|
|
1820
|
+
/* @__PURE__ */ React110.createElement("stop", { offset: "0.2", stopColor: "#1595DF" }),
|
|
1821
|
+
/* @__PURE__ */ React110.createElement("stop", { offset: "0.7", stopColor: "#0680D7" }),
|
|
1822
|
+
/* @__PURE__ */ React110.createElement("stop", { offset: "1", stopColor: "#0078D4" })
|
|
1823
|
+
), /* @__PURE__ */ React110.createElement(
|
|
1769
1824
|
"radialGradient",
|
|
1770
1825
|
{
|
|
1771
1826
|
id: "paint3_radial_2_3904",
|
|
@@ -1775,10 +1830,10 @@ function SvgEdgeLogo(props) {
|
|
|
1775
1830
|
gradientUnits: "userSpaceOnUse",
|
|
1776
1831
|
gradientTransform: "translate(26.4581 75.0373) rotate(-81.3844) scale(53.7698 43.4406)"
|
|
1777
1832
|
},
|
|
1778
|
-
/* @__PURE__ */
|
|
1779
|
-
/* @__PURE__ */
|
|
1780
|
-
/* @__PURE__ */
|
|
1781
|
-
), /* @__PURE__ */
|
|
1833
|
+
/* @__PURE__ */ React110.createElement("stop", { offset: "0.8", stopOpacity: "0" }),
|
|
1834
|
+
/* @__PURE__ */ React110.createElement("stop", { offset: "0.9", stopOpacity: "0.5" }),
|
|
1835
|
+
/* @__PURE__ */ React110.createElement("stop", { offset: "1" })
|
|
1836
|
+
), /* @__PURE__ */ React110.createElement(
|
|
1782
1837
|
"radialGradient",
|
|
1783
1838
|
{
|
|
1784
1839
|
id: "paint4_radial_2_3904",
|
|
@@ -1788,12 +1843,12 @@ function SvgEdgeLogo(props) {
|
|
|
1788
1843
|
gradientUnits: "userSpaceOnUse",
|
|
1789
1844
|
gradientTransform: "translate(9.70875 18.1794) rotate(92.2906) scale(75.9607 161.781)"
|
|
1790
1845
|
},
|
|
1791
|
-
/* @__PURE__ */
|
|
1792
|
-
/* @__PURE__ */
|
|
1793
|
-
/* @__PURE__ */
|
|
1794
|
-
/* @__PURE__ */
|
|
1795
|
-
/* @__PURE__ */
|
|
1796
|
-
), /* @__PURE__ */
|
|
1846
|
+
/* @__PURE__ */ React110.createElement("stop", { stopColor: "#35C1F1" }),
|
|
1847
|
+
/* @__PURE__ */ React110.createElement("stop", { offset: "0.1", stopColor: "#34C1ED" }),
|
|
1848
|
+
/* @__PURE__ */ React110.createElement("stop", { offset: "0.2", stopColor: "#2FC2DF" }),
|
|
1849
|
+
/* @__PURE__ */ React110.createElement("stop", { offset: "0.3", stopColor: "#2BC3D2" }),
|
|
1850
|
+
/* @__PURE__ */ React110.createElement("stop", { offset: "0.7", stopColor: "#36C752" })
|
|
1851
|
+
), /* @__PURE__ */ React110.createElement(
|
|
1797
1852
|
"radialGradient",
|
|
1798
1853
|
{
|
|
1799
1854
|
id: "paint5_radial_2_3904",
|
|
@@ -1803,9 +1858,9 @@ function SvgEdgeLogo(props) {
|
|
|
1803
1858
|
gradientUnits: "userSpaceOnUse",
|
|
1804
1859
|
gradientTransform: "translate(90.0225 29.4234) rotate(73.7398) scale(36.4875 29.6716)"
|
|
1805
1860
|
},
|
|
1806
|
-
/* @__PURE__ */
|
|
1807
|
-
/* @__PURE__ */
|
|
1808
|
-
), /* @__PURE__ */
|
|
1861
|
+
/* @__PURE__ */ React110.createElement("stop", { stopColor: "#66EB6E" }),
|
|
1862
|
+
/* @__PURE__ */ React110.createElement("stop", { offset: "1", stopColor: "#66EB6E", stopOpacity: "0" })
|
|
1863
|
+
), /* @__PURE__ */ React110.createElement("clipPath", { id: "clip0_2_3904" }, /* @__PURE__ */ React110.createElement(
|
|
1809
1864
|
"rect",
|
|
1810
1865
|
{
|
|
1811
1866
|
width: "96",
|
|
@@ -1819,16 +1874,16 @@ function SvgEdgeLogo(props) {
|
|
|
1819
1874
|
|
|
1820
1875
|
// src/components/icon/available-icons/edit.tsx
|
|
1821
1876
|
var import_edit = __toESM(require("@atlaskit/icon/core/edit"));
|
|
1822
|
-
var
|
|
1877
|
+
var React111 = __toESM(require("react"));
|
|
1823
1878
|
function SvgEdit() {
|
|
1824
|
-
return /* @__PURE__ */
|
|
1879
|
+
return /* @__PURE__ */ React111.createElement(import_edit.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1825
1880
|
}
|
|
1826
1881
|
|
|
1827
1882
|
// src/components/icon/available-icons/editions.tsx
|
|
1828
1883
|
var import_editions = __toESM(require("@atlaskit/icon-lab/core/editions"));
|
|
1829
|
-
var
|
|
1884
|
+
var React112 = __toESM(require("react"));
|
|
1830
1885
|
function SvgEditions(props) {
|
|
1831
|
-
return /* @__PURE__ */
|
|
1886
|
+
return /* @__PURE__ */ React112.createElement(
|
|
1832
1887
|
import_editions.default,
|
|
1833
1888
|
{
|
|
1834
1889
|
label: "",
|
|
@@ -1840,9 +1895,9 @@ function SvgEditions(props) {
|
|
|
1840
1895
|
|
|
1841
1896
|
// src/components/icon/available-icons/edit-border.tsx
|
|
1842
1897
|
var import_pencil = __toESM(require("@atlaskit/icon-lab/core/pencil"));
|
|
1843
|
-
var
|
|
1898
|
+
var React113 = __toESM(require("react"));
|
|
1844
1899
|
function SvgEditBorder() {
|
|
1845
|
-
return /* @__PURE__ */
|
|
1900
|
+
return /* @__PURE__ */ React113.createElement(import_pencil.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1846
1901
|
}
|
|
1847
1902
|
|
|
1848
1903
|
// src/components/icon/available-icons/exit-to-app.tsx
|
|
@@ -1876,30 +1931,61 @@ var SvgExpandReplies = () => /* @__PURE__ */ import_react37.default.createElemen
|
|
|
1876
1931
|
|
|
1877
1932
|
// src/components/icon/available-icons/extension.tsx
|
|
1878
1933
|
var import_browser_extension = __toESM(require("@atlaskit/icon-lab/core/browser-extension"));
|
|
1879
|
-
var
|
|
1934
|
+
var React117 = __toESM(require("react"));
|
|
1880
1935
|
function SvgExtension() {
|
|
1881
|
-
return /* @__PURE__ */
|
|
1936
|
+
return /* @__PURE__ */ React117.createElement(import_browser_extension.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1882
1937
|
}
|
|
1883
1938
|
|
|
1884
1939
|
// src/components/icon/available-icons/external-link.tsx
|
|
1885
1940
|
var import_link_external = __toESM(require("@atlaskit/icon/core/link-external"));
|
|
1886
|
-
var
|
|
1941
|
+
var React118 = __toESM(require("react"));
|
|
1887
1942
|
function SvgExternalLink() {
|
|
1888
|
-
return /* @__PURE__ */
|
|
1943
|
+
return /* @__PURE__ */ React118.createElement(import_link_external.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1889
1944
|
}
|
|
1890
1945
|
|
|
1891
1946
|
// src/components/icon/available-icons/eye.tsx
|
|
1892
1947
|
var import_eye_open = __toESM(require("@atlaskit/icon/core/eye-open"));
|
|
1893
|
-
var
|
|
1948
|
+
var React119 = __toESM(require("react"));
|
|
1894
1949
|
function SvgEye() {
|
|
1895
|
-
return /* @__PURE__ */
|
|
1950
|
+
return /* @__PURE__ */ React119.createElement(import_eye_open.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1896
1951
|
}
|
|
1897
1952
|
|
|
1898
1953
|
// src/components/icon/available-icons/eye-off.tsx
|
|
1899
1954
|
var import_eye_open_strikethrough = __toESM(require("@atlaskit/icon/core/eye-open-strikethrough"));
|
|
1900
|
-
var
|
|
1955
|
+
var React120 = __toESM(require("react"));
|
|
1901
1956
|
function SvgEyeOff() {
|
|
1902
|
-
return /* @__PURE__ */
|
|
1957
|
+
return /* @__PURE__ */ React120.createElement(import_eye_open_strikethrough.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1958
|
+
}
|
|
1959
|
+
|
|
1960
|
+
// src/components/icon/available-icons/facebook.tsx
|
|
1961
|
+
var React121 = __toESM(require("react"));
|
|
1962
|
+
function SvgFacebook(props) {
|
|
1963
|
+
return /* @__PURE__ */ React121.createElement(
|
|
1964
|
+
"svg",
|
|
1965
|
+
__spreadProps(__spreadValues({}, props), {
|
|
1966
|
+
viewBox: "0 0 24 24",
|
|
1967
|
+
fill: "none",
|
|
1968
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1969
|
+
}),
|
|
1970
|
+
/* @__PURE__ */ React121.createElement(
|
|
1971
|
+
"path",
|
|
1972
|
+
{
|
|
1973
|
+
fillRule: "evenodd",
|
|
1974
|
+
clipRule: "evenodd",
|
|
1975
|
+
d: "M24 12C24 5.37264 18.6274 0 12 0C5.37264 0 0 5.37264 0 12C0 17.6275 3.87456 22.3498 9.10128 23.6467V15.6672H6.62688V12H9.10128V10.4198C9.10128 6.33552 10.9498 4.4424 14.9597 4.4424C15.72 4.4424 17.0318 4.59168 17.5685 4.74048V8.06448C17.2853 8.03472 16.7933 8.01984 16.1822 8.01984C14.2147 8.01984 13.4544 8.76528 13.4544 10.703V12H17.3741L16.7006 15.6672H13.4544V23.9122C19.3963 23.1946 24.0005 18.1354 24.0005 12H24Z",
|
|
1976
|
+
fill: "#0866FF"
|
|
1977
|
+
}
|
|
1978
|
+
),
|
|
1979
|
+
/* @__PURE__ */ React121.createElement(
|
|
1980
|
+
"path",
|
|
1981
|
+
{
|
|
1982
|
+
fillRule: "evenodd",
|
|
1983
|
+
clipRule: "evenodd",
|
|
1984
|
+
d: "M16.7001 15.6672L17.3735 12H13.4539V10.703C13.4539 8.76526 14.2142 8.01982 16.1817 8.01982C16.7927 8.01982 17.2847 8.0347 17.5679 8.06446V4.74046C17.0313 4.59118 15.7195 4.44238 14.9591 4.44238C10.9492 4.44238 9.10074 6.3355 9.10074 10.4198V12H6.62634V15.6672H9.10074V23.6467C10.0291 23.8771 11.0001 24 11.9995 24C12.4915 24 12.9767 23.9697 13.4534 23.9121V15.6672H16.6996H16.7001Z",
|
|
1985
|
+
fill: "white"
|
|
1986
|
+
}
|
|
1987
|
+
)
|
|
1988
|
+
);
|
|
1903
1989
|
}
|
|
1904
1990
|
|
|
1905
1991
|
// src/components/icon/available-icons/fiber-manual-record.tsx
|
|
@@ -1908,15 +1994,15 @@ var SvgFiberManualRecord = (props) => /* @__PURE__ */ import_react38.default.cre
|
|
|
1908
1994
|
|
|
1909
1995
|
// src/components/icon/available-icons/filler-word-removal.tsx
|
|
1910
1996
|
var import_ai_generative_remove = __toESM(require("@atlaskit/icon-lab/core/ai-generative-remove"));
|
|
1911
|
-
var
|
|
1997
|
+
var React123 = __toESM(require("react"));
|
|
1912
1998
|
function SvgFillerWordRemoval() {
|
|
1913
|
-
return /* @__PURE__ */
|
|
1999
|
+
return /* @__PURE__ */ React123.createElement(import_ai_generative_remove.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1914
2000
|
}
|
|
1915
2001
|
|
|
1916
2002
|
// src/components/icon/available-icons/firefox-logo.tsx
|
|
1917
|
-
var
|
|
2003
|
+
var React124 = __toESM(require("react"));
|
|
1918
2004
|
function SvgFirefoxLogo(props) {
|
|
1919
|
-
return /* @__PURE__ */
|
|
2005
|
+
return /* @__PURE__ */ React124.createElement(
|
|
1920
2006
|
"svg",
|
|
1921
2007
|
__spreadValues({
|
|
1922
2008
|
width: "96",
|
|
@@ -1925,92 +2011,92 @@ function SvgFirefoxLogo(props) {
|
|
|
1925
2011
|
fill: "none",
|
|
1926
2012
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1927
2013
|
}, props),
|
|
1928
|
-
/* @__PURE__ */
|
|
2014
|
+
/* @__PURE__ */ React124.createElement("g", { clipPath: "url(#clip0_2_3887)" }, /* @__PURE__ */ React124.createElement(
|
|
1929
2015
|
"path",
|
|
1930
2016
|
{
|
|
1931
2017
|
d: "M77.3755 9.37085C74.977 12.1637 73.8599 18.4493 76.292 24.8212C78.7241 31.1931 82.4518 29.8092 84.7755 36.3068C87.8427 44.8806 86.4151 56.3979 86.4151 56.3979C86.4151 56.3979 90.1024 67.0759 92.6719 55.7335C98.3593 34.4291 77.3755 14.6171 77.3755 9.37085Z",
|
|
1932
2018
|
fill: "url(#paint0_radial_2_3887)"
|
|
1933
2019
|
}
|
|
1934
|
-
), /* @__PURE__ */
|
|
2020
|
+
), /* @__PURE__ */ React124.createElement(
|
|
1935
2021
|
"path",
|
|
1936
2022
|
{
|
|
1937
2023
|
d: "M48.1074 97.8203C72.6703 97.8203 92.5685 77.8143 92.5685 53.146C92.5685 28.4776 72.6703 8.4718 48.1312 8.4718C23.5922 8.4718 3.69412 28.4777 3.69412 53.146C3.64654 77.8382 23.5682 97.8203 48.1074 97.8203Z",
|
|
1938
2024
|
fill: "url(#paint1_radial_2_3887)"
|
|
1939
2025
|
}
|
|
1940
|
-
), /* @__PURE__ */
|
|
2026
|
+
), /* @__PURE__ */ React124.createElement(
|
|
1941
2027
|
"path",
|
|
1942
2028
|
{
|
|
1943
2029
|
d: "M81.421 80.6927C80.4599 81.3707 79.4516 81.9793 78.4038 82.5139C79.7918 80.4802 81.0722 78.3753 82.24 76.2077C83.1875 75.159 84.0555 74.1396 84.7628 73.0373C85.1071 72.4958 85.4953 71.8275 85.9062 71.0522C88.4023 66.5551 91.1546 59.2771 91.2327 51.8014V51.7834C91.2345 51.5994 91.2356 51.4153 91.2341 51.231C91.247 49.3545 91.0551 47.4822 90.662 45.6473C90.682 45.7906 90.6996 45.9339 90.7176 46.0771C90.6955 45.9669 90.6769 45.8555 90.6531 45.7452C90.6898 45.9489 90.7192 46.1458 90.7509 46.3444C91.2611 50.673 90.8977 54.8953 89.08 58.0081C89.0514 58.0536 89.0219 58.0961 88.993 58.1406C89.9355 53.4096 90.2508 48.186 89.2021 42.9563C89.2021 42.9563 88.7828 40.4139 85.6589 32.6958C83.8608 28.2534 80.6676 24.6112 77.8464 21.9579C75.3734 18.8984 73.1274 16.8452 71.8893 15.5416C69.3031 12.8184 68.2191 10.7771 67.774 9.44518C67.3881 9.25167 62.452 4.4565 62.0599 4.2738C59.9053 7.61435 53.1294 18.0634 56.3527 27.8261C57.8134 32.2504 61.5076 36.8422 65.3738 39.4182C65.5436 39.6121 67.6744 41.9264 68.6877 47.1463C69.734 52.5391 69.1839 56.7472 67.0304 62.9699C64.4978 68.4292 58.0093 73.8261 51.9339 74.3782C38.9455 75.5582 34.1906 67.8569 34.1906 67.8569C38.8316 69.7124 43.963 69.3243 47.0836 67.4006C50.2287 65.455 52.1311 64.0125 53.6752 64.5813C55.1976 65.1475 56.4096 63.504 55.322 61.8001C54.4822 60.5066 53.2804 59.4886 51.8664 58.8729C50.4523 58.2571 48.8884 58.0709 47.3693 58.3373C44.221 58.849 41.337 61.343 37.2118 58.9277C36.9448 58.7727 36.6864 58.6035 36.4377 58.4206C36.1658 58.2419 37.3217 58.6928 37.052 58.4896C36.2492 58.0535 34.8284 57.1031 34.4598 56.7651C34.3984 56.7088 35.0827 56.9833 35.0213 56.927C31.1642 53.7507 31.6459 51.605 31.7671 50.2593C31.8642 49.1827 32.5648 47.803 33.7454 47.2435C34.3156 47.5546 34.6709 47.7922 34.6709 47.7922C34.6709 47.7922 34.4277 47.2953 34.2962 47.0334C34.3422 47.0134 34.3863 47.0187 34.4322 46.9992C34.8993 47.2246 35.9323 47.8105 36.4762 48.1677C37.1845 48.6673 37.4103 49.1128 37.4103 49.1128C37.4103 49.1128 37.5967 49.0102 37.4588 48.5745C37.4087 48.3958 37.1937 47.828 36.4921 47.255L36.536 47.2599C36.9559 47.4992 37.3537 47.7754 37.7246 48.0853C37.9224 47.3661 38.2781 46.6151 38.1999 45.2716C38.1521 44.327 38.1742 44.0824 38.0077 43.7176C37.8587 43.4043 38.0912 43.2821 38.3501 43.6074C38.3058 43.3525 38.2315 43.1038 38.1289 42.8663L38.1311 42.8418C38.4541 41.7164 44.9668 38.7892 45.4409 38.4471C46.2198 37.896 46.8729 37.1859 47.3572 36.3637C47.7194 35.7865 47.9919 34.9767 48.0583 33.7484C48.0938 32.8625 47.6818 32.2726 41.0965 31.5831C39.2955 31.4057 38.2388 30.1007 37.6383 28.8965C37.5287 28.6371 37.4171 28.402 37.3053 28.1671C37.1986 27.8926 37.1129 27.6103 37.0491 27.3227C38.1257 24.2304 39.9347 21.6159 42.5946 19.6404C42.7396 19.5084 42.0155 19.6742 42.1604 19.5422C42.3293 19.3882 43.433 18.9436 43.6414 18.8434C43.896 18.7232 42.5515 18.1523 41.3646 18.2913C40.1557 18.4276 39.899 18.5718 39.2539 18.8453C39.5216 18.5788 40.373 18.2294 40.1734 18.2317C38.8702 18.4316 37.2508 19.1891 35.8665 20.047C35.8638 19.8976 35.8923 19.7493 35.9501 19.6115C35.305 19.8852 33.7206 20.9926 33.2593 21.9295C33.2792 21.7499 33.2881 21.5693 33.286 21.3886C32.7945 21.7985 32.3511 22.2628 31.9643 22.7726L31.9402 22.7945C28.1984 21.2871 24.9056 21.1896 22.1192 21.8654C21.5096 21.2533 21.2118 21.7008 19.8248 18.6534C19.7306 18.4699 19.8971 18.8346 19.8248 18.6534C19.5967 18.0625 19.9639 19.4419 19.8248 18.6534C17.4927 20.4936 14.4242 22.579 12.9512 24.051C12.933 24.1097 14.6696 23.5603 12.9512 24.051C12.3495 24.2229 12.3903 24.58 12.2989 27.8071C12.2768 28.0518 12.2964 28.3258 12.2765 28.546C11.0999 30.0452 10.2985 31.3148 9.99539 31.9726C8.47366 34.5948 6.79768 38.6826 5.17308 45.1488C5.88966 43.3961 6.7536 41.7073 7.75561 40.1006C6.40465 43.5328 5.09866 48.9225 4.83754 57.2225C5.16435 55.5098 5.58339 53.816 6.09285 52.1484C5.77391 59.0344 6.96139 65.907 9.57242 72.2867C10.5068 74.5725 12.0524 78.0414 14.6835 81.842C22.95 90.5398 34.6099 95.9546 47.5212 95.9546C61 95.9547 73.1037 90.0574 81.421 80.6927Z",
|
|
1944
2030
|
fill: "url(#paint2_linear_2_3887)"
|
|
1945
2031
|
}
|
|
1946
|
-
), /* @__PURE__ */
|
|
2032
|
+
), /* @__PURE__ */ React124.createElement(
|
|
1947
2033
|
"path",
|
|
1948
2034
|
{
|
|
1949
2035
|
d: "M71.4475 87.01C87.7606 85.121 94.9821 68.3101 85.7084 67.9796C77.3317 67.7118 63.7206 87.9014 71.4475 87.01Z",
|
|
1950
2036
|
fill: "url(#paint3_radial_2_3887)"
|
|
1951
2037
|
}
|
|
1952
|
-
), /* @__PURE__ */
|
|
2038
|
+
), /* @__PURE__ */ React124.createElement(
|
|
1953
2039
|
"path",
|
|
1954
2040
|
{
|
|
1955
2041
|
d: "M86.8829 64.5457C98.1065 58.0138 95.1801 43.9047 95.1801 43.9047C95.1801 43.9047 90.8486 48.9365 87.9059 56.9575C84.9992 64.9002 80.1351 68.4908 86.8829 64.5457Z",
|
|
1956
2042
|
fill: "url(#paint4_radial_2_3887)"
|
|
1957
2043
|
}
|
|
1958
|
-
), /* @__PURE__ */
|
|
2044
|
+
), /* @__PURE__ */ React124.createElement(
|
|
1959
2045
|
"path",
|
|
1960
2046
|
{
|
|
1961
2047
|
d: "M51.2526 95.3589C66.9003 100.352 80.3492 88.0251 72.0592 83.9085C64.522 80.196 43.8257 92.9979 51.2526 95.3589Z",
|
|
1962
2048
|
fill: "url(#paint5_radial_2_3887)"
|
|
1963
2049
|
}
|
|
1964
|
-
), /* @__PURE__ */
|
|
2050
|
+
), /* @__PURE__ */ React124.createElement(
|
|
1965
2051
|
"path",
|
|
1966
2052
|
{
|
|
1967
2053
|
d: "M88.049 70.5362C88.4296 69.9991 88.9444 68.2791 89.3991 67.5103C92.1618 63.0509 92.1813 59.4952 92.1813 59.4137C93.8499 51.0785 93.6985 47.675 92.6721 41.3806C91.8456 36.3125 88.2328 29.0517 85.103 25.5553C81.8778 21.953 84.15 23.1267 81.0272 20.4954C78.2902 17.4612 75.6363 14.4566 74.191 13.2483C63.7467 4.5166 63.9827 2.66193 64.1838 2.34573C64.1498 2.38289 64.1 2.43808 64.0364 2.51029C63.9127 2.0172 63.8253 1.60254 63.8253 1.60254C63.8253 1.60254 58.1162 7.31167 56.9143 16.8269C56.1296 23.0389 58.455 29.5148 61.8221 33.6538C63.5754 35.7988 65.5569 37.7467 67.7316 39.4631V39.4605C70.2756 43.1141 71.6759 47.6225 71.6759 52.4722C71.6759 64.6161 61.826 74.4605 49.6755 74.4605C48.0195 74.4614 46.3687 74.2759 44.7542 73.9077C39.0214 72.8152 35.7109 69.9233 34.0599 67.96C33.1137 66.8348 32.7113 66.0146 32.7113 66.0146C37.8479 67.8547 43.5272 67.4697 46.981 65.5621C50.4614 63.6325 52.5673 62.2021 54.2763 62.7661C55.961 63.3276 57.3023 61.6977 56.0993 60.0081C54.9203 58.3209 51.8525 55.9045 47.2974 56.574C43.8129 57.0815 40.621 59.5548 36.0554 57.1594C35.7613 57.0067 35.4754 56.8388 35.1986 56.6566C34.8976 56.4792 36.177 56.9266 35.8784 56.7249C34.99 56.2924 33.4172 55.3499 33.0095 55.0148C32.9415 54.959 33.6989 55.2312 33.6305 55.1751C29.3616 52.0251 29.8945 49.8973 30.0288 48.5627C30.1363 47.495 30.9117 46.1268 32.2182 45.5719C32.8493 45.8805 33.2425 46.1161 33.2425 46.1161C33.2425 46.1161 32.9733 45.6233 32.8277 45.3636C32.8787 45.3441 32.9273 45.349 32.978 45.3296C33.495 45.5532 34.6382 46.1338 35.2402 46.4885C36.0241 46.984 36.274 47.4258 36.274 47.4258C36.274 47.4258 36.4805 47.324 36.3277 46.8919C36.2719 46.7147 36.0344 46.1516 35.2578 45.5833L35.3064 45.5882C35.7674 45.8232 36.2075 46.0971 36.6219 46.4068C36.8408 45.6936 37.2347 44.9488 37.148 43.6165C37.0951 42.6798 37.1196 42.4371 36.9353 42.0754C36.7703 41.7649 37.0278 41.6435 37.3141 41.9664C37.2646 41.7117 37.1823 41.4645 37.0693 41.2309L37.0718 41.2067C37.4294 40.0906 44.6374 37.1878 45.1621 36.8484C46.0075 36.3178 46.7304 35.6134 47.283 34.7821C47.6836 34.2097 47.9855 33.4066 48.059 32.1885C48.0836 31.6396 47.9147 31.2052 46.0057 30.7897C44.86 30.5403 43.0874 30.2977 40.3534 30.0411C38.3602 29.8653 37.1906 28.5712 36.526 27.3769C36.4047 27.1196 36.2812 26.8861 36.1575 26.6535C36.0399 26.3828 35.945 26.1027 35.8739 25.8162C37.0666 22.6938 39.2146 20.0276 42.0116 18.1977C42.1719 18.0667 41.3706 18.2312 41.5308 18.1003C41.7179 17.9476 42.9394 17.5067 43.1702 17.4073C43.4519 17.2885 41.9638 16.7222 40.6502 16.8599C39.3124 16.995 39.0282 17.1379 38.3142 17.4093C38.6106 17.145 39.5528 16.7984 39.3319 16.8009C37.8896 16.999 36.0968 17.7503 34.5643 18.601C34.5615 18.4519 34.5932 18.3041 34.6569 18.1691C33.9428 18.4405 32.1892 19.5387 31.6787 20.4678C31.7006 20.2899 31.7105 20.1108 31.7081 19.9316C31.1704 20.3323 30.6799 20.7926 30.2458 21.3038L30.219 21.3256C26.0777 19.8307 22.4334 19.7339 19.3495 20.4041C18.6748 19.7971 17.59 18.8791 16.055 15.8568C15.9507 15.6749 15.8947 16.2329 15.8146 16.0533C15.2181 14.6697 14.8578 12.403 14.917 10.8403C14.917 10.8403 13.6832 11.4026 12.6621 13.751C12.4725 14.1732 12.3509 14.406 12.2294 14.6389C12.1735 14.7068 12.3561 13.8677 12.3269 13.9133C12.1494 14.2138 11.6903 14.6337 11.4885 15.1772C11.3499 15.5799 11.1554 15.8055 11.0313 16.3078L11.0022 16.3538C10.9922 16.2058 11.039 15.7448 11.0049 15.8393C10.5263 16.8063 10.1144 17.805 9.77213 18.8282C9.22235 20.6357 8.58233 23.096 8.48087 26.2966C8.45643 26.5393 8.47816 26.8111 8.45613 27.0295C7.15405 28.5163 6.26683 29.7752 5.93139 30.4278C4.248 33.029 2.39303 37.0829 0.594851 43.4955C1.39488 41.7438 2.35156 40.068 3.45322 38.4886C1.95793 41.8923 0.512519 47.2374 0.223557 55.4687C0.58652 53.7653 1.05048 52.085 1.61298 50.4367C1.35477 55.9255 1.99409 62.7303 5.46404 70.4079C7.52434 74.9239 12.267 84.0947 23.8555 91.2513L23.8545 91.252C23.8545 91.252 27.7968 94.1867 34.5733 96.3861C35.0741 96.5678 35.5814 96.7467 36.0992 96.9202C35.9367 96.8546 35.7795 96.7856 35.6269 96.7147C40.1374 98.0661 44.8205 98.7544 49.5291 98.758C67.0752 98.7729 72.2501 91.7267 72.2501 91.7267C72.2501 91.7267 72.2319 91.7405 72.1987 91.7645C72.4463 91.5314 72.6848 91.2891 72.9142 91.0376C70.1458 93.6518 63.8281 93.8253 61.4658 93.6367C65.4946 92.4535 68.1456 91.4526 73.3023 89.4781C73.9057 89.2545 74.5228 88.9994 75.1534 88.7129C75.2216 88.6829 75.2905 88.6503 75.359 88.6192C75.4841 88.5609 75.608 88.5058 75.7343 88.4445C78.2467 87.2605 80.6092 85.7815 82.7717 84.0387C87.95 79.9021 89.0767 75.87 89.6657 73.2114C89.5835 73.4662 89.3276 74.0603 89.1478 74.445C87.8142 77.2978 84.8569 79.0483 81.645 80.5496C83.1734 78.5442 84.5907 76.4566 85.8906 74.2962C86.939 73.2562 87.2661 71.6294 88.049 70.5362Z",
|
|
1968
2054
|
fill: "url(#paint6_radial_2_3887)"
|
|
1969
2055
|
}
|
|
1970
|
-
), /* @__PURE__ */
|
|
2056
|
+
), /* @__PURE__ */ React124.createElement(
|
|
1971
2057
|
"path",
|
|
1972
2058
|
{
|
|
1973
2059
|
d: "M81.7461 80.4269C83.8575 78.0991 85.7535 75.4365 87.1897 72.4173C90.8856 64.6466 96.6 51.7262 92.0994 38.232C88.5424 27.5666 83.6587 21.7348 77.4578 16.0379C67.3873 6.78646 64.5747 2.65635 64.5747 0.200317C64.5747 0.200317 52.9472 13.162 57.99 26.6808C63.0328 40.1996 73.3606 39.704 80.1934 53.8116C88.2338 70.4127 73.6881 88.5285 61.6594 93.5991C62.3958 93.4355 88.3991 87.5511 89.7657 72.6774C89.7348 72.9509 89.1488 77.0647 81.7461 80.4269Z",
|
|
1974
2060
|
fill: "url(#paint7_radial_2_3887)"
|
|
1975
2061
|
}
|
|
1976
|
-
), /* @__PURE__ */
|
|
2062
|
+
), /* @__PURE__ */ React124.createElement(
|
|
1977
2063
|
"path",
|
|
1978
2064
|
{
|
|
1979
2065
|
d: "M48.0593 32.1888C48.0987 31.3104 47.643 30.7205 40.3788 30.0391C37.3901 29.7631 36.2457 27.0008 35.8968 25.8383C34.8341 28.5992 34.3953 31.4963 34.6312 35.0006C34.7925 37.2963 36.3348 39.7603 37.0721 41.207C37.0721 41.207 37.236 40.9941 37.3116 40.9154C38.6999 39.47 44.5167 37.2676 45.0632 36.9549C45.6656 36.5744 47.9581 34.8994 48.0593 32.1888Z",
|
|
1980
2066
|
fill: "url(#paint8_linear_2_3887)"
|
|
1981
2067
|
}
|
|
1982
|
-
), /* @__PURE__ */
|
|
2068
|
+
), /* @__PURE__ */ React124.createElement(
|
|
1983
2069
|
"path",
|
|
1984
2070
|
{
|
|
1985
2071
|
d: "M16.0803 15.8725C15.9761 15.6904 15.9201 16.2485 15.8399 16.0689C15.2435 14.6854 14.8806 12.4431 14.9665 10.8584C14.9665 10.8584 13.7328 11.4207 12.7116 13.7691C12.522 14.1912 12.4004 14.4241 12.2789 14.657C12.2231 14.7249 12.4057 13.8857 12.3765 13.9314C12.1991 14.2319 11.74 14.6518 11.5406 15.1709C11.3752 15.5955 11.2051 15.8234 11.0785 16.35C11.0396 16.4931 11.1178 15.7167 11.0837 15.8112C8.70884 20.4011 8.25551 27.3411 8.50581 27.0476C13.5617 21.649 19.3557 20.3686 19.3557 20.3686C18.7392 19.9145 17.3997 18.6033 16.0804 15.8725H16.0803Z",
|
|
1986
2072
|
fill: "url(#paint9_linear_2_3887)"
|
|
1987
2073
|
}
|
|
1988
|
-
), /* @__PURE__ */
|
|
2074
|
+
), /* @__PURE__ */ React124.createElement(
|
|
1989
2075
|
"path",
|
|
1990
2076
|
{
|
|
1991
2077
|
d: "M35.264 72.3257C28.2804 69.344 20.3409 65.1387 20.6406 55.5851C21.0488 43.0031 32.3739 45.4899 32.3739 45.4899C31.9465 45.5939 30.8039 46.4075 30.3989 47.2747C29.971 48.3592 29.1901 50.808 31.5559 53.3745C35.2707 57.4001 23.9237 62.9254 41.438 73.3632C41.8797 73.6036 37.3323 73.2199 35.2642 72.3257H35.264Z",
|
|
1992
2078
|
fill: "url(#paint10_linear_2_3887)"
|
|
1993
2079
|
}
|
|
1994
|
-
), /* @__PURE__ */
|
|
2080
|
+
), /* @__PURE__ */ React124.createElement(
|
|
1995
2081
|
"path",
|
|
1996
2082
|
{
|
|
1997
2083
|
d: "M32.7831 66.0557C37.7352 67.7791 43.5042 67.4768 46.958 65.5691C49.2702 64.2819 52.2365 62.2203 54.0616 62.7292C52.4814 62.1046 51.2846 61.8128 49.8449 61.7415C49.5997 61.7415 49.3058 61.7363 49.0388 61.7094C48.5115 61.7077 47.9845 61.7366 47.4605 61.7958C46.5691 61.8778 45.5809 62.4402 44.6826 62.3499C44.634 62.345 45.554 61.9719 45.4792 61.9889C45.0032 62.0881 44.4861 62.1096 43.9397 62.1773C43.5924 62.2159 43.2938 62.2594 42.949 62.2737C32.6343 63.1484 23.9169 56.6835 23.9169 56.6835C23.1749 59.1825 27.2388 64.1254 32.7832 66.0557H32.7831Z",
|
|
1998
2084
|
fill: "url(#paint11_linear_2_3887)"
|
|
1999
2085
|
}
|
|
2000
|
-
), /* @__PURE__ */
|
|
2086
|
+
), /* @__PURE__ */ React124.createElement(
|
|
2001
2087
|
"path",
|
|
2002
2088
|
{
|
|
2003
2089
|
d: "M81.7278 80.4934C92.1607 70.25 97.4391 57.7986 95.2076 43.8328C95.2076 43.8328 96.0991 50.9943 92.7189 58.3188C94.3428 51.1681 94.5317 42.2818 90.2173 33.0796C84.4588 20.7969 74.9882 14.3338 71.3725 11.6375C65.8942 7.55209 63.6233 3.39243 63.5823 2.53406C61.9458 5.88712 56.9952 17.3778 63.0505 27.2736C68.7236 36.5449 77.6604 39.2968 83.9167 47.8012C95.4426 63.4683 81.7278 80.4934 81.7278 80.4934Z",
|
|
2004
2090
|
fill: "url(#paint12_linear_2_3887)"
|
|
2005
2091
|
}
|
|
2006
|
-
), /* @__PURE__ */
|
|
2092
|
+
), /* @__PURE__ */ React124.createElement(
|
|
2007
2093
|
"path",
|
|
2008
2094
|
{
|
|
2009
2095
|
d: "M80.233 53.8412C76.5869 46.3091 72.0363 43.0238 67.7316 39.4631C68.2324 40.1643 68.3558 40.412 68.633 40.8654C72.4218 44.9034 78.0087 54.7532 73.9525 67.1181C66.3174 90.3928 35.7771 79.4328 32.5753 76.3541C33.8706 89.8245 56.4171 96.2704 71.0969 87.535C79.4503 79.6274 86.2079 66.1847 80.233 53.8412Z",
|
|
2010
2096
|
fill: "url(#paint13_linear_2_3887)"
|
|
2011
2097
|
}
|
|
2012
2098
|
)),
|
|
2013
|
-
/* @__PURE__ */
|
|
2099
|
+
/* @__PURE__ */ React124.createElement("defs", null, /* @__PURE__ */ React124.createElement(
|
|
2014
2100
|
"radialGradient",
|
|
2015
2101
|
{
|
|
2016
2102
|
id: "paint0_radial_2_3887",
|
|
@@ -2020,15 +2106,15 @@ function SvgFirefoxLogo(props) {
|
|
|
2020
2106
|
gradientUnits: "userSpaceOnUse",
|
|
2021
2107
|
gradientTransform: "translate(91.188 24.8595) rotate(2.55481) scale(34.446 50.6293)"
|
|
2022
2108
|
},
|
|
2023
|
-
/* @__PURE__ */
|
|
2024
|
-
/* @__PURE__ */
|
|
2025
|
-
/* @__PURE__ */
|
|
2026
|
-
/* @__PURE__ */
|
|
2027
|
-
/* @__PURE__ */
|
|
2028
|
-
/* @__PURE__ */
|
|
2029
|
-
/* @__PURE__ */
|
|
2030
|
-
/* @__PURE__ */
|
|
2031
|
-
), /* @__PURE__ */
|
|
2109
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.045", stopColor: "#FFEA00" }),
|
|
2110
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.12", stopColor: "#FFDE00" }),
|
|
2111
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.254", stopColor: "#FFBF00" }),
|
|
2112
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.429", stopColor: "#FF8E00" }),
|
|
2113
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.769", stopColor: "#FF272D" }),
|
|
2114
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.872", stopColor: "#E0255A" }),
|
|
2115
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.953", stopColor: "#CC2477" }),
|
|
2116
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "1", stopColor: "#C42482" })
|
|
2117
|
+
), /* @__PURE__ */ React124.createElement(
|
|
2032
2118
|
"radialGradient",
|
|
2033
2119
|
{
|
|
2034
2120
|
id: "paint1_radial_2_3887",
|
|
@@ -2038,15 +2124,15 @@ function SvgFirefoxLogo(props) {
|
|
|
2038
2124
|
gradientUnits: "userSpaceOnUse",
|
|
2039
2125
|
gradientTransform: "translate(66.6417 19.5445) scale(97.0809 97.0809)"
|
|
2040
2126
|
},
|
|
2041
|
-
/* @__PURE__ */
|
|
2042
|
-
/* @__PURE__ */
|
|
2043
|
-
/* @__PURE__ */
|
|
2044
|
-
/* @__PURE__ */
|
|
2045
|
-
/* @__PURE__ */
|
|
2046
|
-
/* @__PURE__ */
|
|
2047
|
-
/* @__PURE__ */
|
|
2048
|
-
/* @__PURE__ */
|
|
2049
|
-
), /* @__PURE__ */
|
|
2127
|
+
/* @__PURE__ */ React124.createElement("stop", { stopColor: "#00CCDA" }),
|
|
2128
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.22", stopColor: "#0083FF" }),
|
|
2129
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.261", stopColor: "#007AF9" }),
|
|
2130
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.33", stopColor: "#0060E8" }),
|
|
2131
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.333", stopColor: "#005FE7" }),
|
|
2132
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.438", stopColor: "#2639AD" }),
|
|
2133
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.522", stopColor: "#401E84" }),
|
|
2134
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.566", stopColor: "#4A1475" })
|
|
2135
|
+
), /* @__PURE__ */ React124.createElement(
|
|
2050
2136
|
"linearGradient",
|
|
2051
2137
|
{
|
|
2052
2138
|
id: "paint2_linear_2_3887",
|
|
@@ -2056,10 +2142,10 @@ function SvgFirefoxLogo(props) {
|
|
|
2056
2142
|
y2: "10.5128",
|
|
2057
2143
|
gradientUnits: "userSpaceOnUse"
|
|
2058
2144
|
},
|
|
2059
|
-
/* @__PURE__ */
|
|
2060
|
-
/* @__PURE__ */
|
|
2061
|
-
/* @__PURE__ */
|
|
2062
|
-
), /* @__PURE__ */
|
|
2145
|
+
/* @__PURE__ */ React124.createElement("stop", { stopColor: "#000F43", stopOpacity: "0.4" }),
|
|
2146
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.485", stopColor: "#001962", stopOpacity: "0.173" }),
|
|
2147
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "1", stopColor: "#002079", stopOpacity: "0" })
|
|
2148
|
+
), /* @__PURE__ */ React124.createElement(
|
|
2063
2149
|
"radialGradient",
|
|
2064
2150
|
{
|
|
2065
2151
|
id: "paint3_radial_2_3887",
|
|
@@ -2069,10 +2155,10 @@ function SvgFirefoxLogo(props) {
|
|
|
2069
2155
|
gradientUnits: "userSpaceOnUse",
|
|
2070
2156
|
gradientTransform: "translate(99.6542 63.8474) rotate(5.76178) scale(32.751 32.751)"
|
|
2071
2157
|
},
|
|
2072
|
-
/* @__PURE__ */
|
|
2073
|
-
/* @__PURE__ */
|
|
2074
|
-
/* @__PURE__ */
|
|
2075
|
-
), /* @__PURE__ */
|
|
2158
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.003", stopColor: "#FFEA00" }),
|
|
2159
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.497", stopColor: "#FF272D" }),
|
|
2160
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "1", stopColor: "#C42482" })
|
|
2161
|
+
), /* @__PURE__ */ React124.createElement(
|
|
2076
2162
|
"radialGradient",
|
|
2077
2163
|
{
|
|
2078
2164
|
id: "paint4_radial_2_3887",
|
|
@@ -2082,15 +2168,15 @@ function SvgFirefoxLogo(props) {
|
|
|
2082
2168
|
gradientUnits: "userSpaceOnUse",
|
|
2083
2169
|
gradientTransform: "translate(99.8587 32.3043) rotate(5.76178) scale(54.6915)"
|
|
2084
2170
|
},
|
|
2085
|
-
/* @__PURE__ */
|
|
2086
|
-
/* @__PURE__ */
|
|
2087
|
-
/* @__PURE__ */
|
|
2088
|
-
/* @__PURE__ */
|
|
2089
|
-
/* @__PURE__ */
|
|
2090
|
-
/* @__PURE__ */
|
|
2091
|
-
/* @__PURE__ */
|
|
2092
|
-
/* @__PURE__ */
|
|
2093
|
-
), /* @__PURE__ */
|
|
2171
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.003", stopColor: "#FFE900" }),
|
|
2172
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.157", stopColor: "#FFAF0E" }),
|
|
2173
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.316", stopColor: "#FF7A1B" }),
|
|
2174
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.472", stopColor: "#FF4E26" }),
|
|
2175
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.621", stopColor: "#FF2C2E" }),
|
|
2176
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.762", stopColor: "#FF1434" }),
|
|
2177
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.892", stopColor: "#FF0538" }),
|
|
2178
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "1", stopColor: "#FF0039" })
|
|
2179
|
+
), /* @__PURE__ */ React124.createElement(
|
|
2094
2180
|
"radialGradient",
|
|
2095
2181
|
{
|
|
2096
2182
|
id: "paint5_radial_2_3887",
|
|
@@ -2100,10 +2186,10 @@ function SvgFirefoxLogo(props) {
|
|
|
2100
2186
|
gradientUnits: "userSpaceOnUse",
|
|
2101
2187
|
gradientTransform: "translate(102.465 83.5229) rotate(5.76178) scale(50.1854 50.1854)"
|
|
2102
2188
|
},
|
|
2103
|
-
/* @__PURE__ */
|
|
2104
|
-
/* @__PURE__ */
|
|
2105
|
-
/* @__PURE__ */
|
|
2106
|
-
), /* @__PURE__ */
|
|
2189
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.003", stopColor: "#FF272D" }),
|
|
2190
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.497", stopColor: "#C42482" }),
|
|
2191
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.986", stopColor: "#620700" })
|
|
2192
|
+
), /* @__PURE__ */ React124.createElement(
|
|
2107
2193
|
"radialGradient",
|
|
2108
2194
|
{
|
|
2109
2195
|
id: "paint6_radial_2_3887",
|
|
@@ -2113,16 +2199,16 @@ function SvgFirefoxLogo(props) {
|
|
|
2113
2199
|
gradientUnits: "userSpaceOnUse",
|
|
2114
2200
|
gradientTransform: "translate(71.8571 39.6675) scale(78.3434)"
|
|
2115
2201
|
},
|
|
2116
|
-
/* @__PURE__ */
|
|
2117
|
-
/* @__PURE__ */
|
|
2118
|
-
/* @__PURE__ */
|
|
2119
|
-
/* @__PURE__ */
|
|
2120
|
-
/* @__PURE__ */
|
|
2121
|
-
/* @__PURE__ */
|
|
2122
|
-
/* @__PURE__ */
|
|
2123
|
-
/* @__PURE__ */
|
|
2124
|
-
/* @__PURE__ */
|
|
2125
|
-
), /* @__PURE__ */
|
|
2202
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.156", stopColor: "#FFEA00" }),
|
|
2203
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.231", stopColor: "#FFDE00" }),
|
|
2204
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.365", stopColor: "#FFBF00" }),
|
|
2205
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.541", stopColor: "#FF8E00" }),
|
|
2206
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.763", stopColor: "#FF272D" }),
|
|
2207
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.796", stopColor: "#F92433" }),
|
|
2208
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.841", stopColor: "#E91C45" }),
|
|
2209
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.893", stopColor: "#CF0E62" }),
|
|
2210
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.935", stopColor: "#B5007F" })
|
|
2211
|
+
), /* @__PURE__ */ React124.createElement(
|
|
2126
2212
|
"radialGradient",
|
|
2127
2213
|
{
|
|
2128
2214
|
id: "paint7_radial_2_3887",
|
|
@@ -2132,13 +2218,13 @@ function SvgFirefoxLogo(props) {
|
|
|
2132
2218
|
gradientUnits: "userSpaceOnUse",
|
|
2133
2219
|
gradientTransform: "translate(65.9626 0.329422) scale(92.5095 92.5095)"
|
|
2134
2220
|
},
|
|
2135
|
-
/* @__PURE__ */
|
|
2136
|
-
/* @__PURE__ */
|
|
2137
|
-
/* @__PURE__ */
|
|
2138
|
-
/* @__PURE__ */
|
|
2139
|
-
/* @__PURE__ */
|
|
2140
|
-
/* @__PURE__ */
|
|
2141
|
-
), /* @__PURE__ */
|
|
2221
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.279", stopColor: "#FFEA00" }),
|
|
2222
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.402", stopColor: "#FFDD00" }),
|
|
2223
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.63", stopColor: "#FFBA00" }),
|
|
2224
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.856", stopColor: "#FF9100" }),
|
|
2225
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.933", stopColor: "#FF6711" }),
|
|
2226
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.994", stopColor: "#FF4A1D" })
|
|
2227
|
+
), /* @__PURE__ */ React124.createElement(
|
|
2142
2228
|
"linearGradient",
|
|
2143
2229
|
{
|
|
2144
2230
|
id: "paint8_linear_2_3887",
|
|
@@ -2148,14 +2234,14 @@ function SvgFirefoxLogo(props) {
|
|
|
2148
2234
|
y2: "30.3976",
|
|
2149
2235
|
gradientUnits: "userSpaceOnUse"
|
|
2150
2236
|
},
|
|
2151
|
-
/* @__PURE__ */
|
|
2152
|
-
/* @__PURE__ */
|
|
2153
|
-
/* @__PURE__ */
|
|
2154
|
-
/* @__PURE__ */
|
|
2155
|
-
/* @__PURE__ */
|
|
2156
|
-
/* @__PURE__ */
|
|
2157
|
-
/* @__PURE__ */
|
|
2158
|
-
), /* @__PURE__ */
|
|
2237
|
+
/* @__PURE__ */ React124.createElement("stop", { stopColor: "#C42482", stopOpacity: "0.5" }),
|
|
2238
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.474", stopColor: "#FF272D", stopOpacity: "0.5" }),
|
|
2239
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.486", stopColor: "#FF2C2C", stopOpacity: "0.513" }),
|
|
2240
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.675", stopColor: "#FF7A1A", stopOpacity: "0.72" }),
|
|
2241
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.829", stopColor: "#FFB20D", stopOpacity: "0.871" }),
|
|
2242
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.942", stopColor: "#FFD605", stopOpacity: "0.964" }),
|
|
2243
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "1", stopColor: "#FFE302" })
|
|
2244
|
+
), /* @__PURE__ */ React124.createElement(
|
|
2159
2245
|
"linearGradient",
|
|
2160
2246
|
{
|
|
2161
2247
|
id: "paint9_linear_2_3887",
|
|
@@ -2165,9 +2251,9 @@ function SvgFirefoxLogo(props) {
|
|
|
2165
2251
|
y2: "11.7457",
|
|
2166
2252
|
gradientUnits: "userSpaceOnUse"
|
|
2167
2253
|
},
|
|
2168
|
-
/* @__PURE__ */
|
|
2169
|
-
/* @__PURE__ */
|
|
2170
|
-
), /* @__PURE__ */
|
|
2254
|
+
/* @__PURE__ */ React124.createElement("stop", { stopColor: "#891551", stopOpacity: "0.6" }),
|
|
2255
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "1", stopColor: "#C42482", stopOpacity: "0" })
|
|
2256
|
+
), /* @__PURE__ */ React124.createElement(
|
|
2171
2257
|
"linearGradient",
|
|
2172
2258
|
{
|
|
2173
2259
|
id: "paint10_linear_2_3887",
|
|
@@ -2177,10 +2263,10 @@ function SvgFirefoxLogo(props) {
|
|
|
2177
2263
|
y2: "58.806",
|
|
2178
2264
|
gradientUnits: "userSpaceOnUse"
|
|
2179
2265
|
},
|
|
2180
|
-
/* @__PURE__ */
|
|
2181
|
-
/* @__PURE__ */
|
|
2182
|
-
/* @__PURE__ */
|
|
2183
|
-
), /* @__PURE__ */
|
|
2266
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.005", stopColor: "#891551", stopOpacity: "0.5" }),
|
|
2267
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.484", stopColor: "#FF272D", stopOpacity: "0.5" }),
|
|
2268
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "1", stopColor: "#FF272D", stopOpacity: "0" })
|
|
2269
|
+
), /* @__PURE__ */ React124.createElement(
|
|
2184
2270
|
"linearGradient",
|
|
2185
2271
|
{
|
|
2186
2272
|
id: "paint11_linear_2_3887",
|
|
@@ -2190,15 +2276,15 @@ function SvgFirefoxLogo(props) {
|
|
|
2190
2276
|
y2: "60.0569",
|
|
2191
2277
|
gradientUnits: "userSpaceOnUse"
|
|
2192
2278
|
},
|
|
2193
|
-
/* @__PURE__ */
|
|
2194
|
-
/* @__PURE__ */
|
|
2195
|
-
/* @__PURE__ */
|
|
2196
|
-
/* @__PURE__ */
|
|
2197
|
-
/* @__PURE__ */
|
|
2198
|
-
/* @__PURE__ */
|
|
2199
|
-
/* @__PURE__ */
|
|
2200
|
-
/* @__PURE__ */
|
|
2201
|
-
), /* @__PURE__ */
|
|
2279
|
+
/* @__PURE__ */ React124.createElement("stop", { stopColor: "#C42482" }),
|
|
2280
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.083", stopColor: "#C42482", stopOpacity: "0.81" }),
|
|
2281
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.206", stopColor: "#C42482", stopOpacity: "0.565" }),
|
|
2282
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.328", stopColor: "#C42482", stopOpacity: "0.362" }),
|
|
2283
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.447", stopColor: "#C42482", stopOpacity: "0.204" }),
|
|
2284
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.562", stopColor: "#C42482", stopOpacity: "0.091" }),
|
|
2285
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.673", stopColor: "#C42482", stopOpacity: "0.023" }),
|
|
2286
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.773", stopColor: "#C42482", stopOpacity: "0" })
|
|
2287
|
+
), /* @__PURE__ */ React124.createElement(
|
|
2202
2288
|
"linearGradient",
|
|
2203
2289
|
{
|
|
2204
2290
|
id: "paint12_linear_2_3887",
|
|
@@ -2208,16 +2294,16 @@ function SvgFirefoxLogo(props) {
|
|
|
2208
2294
|
y2: "72.2772",
|
|
2209
2295
|
gradientUnits: "userSpaceOnUse"
|
|
2210
2296
|
},
|
|
2211
|
-
/* @__PURE__ */
|
|
2212
|
-
/* @__PURE__ */
|
|
2213
|
-
/* @__PURE__ */
|
|
2214
|
-
/* @__PURE__ */
|
|
2215
|
-
/* @__PURE__ */
|
|
2216
|
-
/* @__PURE__ */
|
|
2217
|
-
/* @__PURE__ */
|
|
2218
|
-
/* @__PURE__ */
|
|
2219
|
-
/* @__PURE__ */
|
|
2220
|
-
), /* @__PURE__ */
|
|
2297
|
+
/* @__PURE__ */ React124.createElement("stop", { stopColor: "#FFF14F" }),
|
|
2298
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.268", stopColor: "#FFEE4C" }),
|
|
2299
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.452", stopColor: "#FFE643" }),
|
|
2300
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.612", stopColor: "#FFD834" }),
|
|
2301
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.757", stopColor: "#FFC41E" }),
|
|
2302
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.892", stopColor: "#FFAB02" }),
|
|
2303
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.902", stopColor: "#FFA900" }),
|
|
2304
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.949", stopColor: "#FFA000" }),
|
|
2305
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "1", stopColor: "#FF9100" })
|
|
2306
|
+
), /* @__PURE__ */ React124.createElement(
|
|
2221
2307
|
"linearGradient",
|
|
2222
2308
|
{
|
|
2223
2309
|
id: "paint13_linear_2_3887",
|
|
@@ -2227,19 +2313,19 @@ function SvgFirefoxLogo(props) {
|
|
|
2227
2313
|
y2: "82.1274",
|
|
2228
2314
|
gradientUnits: "userSpaceOnUse"
|
|
2229
2315
|
},
|
|
2230
|
-
/* @__PURE__ */
|
|
2231
|
-
/* @__PURE__ */
|
|
2232
|
-
/* @__PURE__ */
|
|
2233
|
-
/* @__PURE__ */
|
|
2234
|
-
/* @__PURE__ */
|
|
2235
|
-
/* @__PURE__ */
|
|
2236
|
-
/* @__PURE__ */
|
|
2237
|
-
/* @__PURE__ */
|
|
2238
|
-
/* @__PURE__ */
|
|
2239
|
-
/* @__PURE__ */
|
|
2240
|
-
/* @__PURE__ */
|
|
2241
|
-
/* @__PURE__ */
|
|
2242
|
-
), /* @__PURE__ */
|
|
2316
|
+
/* @__PURE__ */ React124.createElement("stop", { stopColor: "#FF8E00" }),
|
|
2317
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.04", stopColor: "#FF8E00", stopOpacity: "0.858" }),
|
|
2318
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.084", stopColor: "#FF8E00", stopOpacity: "0.729" }),
|
|
2319
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.13", stopColor: "#FF8E00", stopOpacity: "0.628" }),
|
|
2320
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.178", stopColor: "#FF8E00", stopOpacity: "0.557" }),
|
|
2321
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.227", stopColor: "#FF8E00", stopOpacity: "0.514" }),
|
|
2322
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.282", stopColor: "#FF8E00", stopOpacity: "0.5" }),
|
|
2323
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.389", stopColor: "#FF8E00", stopOpacity: "0.478" }),
|
|
2324
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.524", stopColor: "#FF8E00", stopOpacity: "0.416" }),
|
|
2325
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.676", stopColor: "#FF8E00", stopOpacity: "0.314" }),
|
|
2326
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "0.838", stopColor: "#FF8E00", stopOpacity: "0.172" }),
|
|
2327
|
+
/* @__PURE__ */ React124.createElement("stop", { offset: "1", stopColor: "#FF8E00", stopOpacity: "0" })
|
|
2328
|
+
), /* @__PURE__ */ React124.createElement("clipPath", { id: "clip0_2_3887" }, /* @__PURE__ */ React124.createElement("rect", { width: "96", height: "98.8718", fill: "white" })))
|
|
2243
2329
|
);
|
|
2244
2330
|
}
|
|
2245
2331
|
|
|
@@ -2257,16 +2343,16 @@ var SvgFirstPage = (props) => /* @__PURE__ */ import_react39.default.createEleme
|
|
|
2257
2343
|
|
|
2258
2344
|
// src/components/icon/available-icons/folder.tsx
|
|
2259
2345
|
var import_folder_closed = __toESM(require("@atlaskit/icon/core/folder-closed"));
|
|
2260
|
-
var
|
|
2346
|
+
var React126 = __toESM(require("react"));
|
|
2261
2347
|
function SvgFolder() {
|
|
2262
|
-
return /* @__PURE__ */
|
|
2348
|
+
return /* @__PURE__ */ React126.createElement(import_folder_closed.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2263
2349
|
}
|
|
2264
2350
|
|
|
2265
2351
|
// src/components/icon/available-icons/folder-shared.tsx
|
|
2266
2352
|
var import_folder_shared = __toESM(require("@atlaskit/icon-lab/core/folder-shared"));
|
|
2267
|
-
var
|
|
2353
|
+
var React127 = __toESM(require("react"));
|
|
2268
2354
|
function SvgFolderShared() {
|
|
2269
|
-
return /* @__PURE__ */
|
|
2355
|
+
return /* @__PURE__ */ React127.createElement(import_folder_shared.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2270
2356
|
}
|
|
2271
2357
|
|
|
2272
2358
|
// src/components/icon/available-icons/forward.tsx
|
|
@@ -2290,15 +2376,15 @@ var SvgForward = (props) => /* @__PURE__ */ import_react40.default.createElement
|
|
|
2290
2376
|
));
|
|
2291
2377
|
|
|
2292
2378
|
// src/components/icon/available-icons/forward5.tsx
|
|
2293
|
-
var
|
|
2379
|
+
var React129 = __toESM(require("react"));
|
|
2294
2380
|
function SvgForward5() {
|
|
2295
|
-
return /* @__PURE__ */
|
|
2381
|
+
return /* @__PURE__ */ React129.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React129.createElement("svg", { viewBox: "0 0 24 24" }, /* @__PURE__ */ React129.createElement(
|
|
2296
2382
|
"path",
|
|
2297
2383
|
{
|
|
2298
2384
|
d: "M18.6568 21.875C17.773 21.875 17.0716 21.6561 16.5527 21.2182C16.0338 20.7804 15.7662 20.1885 15.75 19.4426H17.5743C17.5905 19.7101 17.6919 19.9209 17.8784 20.075C18.0649 20.2209 18.3243 20.2939 18.6568 20.2939C19.0135 20.2939 19.2851 20.2047 19.4716 20.0264C19.6662 19.8399 19.7635 19.5845 19.7635 19.2601V18.3966C19.7635 18.0642 19.6703 17.8128 19.4838 17.6426C19.2973 17.4642 19.0216 17.375 18.6568 17.375C18.4378 17.375 18.2473 17.4074 18.0851 17.4723C17.9311 17.5291 17.8095 17.6182 17.7203 17.7399H15.9568V12.875H21.2595V14.5169H17.7324C17.728 14.9408 17.7081 16.5927 17.7081 16.8481C17.7665 16.6167 17.9201 16.4058 18.1216 16.2561C18.4135 16.0372 18.8068 15.9277 19.3014 15.9277C20.023 15.9277 20.5824 16.1466 20.9797 16.5845C21.3851 17.0142 21.5878 17.6182 21.5878 18.3966V19.2601C21.5878 20.0709 21.3284 20.7115 20.8095 21.1818C20.2905 21.6439 19.573 21.875 18.6568 21.875Z",
|
|
2299
2385
|
fill: "currentColor"
|
|
2300
2386
|
}
|
|
2301
|
-
), /* @__PURE__ */
|
|
2387
|
+
), /* @__PURE__ */ React129.createElement(
|
|
2302
2388
|
"path",
|
|
2303
2389
|
{
|
|
2304
2390
|
fillRule: "evenodd",
|
|
@@ -2306,7 +2392,7 @@ function SvgForward5() {
|
|
|
2306
2392
|
d: "M15.5584 19.2551H17.7508L17.7615 19.4312C17.7749 19.6521 17.8552 19.8118 17.9959 19.9289C18.1383 20.0395 18.351 20.1064 18.6568 20.1064C18.9839 20.1064 19.2019 20.0249 19.342 19.8909C19.4923 19.7468 19.576 19.5445 19.576 19.2601V18.3966C19.576 18.0993 19.4936 17.9055 19.3574 17.781L19.3541 17.7781C19.2148 17.6448 18.9934 17.5625 18.6568 17.5625C18.4559 17.5625 18.29 17.5923 18.1548 17.6464L18.15 17.6483C18.0273 17.6935 17.937 17.7615 17.8715 17.8507L17.8153 17.9274H15.7693V12.6875H21.447V14.7044H17.9179C17.9168 14.8053 17.9154 14.9275 17.9138 15.0619C17.9099 15.4102 17.905 15.8404 17.9012 16.195C17.9359 16.1634 17.972 16.1337 18.0095 16.1058C18.3436 15.8554 18.7806 15.7402 19.3014 15.7402C20.0625 15.7402 20.6769 15.9726 21.1174 16.4571C21.5641 16.9314 21.7753 17.5868 21.7753 18.3966V19.2601C21.7753 20.1147 21.4998 20.8091 20.9354 21.3207L20.9342 21.3218C20.3712 21.8232 19.604 22.0625 18.6568 22.0625C17.7423 22.0625 16.9936 21.8356 16.4318 21.3615C15.8674 20.8853 15.5798 20.2404 15.5625 19.4466L15.5584 19.2551ZM20.9797 16.5845C20.5824 16.1466 20.023 15.9277 19.3014 15.9277C18.8068 15.9277 18.4135 16.0372 18.1216 16.2561C18.0378 16.3183 17.9623 16.3912 17.8984 16.4717C17.8088 16.5848 17.7422 16.7129 17.7081 16.8481C17.7081 16.7813 17.7095 16.6191 17.7116 16.4084C17.7153 16.0246 17.7216 15.4798 17.7264 15.0572C17.729 14.8241 17.7313 14.6282 17.7324 14.5169H21.2595V12.875H15.9568V17.7399H17.7203C17.8095 17.6182 17.9311 17.5291 18.0851 17.4723C18.2473 17.4074 18.4378 17.375 18.6568 17.375C19.0216 17.375 19.2973 17.4642 19.4838 17.6426M15.9375 19.4426H15.75L15.9375 19.4385C15.9375 19.4399 15.9375 19.4412 15.9375 19.4426ZM15.7596 19.6301H15.75V19.4426C15.7514 19.5062 15.7546 19.5687 15.7596 19.6301ZM20.9797 16.5845C21.3851 17.0142 21.5878 17.6182 21.5878 18.3966L20.9797 16.5845ZM21.5878 18.3966V19.2601V18.3966ZM21.5878 19.2601C21.5878 20.0709 21.3284 20.7115 20.8095 21.1818L21.5878 19.2601Z",
|
|
2307
2393
|
fill: "currentColor"
|
|
2308
2394
|
}
|
|
2309
|
-
), /* @__PURE__ */
|
|
2395
|
+
), /* @__PURE__ */ React129.createElement(
|
|
2310
2396
|
"path",
|
|
2311
2397
|
{
|
|
2312
2398
|
fillRule: "evenodd",
|
|
@@ -2343,22 +2429,22 @@ var SvgFullscreenExit = (props) => /* @__PURE__ */ import_react42.default.create
|
|
|
2343
2429
|
|
|
2344
2430
|
// src/components/icon/available-icons/full-screen.tsx
|
|
2345
2431
|
var import_maximize = __toESM(require("@atlaskit/icon/core/maximize"));
|
|
2346
|
-
var
|
|
2432
|
+
var React132 = __toESM(require("react"));
|
|
2347
2433
|
function SvgFullScreen2() {
|
|
2348
|
-
return /* @__PURE__ */
|
|
2434
|
+
return /* @__PURE__ */ React132.createElement(import_maximize.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2349
2435
|
}
|
|
2350
2436
|
|
|
2351
2437
|
// src/components/icon/available-icons/globe.tsx
|
|
2352
2438
|
var import_globe = __toESM(require("@atlaskit/icon/core/globe"));
|
|
2353
|
-
var
|
|
2439
|
+
var React133 = __toESM(require("react"));
|
|
2354
2440
|
function SvgGlobe() {
|
|
2355
|
-
return /* @__PURE__ */
|
|
2441
|
+
return /* @__PURE__ */ React133.createElement(import_globe.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2356
2442
|
}
|
|
2357
2443
|
|
|
2358
2444
|
// src/components/icon/available-icons/google.tsx
|
|
2359
|
-
var
|
|
2445
|
+
var React134 = __toESM(require("react"));
|
|
2360
2446
|
function SvgGoogle(props) {
|
|
2361
|
-
return /* @__PURE__ */
|
|
2447
|
+
return /* @__PURE__ */ React134.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React134.createElement(
|
|
2362
2448
|
"path",
|
|
2363
2449
|
{
|
|
2364
2450
|
fillRule: "evenodd",
|
|
@@ -2366,7 +2452,7 @@ function SvgGoogle(props) {
|
|
|
2366
2452
|
d: "M20.64 12.2044C20.64 11.5663 20.5827 10.9526 20.4764 10.3635H12V13.8449H16.8436C16.635 14.9699 16.0009 15.9231 15.0477 16.5613V18.8194H17.9564C19.6582 17.2526 20.64 14.9453 20.64 12.2044Z",
|
|
2367
2453
|
fill: "#4285F4"
|
|
2368
2454
|
}
|
|
2369
|
-
), /* @__PURE__ */
|
|
2455
|
+
), /* @__PURE__ */ React134.createElement(
|
|
2370
2456
|
"path",
|
|
2371
2457
|
{
|
|
2372
2458
|
fillRule: "evenodd",
|
|
@@ -2374,7 +2460,7 @@ function SvgGoogle(props) {
|
|
|
2374
2460
|
d: "M12 21C14.43 21 16.4673 20.1941 17.9564 18.8195L15.0477 16.5613C14.2418 17.1013 13.2109 17.4204 12 17.4204C9.656 17.4204 7.6718 15.8372 6.964 13.71H3.9574V16.0418C5.4382 18.9831 8.4818 21 12 21Z",
|
|
2375
2461
|
fill: "#34A853"
|
|
2376
2462
|
}
|
|
2377
|
-
), /* @__PURE__ */
|
|
2463
|
+
), /* @__PURE__ */ React134.createElement(
|
|
2378
2464
|
"path",
|
|
2379
2465
|
{
|
|
2380
2466
|
fillRule: "evenodd",
|
|
@@ -2382,7 +2468,7 @@ function SvgGoogle(props) {
|
|
|
2382
2468
|
d: "M6.964 13.7101C6.784 13.1701 6.6818 12.5932 6.6818 12.0001C6.6818 11.4069 6.7841 10.8301 6.9641 10.2901V7.95819H3.9573C3.32728 9.21237 2.99945 10.5966 3 12.0001C3 13.4523 3.3477 14.8269 3.9573 16.0419L6.9641 13.7101H6.964Z",
|
|
2383
2469
|
fill: "#FBBC05"
|
|
2384
2470
|
}
|
|
2385
|
-
), /* @__PURE__ */
|
|
2471
|
+
), /* @__PURE__ */ React134.createElement(
|
|
2386
2472
|
"path",
|
|
2387
2473
|
{
|
|
2388
2474
|
fillRule: "evenodd",
|
|
@@ -2394,27 +2480,27 @@ function SvgGoogle(props) {
|
|
|
2394
2480
|
}
|
|
2395
2481
|
|
|
2396
2482
|
// src/components/icon/available-icons/google-calendar-logo.tsx
|
|
2397
|
-
var
|
|
2483
|
+
var React135 = __toESM(require("react"));
|
|
2398
2484
|
function SvgGoogleCalendarLogo(props) {
|
|
2399
|
-
return /* @__PURE__ */
|
|
2485
|
+
return /* @__PURE__ */ React135.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React135.createElement(
|
|
2400
2486
|
"path",
|
|
2401
2487
|
{
|
|
2402
2488
|
d: "M2 17.385h4.744V6.744h10.64V2H4.373C2.79 2 2 2.748 2 4.244",
|
|
2403
2489
|
fill: "#4285F4"
|
|
2404
2490
|
}
|
|
2405
|
-
), /* @__PURE__ */
|
|
2491
|
+
), /* @__PURE__ */ React135.createElement(
|
|
2406
2492
|
"path",
|
|
2407
2493
|
{
|
|
2408
2494
|
d: "M17.256 2v4.872H22V4.244C22 2.748 21.252 2 19.756 2",
|
|
2409
2495
|
fill: "#1967D2"
|
|
2410
2496
|
}
|
|
2411
|
-
), /* @__PURE__ */
|
|
2497
|
+
), /* @__PURE__ */ React135.createElement("path", { d: "M17.256 6.744H22v10.512h-4.744", fill: "#FBBC04" }), /* @__PURE__ */ React135.createElement(
|
|
2412
2498
|
"path",
|
|
2413
2499
|
{
|
|
2414
2500
|
d: "M2 17.256v2.5C2 21.252 2.748 22 4.244 22h2.628v-4.744",
|
|
2415
2501
|
fill: "#188038"
|
|
2416
2502
|
}
|
|
2417
|
-
), /* @__PURE__ */
|
|
2503
|
+
), /* @__PURE__ */ React135.createElement("path", { d: "M6.744 17.256h10.512V22H6.744", fill: "#34A853" }), /* @__PURE__ */ React135.createElement("path", { d: "M17.256 22v-4.744H22", fill: "#EA4335" }), /* @__PURE__ */ React135.createElement(
|
|
2418
2504
|
"path",
|
|
2419
2505
|
{
|
|
2420
2506
|
d: "m12.92 12.568-.895-.21.294-2.484h2.841v.875h-1.923l-.11.965c.053-.032.144-.068.27-.11.13-.045.272-.067.428-.067.24 0 .453.036.638.11.187.071.345.177.474.317.129.138.226.308.29.51.067.203.1.435.1.695 0 .21-.034.412-.103.608a1.482 1.482 0 0 1-.835.891 1.928 1.928 0 0 1-.751.134c-.216 0-.426-.034-.631-.1a1.873 1.873 0 0 1-.554-.287 1.439 1.439 0 0 1-.388-.458 1.265 1.265 0 0 1-.136-.604h1.131c.007.118.035.22.084.307a.542.542 0 0 0 .197.204c.084.046.181.07.29.07a.527.527 0 0 0 .277-.067.476.476 0 0 0 .174-.184.878.878 0 0 0 .09-.267 1.89 1.89 0 0 0 .027-.324c0-.12-.014-.228-.04-.323a.611.611 0 0 0-.12-.244.523.523 0 0 0-.217-.157.826.826 0 0 0-.314-.053.75.75 0 0 0-.384.083.678.678 0 0 0-.204.17ZM11.29 9.607v5.128h-1.188v-3.79l-1.169.342v-.902l2.247-.778h.11Z",
|
|
@@ -2425,9 +2511,9 @@ function SvgGoogleCalendarLogo(props) {
|
|
|
2425
2511
|
|
|
2426
2512
|
// src/components/icon/available-icons/grid.tsx
|
|
2427
2513
|
var import_grid = __toESM(require("@atlaskit/icon/core/grid"));
|
|
2428
|
-
var
|
|
2514
|
+
var React136 = __toESM(require("react"));
|
|
2429
2515
|
function SvgGrid() {
|
|
2430
|
-
return /* @__PURE__ */
|
|
2516
|
+
return /* @__PURE__ */ React136.createElement(import_grid.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2431
2517
|
}
|
|
2432
2518
|
|
|
2433
2519
|
// src/components/icon/available-icons/group-add.tsx
|
|
@@ -2456,9 +2542,9 @@ var SvgHelp = (props) => /* @__PURE__ */ import_react44.default.createElement("s
|
|
|
2456
2542
|
|
|
2457
2543
|
// src/components/icon/available-icons/help-circle.tsx
|
|
2458
2544
|
var import_question_circle = __toESM(require("@atlaskit/icon/core/question-circle"));
|
|
2459
|
-
var
|
|
2545
|
+
var React139 = __toESM(require("react"));
|
|
2460
2546
|
function SvgHelpCircle() {
|
|
2461
|
-
return /* @__PURE__ */
|
|
2547
|
+
return /* @__PURE__ */ React139.createElement(import_question_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2462
2548
|
}
|
|
2463
2549
|
|
|
2464
2550
|
// src/components/icon/available-icons/highlight-off.tsx
|
|
@@ -2475,9 +2561,9 @@ var SvgHighlightOff = (props) => /* @__PURE__ */ import_react45.default.createEl
|
|
|
2475
2561
|
|
|
2476
2562
|
// src/components/icon/available-icons/highlight-text.tsx
|
|
2477
2563
|
var import_field_text = __toESM(require("@atlaskit/icon-lab/core/field-text"));
|
|
2478
|
-
var
|
|
2564
|
+
var React141 = __toESM(require("react"));
|
|
2479
2565
|
function SvgHighlightText() {
|
|
2480
|
-
return /* @__PURE__ */
|
|
2566
|
+
return /* @__PURE__ */ React141.createElement(import_field_text.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2481
2567
|
}
|
|
2482
2568
|
|
|
2483
2569
|
// src/components/icon/available-icons/home.tsx
|
|
@@ -2499,25 +2585,25 @@ var SvgImage = (props) => /* @__PURE__ */ import_react47.default.createElement("
|
|
|
2499
2585
|
|
|
2500
2586
|
// src/components/icon/available-icons/image-inline.tsx
|
|
2501
2587
|
var import_image_inline = __toESM(require("@atlaskit/icon/core/image-inline"));
|
|
2502
|
-
var
|
|
2503
|
-
var SvgImageInline = () => /* @__PURE__ */
|
|
2588
|
+
var React144 = __toESM(require("react"));
|
|
2589
|
+
var SvgImageInline = () => /* @__PURE__ */ React144.createElement(import_image_inline.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2504
2590
|
|
|
2505
2591
|
// src/components/icon/available-icons/image-strikethrough.tsx
|
|
2506
|
-
var
|
|
2592
|
+
var React145 = __toESM(require("react"));
|
|
2507
2593
|
function SvgImageStrikethrough() {
|
|
2508
|
-
return /* @__PURE__ */
|
|
2594
|
+
return /* @__PURE__ */ React145.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React145.createElement("svg", { viewBox: "0 0 24 24" }, /* @__PURE__ */ React145.createElement(
|
|
2509
2595
|
"path",
|
|
2510
2596
|
{
|
|
2511
2597
|
d: "M23.2954 21.7046L21.7046 23.2954L0.70459 2.29541L2.29541 0.70459L23.2954 21.7046Z",
|
|
2512
2598
|
fill: "currentColor"
|
|
2513
2599
|
}
|
|
2514
|
-
), /* @__PURE__ */
|
|
2600
|
+
), /* @__PURE__ */ React145.createElement(
|
|
2515
2601
|
"path",
|
|
2516
2602
|
{
|
|
2517
2603
|
d: "M3.75 8.52246V19.5C3.75 19.9142 4.08579 20.25 4.5 20.25H5.46533L9.95215 14.7246L11.5503 16.3228L8.36279 20.25H15.4775L17.7275 22.5H4.5C2.84315 22.5 1.5 21.1569 1.5 19.5V6.27246L3.75 8.52246Z",
|
|
2518
2604
|
fill: "currentColor"
|
|
2519
2605
|
}
|
|
2520
|
-
), /* @__PURE__ */
|
|
2606
|
+
), /* @__PURE__ */ React145.createElement(
|
|
2521
2607
|
"path",
|
|
2522
2608
|
{
|
|
2523
2609
|
d: "M19.5 1.5C21.1569 1.5 22.5 2.84315 22.5 4.5V17.7275L20.25 15.4775V15.4658L15.835 11.0508L15.8291 11.0566L14.231 9.4585L14.877 8.66602L14.9561 8.57812C15.1516 8.38331 15.4131 8.26598 15.6914 8.25146C16.0095 8.23506 16.3202 8.35437 16.5454 8.57959L20.25 12.2842V4.5C20.25 4.08579 19.9142 3.75 19.5 3.75H8.52246L6.27246 1.5H19.5Z",
|
|
@@ -2528,15 +2614,15 @@ function SvgImageStrikethrough() {
|
|
|
2528
2614
|
|
|
2529
2615
|
// src/components/icon/available-icons/image1.tsx
|
|
2530
2616
|
var import_image = __toESM(require("@atlaskit/icon/core/image"));
|
|
2531
|
-
var
|
|
2617
|
+
var React146 = __toESM(require("react"));
|
|
2532
2618
|
function SvgImage1() {
|
|
2533
|
-
return /* @__PURE__ */
|
|
2619
|
+
return /* @__PURE__ */ React146.createElement(import_image.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2534
2620
|
}
|
|
2535
2621
|
|
|
2536
2622
|
// src/components/icon/available-icons/image2.tsx
|
|
2537
|
-
var
|
|
2623
|
+
var React147 = __toESM(require("react"));
|
|
2538
2624
|
function SvgImage2(props) {
|
|
2539
|
-
return /* @__PURE__ */
|
|
2625
|
+
return /* @__PURE__ */ React147.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React147.createElement(
|
|
2540
2626
|
"path",
|
|
2541
2627
|
{
|
|
2542
2628
|
fillRule: "evenodd",
|
|
@@ -2544,7 +2630,7 @@ function SvgImage2(props) {
|
|
|
2544
2630
|
d: "M4.8 5a.8.8 0 00-.8.8v12.6a.8.8 0 00.8.8h14.4a.8.8 0 00.8-.8V5.8a.8.8 0 00-.8-.8H4.8zM2 5.8A2.8 2.8 0 014.8 3h14.4A2.8 2.8 0 0122 5.8v12.6a2.8 2.8 0 01-2.8 2.8H4.8A2.8 2.8 0 012 18.4V5.8z",
|
|
2545
2631
|
fill: "currentColor"
|
|
2546
2632
|
}
|
|
2547
|
-
), /* @__PURE__ */
|
|
2633
|
+
), /* @__PURE__ */ React147.createElement(
|
|
2548
2634
|
"path",
|
|
2549
2635
|
{
|
|
2550
2636
|
fillRule: "evenodd",
|
|
@@ -2557,23 +2643,23 @@ function SvgImage2(props) {
|
|
|
2557
2643
|
|
|
2558
2644
|
// src/components/icon/available-icons/import.tsx
|
|
2559
2645
|
var import_cloud_arrow_up = __toESM(require("@atlaskit/icon/core/cloud-arrow-up"));
|
|
2560
|
-
var
|
|
2646
|
+
var React148 = __toESM(require("react"));
|
|
2561
2647
|
function SvgImport() {
|
|
2562
|
-
return /* @__PURE__ */
|
|
2648
|
+
return /* @__PURE__ */ React148.createElement(import_cloud_arrow_up.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2563
2649
|
}
|
|
2564
2650
|
|
|
2565
2651
|
// src/components/icon/available-icons/info.tsx
|
|
2566
2652
|
var import_information_circle = __toESM(require("@atlaskit/icon/core/information-circle"));
|
|
2567
|
-
var
|
|
2653
|
+
var React149 = __toESM(require("react"));
|
|
2568
2654
|
function SvgInfo() {
|
|
2569
|
-
return /* @__PURE__ */
|
|
2655
|
+
return /* @__PURE__ */ React149.createElement(import_information_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2570
2656
|
}
|
|
2571
2657
|
|
|
2572
2658
|
// src/components/icon/available-icons/info-fill.tsx
|
|
2573
2659
|
var import_information = __toESM(require("@atlaskit/icon/core/information"));
|
|
2574
|
-
var
|
|
2660
|
+
var React150 = __toESM(require("react"));
|
|
2575
2661
|
function SvgInfoFill() {
|
|
2576
|
-
return /* @__PURE__ */
|
|
2662
|
+
return /* @__PURE__ */ React150.createElement(import_information.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2577
2663
|
}
|
|
2578
2664
|
|
|
2579
2665
|
// src/components/icon/available-icons/info-outline.tsx
|
|
@@ -2590,43 +2676,43 @@ var SvgInfoOutline = (props) => /* @__PURE__ */ import_react48.default.createEle
|
|
|
2590
2676
|
|
|
2591
2677
|
// src/components/icon/available-icons/italics.tsx
|
|
2592
2678
|
var import_text_italic = __toESM(require("@atlaskit/icon/core/text-italic"));
|
|
2593
|
-
var
|
|
2679
|
+
var React152 = __toESM(require("react"));
|
|
2594
2680
|
function SvgItalics() {
|
|
2595
|
-
return /* @__PURE__ */
|
|
2681
|
+
return /* @__PURE__ */ React152.createElement(import_text_italic.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2596
2682
|
}
|
|
2597
2683
|
|
|
2598
2684
|
// src/components/icon/available-icons/airtable.tsx
|
|
2599
|
-
var
|
|
2685
|
+
var React153 = __toESM(require("react"));
|
|
2600
2686
|
function SvgAirtable(props) {
|
|
2601
|
-
return /* @__PURE__ */
|
|
2687
|
+
return /* @__PURE__ */ React153.createElement(
|
|
2602
2688
|
"svg",
|
|
2603
2689
|
__spreadProps(__spreadValues({}, props), {
|
|
2604
2690
|
viewBox: "0 0 24 24",
|
|
2605
2691
|
fill: "none",
|
|
2606
2692
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2607
2693
|
}),
|
|
2608
|
-
/* @__PURE__ */
|
|
2694
|
+
/* @__PURE__ */ React153.createElement(
|
|
2609
2695
|
"path",
|
|
2610
2696
|
{
|
|
2611
2697
|
d: "M10.9264 4.21102L3.47343 7.29497C3.05897 7.4665 3.06326 8.0552 3.48032 8.22051L10.9645 11.1884C11.6221 11.4492 12.3544 11.4492 13.012 11.1884L20.4963 8.22051C20.9132 8.0552 20.9176 7.4665 20.503 7.29497L13.0502 4.21102C12.3702 3.92966 11.6063 3.92966 10.9264 4.21102",
|
|
2612
2698
|
fill: "#FFBF00"
|
|
2613
2699
|
}
|
|
2614
2700
|
),
|
|
2615
|
-
/* @__PURE__ */
|
|
2701
|
+
/* @__PURE__ */ React153.createElement(
|
|
2616
2702
|
"path",
|
|
2617
2703
|
{
|
|
2618
2704
|
d: "M12.6522 12.8091V20.2234C12.6522 20.576 13.0078 20.8175 13.3356 20.6876L21.6753 17.4505C21.8657 17.375 21.9905 17.1911 21.9905 16.9863V9.57208C21.9905 9.21943 21.6349 8.97796 21.3071 9.1079L12.9675 12.345C12.7772 12.4204 12.6522 12.6044 12.6522 12.8091",
|
|
2619
2705
|
fill: "#26B5F8"
|
|
2620
2706
|
}
|
|
2621
2707
|
),
|
|
2622
|
-
/* @__PURE__ */
|
|
2708
|
+
/* @__PURE__ */ React153.createElement(
|
|
2623
2709
|
"path",
|
|
2624
2710
|
{
|
|
2625
2711
|
d: "M10.7049 13.1917L8.22983 14.3867L7.97853 14.5082L2.7539 17.0116C2.42271 17.1714 2 16.93 2 16.5621V9.60322C2 9.47011 2.06825 9.3552 2.15977 9.26865C2.19797 9.23034 2.24124 9.19882 2.28621 9.17384C2.41107 9.09893 2.58915 9.07893 2.74056 9.13882L10.6633 12.2779C11.066 12.4377 11.0976 13.002 10.7049 13.1917",
|
|
2626
2712
|
fill: "#ED3049"
|
|
2627
2713
|
}
|
|
2628
2714
|
),
|
|
2629
|
-
/* @__PURE__ */
|
|
2715
|
+
/* @__PURE__ */ React153.createElement(
|
|
2630
2716
|
"path",
|
|
2631
2717
|
{
|
|
2632
2718
|
d: "M10.7049 13.1917L8.22985 14.3867L2.15979 9.26865C2.19798 9.23034 2.24126 9.19882 2.28623 9.17384C2.41109 9.09893 2.58917 9.07893 2.74058 9.13882L10.6633 12.2779C11.066 12.4377 11.0976 13.002 10.7049 13.1917",
|
|
@@ -2638,30 +2724,30 @@ function SvgAirtable(props) {
|
|
|
2638
2724
|
}
|
|
2639
2725
|
|
|
2640
2726
|
// src/components/icon/available-icons/bitbucket.tsx
|
|
2641
|
-
var
|
|
2727
|
+
var React154 = __toESM(require("react"));
|
|
2642
2728
|
function SvgBitbucket(props) {
|
|
2643
|
-
return /* @__PURE__ */
|
|
2729
|
+
return /* @__PURE__ */ React154.createElement(
|
|
2644
2730
|
"svg",
|
|
2645
2731
|
__spreadProps(__spreadValues({}, props), {
|
|
2646
2732
|
viewBox: "0 0 24 22",
|
|
2647
2733
|
fill: "none",
|
|
2648
2734
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2649
2735
|
}),
|
|
2650
|
-
/* @__PURE__ */
|
|
2736
|
+
/* @__PURE__ */ React154.createElement(
|
|
2651
2737
|
"path",
|
|
2652
2738
|
{
|
|
2653
2739
|
d: "M0.770441 0C0.290891 0 -0.0687694 0.43959 0.0111506 0.87918L3.24814 20.7007C3.32806 21.2203 3.76766 21.5799 4.28717 21.5799H19.9526C20.3123 21.5799 20.632 21.3002 20.7119 20.9405L23.9888 0.91915C24.0688 0.43959 23.7091 0.0399699 23.2296 0.0399699L0.770441 0ZM14.5177 14.3067H9.5223L8.2035 7.2333H15.7565L14.5177 14.3067Z",
|
|
2654
2740
|
fill: "#2684FF"
|
|
2655
2741
|
}
|
|
2656
2742
|
),
|
|
2657
|
-
/* @__PURE__ */
|
|
2743
|
+
/* @__PURE__ */ React154.createElement(
|
|
2658
2744
|
"path",
|
|
2659
2745
|
{
|
|
2660
2746
|
d: "M22.9098 7.23331H15.7165L14.5176 14.3067H9.52219L3.64771 21.3002C3.64771 21.3002 3.92744 21.54 4.32707 21.54H19.9925C20.3522 21.54 20.6719 21.2602 20.7518 20.9005L22.9098 7.23331Z",
|
|
2661
2747
|
fill: "url(#paint0_linear_1_5)"
|
|
2662
2748
|
}
|
|
2663
2749
|
),
|
|
2664
|
-
/* @__PURE__ */
|
|
2750
|
+
/* @__PURE__ */ React154.createElement("defs", null, /* @__PURE__ */ React154.createElement(
|
|
2665
2751
|
"linearGradient",
|
|
2666
2752
|
{
|
|
2667
2753
|
id: "paint0_linear_1_5",
|
|
@@ -2671,23 +2757,23 @@ function SvgBitbucket(props) {
|
|
|
2671
2757
|
y2: "18.5316",
|
|
2672
2758
|
gradientUnits: "userSpaceOnUse"
|
|
2673
2759
|
},
|
|
2674
|
-
/* @__PURE__ */
|
|
2675
|
-
/* @__PURE__ */
|
|
2760
|
+
/* @__PURE__ */ React154.createElement("stop", { offset: "0.176", stopColor: "#0052CC" }),
|
|
2761
|
+
/* @__PURE__ */ React154.createElement("stop", { offset: "1", stopColor: "#2684FF" })
|
|
2676
2762
|
))
|
|
2677
2763
|
);
|
|
2678
2764
|
}
|
|
2679
2765
|
|
|
2680
2766
|
// src/components/icon/available-icons/coda.tsx
|
|
2681
|
-
var
|
|
2767
|
+
var React155 = __toESM(require("react"));
|
|
2682
2768
|
function SvgCoda(props) {
|
|
2683
|
-
return /* @__PURE__ */
|
|
2769
|
+
return /* @__PURE__ */ React155.createElement(
|
|
2684
2770
|
"svg",
|
|
2685
2771
|
__spreadProps(__spreadValues({}, props), {
|
|
2686
2772
|
viewBox: "0 0 24 24",
|
|
2687
2773
|
fill: "none",
|
|
2688
2774
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2689
2775
|
}),
|
|
2690
|
-
/* @__PURE__ */
|
|
2776
|
+
/* @__PURE__ */ React155.createElement(
|
|
2691
2777
|
"path",
|
|
2692
2778
|
{
|
|
2693
2779
|
d: "M19.4121 2H4.85471C4.4345 2.0007 4.03164 2.16765 3.73411 2.46438C3.43658 2.76111 3.26855 3.16353 3.26672 3.58373V19.4168C3.26869 19.8369 3.43678 20.2392 3.7343 20.5358C4.03181 20.8324 4.43459 20.9993 4.85471 21H19.4121C19.8322 20.9993 20.235 20.8324 20.5325 20.5358C20.83 20.2392 20.9981 19.8369 21.0001 19.4168V18.6773C20.9735 17.7277 20.9469 15.7487 20.9469 14.8513C20.9469 14.3501 20.5766 13.9277 20.0999 13.9277C19.5706 13.9277 19.2264 14.2443 18.9615 14.5081C18.1677 15.221 16.9772 15.3529 15.9451 15.1678C15.4684 15.0625 15.0184 14.9305 14.6476 14.6933C13.5096 14.0336 12.7686 12.793 12.7686 11.4737C12.7686 10.1543 13.5096 8.94033 14.6476 8.25407C15.045 8.0168 15.4945 7.88487 15.9446 7.77953C16.95 7.5944 18.1683 7.72633 18.962 8.4392C19.253 8.70307 19.5972 9.01907 20.1005 9.01907C20.5766 9.01907 20.9469 8.5972 20.9469 8.09607C20.9469 7.2252 20.9735 5.2196 21.0001 4.26947V3.5832C20.9979 3.16318 20.8298 2.76104 20.5323 2.46453C20.2348 2.16803 19.8321 2.00123 19.4121 2.00053V2Z",
|
|
@@ -2698,44 +2784,44 @@ function SvgCoda(props) {
|
|
|
2698
2784
|
}
|
|
2699
2785
|
|
|
2700
2786
|
// src/components/icon/available-icons/figma.tsx
|
|
2701
|
-
var
|
|
2787
|
+
var React156 = __toESM(require("react"));
|
|
2702
2788
|
function SvgFigma(props) {
|
|
2703
|
-
return /* @__PURE__ */
|
|
2789
|
+
return /* @__PURE__ */ React156.createElement(
|
|
2704
2790
|
"svg",
|
|
2705
2791
|
__spreadProps(__spreadValues({}, props), {
|
|
2706
2792
|
viewBox: "0 0 24 24",
|
|
2707
2793
|
fill: "none",
|
|
2708
2794
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2709
2795
|
}),
|
|
2710
|
-
/* @__PURE__ */
|
|
2796
|
+
/* @__PURE__ */ React156.createElement(
|
|
2711
2797
|
"path",
|
|
2712
2798
|
{
|
|
2713
2799
|
d: "M9 21C10.656 21 12 19.656 12 18V15H9C7.344 15 6 16.344 6 18C6 19.656 7.344 21 9 21Z",
|
|
2714
2800
|
fill: "#0ACF83"
|
|
2715
2801
|
}
|
|
2716
2802
|
),
|
|
2717
|
-
/* @__PURE__ */
|
|
2803
|
+
/* @__PURE__ */ React156.createElement(
|
|
2718
2804
|
"path",
|
|
2719
2805
|
{
|
|
2720
2806
|
d: "M6 12C6 10.344 7.344 9 9 9H12V15H9C7.344 15 6 13.656 6 12Z",
|
|
2721
2807
|
fill: "#A259FF"
|
|
2722
2808
|
}
|
|
2723
2809
|
),
|
|
2724
|
-
/* @__PURE__ */
|
|
2810
|
+
/* @__PURE__ */ React156.createElement(
|
|
2725
2811
|
"path",
|
|
2726
2812
|
{
|
|
2727
2813
|
d: "M6 6C6 4.344 7.344 3 9 3H12V9H9C7.344 9 6 7.656 6 6Z",
|
|
2728
2814
|
fill: "#F24E1E"
|
|
2729
2815
|
}
|
|
2730
2816
|
),
|
|
2731
|
-
/* @__PURE__ */
|
|
2817
|
+
/* @__PURE__ */ React156.createElement(
|
|
2732
2818
|
"path",
|
|
2733
2819
|
{
|
|
2734
2820
|
d: "M12 3H15C16.656 3 18 4.344 18 6C18 7.656 16.656 9 15 9H12V3Z",
|
|
2735
2821
|
fill: "#FF7262"
|
|
2736
2822
|
}
|
|
2737
2823
|
),
|
|
2738
|
-
/* @__PURE__ */
|
|
2824
|
+
/* @__PURE__ */ React156.createElement(
|
|
2739
2825
|
"path",
|
|
2740
2826
|
{
|
|
2741
2827
|
d: "M18 12C18 13.656 16.656 15 15 15C13.344 15 12 13.656 12 12C12 10.344 13.344 9 15 9C16.656 9 18 10.344 18 12Z",
|
|
@@ -2746,16 +2832,16 @@ function SvgFigma(props) {
|
|
|
2746
2832
|
}
|
|
2747
2833
|
|
|
2748
2834
|
// src/components/icon/available-icons/github.tsx
|
|
2749
|
-
var
|
|
2835
|
+
var React157 = __toESM(require("react"));
|
|
2750
2836
|
function SvgGithub(props) {
|
|
2751
|
-
return /* @__PURE__ */
|
|
2837
|
+
return /* @__PURE__ */ React157.createElement(
|
|
2752
2838
|
"svg",
|
|
2753
2839
|
__spreadProps(__spreadValues({}, props), {
|
|
2754
2840
|
viewBox: "0 0 24 24",
|
|
2755
2841
|
fill: "none",
|
|
2756
2842
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2757
2843
|
}),
|
|
2758
|
-
/* @__PURE__ */
|
|
2844
|
+
/* @__PURE__ */ React157.createElement(
|
|
2759
2845
|
"path",
|
|
2760
2846
|
{
|
|
2761
2847
|
d: "M12.005 1.88C6.41094 1.88 1.88 6.52555 1.88 12.2611C1.88 16.8547 4.77829 20.7347 8.80297 22.1102C9.30922 22.201 9.49907 21.8896 9.49907 21.6171C9.49907 21.3705 9.48641 20.553 9.48641 19.6836C6.9425 20.1637 6.28438 19.0478 6.08188 18.4638C5.96797 18.1654 5.47438 17.244 5.04407 16.9975C4.68969 16.8028 4.18344 16.3227 5.03141 16.3097C5.82876 16.2968 6.39829 17.0624 6.58813 17.3738C7.49938 18.9439 8.95485 18.5027 9.53704 18.2302C9.62563 17.5555 9.89141 17.1013 10.1825 16.8418C7.92969 16.5822 5.57563 15.6869 5.57563 11.7161C5.57563 10.5872 5.96797 9.65285 6.61344 8.92618C6.51219 8.66665 6.15782 7.60259 6.71469 6.17518C6.71469 6.17518 7.56266 5.90268 9.49907 7.23925C10.3091 7.00567 11.1697 6.88889 12.0303 6.88889C12.8909 6.88889 13.7516 7.00567 14.5616 7.23925C16.498 5.8897 17.3459 6.17518 17.3459 6.17518C17.9028 7.60259 17.5484 8.66665 17.4472 8.92618C18.0927 9.65285 18.485 10.5742 18.485 11.7161C18.485 15.6998 16.1183 16.5822 13.8655 16.8418C14.2325 17.1662 14.5489 17.789 14.5489 18.7623C14.5489 20.1507 14.5363 21.2667 14.5363 21.6171C14.5363 21.8896 14.7261 22.214 15.2323 22.1102C19.2317 20.7347 22.13 16.8418 22.13 12.2611C22.13 6.52555 17.5991 1.88 12.005 1.88Z",
|
|
@@ -2766,29 +2852,29 @@ function SvgGithub(props) {
|
|
|
2766
2852
|
}
|
|
2767
2853
|
|
|
2768
2854
|
// src/components/icon/available-icons/google_docs.tsx
|
|
2769
|
-
var
|
|
2855
|
+
var React158 = __toESM(require("react"));
|
|
2770
2856
|
function SvgGoogleDocs(props) {
|
|
2771
|
-
return /* @__PURE__ */
|
|
2857
|
+
return /* @__PURE__ */ React158.createElement(
|
|
2772
2858
|
"svg",
|
|
2773
2859
|
__spreadProps(__spreadValues({}, props), {
|
|
2774
2860
|
viewBox: "0 0 24 22",
|
|
2775
2861
|
fill: "none",
|
|
2776
2862
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2777
2863
|
}),
|
|
2778
|
-
/* @__PURE__ */
|
|
2864
|
+
/* @__PURE__ */ React158.createElement("g", { clipPath: "url(#clip0_14_171)" }, /* @__PURE__ */ React158.createElement(
|
|
2779
2865
|
"path",
|
|
2780
2866
|
{
|
|
2781
2867
|
d: "M18.6875 22H5.3125C4.59062 22 4 21.3864 4 20.6364V3.36364C4 2.61364 4.59062 2 5.3125 2H15.1875L20 7V20.6364C20 21.3864 19.4094 22 18.6875 22Z",
|
|
2782
2868
|
fill: "#3086F6"
|
|
2783
2869
|
}
|
|
2784
|
-
), /* @__PURE__ */
|
|
2870
|
+
), /* @__PURE__ */ React158.createElement("path", { d: "M15.1874 2L19.9999 7H15.1874V2Z", fill: "#0C67D6" }), /* @__PURE__ */ React158.createElement(
|
|
2785
2871
|
"path",
|
|
2786
2872
|
{
|
|
2787
2873
|
d: "M15.9375 10.8636H8.0625V9.72726H15.9375V10.8636ZM15.9375 12.4545H8.0625V13.5909H15.9375V12.4545ZM13.75 15.1818H8.0625V16.3182H13.75V15.1818Z",
|
|
2788
2874
|
fill: "#FDFFFF"
|
|
2789
2875
|
}
|
|
2790
2876
|
)),
|
|
2791
|
-
/* @__PURE__ */
|
|
2877
|
+
/* @__PURE__ */ React158.createElement("defs", null, /* @__PURE__ */ React158.createElement("clipPath", { id: "clip0_14_171" }, /* @__PURE__ */ React158.createElement(
|
|
2792
2878
|
"rect",
|
|
2793
2879
|
{
|
|
2794
2880
|
width: "16",
|
|
@@ -2801,29 +2887,29 @@ function SvgGoogleDocs(props) {
|
|
|
2801
2887
|
}
|
|
2802
2888
|
|
|
2803
2889
|
// src/components/icon/available-icons/google_sheets.tsx
|
|
2804
|
-
var
|
|
2890
|
+
var React159 = __toESM(require("react"));
|
|
2805
2891
|
function SvgGoogleSheets(props) {
|
|
2806
|
-
return /* @__PURE__ */
|
|
2892
|
+
return /* @__PURE__ */ React159.createElement(
|
|
2807
2893
|
"svg",
|
|
2808
2894
|
__spreadProps(__spreadValues({}, props), {
|
|
2809
2895
|
viewBox: "0 0 24 22",
|
|
2810
2896
|
fill: "none",
|
|
2811
2897
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2812
2898
|
}),
|
|
2813
|
-
/* @__PURE__ */
|
|
2899
|
+
/* @__PURE__ */ React159.createElement("g", { clipPath: "url(#clip0_14_172)" }, /* @__PURE__ */ React159.createElement(
|
|
2814
2900
|
"path",
|
|
2815
2901
|
{
|
|
2816
2902
|
d: "M18.6875 22H5.3125C4.59062 22 4 21.3864 4 20.6364V3.36364C4 2.61364 4.59062 2 5.3125 2H15.1875L20 7V20.6364C20 21.3864 19.4094 22 18.6875 22Z",
|
|
2817
2903
|
fill: "#26A668"
|
|
2818
2904
|
}
|
|
2819
|
-
), /* @__PURE__ */
|
|
2905
|
+
), /* @__PURE__ */ React159.createElement("path", { d: "M15.1874 2L19.9999 7H15.1874V2Z", fill: "#207A50" }), /* @__PURE__ */ React159.createElement(
|
|
2820
2906
|
"path",
|
|
2821
2907
|
{
|
|
2822
2908
|
d: "M8 9.84415V17.3658H15.9885V9.84415H8ZM11.495 16.3283H8.99856V15.0315H11.495V16.3283ZM11.495 14.2534H8.99856V12.9565H11.495V14.2534ZM11.495 12.1784H8.99856V10.8816H11.495V12.1784ZM14.9899 16.3283H12.4935V15.0315H14.9899V16.3283ZM14.9899 14.2534H12.4935V12.9565H14.9899V14.2534ZM14.9899 12.1784H12.4935V10.8816H14.9899V12.1784Z",
|
|
2823
2909
|
fill: "#FDFFFF"
|
|
2824
2910
|
}
|
|
2825
2911
|
)),
|
|
2826
|
-
/* @__PURE__ */
|
|
2912
|
+
/* @__PURE__ */ React159.createElement("defs", null, /* @__PURE__ */ React159.createElement("clipPath", { id: "clip0_14_172" }, /* @__PURE__ */ React159.createElement(
|
|
2827
2913
|
"rect",
|
|
2828
2914
|
{
|
|
2829
2915
|
width: "16",
|
|
@@ -2836,51 +2922,51 @@ function SvgGoogleSheets(props) {
|
|
|
2836
2922
|
}
|
|
2837
2923
|
|
|
2838
2924
|
// src/components/icon/available-icons/google_drive.tsx
|
|
2839
|
-
var
|
|
2925
|
+
var React160 = __toESM(require("react"));
|
|
2840
2926
|
function SvgGoogleDrive(props) {
|
|
2841
|
-
return /* @__PURE__ */
|
|
2927
|
+
return /* @__PURE__ */ React160.createElement(
|
|
2842
2928
|
"svg",
|
|
2843
2929
|
__spreadProps(__spreadValues({}, props), {
|
|
2844
2930
|
viewBox: "0 0 24 22",
|
|
2845
2931
|
fill: "none",
|
|
2846
2932
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2847
2933
|
}),
|
|
2848
|
-
/* @__PURE__ */
|
|
2934
|
+
/* @__PURE__ */ React160.createElement(
|
|
2849
2935
|
"path",
|
|
2850
2936
|
{
|
|
2851
2937
|
d: "M3.51203 18.4269L4.39404 19.9615C4.57732 20.2846 4.84078 20.5385 5.15006 20.7231L8.30011 15.2308H2C2 15.5885 2.09164 15.9462 2.27491 16.2692L3.51203 18.4269Z",
|
|
2852
2938
|
fill: "#0066DA"
|
|
2853
2939
|
}
|
|
2854
2940
|
),
|
|
2855
|
-
/* @__PURE__ */
|
|
2941
|
+
/* @__PURE__ */ React160.createElement(
|
|
2856
2942
|
"path",
|
|
2857
2943
|
{
|
|
2858
2944
|
d: "M12 8.76923L8.84994 3.27692C8.54066 3.46154 8.2772 3.71538 8.09393 4.03846L2.27491 14.1923C2.09501 14.5084 2.00024 14.8664 2 15.2308H8.30011L12 8.76923Z",
|
|
2859
2945
|
fill: "#00AC47"
|
|
2860
2946
|
}
|
|
2861
2947
|
),
|
|
2862
|
-
/* @__PURE__ */
|
|
2948
|
+
/* @__PURE__ */ React160.createElement(
|
|
2863
2949
|
"path",
|
|
2864
2950
|
{
|
|
2865
2951
|
d: "M18.8499 20.7231C19.1592 20.5385 19.4227 20.2846 19.606 19.9615L19.9725 19.3269L21.7251 16.2692C21.9084 15.9462 22 15.5885 22 15.2308H15.6994L17.0401 17.8846L18.8499 20.7231Z",
|
|
2866
2952
|
fill: "#EA4335"
|
|
2867
2953
|
}
|
|
2868
2954
|
),
|
|
2869
|
-
/* @__PURE__ */
|
|
2955
|
+
/* @__PURE__ */ React160.createElement(
|
|
2870
2956
|
"path",
|
|
2871
2957
|
{
|
|
2872
2958
|
d: "M12 8.76923L15.1501 3.27692C14.8408 3.09231 14.4857 3 14.1191 3H9.88087C9.51432 3 9.15922 3.10385 8.84994 3.27692L12 8.76923Z",
|
|
2873
2959
|
fill: "#00832D"
|
|
2874
2960
|
}
|
|
2875
2961
|
),
|
|
2876
|
-
/* @__PURE__ */
|
|
2962
|
+
/* @__PURE__ */ React160.createElement(
|
|
2877
2963
|
"path",
|
|
2878
2964
|
{
|
|
2879
2965
|
d: "M15.6994 15.2308H8.30011L5.15006 20.7231C5.45934 20.9077 5.81443 21 6.18098 21H17.819C18.1856 21 18.5407 20.8962 18.8499 20.7231L15.6994 15.2308Z",
|
|
2880
2966
|
fill: "#2684FC"
|
|
2881
2967
|
}
|
|
2882
2968
|
),
|
|
2883
|
-
/* @__PURE__ */
|
|
2969
|
+
/* @__PURE__ */ React160.createElement(
|
|
2884
2970
|
"path",
|
|
2885
2971
|
{
|
|
2886
2972
|
d: "M18.8156 9.11538L15.9061 4.03846C15.7228 3.71538 15.4593 3.46154 15.1501 3.27692L12 8.76923L15.6994 15.2308H21.9885C21.9885 14.8731 21.8969 14.5154 21.7136 14.1923L18.8156 9.11538Z",
|
|
@@ -2891,29 +2977,29 @@ function SvgGoogleDrive(props) {
|
|
|
2891
2977
|
}
|
|
2892
2978
|
|
|
2893
2979
|
// src/components/icon/available-icons/google_forms.tsx
|
|
2894
|
-
var
|
|
2980
|
+
var React161 = __toESM(require("react"));
|
|
2895
2981
|
function SvgGoogleForms(props) {
|
|
2896
|
-
return /* @__PURE__ */
|
|
2982
|
+
return /* @__PURE__ */ React161.createElement(
|
|
2897
2983
|
"svg",
|
|
2898
2984
|
__spreadProps(__spreadValues({}, props), {
|
|
2899
2985
|
viewBox: "0 0 24 22",
|
|
2900
2986
|
fill: "none",
|
|
2901
2987
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2902
2988
|
}),
|
|
2903
|
-
/* @__PURE__ */
|
|
2989
|
+
/* @__PURE__ */ React161.createElement("g", { clipPath: "url(#clip0_14_173)" }, /* @__PURE__ */ React161.createElement(
|
|
2904
2990
|
"path",
|
|
2905
2991
|
{
|
|
2906
2992
|
d: "M18.6875 22H5.3125C4.59062 22 4 21.3864 4 20.6364V3.36364C4 2.61364 4.59062 2 5.3125 2H15.1875L20 7V20.6364C20 21.3864 19.4094 22 18.6875 22Z",
|
|
2907
2993
|
fill: "#7248BC"
|
|
2908
2994
|
}
|
|
2909
|
-
), /* @__PURE__ */
|
|
2995
|
+
), /* @__PURE__ */ React161.createElement("path", { d: "M15.1874 2L19.9999 7H15.1874V2Z", fill: "#432382" }), /* @__PURE__ */ React161.createElement(
|
|
2910
2996
|
"path",
|
|
2911
2997
|
{
|
|
2912
2998
|
d: "M10.25 16.928H16.25V15.7946H10.25V16.928ZM10.25 10.1275V11.2609H16.25V10.1275H10.25ZM8.88636 10.6942C8.88636 11.1632 8.51955 11.5443 8.06818 11.5443C7.61682 11.5443 7.25 11.1632 7.25 10.6942C7.25 10.2253 7.61682 9.84415 8.06818 9.84415C8.51955 9.84415 8.88636 10.2253 8.88636 10.6942ZM8.88636 13.5277C8.88636 13.9967 8.51955 14.3778 8.06818 14.3778C7.61682 14.3778 7.25 13.9967 7.25 13.5277C7.25 13.0588 7.61682 12.6777 8.06818 12.6777C8.51955 12.6777 8.88636 13.0588 8.88636 13.5277ZM8.88636 16.3613C8.88636 16.8302 8.51955 17.2113 8.06818 17.2113C7.61682 17.2113 7.25 16.8302 7.25 16.3613C7.25 15.8923 7.61682 15.5112 8.06818 15.5112C8.51955 15.5112 8.88636 15.8923 8.88636 16.3613ZM10.25 14.0944H16.25V12.961H10.25V14.0944Z",
|
|
2913
2999
|
fill: "white"
|
|
2914
3000
|
}
|
|
2915
3001
|
)),
|
|
2916
|
-
/* @__PURE__ */
|
|
3002
|
+
/* @__PURE__ */ React161.createElement("defs", null, /* @__PURE__ */ React161.createElement("clipPath", { id: "clip0_14_173" }, /* @__PURE__ */ React161.createElement(
|
|
2917
3003
|
"rect",
|
|
2918
3004
|
{
|
|
2919
3005
|
width: "16",
|
|
@@ -2926,29 +3012,29 @@ function SvgGoogleForms(props) {
|
|
|
2926
3012
|
}
|
|
2927
3013
|
|
|
2928
3014
|
// src/components/icon/available-icons/google_slides.tsx
|
|
2929
|
-
var
|
|
3015
|
+
var React162 = __toESM(require("react"));
|
|
2930
3016
|
function SvgGoogleSlides(props) {
|
|
2931
|
-
return /* @__PURE__ */
|
|
3017
|
+
return /* @__PURE__ */ React162.createElement(
|
|
2932
3018
|
"svg",
|
|
2933
3019
|
__spreadProps(__spreadValues({}, props), {
|
|
2934
3020
|
viewBox: "0 0 24 22",
|
|
2935
3021
|
fill: "none",
|
|
2936
3022
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2937
3023
|
}),
|
|
2938
|
-
/* @__PURE__ */
|
|
3024
|
+
/* @__PURE__ */ React162.createElement("g", { clipPath: "url(#clip0_14_174)" }, /* @__PURE__ */ React162.createElement(
|
|
2939
3025
|
"path",
|
|
2940
3026
|
{
|
|
2941
3027
|
d: "M18.6875 22H5.3125C4.59062 22 4 21.3864 4 20.6364V3.36364C4 2.61364 4.59062 2 5.3125 2H15.1875L20 7V20.6364C20 21.3864 19.4094 22 18.6875 22Z",
|
|
2942
3028
|
fill: "#F8BF08"
|
|
2943
3029
|
}
|
|
2944
|
-
), /* @__PURE__ */
|
|
3030
|
+
), /* @__PURE__ */ React162.createElement("path", { d: "M15.1874 2L19.9999 7H15.1874V2Z", fill: "#F59307" }), /* @__PURE__ */ React162.createElement(
|
|
2945
3031
|
"path",
|
|
2946
3032
|
{
|
|
2947
3033
|
d: "M7.28577 9.84415V16.7013H16.7143V9.84415H7.28577ZM15.5358 15.4768H8.46434V11.0686H15.5358V15.4768Z",
|
|
2948
3034
|
fill: "#FDFFFF"
|
|
2949
3035
|
}
|
|
2950
3036
|
)),
|
|
2951
|
-
/* @__PURE__ */
|
|
3037
|
+
/* @__PURE__ */ React162.createElement("defs", null, /* @__PURE__ */ React162.createElement("clipPath", { id: "clip0_14_174" }, /* @__PURE__ */ React162.createElement(
|
|
2952
3038
|
"rect",
|
|
2953
3039
|
{
|
|
2954
3040
|
width: "16",
|
|
@@ -2961,16 +3047,16 @@ function SvgGoogleSlides(props) {
|
|
|
2961
3047
|
}
|
|
2962
3048
|
|
|
2963
3049
|
// src/components/icon/available-icons/notion.tsx
|
|
2964
|
-
var
|
|
3050
|
+
var React163 = __toESM(require("react"));
|
|
2965
3051
|
function SvgNotion(props) {
|
|
2966
|
-
return /* @__PURE__ */
|
|
3052
|
+
return /* @__PURE__ */ React163.createElement(
|
|
2967
3053
|
"svg",
|
|
2968
3054
|
__spreadProps(__spreadValues({}, props), {
|
|
2969
3055
|
viewBox: "0 0 24 22",
|
|
2970
3056
|
fill: "none",
|
|
2971
3057
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2972
3058
|
}),
|
|
2973
|
-
/* @__PURE__ */
|
|
3059
|
+
/* @__PURE__ */ React163.createElement(
|
|
2974
3060
|
"path",
|
|
2975
3061
|
{
|
|
2976
3062
|
fillRule: "evenodd",
|
|
@@ -2983,75 +3069,75 @@ function SvgNotion(props) {
|
|
|
2983
3069
|
}
|
|
2984
3070
|
|
|
2985
3071
|
// src/components/icon/available-icons/microsoft_excel.tsx
|
|
2986
|
-
var
|
|
3072
|
+
var React164 = __toESM(require("react"));
|
|
2987
3073
|
function SvgMicrosoftExcel(props) {
|
|
2988
|
-
return /* @__PURE__ */
|
|
3074
|
+
return /* @__PURE__ */ React164.createElement(
|
|
2989
3075
|
"svg",
|
|
2990
3076
|
__spreadProps(__spreadValues({}, props), {
|
|
2991
3077
|
viewBox: "0 0 24 24",
|
|
2992
3078
|
fill: "none",
|
|
2993
3079
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2994
3080
|
}),
|
|
2995
|
-
/* @__PURE__ */
|
|
3081
|
+
/* @__PURE__ */ React164.createElement("g", { clipPath: "url(#clip0_14_237)" }, /* @__PURE__ */ React164.createElement(
|
|
2996
3082
|
"path",
|
|
2997
3083
|
{
|
|
2998
3084
|
d: "M14.5581 11.55L6.65112 10.2V20.1752C6.65112 20.6307 7.03282 21 7.50368 21H21.1474C21.6183 21 22 20.6307 22 20.1752V16.5L14.5581 11.55Z",
|
|
2999
3085
|
fill: "#185C37"
|
|
3000
3086
|
}
|
|
3001
|
-
), /* @__PURE__ */
|
|
3087
|
+
), /* @__PURE__ */ React164.createElement(
|
|
3002
3088
|
"path",
|
|
3003
3089
|
{
|
|
3004
3090
|
d: "M14.5581 3H7.50368C7.03282 3 6.65112 3.3693 6.65112 3.82485V7.5L14.5581 12L18.7441 13.35L22 12V7.5L14.5581 3Z",
|
|
3005
3091
|
fill: "#21A366"
|
|
3006
3092
|
}
|
|
3007
|
-
), /* @__PURE__ */
|
|
3093
|
+
), /* @__PURE__ */ React164.createElement("path", { d: "M6.65112 7.5H14.5581V12H6.65112V7.5Z", fill: "#107C41" }), /* @__PURE__ */ React164.createElement(
|
|
3008
3094
|
"path",
|
|
3009
3095
|
{
|
|
3010
3096
|
opacity: "0.1",
|
|
3011
3097
|
d: "M12.3102 6.60001H6.65112V17.85H12.3102C12.7804 17.8485 13.1612 17.4801 13.1628 17.0252V7.42485C13.1612 6.96992 12.7804 6.60148 12.3102 6.60001Z",
|
|
3012
3098
|
fill: "black"
|
|
3013
3099
|
}
|
|
3014
|
-
), /* @__PURE__ */
|
|
3100
|
+
), /* @__PURE__ */ React164.createElement(
|
|
3015
3101
|
"path",
|
|
3016
3102
|
{
|
|
3017
3103
|
opacity: "0.2",
|
|
3018
3104
|
d: "M11.8451 7.04999H6.65112V18.3H11.8451C12.3153 18.2985 12.6961 17.9301 12.6976 17.4751V7.87484C12.6961 7.4199 12.3153 7.05147 11.8451 7.04999Z",
|
|
3019
3105
|
fill: "black"
|
|
3020
3106
|
}
|
|
3021
|
-
), /* @__PURE__ */
|
|
3107
|
+
), /* @__PURE__ */ React164.createElement(
|
|
3022
3108
|
"path",
|
|
3023
3109
|
{
|
|
3024
3110
|
opacity: "0.2",
|
|
3025
3111
|
d: "M11.8451 7.04999H6.65112V17.4H11.8451C12.3153 17.3985 12.6961 17.0301 12.6976 16.5751V7.87484C12.6961 7.4199 12.3153 7.05147 11.8451 7.04999Z",
|
|
3026
3112
|
fill: "black"
|
|
3027
3113
|
}
|
|
3028
|
-
), /* @__PURE__ */
|
|
3114
|
+
), /* @__PURE__ */ React164.createElement(
|
|
3029
3115
|
"path",
|
|
3030
3116
|
{
|
|
3031
3117
|
opacity: "0.2",
|
|
3032
3118
|
d: "M11.38 7.04999H6.65112V17.4H11.38C11.8502 17.3985 12.231 17.0301 12.2325 16.5751V7.87484C12.231 7.4199 11.8502 7.05147 11.38 7.04999Z",
|
|
3033
3119
|
fill: "black"
|
|
3034
3120
|
}
|
|
3035
|
-
), /* @__PURE__ */
|
|
3121
|
+
), /* @__PURE__ */ React164.createElement(
|
|
3036
3122
|
"path",
|
|
3037
3123
|
{
|
|
3038
3124
|
d: "M2.85256 7.04999H11.38C11.8508 7.04999 12.2325 7.41928 12.2325 7.87484V16.1251C12.2325 16.5807 11.8508 16.95 11.38 16.95H2.85256C2.3817 16.95 2 16.5807 2 16.1251V7.87484C2 7.41928 2.3817 7.04999 2.85256 7.04999Z",
|
|
3039
3125
|
fill: "url(#paint0_linear_14_237)"
|
|
3040
3126
|
}
|
|
3041
|
-
), /* @__PURE__ */
|
|
3127
|
+
), /* @__PURE__ */ React164.createElement(
|
|
3042
3128
|
"path",
|
|
3043
3129
|
{
|
|
3044
3130
|
d: "M4.6405 14.6811L6.43399 11.9924L4.79074 9.31845H6.11259L7.00934 11.0285C7.09213 11.1909 7.14887 11.3115 7.17958 11.3911H7.1912C7.25012 11.2615 7.31213 11.1357 7.37725 11.0136L8.33585 9.31936H9.54934L7.86422 11.9775L9.59214 14.6811H8.30097L7.26516 12.8042C7.21636 12.7243 7.17496 12.6404 7.14144 12.5535H7.12609C7.09575 12.6386 7.05549 12.7202 7.00609 12.7965L5.93958 14.6811H4.6405Z",
|
|
3045
3131
|
fill: "white"
|
|
3046
3132
|
}
|
|
3047
|
-
), /* @__PURE__ */
|
|
3133
|
+
), /* @__PURE__ */ React164.createElement(
|
|
3048
3134
|
"path",
|
|
3049
3135
|
{
|
|
3050
3136
|
d: "M21.1474 3H14.5581V7.5H22V3.82485C22 3.3693 21.6183 3 21.1474 3Z",
|
|
3051
3137
|
fill: "#33C481"
|
|
3052
3138
|
}
|
|
3053
|
-
), /* @__PURE__ */
|
|
3054
|
-
/* @__PURE__ */
|
|
3139
|
+
), /* @__PURE__ */ React164.createElement("path", { d: "M14.5581 12H22V16.5H14.5581V12Z", fill: "#107C41" })),
|
|
3140
|
+
/* @__PURE__ */ React164.createElement("defs", null, /* @__PURE__ */ React164.createElement(
|
|
3055
3141
|
"linearGradient",
|
|
3056
3142
|
{
|
|
3057
3143
|
id: "paint0_linear_14_237",
|
|
@@ -3061,10 +3147,10 @@ function SvgMicrosoftExcel(props) {
|
|
|
3061
3147
|
y2: "17.7763",
|
|
3062
3148
|
gradientUnits: "userSpaceOnUse"
|
|
3063
3149
|
},
|
|
3064
|
-
/* @__PURE__ */
|
|
3065
|
-
/* @__PURE__ */
|
|
3066
|
-
/* @__PURE__ */
|
|
3067
|
-
), /* @__PURE__ */
|
|
3150
|
+
/* @__PURE__ */ React164.createElement("stop", { stopColor: "#18884F" }),
|
|
3151
|
+
/* @__PURE__ */ React164.createElement("stop", { offset: "0.5", stopColor: "#117E43" }),
|
|
3152
|
+
/* @__PURE__ */ React164.createElement("stop", { offset: "1", stopColor: "#0B6631" })
|
|
3153
|
+
), /* @__PURE__ */ React164.createElement("clipPath", { id: "clip0_14_237" }, /* @__PURE__ */ React164.createElement(
|
|
3068
3154
|
"rect",
|
|
3069
3155
|
{
|
|
3070
3156
|
width: "20",
|
|
@@ -3077,81 +3163,81 @@ function SvgMicrosoftExcel(props) {
|
|
|
3077
3163
|
}
|
|
3078
3164
|
|
|
3079
3165
|
// src/components/icon/available-icons/microsoft_one_note.tsx
|
|
3080
|
-
var
|
|
3166
|
+
var React165 = __toESM(require("react"));
|
|
3081
3167
|
function SvgMicrosoftOneNote(props) {
|
|
3082
|
-
return /* @__PURE__ */
|
|
3168
|
+
return /* @__PURE__ */ React165.createElement(
|
|
3083
3169
|
"svg",
|
|
3084
3170
|
__spreadProps(__spreadValues({}, props), {
|
|
3085
3171
|
viewBox: "0 0 24 24",
|
|
3086
3172
|
fill: "none",
|
|
3087
3173
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3088
3174
|
}),
|
|
3089
|
-
/* @__PURE__ */
|
|
3175
|
+
/* @__PURE__ */ React165.createElement("g", { clipPath: "url(#clip0_14_250)" }, /* @__PURE__ */ React165.createElement(
|
|
3090
3176
|
"path",
|
|
3091
3177
|
{
|
|
3092
3178
|
d: "M17.3488 21H7.50275C7.03241 21 6.65112 20.6311 6.65112 20.176V3.82395C6.65112 3.36889 7.03241 3 7.50275 3H21.1483C21.6187 3 22 3.36889 22 3.82395V7.5L17.3488 21Z",
|
|
3093
3179
|
fill: "#CA64EA"
|
|
3094
3180
|
}
|
|
3095
|
-
), /* @__PURE__ */
|
|
3181
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3096
3182
|
"path",
|
|
3097
3183
|
{
|
|
3098
3184
|
d: "M22 12L19.6745 13.35L17.3489 12V7.5H22L22 12Z",
|
|
3099
3185
|
fill: "#AE4BD5"
|
|
3100
3186
|
}
|
|
3101
|
-
), /* @__PURE__ */
|
|
3187
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3102
3188
|
"path",
|
|
3103
3189
|
{
|
|
3104
3190
|
d: "M22 16.5L19.6745 17.85L17.3489 16.5V12H22V16.5Z",
|
|
3105
3191
|
fill: "#9332BF"
|
|
3106
3192
|
}
|
|
3107
|
-
), /* @__PURE__ */
|
|
3193
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3108
3194
|
"path",
|
|
3109
3195
|
{
|
|
3110
3196
|
d: "M17.3489 16.5H22V20.1563C22 20.6222 21.6096 21 21.1279 21H17.3489V16.5Z",
|
|
3111
3197
|
fill: "#7719AA"
|
|
3112
3198
|
}
|
|
3113
|
-
), /* @__PURE__ */
|
|
3199
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3114
3200
|
"path",
|
|
3115
3201
|
{
|
|
3116
3202
|
opacity: "0.2",
|
|
3117
3203
|
d: "M12.3102 6.60001H6.65112V17.85H12.3102C12.7804 17.8485 13.1612 17.4801 13.1627 17.0252V7.42485C13.1612 6.96992 12.7804 6.60149 12.3102 6.60001Z",
|
|
3118
3204
|
fill: "black"
|
|
3119
3205
|
}
|
|
3120
|
-
), /* @__PURE__ */
|
|
3206
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3121
3207
|
"path",
|
|
3122
3208
|
{
|
|
3123
3209
|
opacity: "0.2",
|
|
3124
3210
|
d: "M11.8451 7.04999H6.65112V18.3H11.8451C12.3153 18.2985 12.6961 17.9301 12.6976 17.4751V7.87484C12.6961 7.4199 12.3153 7.05147 11.8451 7.04999Z",
|
|
3125
3211
|
fill: "black"
|
|
3126
3212
|
}
|
|
3127
|
-
), /* @__PURE__ */
|
|
3213
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3128
3214
|
"path",
|
|
3129
3215
|
{
|
|
3130
3216
|
opacity: "0.5",
|
|
3131
3217
|
d: "M11.8451 7.04999H6.65112V17.4H11.8451C12.3153 17.3985 12.6961 17.0301 12.6976 16.5751V7.87484C12.6961 7.4199 12.3153 7.05147 11.8451 7.04999Z",
|
|
3132
3218
|
fill: "black"
|
|
3133
3219
|
}
|
|
3134
|
-
), /* @__PURE__ */
|
|
3220
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3135
3221
|
"path",
|
|
3136
3222
|
{
|
|
3137
3223
|
opacity: "0.5",
|
|
3138
3224
|
d: "M11.38 7.04999H6.65112V17.4H11.38C11.8502 17.3985 12.231 17.0301 12.2325 16.5751V7.87484C12.231 7.4199 11.8502 7.05147 11.38 7.04999Z",
|
|
3139
3225
|
fill: "black"
|
|
3140
3226
|
}
|
|
3141
|
-
), /* @__PURE__ */
|
|
3227
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3142
3228
|
"path",
|
|
3143
3229
|
{
|
|
3144
3230
|
d: "M2.85256 7.04999H11.38C11.8509 7.04999 12.2326 7.41929 12.2326 7.87484V16.1251C12.2326 16.5807 11.8509 16.95 11.38 16.95H2.85256C2.38171 16.95 2 16.5807 2 16.1251V7.87484C2 7.41929 2.38171 7.04999 2.85256 7.04999Z",
|
|
3145
3231
|
fill: "url(#paint0_linear_14_250)"
|
|
3146
3232
|
}
|
|
3147
|
-
), /* @__PURE__ */
|
|
3233
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3148
3234
|
"path",
|
|
3149
3235
|
{
|
|
3150
3236
|
d: "M4.80273 9.31891H5.95855L8.22971 12.8739C8.33297 13.0332 8.41049 13.1615 8.46227 13.2587H8.47716C8.44906 13.0167 8.43788 12.7731 8.44367 12.5297V9.31891H9.42972V14.6811H8.34785L5.99156 11.0276C5.91176 10.907 5.84148 10.7808 5.78133 10.65H5.76273C5.78648 10.9161 5.79626 11.1831 5.79203 11.4501V14.6811H4.80273V9.31891Z",
|
|
3151
3237
|
fill: "white"
|
|
3152
3238
|
}
|
|
3153
3239
|
)),
|
|
3154
|
-
/* @__PURE__ */
|
|
3240
|
+
/* @__PURE__ */ React165.createElement("defs", null, /* @__PURE__ */ React165.createElement(
|
|
3155
3241
|
"linearGradient",
|
|
3156
3242
|
{
|
|
3157
3243
|
id: "paint0_linear_14_250",
|
|
@@ -3161,10 +3247,10 @@ function SvgMicrosoftOneNote(props) {
|
|
|
3161
3247
|
y2: "17.7763",
|
|
3162
3248
|
gradientUnits: "userSpaceOnUse"
|
|
3163
3249
|
},
|
|
3164
|
-
/* @__PURE__ */
|
|
3165
|
-
/* @__PURE__ */
|
|
3166
|
-
/* @__PURE__ */
|
|
3167
|
-
), /* @__PURE__ */
|
|
3250
|
+
/* @__PURE__ */ React165.createElement("stop", { stopColor: "#8324B3" }),
|
|
3251
|
+
/* @__PURE__ */ React165.createElement("stop", { offset: "0.5", stopColor: "#7A1BAC" }),
|
|
3252
|
+
/* @__PURE__ */ React165.createElement("stop", { offset: "1", stopColor: "#621197" })
|
|
3253
|
+
), /* @__PURE__ */ React165.createElement("clipPath", { id: "clip0_14_250" }, /* @__PURE__ */ React165.createElement(
|
|
3168
3254
|
"rect",
|
|
3169
3255
|
{
|
|
3170
3256
|
width: "20",
|
|
@@ -3177,81 +3263,81 @@ function SvgMicrosoftOneNote(props) {
|
|
|
3177
3263
|
}
|
|
3178
3264
|
|
|
3179
3265
|
// src/components/icon/available-icons/microsoft_word.tsx
|
|
3180
|
-
var
|
|
3266
|
+
var React166 = __toESM(require("react"));
|
|
3181
3267
|
function SvgMicrosoftWord(props) {
|
|
3182
|
-
return /* @__PURE__ */
|
|
3268
|
+
return /* @__PURE__ */ React166.createElement(
|
|
3183
3269
|
"svg",
|
|
3184
3270
|
__spreadProps(__spreadValues({}, props), {
|
|
3185
3271
|
viewBox: "0 0 24 24",
|
|
3186
3272
|
fill: "none",
|
|
3187
3273
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3188
3274
|
}),
|
|
3189
|
-
/* @__PURE__ */
|
|
3275
|
+
/* @__PURE__ */ React166.createElement("g", { clipPath: "url(#clip0_14_214)" }, /* @__PURE__ */ React166.createElement(
|
|
3190
3276
|
"path",
|
|
3191
3277
|
{
|
|
3192
3278
|
d: "M21.1474 3H7.50368C7.03283 3 6.65112 3.38981 6.65112 3.87068V7.75L14.5581 10.125L22 7.75V3.87068C22 3.38981 21.6183 3 21.1474 3Z",
|
|
3193
3279
|
fill: "#41A5EE"
|
|
3194
3280
|
}
|
|
3195
|
-
), /* @__PURE__ */
|
|
3281
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3196
3282
|
"path",
|
|
3197
3283
|
{
|
|
3198
3284
|
d: "M22 7.75H6.65112V12.5L14.5581 13.925L22 12.5V7.75Z",
|
|
3199
3285
|
fill: "#2B7CD3"
|
|
3200
3286
|
}
|
|
3201
|
-
), /* @__PURE__ */
|
|
3287
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3202
3288
|
"path",
|
|
3203
3289
|
{
|
|
3204
3290
|
d: "M6.65112 12.5V17.25L14.093 18.2L22 17.25V12.5H6.65112Z",
|
|
3205
3291
|
fill: "#185ABD"
|
|
3206
3292
|
}
|
|
3207
|
-
), /* @__PURE__ */
|
|
3293
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3208
3294
|
"path",
|
|
3209
3295
|
{
|
|
3210
3296
|
d: "M7.50368 22H21.1474C21.6183 22 22 21.6102 22 21.1293V17.25H6.65112V21.1293C6.65112 21.6102 7.03283 22 7.50368 22Z",
|
|
3211
3297
|
fill: "#103F91"
|
|
3212
3298
|
}
|
|
3213
|
-
), /* @__PURE__ */
|
|
3299
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3214
3300
|
"path",
|
|
3215
3301
|
{
|
|
3216
3302
|
opacity: "0.1",
|
|
3217
3303
|
d: "M12.3102 6.79999H6.65112V18.675H12.3102C12.7804 18.6734 13.1612 18.2845 13.1628 17.8043V7.67067C13.1612 7.19045 12.7804 6.80155 12.3102 6.79999Z",
|
|
3218
3304
|
fill: "black"
|
|
3219
3305
|
}
|
|
3220
|
-
), /* @__PURE__ */
|
|
3306
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3221
3307
|
"path",
|
|
3222
3308
|
{
|
|
3223
3309
|
opacity: "0.2",
|
|
3224
3310
|
d: "M11.8451 7.27499H6.65112V19.15H11.8451C12.3153 19.1484 12.6961 18.7595 12.6976 18.2793V8.14567C12.6961 7.66546 12.3153 7.27656 11.8451 7.27499Z",
|
|
3225
3311
|
fill: "black"
|
|
3226
3312
|
}
|
|
3227
|
-
), /* @__PURE__ */
|
|
3313
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3228
3314
|
"path",
|
|
3229
3315
|
{
|
|
3230
3316
|
opacity: "0.2",
|
|
3231
3317
|
d: "M11.8451 7.27499H6.65112V18.2H11.8451C12.3153 18.1984 12.6961 17.8095 12.6976 17.3293V8.14567C12.6961 7.66546 12.3153 7.27656 11.8451 7.27499Z",
|
|
3232
3318
|
fill: "black"
|
|
3233
3319
|
}
|
|
3234
|
-
), /* @__PURE__ */
|
|
3320
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3235
3321
|
"path",
|
|
3236
3322
|
{
|
|
3237
3323
|
opacity: "0.2",
|
|
3238
3324
|
d: "M11.38 7.27499H6.65112V18.2H11.38C11.8502 18.1984 12.231 17.8095 12.2325 17.3293V8.14567C12.231 7.66546 11.8502 7.27656 11.38 7.27499Z",
|
|
3239
3325
|
fill: "black"
|
|
3240
3326
|
}
|
|
3241
|
-
), /* @__PURE__ */
|
|
3327
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3242
3328
|
"path",
|
|
3243
3329
|
{
|
|
3244
3330
|
d: "M2.85256 7.27499H11.38C11.8509 7.27499 12.2326 7.66481 12.2326 8.14567V16.8543C12.2326 17.3352 11.8509 17.725 11.38 17.725H2.85256C2.3817 17.725 2 17.3352 2 16.8543V8.14567C2 7.66481 2.3817 7.27499 2.85256 7.27499Z",
|
|
3245
3331
|
fill: "url(#paint0_linear_14_214)"
|
|
3246
3332
|
}
|
|
3247
|
-
), /* @__PURE__ */
|
|
3333
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3248
3334
|
"path",
|
|
3249
3335
|
{
|
|
3250
3336
|
d: "M5.49864 13.9526C5.51538 14.087 5.52654 14.2038 5.53166 14.3041H5.55119C5.55863 14.2091 5.57413 14.0946 5.5977 13.9606C5.62127 13.8267 5.64251 13.7135 5.66142 13.621L6.55817 9.66996H7.7177L8.64793 13.5616C8.70198 13.8036 8.74067 14.0489 8.76375 14.296H8.7791C8.79644 14.0566 8.82876 13.8186 8.87585 13.5835L9.61771 9.66806H10.6731L9.3698 15.3301H8.13677L7.25305 11.5804C7.22748 11.4726 7.19818 11.3315 7.16608 11.1581C7.13398 10.9847 7.11399 10.8579 7.10608 10.7781H7.09073C7.0805 10.8703 7.06049 11.0071 7.03072 11.1885C7.00096 11.37 6.97708 11.5042 6.95909 11.5913L6.12839 15.3291H4.87443L3.56421 9.66995H4.63862L5.44653 13.6291C5.46468 13.7103 5.48189 13.8186 5.49864 13.9526Z",
|
|
3251
3337
|
fill: "white"
|
|
3252
3338
|
}
|
|
3253
3339
|
)),
|
|
3254
|
-
/* @__PURE__ */
|
|
3340
|
+
/* @__PURE__ */ React166.createElement("defs", null, /* @__PURE__ */ React166.createElement(
|
|
3255
3341
|
"linearGradient",
|
|
3256
3342
|
{
|
|
3257
3343
|
id: "paint0_linear_14_214",
|
|
@@ -3261,10 +3347,10 @@ function SvgMicrosoftWord(props) {
|
|
|
3261
3347
|
y2: "18.2798",
|
|
3262
3348
|
gradientUnits: "userSpaceOnUse"
|
|
3263
3349
|
},
|
|
3264
|
-
/* @__PURE__ */
|
|
3265
|
-
/* @__PURE__ */
|
|
3266
|
-
/* @__PURE__ */
|
|
3267
|
-
), /* @__PURE__ */
|
|
3350
|
+
/* @__PURE__ */ React166.createElement("stop", { stopColor: "#2368C4" }),
|
|
3351
|
+
/* @__PURE__ */ React166.createElement("stop", { offset: "0.5", stopColor: "#1A5DBE" }),
|
|
3352
|
+
/* @__PURE__ */ React166.createElement("stop", { offset: "1", stopColor: "#1146AC" })
|
|
3353
|
+
), /* @__PURE__ */ React166.createElement("clipPath", { id: "clip0_14_214" }, /* @__PURE__ */ React166.createElement(
|
|
3268
3354
|
"rect",
|
|
3269
3355
|
{
|
|
3270
3356
|
width: "20",
|
|
@@ -3277,75 +3363,75 @@ function SvgMicrosoftWord(props) {
|
|
|
3277
3363
|
}
|
|
3278
3364
|
|
|
3279
3365
|
// src/components/icon/available-icons/microsoft_powerpoint.tsx
|
|
3280
|
-
var
|
|
3366
|
+
var React167 = __toESM(require("react"));
|
|
3281
3367
|
function SvgMicrosoftPowerpoint(props) {
|
|
3282
|
-
return /* @__PURE__ */
|
|
3368
|
+
return /* @__PURE__ */ React167.createElement(
|
|
3283
3369
|
"svg",
|
|
3284
3370
|
__spreadProps(__spreadValues({}, props), {
|
|
3285
3371
|
viewBox: "0 0 24 24",
|
|
3286
3372
|
fill: "none",
|
|
3287
3373
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3288
3374
|
}),
|
|
3289
|
-
/* @__PURE__ */
|
|
3375
|
+
/* @__PURE__ */ React167.createElement("g", { clipPath: "url(#clip0_14_226)" }, /* @__PURE__ */ React167.createElement(
|
|
3290
3376
|
"path",
|
|
3291
3377
|
{
|
|
3292
3378
|
d: "M14.0931 13.45L12.6977 3H12.5935C7.51968 3.01513 3.4102 7.21194 3.39539 12.3936V12.5L14.0931 13.45Z",
|
|
3293
3379
|
fill: "#ED6C47"
|
|
3294
3380
|
}
|
|
3295
|
-
), /* @__PURE__ */
|
|
3381
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3296
3382
|
"path",
|
|
3297
3383
|
{
|
|
3298
3384
|
d: "M12.8018 3H12.6976V12.5L17.3488 14.4L22 12.5V12.3936C21.9851 7.21194 17.8757 3.01513 12.8018 3Z",
|
|
3299
3385
|
fill: "#FF8F6B"
|
|
3300
3386
|
}
|
|
3301
|
-
), /* @__PURE__ */
|
|
3387
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3302
3388
|
"path",
|
|
3303
3389
|
{
|
|
3304
3390
|
d: "M22 12.5V12.6045C21.9855 17.7873 17.875 21.9851 12.8 22H12.5954C7.52041 21.9851 3.40995 17.7873 3.39539 12.6045V12.5H22Z",
|
|
3305
3391
|
fill: "#D35230"
|
|
3306
3392
|
}
|
|
3307
|
-
), /* @__PURE__ */
|
|
3393
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3308
3394
|
"path",
|
|
3309
3395
|
{
|
|
3310
3396
|
opacity: "0.1",
|
|
3311
3397
|
d: "M13.1628 7.66924V17.8057C13.1605 18.158 12.9515 18.4744 12.6326 18.6085C12.5311 18.6523 12.4219 18.675 12.3117 18.675H5.59075C5.46051 18.523 5.33494 18.3615 5.21865 18.2C4.03367 16.5856 3.39385 14.6221 3.3954 12.6045V12.3955C3.39268 10.5757 3.91346 8.79514 4.89307 7.27499C4.9954 7.11349 5.10237 6.95199 5.21865 6.79999H12.3117C12.7803 6.80362 13.1593 7.19068 13.1628 7.66924Z",
|
|
3312
3398
|
fill: "black"
|
|
3313
3399
|
}
|
|
3314
|
-
), /* @__PURE__ */
|
|
3400
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3315
3401
|
"path",
|
|
3316
3402
|
{
|
|
3317
3403
|
opacity: "0.2",
|
|
3318
3404
|
d: "M12.6977 8.14425V18.2807C12.6977 18.3933 12.6756 18.5048 12.6326 18.6085C12.5013 18.9342 12.1915 19.1476 11.8466 19.15H6.01401C5.86685 18.9974 5.72564 18.839 5.59075 18.675C5.46051 18.523 5.33494 18.3615 5.21865 18.2C4.03367 16.5856 3.39385 14.6221 3.3954 12.6045V12.3955C3.39268 10.5757 3.91346 8.79514 4.89307 7.27499H11.8466C12.3152 7.27861 12.6942 7.66567 12.6977 8.14425Z",
|
|
3319
3405
|
fill: "black"
|
|
3320
3406
|
}
|
|
3321
|
-
), /* @__PURE__ */
|
|
3407
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3322
3408
|
"path",
|
|
3323
3409
|
{
|
|
3324
3410
|
opacity: "0.2",
|
|
3325
3411
|
d: "M12.6977 8.14427V17.3308C12.6942 17.8093 12.3152 18.1964 11.8466 18.2H5.21865C4.03367 16.5857 3.39385 14.6221 3.3954 12.6045V12.3955C3.39268 10.5757 3.91346 8.79517 4.89307 7.27502H11.8466C12.3152 7.27863 12.6942 7.66569 12.6977 8.14427Z",
|
|
3326
3412
|
fill: "black"
|
|
3327
3413
|
}
|
|
3328
|
-
), /* @__PURE__ */
|
|
3414
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3329
3415
|
"path",
|
|
3330
3416
|
{
|
|
3331
3417
|
opacity: "0.2",
|
|
3332
3418
|
d: "M12.2326 8.14427V17.3308C12.2291 17.8093 11.8501 18.1964 11.3814 18.2H5.21865C4.03367 16.5857 3.39385 14.6221 3.3954 12.6045V12.3955C3.39268 10.5757 3.91346 8.79517 4.89307 7.27502H11.3814C11.8501 7.27863 12.2291 7.66569 12.2326 8.14427Z",
|
|
3333
3419
|
fill: "black"
|
|
3334
3420
|
}
|
|
3335
|
-
), /* @__PURE__ */
|
|
3421
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3336
3422
|
"path",
|
|
3337
3423
|
{
|
|
3338
3424
|
d: "M2.85255 7.27499H11.38C11.8509 7.27499 12.2325 7.66481 12.2325 8.14566V16.8543C12.2325 17.3352 11.8508 17.725 11.38 17.725H2.85255C2.38171 17.725 2 17.3352 2 16.8543V8.14566C2 7.66481 2.38171 7.27499 2.85255 7.27499Z",
|
|
3339
3425
|
fill: "url(#paint0_linear_14_226)"
|
|
3340
3426
|
}
|
|
3341
|
-
), /* @__PURE__ */
|
|
3427
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3342
3428
|
"path",
|
|
3343
3429
|
{
|
|
3344
3430
|
d: "M7.20927 9.59726C7.76438 9.55901 8.31471 9.72368 8.76183 10.0618C9.13476 10.4018 9.33403 10.898 9.3023 11.4075C9.30839 11.7617 9.21597 12.1104 9.03579 12.4131C8.85337 12.7105 8.59055 12.9478 8.27904 13.0961C7.92292 13.2653 7.53356 13.3488 7.1409 13.3403H6.0623V15.3875H4.95764V9.59726H7.20927ZM6.06137 12.4558H7.01207C7.31346 12.4784 7.61251 12.3873 7.85254 12.1998C8.05107 12.0053 8.15512 11.731 8.13672 11.4507C8.13672 10.8126 7.77362 10.4936 7.04743 10.4936H6.06138V12.4558H6.06137Z",
|
|
3345
3431
|
fill: "white"
|
|
3346
3432
|
}
|
|
3347
3433
|
)),
|
|
3348
|
-
/* @__PURE__ */
|
|
3434
|
+
/* @__PURE__ */ React167.createElement("defs", null, /* @__PURE__ */ React167.createElement(
|
|
3349
3435
|
"linearGradient",
|
|
3350
3436
|
{
|
|
3351
3437
|
id: "paint0_linear_14_226",
|
|
@@ -3355,10 +3441,10 @@ function SvgMicrosoftPowerpoint(props) {
|
|
|
3355
3441
|
y2: "18.2798",
|
|
3356
3442
|
gradientUnits: "userSpaceOnUse"
|
|
3357
3443
|
},
|
|
3358
|
-
/* @__PURE__ */
|
|
3359
|
-
/* @__PURE__ */
|
|
3360
|
-
/* @__PURE__ */
|
|
3361
|
-
), /* @__PURE__ */
|
|
3444
|
+
/* @__PURE__ */ React167.createElement("stop", { stopColor: "#CA4C28" }),
|
|
3445
|
+
/* @__PURE__ */ React167.createElement("stop", { offset: "0.5", stopColor: "#C5401E" }),
|
|
3446
|
+
/* @__PURE__ */ React167.createElement("stop", { offset: "1", stopColor: "#B62F14" })
|
|
3447
|
+
), /* @__PURE__ */ React167.createElement("clipPath", { id: "clip0_14_226" }, /* @__PURE__ */ React167.createElement(
|
|
3362
3448
|
"rect",
|
|
3363
3449
|
{
|
|
3364
3450
|
width: "20",
|
|
@@ -3371,65 +3457,65 @@ function SvgMicrosoftPowerpoint(props) {
|
|
|
3371
3457
|
}
|
|
3372
3458
|
|
|
3373
3459
|
// src/components/icon/available-icons/lucidchart.tsx
|
|
3374
|
-
var
|
|
3460
|
+
var React168 = __toESM(require("react"));
|
|
3375
3461
|
function SvgLucidchart(props) {
|
|
3376
|
-
return /* @__PURE__ */
|
|
3462
|
+
return /* @__PURE__ */ React168.createElement(
|
|
3377
3463
|
"svg",
|
|
3378
3464
|
__spreadProps(__spreadValues({}, props), {
|
|
3379
3465
|
viewBox: "0 0 21 24",
|
|
3380
3466
|
fill: "none",
|
|
3381
3467
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3382
3468
|
}),
|
|
3383
|
-
/* @__PURE__ */
|
|
3469
|
+
/* @__PURE__ */ React168.createElement(
|
|
3384
3470
|
"path",
|
|
3385
3471
|
{
|
|
3386
3472
|
d: "M0 6.00433V18.0043L10.5 24V21.0065L2.625 16.4989V7.50109L0 6.00433Z",
|
|
3387
3473
|
fill: "#F96B13"
|
|
3388
3474
|
}
|
|
3389
3475
|
),
|
|
3390
|
-
/* @__PURE__ */
|
|
3476
|
+
/* @__PURE__ */ React168.createElement(
|
|
3391
3477
|
"path",
|
|
3392
3478
|
{
|
|
3393
3479
|
d: "M18.375 7.50109V19.5011L21 18.0043V6.00433L18.375 7.50109Z",
|
|
3394
3480
|
fill: "#CC4E00"
|
|
3395
3481
|
}
|
|
3396
3482
|
),
|
|
3397
|
-
/* @__PURE__ */
|
|
3483
|
+
/* @__PURE__ */ React168.createElement(
|
|
3398
3484
|
"path",
|
|
3399
3485
|
{
|
|
3400
3486
|
d: "M7.875 1.49676L18.375 7.50108L21 6.00433L10.5 0L7.875 1.49676Z",
|
|
3401
3487
|
fill: "#FFCA73"
|
|
3402
3488
|
}
|
|
3403
3489
|
),
|
|
3404
|
-
/* @__PURE__ */
|
|
3490
|
+
/* @__PURE__ */ React168.createElement(
|
|
3405
3491
|
"path",
|
|
3406
3492
|
{
|
|
3407
3493
|
d: "M0 6.00431L2.625 7.50107L5.25 6.00431L2.625 4.4989L0 6.00431Z",
|
|
3408
3494
|
fill: "#FFCA73"
|
|
3409
3495
|
}
|
|
3410
3496
|
),
|
|
3411
|
-
/* @__PURE__ */
|
|
3497
|
+
/* @__PURE__ */ React168.createElement(
|
|
3412
3498
|
"path",
|
|
3413
3499
|
{
|
|
3414
3500
|
d: "M2.625 7.50109V16.4989L5.25 15.0021V6.00433L2.625 7.50109Z",
|
|
3415
3501
|
fill: "#CC4E00"
|
|
3416
3502
|
}
|
|
3417
3503
|
),
|
|
3418
|
-
/* @__PURE__ */
|
|
3504
|
+
/* @__PURE__ */ React168.createElement(
|
|
3419
3505
|
"path",
|
|
3420
3506
|
{
|
|
3421
3507
|
d: "M10.5 21.0065V24L13.125 22.5033V19.5011L10.5 21.0065Z",
|
|
3422
3508
|
fill: "#CC4E00"
|
|
3423
3509
|
}
|
|
3424
3510
|
),
|
|
3425
|
-
/* @__PURE__ */
|
|
3511
|
+
/* @__PURE__ */ React168.createElement(
|
|
3426
3512
|
"path",
|
|
3427
3513
|
{
|
|
3428
3514
|
d: "M2.625 16.4989L10.5 21.0065L13.125 19.5011L5.25 15.0021L2.625 16.4989Z",
|
|
3429
3515
|
fill: "#FFCA73"
|
|
3430
3516
|
}
|
|
3431
3517
|
),
|
|
3432
|
-
/* @__PURE__ */
|
|
3518
|
+
/* @__PURE__ */ React168.createElement(
|
|
3433
3519
|
"path",
|
|
3434
3520
|
{
|
|
3435
3521
|
d: "M7.875 1.49673V4.49889L15.75 8.99785V18.0043L18.375 19.5011V7.50105L7.875 1.49673Z",
|
|
@@ -3440,15 +3526,15 @@ function SvgLucidchart(props) {
|
|
|
3440
3526
|
}
|
|
3441
3527
|
|
|
3442
3528
|
// src/components/icon/available-icons/jira.tsx
|
|
3443
|
-
var
|
|
3529
|
+
var React169 = __toESM(require("react"));
|
|
3444
3530
|
function SvgJira() {
|
|
3445
|
-
return /* @__PURE__ */
|
|
3531
|
+
return /* @__PURE__ */ React169.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React169.createElement("svg", { viewBox: "0 0 24 24", "aria-hidden": "true" }, /* @__PURE__ */ React169.createElement(
|
|
3446
3532
|
"path",
|
|
3447
3533
|
{
|
|
3448
3534
|
d: "M0 6C0 2.68629 2.68629 0 6 0H18C21.3137 0 24 2.68629 24 6V18C24 21.3137 21.3137 24 18 24H6C2.68629 24 0 21.3137 0 18V6Z",
|
|
3449
3535
|
fill: "#1868DB"
|
|
3450
3536
|
}
|
|
3451
|
-
), /* @__PURE__ */
|
|
3537
|
+
), /* @__PURE__ */ React169.createElement(
|
|
3452
3538
|
"path",
|
|
3453
3539
|
{
|
|
3454
3540
|
d: "M9.05131 15.4336H7.73368C5.74643 15.4336 4.3208 14.2164 4.3208 12.4341H11.4058C11.773 12.4341 12.0106 12.6949 12.0106 13.0644V20.1938C10.2393 20.1938 9.05131 18.7593 9.05131 16.7595V15.4336ZM12.5506 11.8907H11.233C9.24571 11.8907 7.82008 10.6952 7.82008 8.91284H14.905C15.2722 8.91284 15.5315 9.15194 15.5315 9.52145V16.6509C13.7602 16.6509 12.5506 15.2163 12.5506 13.2166V11.8907ZM16.0715 8.36944H14.7538C12.7666 8.36944 11.341 7.15223 11.341 5.36987H18.4259C18.7931 5.36987 19.0307 5.63071 19.0307 5.97848V13.1079C17.2595 13.1079 16.0715 11.6733 16.0715 9.6736V8.36944Z",
|
|
@@ -3458,21 +3544,32 @@ function SvgJira() {
|
|
|
3458
3544
|
}
|
|
3459
3545
|
|
|
3460
3546
|
// src/components/icon/available-icons/jira-neutral.tsx
|
|
3461
|
-
var
|
|
3547
|
+
var React170 = __toESM(require("react"));
|
|
3462
3548
|
function SvgJiraNeutral(props) {
|
|
3463
|
-
return /* @__PURE__ */
|
|
3464
|
-
"
|
|
3465
|
-
{
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3549
|
+
return /* @__PURE__ */ React170.createElement(
|
|
3550
|
+
"svg",
|
|
3551
|
+
__spreadValues({
|
|
3552
|
+
width: "24",
|
|
3553
|
+
height: "24",
|
|
3554
|
+
viewBox: "0 0 24 24",
|
|
3555
|
+
fill: "none",
|
|
3556
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
3557
|
+
}, props),
|
|
3558
|
+
/* @__PURE__ */ React170.createElement("g", { clipPath: "url(#clip0_11514_33)" }, /* @__PURE__ */ React170.createElement(
|
|
3559
|
+
"path",
|
|
3560
|
+
{
|
|
3561
|
+
d: "M0 6C0 2.68629 2.68629 0 6 0H18C21.3137 0 24 2.68629 24 6V18C24 21.3137 21.3137 24 18 24H6C2.68629 24 0 21.3137 0 18V6Z",
|
|
3562
|
+
fill: "white"
|
|
3563
|
+
}
|
|
3564
|
+
), /* @__PURE__ */ React170.createElement(
|
|
3565
|
+
"path",
|
|
3566
|
+
{
|
|
3567
|
+
d: "M8.97313 15.5029H7.62057C5.58062 15.5029 4.11719 14.263 4.11719 12.4475H11.39C11.767 12.4475 12.0109 12.7131 12.0109 13.0895V20.3517C10.1927 20.3517 8.97313 18.8904 8.97313 16.8535V15.5029ZM12.5652 11.8939H11.2126C9.17269 11.8939 7.70926 10.6762 7.70926 8.86065H14.9821C15.359 8.86065 15.6251 9.1042 15.6251 9.48059V16.7428C13.8069 16.7428 12.5652 15.2815 12.5652 13.2445V11.8939ZM16.1794 8.30713H14.8269C12.7869 8.30713 11.3235 7.06725 11.3235 5.25171H18.5963C18.9733 5.25171 19.2172 5.5174 19.2172 5.87165V13.1338C17.399 13.1338 16.1794 11.6725 16.1794 9.63558V8.30713Z",
|
|
3568
|
+
fill: "#1868DB"
|
|
3569
|
+
}
|
|
3570
|
+
)),
|
|
3571
|
+
/* @__PURE__ */ React170.createElement("defs", null, /* @__PURE__ */ React170.createElement("clipPath", { id: "clip0_11514_33" }, /* @__PURE__ */ React170.createElement("rect", { width: "24", height: "24", fill: "white" })))
|
|
3572
|
+
);
|
|
3476
3573
|
}
|
|
3477
3574
|
|
|
3478
3575
|
// src/components/icon/available-icons/keyboard-arrow-down.tsx
|
|
@@ -3540,15 +3637,15 @@ var SvgLightbulbOutline = (props) => /* @__PURE__ */ import_react54.default.crea
|
|
|
3540
3637
|
));
|
|
3541
3638
|
|
|
3542
3639
|
// src/components/icon/available-icons/linearDark.tsx
|
|
3543
|
-
var
|
|
3640
|
+
var React177 = __toESM(require("react"));
|
|
3544
3641
|
function SvgLinearDark(props) {
|
|
3545
|
-
return /* @__PURE__ */
|
|
3642
|
+
return /* @__PURE__ */ React177.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React177.createElement("g", { clipPath: "url(#clip0_11637_9734)" }, /* @__PURE__ */ React177.createElement(
|
|
3546
3643
|
"path",
|
|
3547
3644
|
{
|
|
3548
3645
|
d: "M3.22057 14.0741C3.18052 13.9034 3.38392 13.7958 3.50792 13.9198L10.0802 20.4921C10.2042 20.6161 10.0966 20.8195 9.9259 20.7794C6.60927 20.0014 3.9986 17.3907 3.22057 14.0741ZM3.00034 11.44C2.99716 11.491 3.01634 11.5408 3.05246 11.5769L12.4231 20.9475C12.4592 20.9837 12.509 21.0029 12.56 20.9997C12.9864 20.9731 13.4048 20.9169 13.8132 20.833C13.9508 20.8047 13.9986 20.6357 13.8993 20.5363L3.46367 10.1007C3.36434 10.0014 3.19526 10.0492 3.167 10.1868C3.08313 10.5952 3.0269 11.0136 3.00034 11.44ZM3.75797 8.34697C3.728 8.41425 3.74326 8.49288 3.79534 8.54497L15.455 20.2046C15.5071 20.2567 15.5857 20.272 15.653 20.242C15.9745 20.0988 16.2861 19.9373 16.5864 19.7589C16.6858 19.6999 16.7011 19.5633 16.6194 19.4816L4.51842 7.3806C4.43668 7.29887 4.30013 7.3142 4.24109 7.41358C4.06265 7.71389 3.90117 8.02547 3.75797 8.34697ZM5.27857 6.25332C5.21195 6.1867 5.20783 6.07985 5.27059 6.00958C6.92031 4.16268 9.32005 3 11.9913 3C16.9667 3 21 7.03331 21 12.0087C21 14.6799 19.8373 17.0797 17.9904 18.7294C17.9202 18.7922 17.8133 18.788 17.7467 18.7214L5.27857 6.25332Z",
|
|
3549
3646
|
fill: "currentColor"
|
|
3550
3647
|
}
|
|
3551
|
-
)), /* @__PURE__ */
|
|
3648
|
+
)), /* @__PURE__ */ React177.createElement("defs", null, /* @__PURE__ */ React177.createElement("clipPath", { id: "clip0_11637_9734" }, /* @__PURE__ */ React177.createElement("rect", { width: "24", height: "24", fill: "currentColor" }))));
|
|
3552
3649
|
}
|
|
3553
3650
|
|
|
3554
3651
|
// src/components/icon/available-icons/line-thickness.tsx
|
|
@@ -3558,16 +3655,16 @@ var SvgLineThickness = () => /* @__PURE__ */ import_react55.default.createElemen
|
|
|
3558
3655
|
|
|
3559
3656
|
// src/components/icon/available-icons/link.tsx
|
|
3560
3657
|
var import_link = __toESM(require("@atlaskit/icon/core/link"));
|
|
3561
|
-
var
|
|
3658
|
+
var React179 = __toESM(require("react"));
|
|
3562
3659
|
function SvgLink() {
|
|
3563
|
-
return /* @__PURE__ */
|
|
3660
|
+
return /* @__PURE__ */ React179.createElement(import_link.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3564
3661
|
}
|
|
3565
3662
|
|
|
3566
3663
|
// src/components/icon/available-icons/link-broken.tsx
|
|
3567
3664
|
var import_link_broken = __toESM(require("@atlaskit/icon/core/link-broken"));
|
|
3568
|
-
var
|
|
3665
|
+
var React180 = __toESM(require("react"));
|
|
3569
3666
|
function SvgLinkBroken() {
|
|
3570
|
-
return /* @__PURE__ */
|
|
3667
|
+
return /* @__PURE__ */ React180.createElement(React180.Fragment, null, /* @__PURE__ */ React180.createElement("span", { className: "lens-legacy-icon" }), /* @__PURE__ */ React180.createElement(import_link_broken.default, { label: "" }));
|
|
3571
3668
|
}
|
|
3572
3669
|
|
|
3573
3670
|
// src/components/icon/available-icons/linkedin.tsx
|
|
@@ -3584,29 +3681,29 @@ var SvgLinkedIn = (props) => /* @__PURE__ */ import_react56.default.createElemen
|
|
|
3584
3681
|
|
|
3585
3682
|
// src/components/icon/available-icons/link-off.tsx
|
|
3586
3683
|
var import_link_restricted_access = __toESM(require("@atlaskit/icon-lab/core/link-restricted-access"));
|
|
3587
|
-
var
|
|
3684
|
+
var React182 = __toESM(require("react"));
|
|
3588
3685
|
function SvgLinkOff() {
|
|
3589
|
-
return /* @__PURE__ */
|
|
3686
|
+
return /* @__PURE__ */ React182.createElement(import_link_restricted_access.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3590
3687
|
}
|
|
3591
3688
|
|
|
3592
3689
|
// src/components/icon/available-icons/list.tsx
|
|
3593
3690
|
var import_list_bulleted = __toESM(require("@atlaskit/icon/core/list-bulleted"));
|
|
3594
|
-
var
|
|
3691
|
+
var React183 = __toESM(require("react"));
|
|
3595
3692
|
function SvgList() {
|
|
3596
|
-
return /* @__PURE__ */
|
|
3693
|
+
return /* @__PURE__ */ React183.createElement(import_list_bulleted.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3597
3694
|
}
|
|
3598
3695
|
|
|
3599
3696
|
// src/components/icon/available-icons/lock.tsx
|
|
3600
3697
|
var import_lock_locked = __toESM(require("@atlaskit/icon/core/lock-locked"));
|
|
3601
|
-
var
|
|
3698
|
+
var React184 = __toESM(require("react"));
|
|
3602
3699
|
function SvgLock() {
|
|
3603
|
-
return /* @__PURE__ */
|
|
3700
|
+
return /* @__PURE__ */ React184.createElement(import_lock_locked.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3604
3701
|
}
|
|
3605
3702
|
|
|
3606
3703
|
// src/components/icon/available-icons/lock-fill.tsx
|
|
3607
|
-
var
|
|
3704
|
+
var React185 = __toESM(require("react"));
|
|
3608
3705
|
function SvgLockFill() {
|
|
3609
|
-
return /* @__PURE__ */
|
|
3706
|
+
return /* @__PURE__ */ React185.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React185.createElement("svg", { viewBox: "0 0 12 12" }, /* @__PURE__ */ React185.createElement(
|
|
3610
3707
|
"path",
|
|
3611
3708
|
{
|
|
3612
3709
|
fill: "currentColor",
|
|
@@ -3619,144 +3716,144 @@ function SvgLockFill() {
|
|
|
3619
3716
|
|
|
3620
3717
|
// src/components/icon/available-icons/log-out.tsx
|
|
3621
3718
|
var import_log_out = __toESM(require("@atlaskit/icon/core/log-out"));
|
|
3622
|
-
var
|
|
3719
|
+
var React186 = __toESM(require("react"));
|
|
3623
3720
|
function SvgLogOut() {
|
|
3624
|
-
return /* @__PURE__ */
|
|
3721
|
+
return /* @__PURE__ */ React186.createElement(import_log_out.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3625
3722
|
}
|
|
3626
3723
|
|
|
3627
3724
|
// src/components/icon/available-icons/mail.tsx
|
|
3628
3725
|
var import_email = __toESM(require("@atlaskit/icon/core/email"));
|
|
3629
|
-
var
|
|
3726
|
+
var React187 = __toESM(require("react"));
|
|
3630
3727
|
function SvgMail() {
|
|
3631
|
-
return /* @__PURE__ */
|
|
3728
|
+
return /* @__PURE__ */ React187.createElement(import_email.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3632
3729
|
}
|
|
3633
3730
|
|
|
3634
3731
|
// src/components/icon/available-icons/maximize.tsx
|
|
3635
3732
|
var import_fullscreen_enter = __toESM(require("@atlaskit/icon/core/fullscreen-enter"));
|
|
3636
|
-
var
|
|
3733
|
+
var React188 = __toESM(require("react"));
|
|
3637
3734
|
function SvgMaximize() {
|
|
3638
|
-
return /* @__PURE__ */
|
|
3735
|
+
return /* @__PURE__ */ React188.createElement(import_fullscreen_enter.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3639
3736
|
}
|
|
3640
3737
|
|
|
3641
3738
|
// src/components/icon/available-icons/menu.tsx
|
|
3642
3739
|
var import_menu = __toESM(require("@atlaskit/icon/core/menu"));
|
|
3643
|
-
var
|
|
3740
|
+
var React189 = __toESM(require("react"));
|
|
3644
3741
|
function SvgMenu() {
|
|
3645
|
-
return /* @__PURE__ */
|
|
3742
|
+
return /* @__PURE__ */ React189.createElement(import_menu.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3646
3743
|
}
|
|
3647
3744
|
|
|
3648
3745
|
// src/components/icon/available-icons/menu-hide.tsx
|
|
3649
3746
|
var import_sidebar_collapse = __toESM(require("@atlaskit/icon/core/sidebar-collapse"));
|
|
3650
|
-
var
|
|
3747
|
+
var React190 = __toESM(require("react"));
|
|
3651
3748
|
function SvgMenuHide() {
|
|
3652
|
-
return /* @__PURE__ */
|
|
3749
|
+
return /* @__PURE__ */ React190.createElement(import_sidebar_collapse.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3653
3750
|
}
|
|
3654
3751
|
|
|
3655
3752
|
// src/components/icon/available-icons/menu-show.tsx
|
|
3656
3753
|
var import_sidebar_expand = __toESM(require("@atlaskit/icon/core/sidebar-expand"));
|
|
3657
|
-
var
|
|
3754
|
+
var React191 = __toESM(require("react"));
|
|
3658
3755
|
function SvgMenuShow() {
|
|
3659
|
-
return /* @__PURE__ */
|
|
3756
|
+
return /* @__PURE__ */ React191.createElement(import_sidebar_expand.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3660
3757
|
}
|
|
3661
3758
|
|
|
3662
3759
|
// src/components/icon/available-icons/mic.tsx
|
|
3663
3760
|
var import_microphone = __toESM(require("@atlaskit/icon/core/microphone"));
|
|
3664
|
-
var
|
|
3761
|
+
var React192 = __toESM(require("react"));
|
|
3665
3762
|
function SvgMic() {
|
|
3666
|
-
return /* @__PURE__ */
|
|
3763
|
+
return /* @__PURE__ */ React192.createElement(import_microphone.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3667
3764
|
}
|
|
3668
3765
|
|
|
3669
3766
|
// src/components/icon/available-icons/mic-off.tsx
|
|
3670
3767
|
var import_microphone_strikethrough = __toESM(require("@atlaskit/icon-lab/core/microphone-strikethrough"));
|
|
3671
|
-
var
|
|
3768
|
+
var React193 = __toESM(require("react"));
|
|
3672
3769
|
function SvgMicOff() {
|
|
3673
|
-
return /* @__PURE__ */
|
|
3770
|
+
return /* @__PURE__ */ React193.createElement(import_microphone_strikethrough.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3674
3771
|
}
|
|
3675
3772
|
|
|
3676
3773
|
// src/components/icon/available-icons/microsoft-teams-logo.tsx
|
|
3677
|
-
var
|
|
3774
|
+
var React194 = __toESM(require("react"));
|
|
3678
3775
|
function SvgMicrosoftTeamsLogo(props) {
|
|
3679
|
-
return /* @__PURE__ */
|
|
3776
|
+
return /* @__PURE__ */ React194.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React194.createElement(
|
|
3680
3777
|
"path",
|
|
3681
3778
|
{
|
|
3682
3779
|
fill: "#5059C9",
|
|
3683
3780
|
d: "M15.95 9.677h5.166c.488 0 .884.395.884.883v4.706a3.248 3.248 0 0 1-3.248 3.248h-.015a3.248 3.248 0 0 1-3.249-3.247v-5.128c0-.255.207-.462.462-.462ZM19.442 8.747a2.093 2.093 0 1 0 0-4.187 2.093 2.093 0 0 0 0 4.187Z"
|
|
3684
3781
|
}
|
|
3685
|
-
), /* @__PURE__ */
|
|
3782
|
+
), /* @__PURE__ */ React194.createElement(
|
|
3686
3783
|
"path",
|
|
3687
3784
|
{
|
|
3688
3785
|
fill: "#7B83EB",
|
|
3689
3786
|
d: "M12.93 8.746a3.023 3.023 0 1 0 0-6.046 3.023 3.023 0 0 0 0 6.046ZM16.961 9.677H8.434a.874.874 0 0 0-.853.894v5.367a5.246 5.246 0 0 0 5.117 5.367 5.246 5.246 0 0 0 5.116-5.367v-5.367a.874.874 0 0 0-.853-.894Z"
|
|
3690
3787
|
}
|
|
3691
|
-
), /* @__PURE__ */
|
|
3788
|
+
), /* @__PURE__ */ React194.createElement(
|
|
3692
3789
|
"path",
|
|
3693
3790
|
{
|
|
3694
3791
|
fill: "#000",
|
|
3695
3792
|
d: "M13.163 9.677v7.52a.856.856 0 0 1-.851.852H7.99a5.664 5.664 0 0 1-.41-2.112V10.57a.873.873 0 0 1 .852-.893h4.73Z",
|
|
3696
3793
|
opacity: ".1"
|
|
3697
3794
|
}
|
|
3698
|
-
), /* @__PURE__ */
|
|
3795
|
+
), /* @__PURE__ */ React194.createElement(
|
|
3699
3796
|
"path",
|
|
3700
3797
|
{
|
|
3701
3798
|
fill: "#000",
|
|
3702
3799
|
d: "M12.698 9.677v7.986a.856.856 0 0 1-.851.851H8.209a6.04 6.04 0 0 1-.218-.465 5.664 5.664 0 0 1-.41-2.112V10.57a.873.873 0 0 1 .852-.893h4.265Z",
|
|
3703
3800
|
opacity: ".2"
|
|
3704
3801
|
}
|
|
3705
|
-
), /* @__PURE__ */
|
|
3802
|
+
), /* @__PURE__ */ React194.createElement(
|
|
3706
3803
|
"path",
|
|
3707
3804
|
{
|
|
3708
3805
|
fill: "#000",
|
|
3709
3806
|
d: "M12.698 9.677v7.056a.858.858 0 0 1-.851.85h-4.02a5.664 5.664 0 0 1-.246-1.646V10.57a.873.873 0 0 1 .852-.893h4.265Z",
|
|
3710
3807
|
opacity: ".2"
|
|
3711
3808
|
}
|
|
3712
|
-
), /* @__PURE__ */
|
|
3809
|
+
), /* @__PURE__ */ React194.createElement(
|
|
3713
3810
|
"path",
|
|
3714
3811
|
{
|
|
3715
3812
|
fill: "#000",
|
|
3716
3813
|
d: "M12.233 9.677v7.056a.858.858 0 0 1-.852.85H7.828a5.664 5.664 0 0 1-.247-1.646V10.57a.873.873 0 0 1 .852-.893h3.8Z",
|
|
3717
3814
|
opacity: ".2"
|
|
3718
3815
|
}
|
|
3719
|
-
), /* @__PURE__ */
|
|
3816
|
+
), /* @__PURE__ */ React194.createElement(
|
|
3720
3817
|
"path",
|
|
3721
3818
|
{
|
|
3722
3819
|
fill: "#000",
|
|
3723
3820
|
d: "M13.163 7.272v1.465c-.08.005-.154.01-.233.01-.079 0-.153-.005-.232-.01a2.552 2.552 0 0 1-.465-.074A3.023 3.023 0 0 1 9.99 6.42h2.32c.47.002.85.382.852.851Z",
|
|
3724
3821
|
opacity: ".1"
|
|
3725
3822
|
}
|
|
3726
|
-
), /* @__PURE__ */
|
|
3823
|
+
), /* @__PURE__ */ React194.createElement(
|
|
3727
3824
|
"path",
|
|
3728
3825
|
{
|
|
3729
3826
|
fill: "#000",
|
|
3730
3827
|
d: "M12.698 7.737v1a2.554 2.554 0 0 1-.466-.074 3.023 3.023 0 0 1-2.092-1.777h1.707c.469.002.849.382.85.851Z",
|
|
3731
3828
|
opacity: ".2"
|
|
3732
3829
|
}
|
|
3733
|
-
), /* @__PURE__ */
|
|
3830
|
+
), /* @__PURE__ */ React194.createElement(
|
|
3734
3831
|
"path",
|
|
3735
3832
|
{
|
|
3736
3833
|
fill: "#000",
|
|
3737
3834
|
d: "M12.698 7.737v1a2.554 2.554 0 0 1-.466-.074 3.023 3.023 0 0 1-2.092-1.777h1.707c.469.002.849.382.85.851Z",
|
|
3738
3835
|
opacity: ".2"
|
|
3739
3836
|
}
|
|
3740
|
-
), /* @__PURE__ */
|
|
3837
|
+
), /* @__PURE__ */ React194.createElement(
|
|
3741
3838
|
"path",
|
|
3742
3839
|
{
|
|
3743
3840
|
fill: "#000",
|
|
3744
3841
|
d: "M12.233 7.737v.926a3.023 3.023 0 0 1-2.094-1.777h1.242c.47.002.85.382.852.851Z",
|
|
3745
3842
|
opacity: ".2"
|
|
3746
3843
|
}
|
|
3747
|
-
), /* @__PURE__ */
|
|
3844
|
+
), /* @__PURE__ */ React194.createElement(
|
|
3748
3845
|
"path",
|
|
3749
3846
|
{
|
|
3750
3847
|
fill: "url(#a)",
|
|
3751
3848
|
d: "M2.853 6.886h8.527c.47 0 .852.382.852.853v8.527c0 .47-.381.853-.852.853H2.853A.853.853 0 0 1 2 16.265V7.739c0-.471.382-.853.853-.853Z"
|
|
3752
3849
|
}
|
|
3753
|
-
), /* @__PURE__ */
|
|
3850
|
+
), /* @__PURE__ */ React194.createElement(
|
|
3754
3851
|
"path",
|
|
3755
3852
|
{
|
|
3756
3853
|
fill: "#fff",
|
|
3757
3854
|
d: "M9.36 10.132H7.655v4.642H6.57v-4.642H4.873v-.9H9.36v.9Z"
|
|
3758
3855
|
}
|
|
3759
|
-
), /* @__PURE__ */
|
|
3856
|
+
), /* @__PURE__ */ React194.createElement("defs", null, /* @__PURE__ */ React194.createElement(
|
|
3760
3857
|
"linearGradient",
|
|
3761
3858
|
{
|
|
3762
3859
|
id: "a",
|
|
@@ -3766,17 +3863,17 @@ function SvgMicrosoftTeamsLogo(props) {
|
|
|
3766
3863
|
y2: "17.785",
|
|
3767
3864
|
gradientUnits: "userSpaceOnUse"
|
|
3768
3865
|
},
|
|
3769
|
-
/* @__PURE__ */
|
|
3770
|
-
/* @__PURE__ */
|
|
3771
|
-
/* @__PURE__ */
|
|
3866
|
+
/* @__PURE__ */ React194.createElement("stop", { stopColor: "#5A62C3" }),
|
|
3867
|
+
/* @__PURE__ */ React194.createElement("stop", { offset: ".5", stopColor: "#4D55BD" }),
|
|
3868
|
+
/* @__PURE__ */ React194.createElement("stop", { offset: "1", stopColor: "#3940AB" })
|
|
3772
3869
|
)));
|
|
3773
3870
|
}
|
|
3774
3871
|
|
|
3775
3872
|
// src/components/icon/available-icons/minimize.tsx
|
|
3776
3873
|
var import_fullscreen_exit = __toESM(require("@atlaskit/icon/core/fullscreen-exit"));
|
|
3777
|
-
var
|
|
3874
|
+
var React195 = __toESM(require("react"));
|
|
3778
3875
|
function SvgMinimize() {
|
|
3779
|
-
return /* @__PURE__ */
|
|
3876
|
+
return /* @__PURE__ */ React195.createElement(import_fullscreen_exit.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3780
3877
|
}
|
|
3781
3878
|
|
|
3782
3879
|
// src/components/icon/available-icons/minus.tsx
|
|
@@ -3786,43 +3883,43 @@ var SvgMinus = () => /* @__PURE__ */ import_react57.default.createElement(import
|
|
|
3786
3883
|
|
|
3787
3884
|
// src/components/icon/available-icons/minus-circle.tsx
|
|
3788
3885
|
var import_priority_blocker = __toESM(require("@atlaskit/icon/core/priority-blocker"));
|
|
3789
|
-
var
|
|
3886
|
+
var React197 = __toESM(require("react"));
|
|
3790
3887
|
function SvgMinusCircle() {
|
|
3791
|
-
return /* @__PURE__ */
|
|
3888
|
+
return /* @__PURE__ */ React197.createElement(import_priority_blocker.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3792
3889
|
}
|
|
3793
3890
|
|
|
3794
3891
|
// src/components/icon/available-icons/mobile-devices.tsx
|
|
3795
3892
|
var import_device_mobile = __toESM(require("@atlaskit/icon/core/device-mobile"));
|
|
3796
|
-
var
|
|
3893
|
+
var React198 = __toESM(require("react"));
|
|
3797
3894
|
var SvgMobileDevices = () => {
|
|
3798
|
-
return /* @__PURE__ */
|
|
3895
|
+
return /* @__PURE__ */ React198.createElement(import_device_mobile.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3799
3896
|
};
|
|
3800
3897
|
|
|
3801
3898
|
// src/components/icon/available-icons/money.tsx
|
|
3802
3899
|
var import_cash = __toESM(require("@atlaskit/icon/core/cash"));
|
|
3803
|
-
var
|
|
3900
|
+
var React199 = __toESM(require("react"));
|
|
3804
3901
|
function SvgMoney() {
|
|
3805
|
-
return /* @__PURE__ */
|
|
3902
|
+
return /* @__PURE__ */ React199.createElement(import_cash.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3806
3903
|
}
|
|
3807
3904
|
|
|
3808
3905
|
// src/components/icon/available-icons/moon.tsx
|
|
3809
3906
|
var import_theme = __toESM(require("@atlaskit/icon/core/theme"));
|
|
3810
|
-
var
|
|
3907
|
+
var React200 = __toESM(require("react"));
|
|
3811
3908
|
function SvgMoon() {
|
|
3812
|
-
return /* @__PURE__ */
|
|
3909
|
+
return /* @__PURE__ */ React200.createElement(import_theme.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3813
3910
|
}
|
|
3814
3911
|
|
|
3815
3912
|
// src/components/icon/available-icons/more-horiz.tsx
|
|
3816
3913
|
var import_show_more_horizontal = __toESM(require("@atlaskit/icon/core/show-more-horizontal"));
|
|
3817
|
-
var
|
|
3914
|
+
var React201 = __toESM(require("react"));
|
|
3818
3915
|
function SvgMoreHoriz() {
|
|
3819
|
-
return /* @__PURE__ */
|
|
3916
|
+
return /* @__PURE__ */ React201.createElement(import_show_more_horizontal.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3820
3917
|
}
|
|
3821
3918
|
|
|
3822
3919
|
// src/components/icon/available-icons/movie-filter.tsx
|
|
3823
|
-
var
|
|
3920
|
+
var React202 = __toESM(require("react"));
|
|
3824
3921
|
function SvgMovieFilter(props) {
|
|
3825
|
-
return /* @__PURE__ */
|
|
3922
|
+
return /* @__PURE__ */ React202.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React202.createElement(
|
|
3826
3923
|
"path",
|
|
3827
3924
|
{
|
|
3828
3925
|
d: "M10 11l-.94 2.06L7 14l2.06.94L10 17l.94-2.06L13 14l-2.06-.94L10 11zm8.01-7l2 4h-3l-2-4h-2l2 4h-3l-2-4h-2l2 4h-3l-2-4h-1c-1.1 0-1.99.9-1.99 2l-.01 12c0 1.1.9 2 2 2h16c1.1 0 1.99-.9 1.99-2V4h-3.99zm2 14h-16V6.47L5.77 10H16l-.63 1.37L14 12l1.37.63L16 14l.63-1.37L18 12l-1.37-.63L16 10h4.01v8z",
|
|
@@ -3832,9 +3929,9 @@ function SvgMovieFilter(props) {
|
|
|
3832
3929
|
}
|
|
3833
3930
|
|
|
3834
3931
|
// src/components/icon/available-icons/mute.tsx
|
|
3835
|
-
var
|
|
3932
|
+
var React203 = __toESM(require("react"));
|
|
3836
3933
|
function SvgMute(props) {
|
|
3837
|
-
return /* @__PURE__ */
|
|
3934
|
+
return /* @__PURE__ */ React203.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React203.createElement(
|
|
3838
3935
|
"path",
|
|
3839
3936
|
{
|
|
3840
3937
|
fillRule: "evenodd",
|
|
@@ -3890,27 +3987,27 @@ var SvgOfflineBolt = (props) => /* @__PURE__ */ import_react62.default.createEle
|
|
|
3890
3987
|
));
|
|
3891
3988
|
|
|
3892
3989
|
// src/components/icon/available-icons/outlook.tsx
|
|
3893
|
-
var
|
|
3990
|
+
var React209 = __toESM(require("react"));
|
|
3894
3991
|
function SvgOutlook(props) {
|
|
3895
|
-
return /* @__PURE__ */
|
|
3992
|
+
return /* @__PURE__ */ React209.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React209.createElement(
|
|
3896
3993
|
"path",
|
|
3897
3994
|
{
|
|
3898
3995
|
d: "M14.2645 6.81636V10.3373L15.5085 11.112C15.5413 11.1215 15.6125 11.1222 15.6453 11.112L20.9993 7.54177C20.9993 7.11923 20.6008 6.81635 20.3759 6.81635H14.2645V6.81636Z",
|
|
3899
3996
|
fill: "#0072C6"
|
|
3900
3997
|
}
|
|
3901
|
-
), /* @__PURE__ */
|
|
3998
|
+
), /* @__PURE__ */ React209.createElement(
|
|
3902
3999
|
"path",
|
|
3903
4000
|
{
|
|
3904
4001
|
d: "M14.2645 11.6508L15.3998 12.4222C15.5598 12.5385 15.7525 12.4222 15.7525 12.4222C15.5604 12.5385 21 8.96487 21 8.96487V15.4361C21 16.1405 20.544 16.436 20.0314 16.436H14.2638V11.6508H14.2645Z",
|
|
3905
4002
|
fill: "#0072C6"
|
|
3906
4003
|
}
|
|
3907
|
-
), /* @__PURE__ */
|
|
4004
|
+
), /* @__PURE__ */ React209.createElement(
|
|
3908
4005
|
"path",
|
|
3909
4006
|
{
|
|
3910
4007
|
d: "M8.38623 10.0276C7.99935 10.0276 7.69108 10.2074 7.46347 10.5664C7.23585 10.9254 7.1217 11.4007 7.1217 11.9922C7.1217 12.5926 7.23585 13.0672 7.46347 13.416C7.69108 13.7655 7.98978 13.9393 8.35889 13.9393C8.73961 13.9393 9.04173 13.7696 9.26456 13.4302C9.48739 13.0908 9.59949 12.6196 9.59949 12.0173C9.59949 11.3892 9.49149 10.9004 9.27481 10.5509C9.05814 10.202 8.76217 10.0276 8.38623 10.0276Z",
|
|
3911
4008
|
fill: "#0072C6"
|
|
3912
4009
|
}
|
|
3913
|
-
), /* @__PURE__ */
|
|
4010
|
+
), /* @__PURE__ */ React209.createElement(
|
|
3914
4011
|
"path",
|
|
3915
4012
|
{
|
|
3916
4013
|
d: "M3 5.02817V18.8028L13.5947 21V3L3 5.02817ZM10.0895 14.2442C9.64183 14.8269 9.0581 15.119 8.33766 15.119C7.63568 15.119 7.06425 14.8364 6.62201 14.2719C6.18045 13.7067 5.95899 12.9712 5.95899 12.0639C5.95899 11.1059 6.18319 10.3312 6.63226 9.7396C7.08134 9.14806 7.67601 8.85194 8.41627 8.85194C9.11552 8.85194 9.68148 9.13453 10.1128 9.70107C10.5448 10.2676 10.7608 11.014 10.7608 11.9408C10.7614 12.8934 10.5373 13.6614 10.0895 14.2442Z",
|
|
@@ -3928,23 +4025,23 @@ function SvgOverlays() {
|
|
|
3928
4025
|
|
|
3929
4026
|
// src/components/icon/available-icons/paint-bucket.tsx
|
|
3930
4027
|
var import_paint_bucket = __toESM(require("@atlaskit/icon/core/paint-bucket"));
|
|
3931
|
-
var
|
|
4028
|
+
var React211 = __toESM(require("react"));
|
|
3932
4029
|
function SvgPaintBucket() {
|
|
3933
|
-
return /* @__PURE__ */
|
|
4030
|
+
return /* @__PURE__ */ React211.createElement(import_paint_bucket.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3934
4031
|
}
|
|
3935
4032
|
|
|
3936
4033
|
// src/components/icon/available-icons/palette.tsx
|
|
3937
4034
|
var import_paint_palette = __toESM(require("@atlaskit/icon/core/paint-palette"));
|
|
3938
|
-
var
|
|
4035
|
+
var React212 = __toESM(require("react"));
|
|
3939
4036
|
function SvgPalette() {
|
|
3940
|
-
return /* @__PURE__ */
|
|
4037
|
+
return /* @__PURE__ */ React212.createElement(import_paint_palette.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3941
4038
|
}
|
|
3942
4039
|
|
|
3943
4040
|
// src/components/icon/available-icons/pause.tsx
|
|
3944
4041
|
var import_video_pause_overlay = __toESM(require("@atlaskit/icon/core/video-pause-overlay"));
|
|
3945
|
-
var
|
|
4042
|
+
var React213 = __toESM(require("react"));
|
|
3946
4043
|
function SvgPause() {
|
|
3947
|
-
return /* @__PURE__ */
|
|
4044
|
+
return /* @__PURE__ */ React213.createElement(import_video_pause_overlay.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3948
4045
|
}
|
|
3949
4046
|
|
|
3950
4047
|
// src/components/icon/available-icons/people.tsx
|
|
@@ -3985,30 +4082,30 @@ var SvgPhotoSizeSelectActual = (props) => /* @__PURE__ */ import_react66.default
|
|
|
3985
4082
|
|
|
3986
4083
|
// src/components/icon/available-icons/picture-in-picture.tsx
|
|
3987
4084
|
var import_video_miniplayer = __toESM(require("@atlaskit/icon-lab/core/video-miniplayer"));
|
|
3988
|
-
var
|
|
4085
|
+
var React217 = __toESM(require("react"));
|
|
3989
4086
|
function SvgPictureInPicture() {
|
|
3990
|
-
return /* @__PURE__ */
|
|
4087
|
+
return /* @__PURE__ */ React217.createElement(import_video_miniplayer.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3991
4088
|
}
|
|
3992
4089
|
|
|
3993
4090
|
// src/components/icon/available-icons/pin.tsx
|
|
3994
4091
|
var import_pin = __toESM(require("@atlaskit/icon/core/pin"));
|
|
3995
|
-
var
|
|
4092
|
+
var React218 = __toESM(require("react"));
|
|
3996
4093
|
function SvgPin() {
|
|
3997
|
-
return /* @__PURE__ */
|
|
4094
|
+
return /* @__PURE__ */ React218.createElement(import_pin.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3998
4095
|
}
|
|
3999
4096
|
|
|
4000
4097
|
// src/components/icon/available-icons/pin-fill.tsx
|
|
4001
4098
|
var import_pin_filled = __toESM(require("@atlaskit/icon/core/pin-filled"));
|
|
4002
|
-
var
|
|
4099
|
+
var React219 = __toESM(require("react"));
|
|
4003
4100
|
function SvgPinFill() {
|
|
4004
|
-
return /* @__PURE__ */
|
|
4101
|
+
return /* @__PURE__ */ React219.createElement(import_pin_filled.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4005
4102
|
}
|
|
4006
4103
|
|
|
4007
4104
|
// src/components/icon/available-icons/play.tsx
|
|
4008
4105
|
var import_video_play_overlay = __toESM(require("@atlaskit/icon/core/video-play-overlay"));
|
|
4009
|
-
var
|
|
4106
|
+
var React220 = __toESM(require("react"));
|
|
4010
4107
|
function SvgPlay() {
|
|
4011
|
-
return /* @__PURE__ */
|
|
4108
|
+
return /* @__PURE__ */ React220.createElement(import_video_play_overlay.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4012
4109
|
}
|
|
4013
4110
|
|
|
4014
4111
|
// src/components/icon/available-icons/play-arrow.tsx
|
|
@@ -4023,9 +4120,9 @@ var SvgPlayArrow = (props) => /* @__PURE__ */ import_react67.default.createEleme
|
|
|
4023
4120
|
|
|
4024
4121
|
// src/components/icon/available-icons/play-circle.tsx
|
|
4025
4122
|
var import_video_play_circle = __toESM(require("@atlaskit/icon-lab/core/video-play-circle"));
|
|
4026
|
-
var
|
|
4123
|
+
var React222 = __toESM(require("react"));
|
|
4027
4124
|
function SvgPlayCircle() {
|
|
4028
|
-
return /* @__PURE__ */
|
|
4125
|
+
return /* @__PURE__ */ React222.createElement(import_video_play_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4029
4126
|
}
|
|
4030
4127
|
|
|
4031
4128
|
// src/components/icon/available-icons/play-circle-filled.tsx
|
|
@@ -4042,9 +4139,9 @@ var SvgPlayCircleFilled = (props) => /* @__PURE__ */ import_react68.default.crea
|
|
|
4042
4139
|
|
|
4043
4140
|
// src/components/icon/available-icons/plus-circle.tsx
|
|
4044
4141
|
var import_plus_circle = __toESM(require("@atlaskit/icon-lab/core/plus-circle"));
|
|
4045
|
-
var
|
|
4142
|
+
var React224 = __toESM(require("react"));
|
|
4046
4143
|
function SvgPlusCircle() {
|
|
4047
|
-
return /* @__PURE__ */
|
|
4144
|
+
return /* @__PURE__ */ React224.createElement(import_plus_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4048
4145
|
}
|
|
4049
4146
|
|
|
4050
4147
|
// src/components/icon/available-icons/power.tsx
|
|
@@ -4056,16 +4153,16 @@ function SvgPower() {
|
|
|
4056
4153
|
|
|
4057
4154
|
// src/components/icon/available-icons/present.tsx
|
|
4058
4155
|
var import_gift = __toESM(require("@atlaskit/icon-lab/core/gift"));
|
|
4059
|
-
var
|
|
4156
|
+
var React226 = __toESM(require("react"));
|
|
4060
4157
|
function SvgPresent() {
|
|
4061
|
-
return /* @__PURE__ */
|
|
4158
|
+
return /* @__PURE__ */ React226.createElement(import_gift.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4062
4159
|
}
|
|
4063
4160
|
|
|
4064
4161
|
// src/components/icon/available-icons/presenter-mode.tsx
|
|
4065
4162
|
var import_presenter_mode2 = __toESM(require("@atlaskit/icon/core/presenter-mode"));
|
|
4066
|
-
var
|
|
4163
|
+
var React227 = __toESM(require("react"));
|
|
4067
4164
|
function SvgPresenterMode() {
|
|
4068
|
-
return /* @__PURE__ */
|
|
4165
|
+
return /* @__PURE__ */ React227.createElement(import_presenter_mode2.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4069
4166
|
}
|
|
4070
4167
|
|
|
4071
4168
|
// src/components/icon/available-icons/pronunciation.tsx
|
|
@@ -4077,16 +4174,16 @@ function SvgPronunciation() {
|
|
|
4077
4174
|
|
|
4078
4175
|
// src/components/icon/available-icons/public-off.tsx
|
|
4079
4176
|
var import_globe_strikethrough = __toESM(require("@atlaskit/icon-lab/core/globe-strikethrough"));
|
|
4080
|
-
var
|
|
4177
|
+
var React229 = __toESM(require("react"));
|
|
4081
4178
|
function SvgPublicOff() {
|
|
4082
|
-
return /* @__PURE__ */
|
|
4179
|
+
return /* @__PURE__ */ React229.createElement(import_globe_strikethrough.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4083
4180
|
}
|
|
4084
4181
|
|
|
4085
4182
|
// src/components/icon/available-icons/public-on.tsx
|
|
4086
4183
|
var import_globe2 = __toESM(require("@atlaskit/icon/core/globe"));
|
|
4087
|
-
var
|
|
4184
|
+
var React230 = __toESM(require("react"));
|
|
4088
4185
|
function SvgPublicOn() {
|
|
4089
|
-
return /* @__PURE__ */
|
|
4186
|
+
return /* @__PURE__ */ React230.createElement(import_globe2.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4090
4187
|
}
|
|
4091
4188
|
|
|
4092
4189
|
// src/components/icon/available-icons/publicon.tsx
|
|
@@ -4103,23 +4200,23 @@ var SvgPublicon = (props) => /* @__PURE__ */ import_react71.default.createElemen
|
|
|
4103
4200
|
|
|
4104
4201
|
// src/components/icon/available-icons/pull-request.tsx
|
|
4105
4202
|
var import_pull_request = __toESM(require("@atlaskit/icon/core/pull-request"));
|
|
4106
|
-
var
|
|
4203
|
+
var React232 = __toESM(require("react"));
|
|
4107
4204
|
function SvgPullRequest() {
|
|
4108
|
-
return /* @__PURE__ */
|
|
4205
|
+
return /* @__PURE__ */ React232.createElement(import_pull_request.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4109
4206
|
}
|
|
4110
4207
|
|
|
4111
4208
|
// src/components/icon/available-icons/quick-edit.tsx
|
|
4112
4209
|
var import_magic_wand = __toESM(require("@atlaskit/icon/core/magic-wand"));
|
|
4113
|
-
var
|
|
4210
|
+
var React233 = __toESM(require("react"));
|
|
4114
4211
|
function SvgQuickEdit() {
|
|
4115
|
-
return /* @__PURE__ */
|
|
4212
|
+
return /* @__PURE__ */ React233.createElement(import_magic_wand.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4116
4213
|
}
|
|
4117
4214
|
|
|
4118
4215
|
// src/components/icon/available-icons/record.tsx
|
|
4119
4216
|
var import_video_record = __toESM(require("@atlaskit/icon-lab/core/video-record"));
|
|
4120
|
-
var
|
|
4217
|
+
var React234 = __toESM(require("react"));
|
|
4121
4218
|
function SvgRecord() {
|
|
4122
|
-
return /* @__PURE__ */
|
|
4219
|
+
return /* @__PURE__ */ React234.createElement(import_video_record.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4123
4220
|
}
|
|
4124
4221
|
|
|
4125
4222
|
// src/components/icon/available-icons/redo.tsx
|
|
@@ -4144,16 +4241,16 @@ var SvgRedo = (props) => /* @__PURE__ */ import_react72.default.createElement("s
|
|
|
4144
4241
|
|
|
4145
4242
|
// src/components/icon/available-icons/redo-alt.tsx
|
|
4146
4243
|
var import_redo = __toESM(require("@atlaskit/icon/core/redo"));
|
|
4147
|
-
var
|
|
4244
|
+
var React236 = __toESM(require("react"));
|
|
4148
4245
|
function SvgRedoAlt() {
|
|
4149
|
-
return /* @__PURE__ */
|
|
4246
|
+
return /* @__PURE__ */ React236.createElement(import_redo.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4150
4247
|
}
|
|
4151
4248
|
|
|
4152
4249
|
// src/components/icon/available-icons/refresh.tsx
|
|
4153
4250
|
var import_refresh = __toESM(require("@atlaskit/icon/core/refresh"));
|
|
4154
|
-
var
|
|
4251
|
+
var React237 = __toESM(require("react"));
|
|
4155
4252
|
function SvgRefresh() {
|
|
4156
|
-
return /* @__PURE__ */
|
|
4253
|
+
return /* @__PURE__ */ React237.createElement(import_refresh.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4157
4254
|
}
|
|
4158
4255
|
|
|
4159
4256
|
// src/components/icon/available-icons/remove-circle-outline.tsx
|
|
@@ -4182,9 +4279,9 @@ var SvgRemoveRedEye = (props) => /* @__PURE__ */ import_react74.default.createEl
|
|
|
4182
4279
|
|
|
4183
4280
|
// src/components/icon/available-icons/repeat.tsx
|
|
4184
4281
|
var import_repeat = __toESM(require("@atlaskit/icon-lab/core/repeat"));
|
|
4185
|
-
var
|
|
4282
|
+
var React240 = __toESM(require("react"));
|
|
4186
4283
|
function SvgRepeat() {
|
|
4187
|
-
return /* @__PURE__ */
|
|
4284
|
+
return /* @__PURE__ */ React240.createElement(import_repeat.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4188
4285
|
}
|
|
4189
4286
|
|
|
4190
4287
|
// src/components/icon/available-icons/replay.tsx
|
|
@@ -4245,23 +4342,23 @@ var SvgReply = (props) => /* @__PURE__ */ import_react77.default.createElement("
|
|
|
4245
4342
|
|
|
4246
4343
|
// src/components/icon/available-icons/reply-left.tsx
|
|
4247
4344
|
var import_reply_left = __toESM(require("@atlaskit/icon-lab/core/reply-left"));
|
|
4248
|
-
var
|
|
4345
|
+
var React244 = __toESM(require("react"));
|
|
4249
4346
|
function SvgReplyLeft() {
|
|
4250
|
-
return /* @__PURE__ */
|
|
4347
|
+
return /* @__PURE__ */ React244.createElement(import_reply_left.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4251
4348
|
}
|
|
4252
4349
|
|
|
4253
4350
|
// src/components/icon/available-icons/reply-right.tsx
|
|
4254
4351
|
var import_reply_right = __toESM(require("@atlaskit/icon-lab/core/reply-right"));
|
|
4255
|
-
var
|
|
4352
|
+
var React245 = __toESM(require("react"));
|
|
4256
4353
|
function SvgReplyRight() {
|
|
4257
|
-
return /* @__PURE__ */
|
|
4354
|
+
return /* @__PURE__ */ React245.createElement(import_reply_right.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4258
4355
|
}
|
|
4259
4356
|
|
|
4260
4357
|
// src/components/icon/available-icons/rewind.tsx
|
|
4261
4358
|
var import_video_rewind_overlay = __toESM(require("@atlaskit/icon-lab/core/video-rewind-overlay"));
|
|
4262
|
-
var
|
|
4359
|
+
var React246 = __toESM(require("react"));
|
|
4263
4360
|
function SvgRewind() {
|
|
4264
|
-
return /* @__PURE__ */
|
|
4361
|
+
return /* @__PURE__ */ React246.createElement(import_video_rewind_overlay.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4265
4362
|
}
|
|
4266
4363
|
|
|
4267
4364
|
// src/components/icon/available-icons/rotate-left.tsx
|
|
@@ -4291,9 +4388,9 @@ function SvgRovo() {
|
|
|
4291
4388
|
}
|
|
4292
4389
|
|
|
4293
4390
|
// src/components/icon/available-icons/safari-logo.tsx
|
|
4294
|
-
var
|
|
4391
|
+
var React249 = __toESM(require("react"));
|
|
4295
4392
|
function SvgSafariLogo(props) {
|
|
4296
|
-
return /* @__PURE__ */
|
|
4393
|
+
return /* @__PURE__ */ React249.createElement(
|
|
4297
4394
|
"svg",
|
|
4298
4395
|
__spreadValues({
|
|
4299
4396
|
width: "96",
|
|
@@ -4302,13 +4399,13 @@ function SvgSafariLogo(props) {
|
|
|
4302
4399
|
fill: "none",
|
|
4303
4400
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4304
4401
|
}, props),
|
|
4305
|
-
/* @__PURE__ */
|
|
4402
|
+
/* @__PURE__ */ React249.createElement("g", { clipPath: "url(#clip0_2_3913)" }, /* @__PURE__ */ React249.createElement("g", { opacity: "0.53", filter: "url(#filter0_f_2_3913)" }, /* @__PURE__ */ React249.createElement(
|
|
4306
4403
|
"path",
|
|
4307
4404
|
{
|
|
4308
4405
|
d: "M91.785 49.9529C91.785 55.4895 90.6526 60.9718 88.4523 66.087C86.252 71.2021 83.0269 75.8498 78.9613 79.7648C74.8957 83.6797 70.0691 86.7852 64.7572 88.904C59.4452 91.0227 53.7518 92.1132 48.0022 92.1132C42.2525 92.1132 36.5592 91.0227 31.2472 88.904C25.9352 86.7852 21.1086 83.6797 17.043 79.7648C12.9774 75.8498 9.7524 71.2021 7.5521 66.087C5.35181 60.9718 4.21933 55.4895 4.21933 49.9529C4.21933 38.7713 8.83215 28.0477 17.043 20.1411C25.2539 12.2345 36.3902 7.7926 48.0022 7.7926C53.7518 7.7926 59.4452 8.88311 64.7572 11.0019C70.0691 13.1206 74.8957 16.2261 78.9613 20.1411C83.0269 24.056 86.252 28.7037 88.4523 33.8189C90.6526 38.934 91.785 44.4163 91.785 49.9529Z",
|
|
4309
4406
|
fill: "black"
|
|
4310
4407
|
}
|
|
4311
|
-
)), /* @__PURE__ */
|
|
4408
|
+
)), /* @__PURE__ */ React249.createElement(
|
|
4312
4409
|
"path",
|
|
4313
4410
|
{
|
|
4314
4411
|
d: "M93.4497 46.2302C93.4497 52.1988 92.2741 58.1089 89.9901 63.6231C87.706 69.1373 84.3582 74.1476 80.1378 78.368C75.9174 82.5884 70.9071 85.9362 65.3929 88.2203C59.8787 90.5044 53.9685 91.6799 48 91.6799C35.946 91.6799 24.3857 86.8915 15.8622 78.368C7.33875 69.8446 2.55032 58.2842 2.55032 46.2302C2.55032 34.1762 7.33875 22.6159 15.8622 14.0924C24.3857 5.56897 35.946 0.780521 48 0.780518C53.9685 0.780517 59.8787 1.95611 65.3929 4.24018C70.9071 6.52424 75.9174 9.87204 80.1378 14.0924C84.3582 18.3128 87.706 23.3232 89.9901 28.8374C92.2741 34.3516 93.4497 40.2617 93.4497 46.2302Z",
|
|
@@ -4318,37 +4415,37 @@ function SvgSafariLogo(props) {
|
|
|
4318
4415
|
strokeLinecap: "round",
|
|
4319
4416
|
strokeLinejoin: "round"
|
|
4320
4417
|
}
|
|
4321
|
-
), /* @__PURE__ */
|
|
4418
|
+
), /* @__PURE__ */ React249.createElement(
|
|
4322
4419
|
"path",
|
|
4323
4420
|
{
|
|
4324
4421
|
d: "M89.8883 46.2302C89.8883 57.3397 85.4751 67.9941 77.6195 75.8497C69.7639 83.7053 59.1095 88.1185 48 88.1185C36.8905 88.1185 26.2361 83.7053 18.3805 75.8497C10.5249 67.9941 6.11168 57.3397 6.11168 46.2302C6.11168 35.1208 10.5249 24.4663 18.3805 16.6107C26.2361 8.75514 36.8905 4.34192 48 4.34192C59.1095 4.34192 69.7639 8.75514 77.6195 16.6107C85.4751 24.4663 89.8883 35.1208 89.8883 46.2302Z",
|
|
4325
4422
|
fill: "url(#paint1_radial_2_3913)"
|
|
4326
4423
|
}
|
|
4327
|
-
), /* @__PURE__ */
|
|
4424
|
+
), /* @__PURE__ */ React249.createElement(
|
|
4328
4425
|
"path",
|
|
4329
4426
|
{
|
|
4330
4427
|
d: "M48 6.52637C47.6617 6.52637 47.3893 6.79873 47.3893 7.13708V14.1814C47.3893 14.5198 47.6617 14.7922 48 14.7922C48.3384 14.7922 48.6107 14.5198 48.6107 14.1814V7.13708C48.6107 6.79873 48.3384 6.52637 48 6.52637ZM44.0047 6.77888C43.9642 6.77453 43.9226 6.77453 43.8805 6.77939C43.544 6.8145 43.3014 7.11368 43.3365 7.4502L43.6443 10.3973C43.6795 10.7338 43.9786 10.9764 44.3151 10.9413C44.6517 10.9062 44.8943 10.607 44.8592 10.2705L44.5516 7.32343C44.5208 7.02897 44.2879 6.80638 44.0047 6.77888ZM52.0232 6.78178C51.74 6.80906 51.507 7.03164 51.4761 7.32606L51.1661 10.2729C51.1307 10.6094 51.3734 10.9088 51.7099 10.9442C52.0463 10.9796 52.3455 10.7372 52.3809 10.4007L52.6909 7.45364C52.7263 7.11714 52.4836 6.81794 52.1471 6.78257C52.105 6.77821 52.0637 6.77819 52.0232 6.78178ZM39.9005 7.37404C39.8599 7.37436 39.8186 7.37839 39.7772 7.3871C39.4462 7.45718 39.2361 7.78013 39.3062 8.11114L40.7651 15.0026C40.8352 15.3336 41.1581 15.5437 41.4891 15.4737C41.8201 15.4036 42.0302 15.0809 41.9602 14.7499L40.5013 7.85812C40.4399 7.56848 40.185 7.37182 39.9005 7.37404ZM56.1271 7.37984C55.8426 7.37694 55.5877 7.57418 55.5262 7.86376L54.0623 14.7544C53.9919 15.0854 54.2019 15.4085 54.5328 15.4788C54.8637 15.5491 55.1868 15.3392 55.2571 15.0083L56.721 8.11757C56.7914 7.78662 56.5814 7.46356 56.2505 7.39327C56.2092 7.38456 56.1678 7.37984 56.1271 7.37984ZM35.9838 8.47842C35.9047 8.47117 35.8231 8.47987 35.7426 8.50657C35.4208 8.61118 35.2458 8.95417 35.3504 9.27595L36.2661 12.0941C36.3707 12.4159 36.7139 12.5909 37.0357 12.4863C37.3575 12.3817 37.5322 12.0385 37.4276 11.7167L36.512 8.89852C36.4336 8.65717 36.221 8.49859 35.9838 8.47842ZM60.0218 8.47987C59.7846 8.50004 59.572 8.65868 59.4936 8.90001L58.5774 11.7179C58.4727 12.0397 58.6476 12.383 58.9693 12.4876C59.2911 12.5922 59.6343 12.4173 59.739 12.0956L60.6551 9.27746C60.7598 8.95568 60.5849 8.61241 60.2632 8.50782C60.1828 8.4817 60.1008 8.4732 60.0218 8.47987ZM32.1105 9.89581C32.0311 9.89726 31.9508 9.91467 31.8736 9.94905C31.5645 10.0865 31.4262 10.4459 31.5636 10.7551L34.4247 17.1922C34.5621 17.5013 34.9216 17.6396 35.2307 17.5021C35.5397 17.3647 35.6784 17.0053 35.541 16.6961L32.6796 10.259C32.5765 10.0271 32.3485 9.89119 32.1105 9.89581ZM63.9388 9.91743C63.7008 9.91307 63.4726 10.0482 63.3692 10.2798L60.4994 16.713C60.3615 17.022 60.4993 17.3817 60.8083 17.5195C61.1173 17.6574 61.477 17.5196 61.6148 17.2106L64.4847 10.7775C64.6225 10.4685 64.4847 10.1088 64.1758 9.97093C64.0986 9.93655 64.0181 9.91917 63.9388 9.91743ZM28.5153 11.7981C28.3981 11.7893 28.2773 11.8155 28.1674 11.879C27.8744 12.0482 27.7747 12.4202 27.9439 12.7132L29.4255 15.2794C29.5946 15.5725 29.9666 15.6721 30.2597 15.5029C30.5527 15.3338 30.6523 14.9617 30.4832 14.6687L29.0016 12.1025C28.8958 11.9194 28.7107 11.8117 28.5153 11.7981ZM67.4847 11.7981C67.2893 11.8111 67.1044 11.9193 66.9987 12.1025L65.5168 14.6687C65.3476 14.9617 65.4476 15.3337 65.7406 15.5029C66.0336 15.6721 66.4057 15.5724 66.5748 15.2794L68.0564 12.7132C68.2256 12.4202 68.1259 12.0481 67.8329 11.879C67.723 11.8156 67.602 11.7899 67.4847 11.7981ZM25.0242 13.9755C24.9067 13.9798 24.789 14.0175 24.6863 14.092C24.4125 14.2906 24.3519 14.671 24.5507 14.9449L28.687 20.6469C28.8856 20.9207 29.2663 20.9813 29.5402 20.7827C29.814 20.584 29.8746 20.2036 29.6758 19.9297L25.5393 14.2278C25.4151 14.0566 25.22 13.9688 25.0242 13.9755ZM71.0195 14.0065C70.8238 13.9993 70.6286 14.087 70.5042 14.258L66.36 19.9544C66.161 20.228 66.221 20.6086 66.4947 20.8076C66.7683 21.0066 67.1488 20.9467 67.3479 20.6732L71.4918 14.9768C71.6909 14.7032 71.6307 14.3227 71.3572 14.1236C71.2546 14.049 71.137 14.0107 71.0195 14.0065ZM21.9037 16.5925C21.7478 16.5838 21.5888 16.6358 21.463 16.749C21.2116 16.9754 21.1913 17.36 21.4178 17.6115L23.4004 19.8139C23.6267 20.0654 24.0113 20.0856 24.2628 19.8592C24.5143 19.6328 24.5345 19.248 24.3081 18.9965L22.3257 16.7943C22.2126 16.6685 22.0596 16.6007 21.9037 16.5925ZM74.1007 16.5968C73.9448 16.6055 73.792 16.673 73.6788 16.7987L71.6961 19.0006C71.4697 19.2521 71.4898 19.6369 71.7413 19.8633C71.9927 20.0897 72.3773 20.0694 72.6037 19.8181L74.5866 17.6161C74.813 17.3647 74.7927 16.9798 74.5413 16.7535C74.4155 16.6403 74.2567 16.5886 74.1007 16.5968ZM18.9129 19.4653C18.757 19.474 18.6044 19.5415 18.4912 19.6672C18.2648 19.9187 18.2851 20.3033 18.5365 20.5297L23.7719 25.2427C24.0234 25.4691 24.408 25.4488 24.6343 25.1974C24.8607 24.9459 24.8407 24.5613 24.5892 24.335L19.3535 19.622C19.2277 19.5088 19.0688 19.4571 18.9129 19.4653ZM77.1061 19.4859C76.9502 19.4772 76.7909 19.5292 76.6651 19.6422L71.4265 24.3516C71.1749 24.5778 71.1542 24.9624 71.3804 25.214C71.6066 25.4656 71.9914 25.486 72.243 25.2598L77.4819 20.5505C77.7335 20.3243 77.754 19.9397 77.5278 19.6881C77.4146 19.5623 77.262 19.4942 77.1061 19.4859ZM16.4258 22.6634C16.23 22.6561 16.0348 22.7443 15.9105 22.9153C15.7116 23.1891 15.772 23.5694 16.0457 23.7683L18.443 25.51C18.7167 25.7089 19.097 25.6488 19.2959 25.3751C19.4948 25.1013 19.4346 24.7207 19.161 24.5219L16.7637 22.7801C16.6612 22.7056 16.5433 22.6676 16.4258 22.6634ZM79.5908 22.6856C79.4733 22.6899 79.3556 22.7275 79.2529 22.8021L76.8546 24.5422C76.5808 24.7409 76.5202 25.1215 76.7188 25.3954C76.9175 25.6693 77.2979 25.7296 77.5718 25.5309L79.9703 23.7908C80.2442 23.5921 80.3045 23.2117 80.1058 22.9379C79.9816 22.7667 79.7866 22.6789 79.5908 22.6856ZM14.1016 26.0746C13.9062 26.0877 13.7213 26.1959 13.6155 26.3791C13.4464 26.6721 13.5461 27.0441 13.8391 27.2133L19.9396 30.7355C20.2326 30.9046 20.6046 30.805 20.7738 30.512C20.943 30.219 20.8433 29.8469 20.5503 29.6777L14.4498 26.1555C14.3399 26.0921 14.2188 26.0665 14.1016 26.0746ZM81.8984 26.0746C81.7812 26.0659 81.6601 26.0921 81.5502 26.1556L75.4497 29.6778C75.1567 29.847 75.0571 30.219 75.2262 30.512C75.3954 30.805 75.7674 30.9047 76.0605 30.7355L82.1612 27.2134C82.4542 27.0442 82.5539 26.6721 82.3847 26.3791C82.279 26.196 82.0938 26.0883 81.8984 26.0746ZM12.3443 29.7107C12.1063 29.7049 11.8781 29.8411 11.7747 30.0728C11.6369 30.3818 11.7746 30.7416 12.0836 30.8794L14.79 32.0866C15.099 32.2244 15.4588 32.0867 15.5966 31.7777C15.7344 31.4687 15.5964 31.1089 15.2874 30.9711L12.5813 29.7639C12.5041 29.7294 12.4236 29.7123 12.3443 29.7107ZM83.6676 29.7358C83.5882 29.7372 83.5076 29.7547 83.4303 29.789L80.7234 30.9941C80.4143 31.1318 80.2761 31.4913 80.4137 31.8004C80.5514 32.1095 80.9111 32.2477 81.2202 32.1101L83.9272 30.9047C84.2363 30.7672 84.3742 30.4076 84.2366 30.0985C84.1335 29.8666 83.9056 29.7311 83.6676 29.7358ZM10.7781 33.511C10.5409 33.5309 10.3283 33.6893 10.2497 33.9306C10.1449 34.2523 10.3193 34.5957 10.6411 34.7005L17.3388 36.8829C17.6605 36.9877 18.0039 36.8132 18.1088 36.4915C18.2135 36.1698 18.0391 35.8264 17.7173 35.7216L11.0196 33.5392C10.9392 33.5129 10.8572 33.5043 10.7781 33.511ZM85.2308 33.5371C85.1518 33.5299 85.0701 33.5386 84.9897 33.5653L78.2903 35.743C77.9685 35.8476 77.7938 36.1908 77.8984 36.5126C78.003 36.8344 78.3462 37.0091 78.668 36.9046L85.3671 34.7269C85.6889 34.6223 85.8639 34.279 85.7593 33.9572C85.6808 33.7159 85.468 33.5573 85.2308 33.5371ZM9.80238 37.5003C9.51786 37.4974 9.2627 37.6949 9.20116 37.9845C9.13079 38.3154 9.34073 38.6384 9.67164 38.7088L12.5702 39.3248C12.9012 39.3951 13.2242 39.1852 13.2945 38.8543C13.3649 38.5233 13.1549 38.2003 12.824 38.13L9.92572 37.514C9.88437 37.5053 9.843 37.5003 9.80238 37.5003ZM86.199 37.5061C86.1583 37.5064 86.1173 37.5119 86.0759 37.5192L83.1773 38.1349C82.8464 38.2052 82.6366 38.528 82.7069 38.8589C82.7772 39.1899 83.1002 39.4 83.4312 39.3297L86.3295 38.714C86.6604 38.6436 86.8705 38.3206 86.8002 37.9896C86.7387 37.7001 86.4835 37.5037 86.199 37.5061ZM9.06383 41.513C8.78061 41.5401 8.5475 41.7623 8.51639 42.0568C8.48084 42.3932 8.72288 42.6928 9.05934 42.7283L16.0647 43.469C16.4012 43.5046 16.7008 43.2622 16.7363 42.9258C16.7718 42.5893 16.5296 42.2897 16.1931 42.2542L9.18772 41.5135C9.14564 41.5092 9.10431 41.5092 9.06383 41.513ZM86.9428 41.5657C86.9023 41.5613 86.8606 41.5613 86.8186 41.5662L79.8124 42.2973C79.4759 42.3325 79.2333 42.6316 79.2684 42.9681C79.3035 43.3047 79.6027 43.5473 79.9392 43.5122L86.9454 42.781C87.2819 42.7459 87.5245 42.4467 87.4894 42.1102C87.4586 41.8158 87.226 41.5932 86.9428 41.5657ZM8.94522 45.6205C8.60687 45.6205 8.33452 45.8929 8.33452 46.2313C8.33452 46.5696 8.60687 46.842 8.94522 46.842H11.9084C12.2467 46.842 12.5193 46.5696 12.5193 46.2313C12.5193 45.8929 12.2467 45.6205 11.9084 45.6205H8.94522ZM84.0917 45.6205C83.7533 45.6205 83.4809 45.8929 83.4809 46.2313C83.4809 46.5696 83.7533 46.842 84.0917 46.842H87.0548C87.3931 46.842 87.6655 46.5696 87.6655 46.2313C87.6655 45.8929 87.3931 45.6205 87.0548 45.6205H84.0917ZM16.1849 48.9498C16.1444 48.9454 16.1031 48.9454 16.061 48.9503L9.05457 49.6815C8.71805 49.7166 8.47547 50.0158 8.51056 50.3523C8.54567 50.6888 8.84484 50.9314 9.18135 50.8963L16.1878 50.1651C16.5243 50.13 16.7669 49.8308 16.7318 49.4943C16.701 49.1999 16.4681 48.9773 16.1849 48.9498ZM79.8114 48.993C79.5282 49.0202 79.2951 49.2424 79.264 49.5368C79.2284 49.8733 79.4705 50.1728 79.8069 50.2084L86.8123 50.949C87.1488 50.9846 87.4483 50.7423 87.4839 50.4058C87.5194 50.0693 87.2771 49.7698 86.9407 49.7342L79.9356 48.9936C79.8935 48.9892 79.8519 48.9892 79.8114 48.993ZM12.6925 53.1188C12.6519 53.1192 12.6105 53.1232 12.5692 53.1319L9.67061 53.7476C9.33964 53.8179 9.12984 54.1409 9.20013 54.4719C9.27049 54.8029 9.59348 55.0127 9.92444 54.9424L12.823 54.3269C13.154 54.2565 13.3638 53.9336 13.2935 53.6026C13.232 53.313 12.977 53.1164 12.6925 53.1188ZM83.3067 53.1246C83.0222 53.1217 82.7673 53.3189 82.7058 53.6085C82.6354 53.9395 82.8451 54.2625 83.176 54.3329L86.0745 54.9488C86.4055 55.0192 86.7285 54.8095 86.7989 54.4786C86.8692 54.1477 86.6593 53.8244 86.3284 53.754L83.4301 53.1381C83.3887 53.1293 83.3473 53.1246 83.3067 53.1246ZM17.5734 55.53C17.4943 55.5228 17.4127 55.5315 17.3322 55.5582L10.6329 57.7358C10.3111 57.8404 10.1364 58.1837 10.241 58.5055C10.3456 58.8273 10.6888 59.002 11.0106 58.8974L17.7097 56.7197C18.0315 56.6151 18.2065 56.2719 18.1019 55.9501C18.0234 55.7088 17.8106 55.5501 17.5734 55.53ZM78.42 55.5516C78.1828 55.5715 77.9701 55.73 77.8915 55.9713C77.7868 56.293 77.9612 56.6363 78.2829 56.7412L84.9807 58.9236C85.3024 59.0283 85.6458 58.8538 85.7506 58.5322C85.8555 58.2105 85.681 57.8671 85.3592 57.7623L78.6614 55.5798C78.5811 55.5536 78.4991 55.545 78.42 55.5516ZM15.017 60.2997C14.9376 60.3012 14.8573 60.3183 14.78 60.3527L12.0728 61.558C11.7637 61.6956 11.6258 62.0552 11.7634 62.3643C11.9011 62.6734 12.2606 62.8113 12.5697 62.6737L15.2769 61.4687C15.586 61.3311 15.7239 60.9715 15.5863 60.6624C15.4832 60.4305 15.255 60.295 15.017 60.2997ZM80.9733 60.3229C80.7353 60.3171 80.5071 60.4534 80.4037 60.6851C80.2658 60.9941 80.4036 61.3538 80.7126 61.4916L83.4187 62.6988C83.7277 62.8366 84.0875 62.6989 84.2253 62.3899C84.3631 62.0809 84.2254 61.7212 83.9164 61.5834L81.2102 60.3762C81.133 60.3416 81.0526 60.3245 80.9733 60.3229ZM20.2877 61.6464C20.1705 61.6377 20.0494 61.6638 19.9396 61.7273L13.8391 65.2495C13.5461 65.4187 13.4464 65.7907 13.6155 66.0837C13.7847 66.3767 14.1568 66.4764 14.4498 66.3072L20.5503 62.7853C20.8433 62.6161 20.9429 62.2438 20.7738 61.9508C20.668 61.7677 20.4832 61.66 20.2877 61.6464ZM75.7125 61.6464C75.5171 61.6594 75.332 61.7677 75.2262 61.9508C75.0571 62.2438 75.1567 62.6161 75.4497 62.7853L81.5502 66.3072C81.8433 66.4764 82.2155 66.3767 82.3847 66.0837C82.5539 65.7907 82.4542 65.4186 82.1612 65.2495L76.0605 61.7273C75.9506 61.6639 75.8298 61.6382 75.7125 61.6464ZM18.7661 66.8151C18.6486 66.8195 18.5309 66.8573 18.4282 66.9319L16.0299 68.672C15.7561 68.8707 15.6955 69.2511 15.8941 69.525C16.0928 69.7988 16.4732 69.8594 16.7471 69.6606L19.1456 67.9205C19.4195 67.7218 19.48 67.3414 19.2814 67.0676C19.1572 66.8964 18.9619 66.8084 18.7661 66.8151ZM77.2194 66.8357C77.0236 66.8285 76.8284 66.9167 76.7041 67.0877C76.5052 67.3614 76.5656 67.742 76.8393 67.9409L79.2366 69.6826C79.5103 69.8815 79.8906 69.8212 80.0895 69.5474C80.2884 69.2737 80.2282 68.8933 79.9546 68.6944L77.5574 66.9527C77.4548 66.8781 77.3369 66.8399 77.2194 66.8357ZM24.1979 67.0466C24.042 67.0379 23.883 67.0898 23.7572 67.2029L18.5184 71.9122C18.2667 72.1384 18.2463 72.523 18.4725 72.7746C18.6987 73.0262 19.0833 73.0467 19.3349 72.8205L24.5738 68.1111C24.8254 67.885 24.8458 67.5004 24.6196 67.2487C24.5066 67.1229 24.3538 67.0549 24.1979 67.0466ZM71.7876 67.0634C71.6317 67.0721 71.4788 67.1396 71.3656 67.2653C71.1392 67.5168 71.1595 67.9013 71.4109 68.1277L76.6463 72.8407C76.8978 73.0671 77.2826 73.0469 77.509 72.7955C77.7354 72.544 77.7151 72.1594 77.4638 71.9331L72.228 67.22C72.1022 67.1068 71.9435 67.0552 71.7876 67.0634ZM29.1679 71.5374C28.9722 71.5301 28.7768 71.6177 28.6524 71.7888L24.5084 77.4852C24.3094 77.7589 24.3693 78.1394 24.6428 78.3384C24.9164 78.5375 25.2969 78.4776 25.496 78.2039L29.6399 72.5075C29.839 72.2339 29.7791 71.8534 29.5056 71.6543C29.403 71.5797 29.2854 71.5414 29.1679 71.5374ZM66.7981 71.5629C66.6806 71.5673 66.5629 71.6048 66.4602 71.6794C66.1863 71.8781 66.1258 72.2585 66.3244 72.5323L70.4607 78.2343C70.6593 78.5082 71.0397 78.5687 71.3136 78.3701C71.5875 78.1714 71.648 77.7911 71.4494 77.5172L67.3131 71.8152C67.1889 71.6441 66.9939 71.5562 66.7981 71.5629ZM23.8184 72.4427C23.6625 72.4514 23.5096 72.5189 23.3964 72.6446L21.4137 74.8465C21.1873 75.098 21.2074 75.4828 21.4589 75.7092C21.7103 75.9356 22.0949 75.9153 22.3213 75.6638L24.3042 73.4619C24.5306 73.2105 24.5103 72.8256 24.2589 72.5992C24.1331 72.486 23.9743 72.4346 23.8184 72.4427ZM72.178 72.4456C72.0221 72.4369 71.8632 72.489 71.7375 72.6022C71.486 72.8285 71.4658 73.2131 71.6921 73.4646L73.6745 75.6671C73.9008 75.9185 74.2854 75.9388 74.5369 75.7123C74.7884 75.486 74.8086 75.1011 74.5822 74.8496L72.5998 72.6475C72.4866 72.5217 72.3339 72.4538 72.178 72.4456ZM34.9548 74.8885C34.7168 74.8826 34.4888 75.0189 34.3855 75.2506L31.5153 81.6837C31.3775 81.9927 31.5153 82.3524 31.8243 82.4903C32.1333 82.6281 32.493 82.4904 32.6308 82.1814L35.5009 75.7482C35.6387 75.4392 35.501 75.0795 35.192 74.9417C35.1148 74.9072 35.0341 74.89 34.9548 74.8885ZM61.0065 74.9062C60.9271 74.9076 60.8466 74.9247 60.7693 74.9591C60.4603 75.0965 60.3219 75.456 60.4593 75.7651L63.3204 82.2022C63.4578 82.5112 63.8175 82.6496 64.1267 82.5122C64.4357 82.3748 64.5741 82.0153 64.4367 81.7062L61.5756 75.2691C61.4725 75.0373 61.2445 74.9016 61.0065 74.9062ZM29.9115 76.8774C29.7161 76.8905 29.5312 76.9987 29.4255 77.1819L27.9439 79.7481C27.7747 80.0411 27.8744 80.4131 28.1674 80.5823C28.4604 80.7515 28.8324 80.6518 29.0016 80.3588L30.4832 77.7926C30.6523 77.4996 30.5527 77.1275 30.2597 76.9584C30.1498 76.895 30.0287 76.8693 29.9115 76.8774ZM66.0885 76.8774C65.9713 76.8687 65.8505 76.895 65.7406 76.9584C65.4476 77.1276 65.3479 77.4996 65.5171 77.7926L66.9987 80.3588C67.1678 80.6518 67.5399 80.7515 67.8329 80.5823C68.1259 80.4132 68.2256 80.0411 68.0564 79.7481L66.5748 77.1819C66.4691 76.9988 66.2839 76.8911 66.0885 76.8774ZM41.3441 76.9694C41.0596 76.9665 40.8047 77.1638 40.7432 77.4534L39.2793 84.3441C39.2089 84.675 39.4189 84.9981 39.7498 85.0684C40.0807 85.1387 40.4038 84.9288 40.4741 84.5979L41.938 77.7072C42.0084 77.3762 41.7984 77.0532 41.4675 76.9829C41.4262 76.9742 41.3848 76.9694 41.3441 76.9694ZM54.6342 76.9738C54.5936 76.9741 54.5526 76.9781 54.5112 76.9868C54.1802 77.0569 53.9701 77.3796 54.0402 77.7106L55.4991 84.6024C55.5692 84.9334 55.8921 85.1435 56.2231 85.0734C56.5541 85.0033 56.7642 84.6804 56.6942 84.3494L55.235 77.4581C55.1736 77.1684 54.9187 76.9716 54.6342 76.9738ZM48 77.6688C47.6617 77.6688 47.3893 77.9412 47.3893 78.2795V85.3239C47.3893 85.6623 47.6617 85.9346 48 85.9346C48.3384 85.9346 48.6107 85.6623 48.6107 85.3239V78.2795C48.6107 77.9412 48.3384 77.6688 48 77.6688ZM36.7895 79.9451C36.5523 79.9653 36.3395 80.1239 36.2611 80.3652L35.3451 83.1834C35.2405 83.5052 35.4153 83.8484 35.7371 83.9531C36.0588 84.0577 36.4021 83.8825 36.5067 83.5609L37.4226 80.7429C37.5272 80.4212 37.3524 80.0779 37.0307 79.9733C36.9503 79.9472 36.8686 79.9384 36.7895 79.9451ZM59.2057 79.9465C59.1267 79.9393 59.045 79.948 58.9646 79.9745C58.6428 80.0792 58.4678 80.4224 58.5723 80.7442L59.488 83.5624C59.5926 83.8842 59.9359 84.0589 60.2577 83.9543C60.5794 83.8497 60.7544 83.5067 60.6499 83.1849L59.734 80.3668C59.6555 80.1254 59.4429 79.9667 59.2057 79.9465ZM44.1665 81.5161C43.8833 81.5434 43.65 81.7657 43.6191 82.0602L43.3094 85.0072C43.274 85.3437 43.5164 85.6429 43.8529 85.6783C44.1894 85.7137 44.4888 85.4713 44.5242 85.1348L44.8339 82.188C44.8693 81.8515 44.6269 81.5521 44.2904 81.5167C44.2484 81.5123 44.207 81.5123 44.1665 81.5161ZM51.8089 81.519C51.7685 81.5147 51.7268 81.5147 51.6848 81.5196C51.3482 81.5547 51.1056 81.8538 51.1407 82.1903L51.4486 85.1377C51.4837 85.4742 51.7829 85.7166 52.1194 85.6814C52.4559 85.6463 52.6986 85.3471 52.6634 85.0106L52.3558 82.0636C52.3251 81.7691 52.0921 81.5466 51.8089 81.519Z",
|
|
4331
4428
|
fill: "#F4F2F3"
|
|
4332
4429
|
}
|
|
4333
|
-
), /* @__PURE__ */
|
|
4430
|
+
), /* @__PURE__ */ React249.createElement("g", { opacity: "0.409", filter: "url(#filter1_f_2_3913)" }, /* @__PURE__ */ React249.createElement(
|
|
4334
4431
|
"path",
|
|
4335
4432
|
{
|
|
4336
4433
|
d: "M76.623 21.8018L43.2099 41.2149L22.0837 74.4734L52.9895 51.5818L76.623 21.8018Z",
|
|
4337
4434
|
fill: "black"
|
|
4338
4435
|
}
|
|
4339
|
-
)), /* @__PURE__ */
|
|
4436
|
+
)), /* @__PURE__ */ React249.createElement(
|
|
4340
4437
|
"path",
|
|
4341
4438
|
{
|
|
4342
4439
|
d: "M52.7887 51.2451L43.2114 41.2154L77.1857 18.3608L52.7887 51.2451Z",
|
|
4343
4440
|
fill: "#FF5150"
|
|
4344
4441
|
}
|
|
4345
|
-
), /* @__PURE__ */
|
|
4442
|
+
), /* @__PURE__ */ React249.createElement(
|
|
4346
4443
|
"path",
|
|
4347
4444
|
{
|
|
4348
4445
|
d: "M52.7887 51.245L43.2113 41.2153L18.8143 74.0996L52.7887 51.245Z",
|
|
4349
4446
|
fill: "#F1F1F1"
|
|
4350
4447
|
}
|
|
4351
|
-
), /* @__PURE__ */
|
|
4448
|
+
), /* @__PURE__ */ React249.createElement(
|
|
4352
4449
|
"path",
|
|
4353
4450
|
{
|
|
4354
4451
|
opacity: "0.243",
|
|
@@ -4356,7 +4453,7 @@ function SvgSafariLogo(props) {
|
|
|
4356
4453
|
fill: "black"
|
|
4357
4454
|
}
|
|
4358
4455
|
)),
|
|
4359
|
-
/* @__PURE__ */
|
|
4456
|
+
/* @__PURE__ */ React249.createElement("defs", null, /* @__PURE__ */ React249.createElement(
|
|
4360
4457
|
"filter",
|
|
4361
4458
|
{
|
|
4362
4459
|
id: "filter0_f_2_3913",
|
|
@@ -4367,8 +4464,8 @@ function SvgSafariLogo(props) {
|
|
|
4367
4464
|
filterUnits: "userSpaceOnUse",
|
|
4368
4465
|
colorInterpolationFilters: "sRGB"
|
|
4369
4466
|
},
|
|
4370
|
-
/* @__PURE__ */
|
|
4371
|
-
/* @__PURE__ */
|
|
4467
|
+
/* @__PURE__ */ React249.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
4468
|
+
/* @__PURE__ */ React249.createElement(
|
|
4372
4469
|
"feBlend",
|
|
4373
4470
|
{
|
|
4374
4471
|
mode: "normal",
|
|
@@ -4377,14 +4474,14 @@ function SvgSafariLogo(props) {
|
|
|
4377
4474
|
result: "shape"
|
|
4378
4475
|
}
|
|
4379
4476
|
),
|
|
4380
|
-
/* @__PURE__ */
|
|
4477
|
+
/* @__PURE__ */ React249.createElement(
|
|
4381
4478
|
"feGaussianBlur",
|
|
4382
4479
|
{
|
|
4383
4480
|
stdDeviation: "2.475",
|
|
4384
4481
|
result: "effect1_foregroundBlur_2_3913"
|
|
4385
4482
|
}
|
|
4386
4483
|
)
|
|
4387
|
-
), /* @__PURE__ */
|
|
4484
|
+
), /* @__PURE__ */ React249.createElement(
|
|
4388
4485
|
"filter",
|
|
4389
4486
|
{
|
|
4390
4487
|
id: "filter1_f_2_3913",
|
|
@@ -4395,8 +4492,8 @@ function SvgSafariLogo(props) {
|
|
|
4395
4492
|
filterUnits: "userSpaceOnUse",
|
|
4396
4493
|
colorInterpolationFilters: "sRGB"
|
|
4397
4494
|
},
|
|
4398
|
-
/* @__PURE__ */
|
|
4399
|
-
/* @__PURE__ */
|
|
4495
|
+
/* @__PURE__ */ React249.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
4496
|
+
/* @__PURE__ */ React249.createElement(
|
|
4400
4497
|
"feBlend",
|
|
4401
4498
|
{
|
|
4402
4499
|
mode: "normal",
|
|
@@ -4405,14 +4502,14 @@ function SvgSafariLogo(props) {
|
|
|
4405
4502
|
result: "shape"
|
|
4406
4503
|
}
|
|
4407
4504
|
),
|
|
4408
|
-
/* @__PURE__ */
|
|
4505
|
+
/* @__PURE__ */ React249.createElement(
|
|
4409
4506
|
"feGaussianBlur",
|
|
4410
4507
|
{
|
|
4411
4508
|
stdDeviation: "1.27242",
|
|
4412
4509
|
result: "effect1_foregroundBlur_2_3913"
|
|
4413
4510
|
}
|
|
4414
4511
|
)
|
|
4415
|
-
), /* @__PURE__ */
|
|
4512
|
+
), /* @__PURE__ */ React249.createElement(
|
|
4416
4513
|
"linearGradient",
|
|
4417
4514
|
{
|
|
4418
4515
|
id: "paint0_linear_2_3913",
|
|
@@ -4422,9 +4519,9 @@ function SvgSafariLogo(props) {
|
|
|
4422
4519
|
y2: "0.780279",
|
|
4423
4520
|
gradientUnits: "userSpaceOnUse"
|
|
4424
4521
|
},
|
|
4425
|
-
/* @__PURE__ */
|
|
4426
|
-
/* @__PURE__ */
|
|
4427
|
-
), /* @__PURE__ */
|
|
4522
|
+
/* @__PURE__ */ React249.createElement("stop", { stopColor: "#BDBDBD" }),
|
|
4523
|
+
/* @__PURE__ */ React249.createElement("stop", { offset: "1", stopColor: "white" })
|
|
4524
|
+
), /* @__PURE__ */ React249.createElement(
|
|
4428
4525
|
"radialGradient",
|
|
4429
4526
|
{
|
|
4430
4527
|
id: "paint1_radial_2_3913",
|
|
@@ -4434,12 +4531,12 @@ function SvgSafariLogo(props) {
|
|
|
4434
4531
|
gradientUnits: "userSpaceOnUse",
|
|
4435
4532
|
gradientTransform: "translate(48.1888 40.1224) scale(45.4496 45.4495)"
|
|
4436
4533
|
},
|
|
4437
|
-
/* @__PURE__ */
|
|
4438
|
-
/* @__PURE__ */
|
|
4439
|
-
/* @__PURE__ */
|
|
4440
|
-
/* @__PURE__ */
|
|
4441
|
-
/* @__PURE__ */
|
|
4442
|
-
), /* @__PURE__ */
|
|
4534
|
+
/* @__PURE__ */ React249.createElement("stop", { stopColor: "#06C2E7" }),
|
|
4535
|
+
/* @__PURE__ */ React249.createElement("stop", { offset: "0.25", stopColor: "#0DB8EC" }),
|
|
4536
|
+
/* @__PURE__ */ React249.createElement("stop", { offset: "0.5", stopColor: "#12AEF1" }),
|
|
4537
|
+
/* @__PURE__ */ React249.createElement("stop", { offset: "0.75", stopColor: "#1F86F9" }),
|
|
4538
|
+
/* @__PURE__ */ React249.createElement("stop", { offset: "1", stopColor: "#107DDD" })
|
|
4539
|
+
), /* @__PURE__ */ React249.createElement("clipPath", { id: "clip0_2_3913" }, /* @__PURE__ */ React249.createElement(
|
|
4443
4540
|
"rect",
|
|
4444
4541
|
{
|
|
4445
4542
|
width: "96",
|
|
@@ -4529,9 +4626,9 @@ var import_react82 = __toESM(require("react"));
|
|
|
4529
4626
|
var SvgSchool = () => /* @__PURE__ */ import_react82.default.createElement(import_glasses.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4530
4627
|
|
|
4531
4628
|
// src/components/icon/available-icons/scissors.tsx
|
|
4532
|
-
var
|
|
4629
|
+
var React253 = __toESM(require("react"));
|
|
4533
4630
|
function SvgScissors() {
|
|
4534
|
-
return /* @__PURE__ */
|
|
4631
|
+
return /* @__PURE__ */ React253.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React253.createElement("svg", { viewBox: "0 0 24 24" }, /* @__PURE__ */ React253.createElement(
|
|
4535
4632
|
"path",
|
|
4536
4633
|
{
|
|
4537
4634
|
fillRule: "evenodd",
|
|
@@ -4539,7 +4636,7 @@ function SvgScissors() {
|
|
|
4539
4636
|
d: "M2.00302 3.37486C0.971444 5.16161 1.57735 7.44442 3.35512 8.48554L8.93106 11.9999L3.35511 15.5142C1.57735 16.5553 0.971446 18.8381 2.00302 20.6249C3.03856 22.4185 5.33202 23.033 7.12562 21.9975C8.91922 20.9619 9.53375 18.6685 8.49821 16.8749C8.20609 16.3689 7.81387 15.9568 7.36101 15.649L11.041 13.3297L11.0423 13.3305L13.1522 12.0007L13.1509 11.9999L22.3506 6.2016L21.1509 4.29812L11.041 10.6701L7.361 8.3507C7.81387 8.04297 8.20609 7.63083 8.49821 7.12486C9.53375 5.33127 8.91922 3.0378 7.12562 2.00227C5.33202 0.966734 3.03856 1.58127 2.00302 3.37486ZM3.95158 4.49986C3.53737 5.2173 3.78318 6.13469 4.50062 6.5489C5.21806 6.96311 6.13544 6.7173 6.54966 5.99986C6.96387 5.28242 6.71806 4.36504 6.00062 3.95082C5.28318 3.53661 4.36579 3.78242 3.95158 4.49986ZM4.50062 17.4508C3.78318 17.865 3.53737 18.7824 3.95158 19.4999C4.36579 20.2173 5.28318 20.4631 6.00062 20.0489C6.71806 19.6347 6.96387 18.7173 6.54966 17.9999C6.13544 17.2824 5.21806 17.0366 4.50062 17.4508Z",
|
|
4540
4637
|
fill: "currentColor"
|
|
4541
4638
|
}
|
|
4542
|
-
), /* @__PURE__ */
|
|
4639
|
+
), /* @__PURE__ */ React253.createElement(
|
|
4543
4640
|
"path",
|
|
4544
4641
|
{
|
|
4545
4642
|
d: "M15.2621 13.3305L13.1522 14.6603L21.1509 19.7016L22.3506 17.7981L15.2621 13.3305Z",
|
|
@@ -4550,23 +4647,23 @@ function SvgScissors() {
|
|
|
4550
4647
|
|
|
4551
4648
|
// src/components/icon/available-icons/screen-cam.tsx
|
|
4552
4649
|
var import_screen_record = __toESM(require("@atlaskit/icon-lab/core/screen-record"));
|
|
4553
|
-
var
|
|
4650
|
+
var React254 = __toESM(require("react"));
|
|
4554
4651
|
function SvgScreenCam() {
|
|
4555
|
-
return /* @__PURE__ */
|
|
4652
|
+
return /* @__PURE__ */ React254.createElement(import_screen_record.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4556
4653
|
}
|
|
4557
4654
|
|
|
4558
4655
|
// src/components/icon/available-icons/search.tsx
|
|
4559
4656
|
var import_search = __toESM(require("@atlaskit/icon/core/search"));
|
|
4560
|
-
var
|
|
4657
|
+
var React255 = __toESM(require("react"));
|
|
4561
4658
|
function SvgSearch() {
|
|
4562
|
-
return /* @__PURE__ */
|
|
4659
|
+
return /* @__PURE__ */ React255.createElement(import_search.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4563
4660
|
}
|
|
4564
4661
|
|
|
4565
4662
|
// src/components/icon/available-icons/send.tsx
|
|
4566
4663
|
var import_send = __toESM(require("@atlaskit/icon/core/send"));
|
|
4567
|
-
var
|
|
4664
|
+
var React256 = __toESM(require("react"));
|
|
4568
4665
|
function SvgSend() {
|
|
4569
|
-
return /* @__PURE__ */
|
|
4666
|
+
return /* @__PURE__ */ React256.createElement(import_send.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4570
4667
|
}
|
|
4571
4668
|
|
|
4572
4669
|
// src/components/icon/available-icons/sentiment-dissatisfied.tsx
|
|
@@ -4595,15 +4692,15 @@ var SvgSentimentSatisfied = (props) => /* @__PURE__ */ import_react84.default.cr
|
|
|
4595
4692
|
|
|
4596
4693
|
// src/components/icon/available-icons/settings.tsx
|
|
4597
4694
|
var import_settings = __toESM(require("@atlaskit/icon/core/settings"));
|
|
4598
|
-
var
|
|
4695
|
+
var React259 = __toESM(require("react"));
|
|
4599
4696
|
function SvgSettings() {
|
|
4600
|
-
return /* @__PURE__ */
|
|
4697
|
+
return /* @__PURE__ */ React259.createElement(import_settings.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4601
4698
|
}
|
|
4602
4699
|
|
|
4603
4700
|
// src/components/icon/available-icons/share.tsx
|
|
4604
|
-
var
|
|
4701
|
+
var React260 = __toESM(require("react"));
|
|
4605
4702
|
function SvgShare(props) {
|
|
4606
|
-
return /* @__PURE__ */
|
|
4703
|
+
return /* @__PURE__ */ React260.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React260.createElement(
|
|
4607
4704
|
"path",
|
|
4608
4705
|
{
|
|
4609
4706
|
fillRule: "evenodd",
|
|
@@ -4626,40 +4723,40 @@ var SvgShowChart = (props) => /* @__PURE__ */ import_react85.default.createEleme
|
|
|
4626
4723
|
|
|
4627
4724
|
// src/components/icon/available-icons/silence-removal.tsx
|
|
4628
4725
|
var import_ai_generative_remove_silence = __toESM(require("@atlaskit/icon-lab/core/ai-generative-remove-silence"));
|
|
4629
|
-
var
|
|
4726
|
+
var React262 = __toESM(require("react"));
|
|
4630
4727
|
function SvgSilenceRemoval() {
|
|
4631
|
-
return /* @__PURE__ */
|
|
4728
|
+
return /* @__PURE__ */ React262.createElement(import_ai_generative_remove_silence.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4632
4729
|
}
|
|
4633
4730
|
|
|
4634
4731
|
// src/components/icon/available-icons/skip-back.tsx
|
|
4635
4732
|
var import_video_previous = __toESM(require("@atlaskit/icon/core/video-previous"));
|
|
4636
|
-
var
|
|
4733
|
+
var React263 = __toESM(require("react"));
|
|
4637
4734
|
function SvgSkipBack() {
|
|
4638
|
-
return /* @__PURE__ */
|
|
4735
|
+
return /* @__PURE__ */ React263.createElement(import_video_previous.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4639
4736
|
}
|
|
4640
4737
|
|
|
4641
4738
|
// src/components/icon/available-icons/slack.tsx
|
|
4642
|
-
var
|
|
4739
|
+
var React264 = __toESM(require("react"));
|
|
4643
4740
|
function SvgSlack(props) {
|
|
4644
|
-
return /* @__PURE__ */
|
|
4741
|
+
return /* @__PURE__ */ React264.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React264.createElement(
|
|
4645
4742
|
"path",
|
|
4646
4743
|
{
|
|
4647
4744
|
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",
|
|
4648
4745
|
fill: "#E01E5A"
|
|
4649
4746
|
}
|
|
4650
|
-
), /* @__PURE__ */
|
|
4747
|
+
), /* @__PURE__ */ React264.createElement(
|
|
4651
4748
|
"path",
|
|
4652
4749
|
{
|
|
4653
4750
|
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",
|
|
4654
4751
|
fill: "#36C5F0"
|
|
4655
4752
|
}
|
|
4656
|
-
), /* @__PURE__ */
|
|
4753
|
+
), /* @__PURE__ */ React264.createElement(
|
|
4657
4754
|
"path",
|
|
4658
4755
|
{
|
|
4659
4756
|
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",
|
|
4660
4757
|
fill: "#2EB67D"
|
|
4661
4758
|
}
|
|
4662
|
-
), /* @__PURE__ */
|
|
4759
|
+
), /* @__PURE__ */ React264.createElement(
|
|
4663
4760
|
"path",
|
|
4664
4761
|
{
|
|
4665
4762
|
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",
|
|
@@ -4670,15 +4767,15 @@ function SvgSlack(props) {
|
|
|
4670
4767
|
|
|
4671
4768
|
// src/components/icon/available-icons/smile.tsx
|
|
4672
4769
|
var import_emoji = __toESM(require("@atlaskit/icon/core/emoji"));
|
|
4673
|
-
var
|
|
4770
|
+
var React265 = __toESM(require("react"));
|
|
4674
4771
|
function SvgSmile() {
|
|
4675
|
-
return /* @__PURE__ */
|
|
4772
|
+
return /* @__PURE__ */ React265.createElement(import_emoji.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4676
4773
|
}
|
|
4677
4774
|
|
|
4678
4775
|
// src/components/icon/available-icons/smile-alt.tsx
|
|
4679
|
-
var
|
|
4776
|
+
var React266 = __toESM(require("react"));
|
|
4680
4777
|
function SvgSmileAlt(props) {
|
|
4681
|
-
return /* @__PURE__ */
|
|
4778
|
+
return /* @__PURE__ */ React266.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React266.createElement(
|
|
4682
4779
|
"path",
|
|
4683
4780
|
{
|
|
4684
4781
|
fillRule: "evenodd",
|
|
@@ -4686,7 +4783,7 @@ function SvgSmileAlt(props) {
|
|
|
4686
4783
|
d: "M12 5a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1118 0 9 9 0 01-18 0z",
|
|
4687
4784
|
fill: "currentColor"
|
|
4688
4785
|
}
|
|
4689
|
-
), /* @__PURE__ */
|
|
4786
|
+
), /* @__PURE__ */ React266.createElement(
|
|
4690
4787
|
"path",
|
|
4691
4788
|
{
|
|
4692
4789
|
fillRule: "evenodd",
|
|
@@ -4699,16 +4796,36 @@ function SvgSmileAlt(props) {
|
|
|
4699
4796
|
|
|
4700
4797
|
// src/components/icon/available-icons/smile-select.tsx
|
|
4701
4798
|
var import_emoji_add = __toESM(require("@atlaskit/icon/core/emoji-add"));
|
|
4702
|
-
var
|
|
4799
|
+
var React267 = __toESM(require("react"));
|
|
4703
4800
|
function SvgSmileSelect() {
|
|
4704
|
-
return /* @__PURE__ */
|
|
4801
|
+
return /* @__PURE__ */ React267.createElement(import_emoji_add.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4705
4802
|
}
|
|
4706
4803
|
|
|
4707
4804
|
// src/components/icon/available-icons/square.tsx
|
|
4708
4805
|
var import_shape_rectangle_rounded = __toESM(require("@atlaskit/icon-lab/core/shape-rectangle-rounded"));
|
|
4709
|
-
var
|
|
4806
|
+
var React268 = __toESM(require("react"));
|
|
4710
4807
|
function SvgSquare() {
|
|
4711
|
-
return /* @__PURE__ */
|
|
4808
|
+
return /* @__PURE__ */ React268.createElement(import_shape_rectangle_rounded.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4809
|
+
}
|
|
4810
|
+
|
|
4811
|
+
// src/components/icon/available-icons/spaces.tsx
|
|
4812
|
+
var React269 = __toESM(require("react"));
|
|
4813
|
+
function SvgSpaces() {
|
|
4814
|
+
return /* @__PURE__ */ React269.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React269.createElement("svg", { viewBox: "0 0 24 24" }, /* @__PURE__ */ React269.createElement(
|
|
4815
|
+
"path",
|
|
4816
|
+
{
|
|
4817
|
+
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",
|
|
4818
|
+
fill: "currentColor"
|
|
4819
|
+
}
|
|
4820
|
+
), /* @__PURE__ */ React269.createElement(
|
|
4821
|
+
"path",
|
|
4822
|
+
{
|
|
4823
|
+
fillRule: "evenodd",
|
|
4824
|
+
clipRule: "evenodd",
|
|
4825
|
+
d: "M7.50004 4.20578C10.67 2.37559 14.4871 2.69491 17.272 4.70529C18.5608 4.30931 19.7467 4.06873 20.7349 4.03439C21.3005 4.0148 21.8613 4.06016 22.3594 4.22336C22.8666 4.3897 23.3753 4.70344 23.691 5.25021C24.2216 6.16966 23.9188 7.19535 23.5313 7.94992C23.1164 8.75753 22.4263 9.61994 21.5713 10.4826C21.3765 10.6792 21.1678 10.8764 20.9517 11.0774C20.2862 11.6962 19.5209 12.3321 18.6768 12.9714C17.3715 13.96 15.8767 14.9575 14.25 15.8967C12.6232 16.836 11.0114 17.6321 9.50248 18.2683C8.52695 18.6796 7.59515 19.0254 6.7266 19.2922L6.72367 19.2907C6.44216 19.3772 6.16754 19.4592 5.90043 19.5295C4.726 19.8385 3.63436 20.0061 2.72758 19.9616C1.96907 19.9244 1.0561 19.719 0.492224 19.0168C0.465624 18.9837 0.439581 18.9497 0.414587 18.9143L0.309119 18.7502L0.20365 18.5422C-0.0093825 18.0547 -0.00935885 17.5402 0.0864625 17.0832C0.194181 16.5703 0.434228 16.0617 0.733923 15.5818C1.25756 14.7434 2.05861 13.8365 3.04545 12.9187C2.6967 9.50163 4.33003 6.03604 7.50004 4.20578ZM3.68851 15.4543C3.23579 15.941 2.88392 16.384 2.64115 16.7727C2.42117 17.1249 2.32234 17.3829 2.28812 17.5461C2.28229 17.574 2.28277 17.5971 2.2808 17.615C2.35292 17.6476 2.5146 17.6987 2.83744 17.7146C3.32941 17.7387 4.00655 17.661 4.8516 17.467C4.61937 17.1626 4.40216 16.8406 4.2056 16.5002C4.00854 16.1589 3.83647 15.8092 3.68851 15.4543ZM16.3316 6.82053C14.2183 5.05371 11.146 4.69853 8.62504 6.15402C6.26132 7.51871 5.03308 10.0988 5.27933 12.6521L5.34818 13.1618C5.4804 13.9188 5.74546 14.6679 6.15385 15.3752C6.45148 15.8907 6.80687 16.3528 7.20707 16.7566C8.97926 16.1126 11.0202 15.1637 13.125 13.9485C15.2294 12.7335 17.0706 11.4403 18.5142 10.2278C18.3646 9.67933 18.1437 9.14065 17.8462 8.62521C17.4888 8.00607 17.0492 7.46506 16.5498 7.00949L16.3316 6.82053ZM20.8125 6.28146C20.3543 6.29741 19.7938 6.3801 19.1455 6.52902C19.3791 6.83477 19.5973 7.15866 19.7945 7.50021C19.991 7.84063 20.1596 8.18985 20.3072 8.54318C20.8984 7.90765 21.3051 7.36004 21.5303 6.9216C21.6778 6.63439 21.7129 6.46875 21.7207 6.38986C21.7046 6.38267 21.6854 6.37064 21.6592 6.36203C21.5008 6.31009 21.2275 6.26708 20.8125 6.28146Z",
|
|
4826
|
+
fill: "currentColor"
|
|
4827
|
+
}
|
|
4828
|
+
)));
|
|
4712
4829
|
}
|
|
4713
4830
|
|
|
4714
4831
|
// src/components/icon/available-icons/sparkle.tsx
|
|
@@ -4718,29 +4835,29 @@ var SvgSparkle = () => /* @__PURE__ */ import_react86.default.createElement(impo
|
|
|
4718
4835
|
|
|
4719
4836
|
// src/components/icon/available-icons/speed-fast.tsx
|
|
4720
4837
|
var import_speedometer_right = __toESM(require("@atlaskit/icon-lab/core/speedometer-right"));
|
|
4721
|
-
var
|
|
4838
|
+
var React271 = __toESM(require("react"));
|
|
4722
4839
|
function SvgSpeedFast() {
|
|
4723
|
-
return /* @__PURE__ */
|
|
4840
|
+
return /* @__PURE__ */ React271.createElement(import_speedometer_right.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4724
4841
|
}
|
|
4725
4842
|
|
|
4726
4843
|
// src/components/icon/available-icons/speed-medium.tsx
|
|
4727
4844
|
var import_speedometer_up = __toESM(require("@atlaskit/icon-lab/core/speedometer-up"));
|
|
4728
|
-
var
|
|
4845
|
+
var React272 = __toESM(require("react"));
|
|
4729
4846
|
function SvgSpeedMedium() {
|
|
4730
|
-
return /* @__PURE__ */
|
|
4847
|
+
return /* @__PURE__ */ React272.createElement(import_speedometer_up.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4731
4848
|
}
|
|
4732
4849
|
|
|
4733
4850
|
// src/components/icon/available-icons/speed-slow.tsx
|
|
4734
4851
|
var import_speedometer_left = __toESM(require("@atlaskit/icon-lab/core/speedometer-left"));
|
|
4735
|
-
var
|
|
4852
|
+
var React273 = __toESM(require("react"));
|
|
4736
4853
|
function SvgSpeedSlow() {
|
|
4737
|
-
return /* @__PURE__ */
|
|
4854
|
+
return /* @__PURE__ */ React273.createElement(import_speedometer_left.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4738
4855
|
}
|
|
4739
4856
|
|
|
4740
4857
|
// src/components/icon/available-icons/speed-x-fast.tsx
|
|
4741
|
-
var
|
|
4858
|
+
var React274 = __toESM(require("react"));
|
|
4742
4859
|
function SvgSpeedXFast(props) {
|
|
4743
|
-
return /* @__PURE__ */
|
|
4860
|
+
return /* @__PURE__ */ React274.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React274.createElement(
|
|
4744
4861
|
"path",
|
|
4745
4862
|
{
|
|
4746
4863
|
clipRule: "evenodd",
|
|
@@ -4752,9 +4869,9 @@ function SvgSpeedXFast(props) {
|
|
|
4752
4869
|
}
|
|
4753
4870
|
|
|
4754
4871
|
// src/components/icon/available-icons/speed-x-slow.tsx
|
|
4755
|
-
var
|
|
4872
|
+
var React275 = __toESM(require("react"));
|
|
4756
4873
|
function SvgSpeedXSlow(props) {
|
|
4757
|
-
return /* @__PURE__ */
|
|
4874
|
+
return /* @__PURE__ */ React275.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React275.createElement(
|
|
4758
4875
|
"path",
|
|
4759
4876
|
{
|
|
4760
4877
|
clipRule: "evenodd",
|
|
@@ -4767,37 +4884,37 @@ function SvgSpeedXSlow(props) {
|
|
|
4767
4884
|
|
|
4768
4885
|
// src/components/icon/available-icons/split.tsx
|
|
4769
4886
|
var import_video_timeline_clip_split = __toESM(require("@atlaskit/icon-lab/core/video-timeline-clip-split"));
|
|
4770
|
-
var
|
|
4887
|
+
var React276 = __toESM(require("react"));
|
|
4771
4888
|
function SvgSplit() {
|
|
4772
|
-
return /* @__PURE__ */
|
|
4889
|
+
return /* @__PURE__ */ React276.createElement(import_video_timeline_clip_split.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4773
4890
|
}
|
|
4774
4891
|
|
|
4775
4892
|
// src/components/icon/available-icons/star.tsx
|
|
4776
4893
|
var import_star_starred = __toESM(require("@atlaskit/icon/core/star-starred"));
|
|
4777
|
-
var
|
|
4894
|
+
var React277 = __toESM(require("react"));
|
|
4778
4895
|
function SvgStar() {
|
|
4779
|
-
return /* @__PURE__ */
|
|
4896
|
+
return /* @__PURE__ */ React277.createElement(import_star_starred.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4780
4897
|
}
|
|
4781
4898
|
|
|
4782
4899
|
// src/components/icon/available-icons/star-outline.tsx
|
|
4783
4900
|
var import_star_unstarred = __toESM(require("@atlaskit/icon/core/star-unstarred"));
|
|
4784
|
-
var
|
|
4901
|
+
var React278 = __toESM(require("react"));
|
|
4785
4902
|
function SvgStarOutline() {
|
|
4786
|
-
return /* @__PURE__ */
|
|
4903
|
+
return /* @__PURE__ */ React278.createElement(import_star_unstarred.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4787
4904
|
}
|
|
4788
4905
|
|
|
4789
4906
|
// src/components/icon/available-icons/stop.tsx
|
|
4790
4907
|
var import_video_stop_overlay = __toESM(require("@atlaskit/icon/core/video-stop-overlay"));
|
|
4791
|
-
var
|
|
4908
|
+
var React279 = __toESM(require("react"));
|
|
4792
4909
|
function SvgStop() {
|
|
4793
|
-
return /* @__PURE__ */
|
|
4910
|
+
return /* @__PURE__ */ React279.createElement(import_video_stop_overlay.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4794
4911
|
}
|
|
4795
4912
|
|
|
4796
4913
|
// src/components/icon/available-icons/sun.tsx
|
|
4797
4914
|
var import_theme2 = __toESM(require("@atlaskit/icon/core/theme"));
|
|
4798
|
-
var
|
|
4915
|
+
var React280 = __toESM(require("react"));
|
|
4799
4916
|
function SvgSun() {
|
|
4800
|
-
return /* @__PURE__ */
|
|
4917
|
+
return /* @__PURE__ */ React280.createElement(import_theme2.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4801
4918
|
}
|
|
4802
4919
|
|
|
4803
4920
|
// src/components/icon/available-icons/tag-faces.tsx
|
|
@@ -4960,32 +5077,32 @@ var SvgTeamworkAgentSmall = (props) => /* @__PURE__ */ import_react90.default.cr
|
|
|
4960
5077
|
));
|
|
4961
5078
|
|
|
4962
5079
|
// src/components/icon/available-icons/teamwork-graph.tsx
|
|
4963
|
-
var
|
|
4964
|
-
var SvgTeamworkGraph = (props) => /* @__PURE__ */
|
|
5080
|
+
var React285 = __toESM(require("react"));
|
|
5081
|
+
var SvgTeamworkGraph = (props) => /* @__PURE__ */ React285.createElement("svg", __spreadValues({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, props), /* @__PURE__ */ React285.createElement(
|
|
4965
5082
|
"path",
|
|
4966
5083
|
{
|
|
4967
5084
|
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",
|
|
4968
5085
|
fill: "#6B6E76"
|
|
4969
5086
|
}
|
|
4970
|
-
), /* @__PURE__ */
|
|
5087
|
+
), /* @__PURE__ */ React285.createElement(
|
|
4971
5088
|
"path",
|
|
4972
5089
|
{
|
|
4973
5090
|
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",
|
|
4974
5091
|
fill: "#6B6E76"
|
|
4975
5092
|
}
|
|
4976
|
-
), /* @__PURE__ */
|
|
5093
|
+
), /* @__PURE__ */ React285.createElement(
|
|
4977
5094
|
"path",
|
|
4978
5095
|
{
|
|
4979
5096
|
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",
|
|
4980
5097
|
fill: "#6B6E76"
|
|
4981
5098
|
}
|
|
4982
|
-
), /* @__PURE__ */
|
|
5099
|
+
), /* @__PURE__ */ React285.createElement(
|
|
4983
5100
|
"path",
|
|
4984
5101
|
{
|
|
4985
5102
|
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",
|
|
4986
5103
|
fill: "#6B6E76"
|
|
4987
5104
|
}
|
|
4988
|
-
), /* @__PURE__ */
|
|
5105
|
+
), /* @__PURE__ */ React285.createElement(
|
|
4989
5106
|
"path",
|
|
4990
5107
|
{
|
|
4991
5108
|
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",
|
|
@@ -4995,16 +5112,16 @@ var SvgTeamworkGraph = (props) => /* @__PURE__ */ React281.createElement("svg",
|
|
|
4995
5112
|
|
|
4996
5113
|
// src/components/icon/available-icons/text.tsx
|
|
4997
5114
|
var import_text = __toESM(require("@atlaskit/icon/core/text"));
|
|
4998
|
-
var
|
|
5115
|
+
var React286 = __toESM(require("react"));
|
|
4999
5116
|
function SvgText() {
|
|
5000
|
-
return /* @__PURE__ */
|
|
5117
|
+
return /* @__PURE__ */ React286.createElement(import_text.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5001
5118
|
}
|
|
5002
5119
|
|
|
5003
5120
|
// src/components/icon/available-icons/text-rephrase.tsx
|
|
5004
5121
|
var import_text_rephrase = __toESM(require("@atlaskit/icon-lab/core/text-rephrase"));
|
|
5005
|
-
var
|
|
5122
|
+
var React287 = __toESM(require("react"));
|
|
5006
5123
|
function SvgTextRephrase() {
|
|
5007
|
-
return /* @__PURE__ */
|
|
5124
|
+
return /* @__PURE__ */ React287.createElement(import_text_rephrase.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5008
5125
|
}
|
|
5009
5126
|
|
|
5010
5127
|
// src/components/icon/available-icons/thumbs-down.tsx
|
|
@@ -5035,16 +5152,16 @@ var SvgThumbsUp = () => /* @__PURE__ */ import_react92.default.createElement("sv
|
|
|
5035
5152
|
|
|
5036
5153
|
// src/components/icon/available-icons/timeline-editor.tsx
|
|
5037
5154
|
var import_video_timeline_editor = __toESM(require("@atlaskit/icon-lab/core/video-timeline-editor"));
|
|
5038
|
-
var
|
|
5155
|
+
var React290 = __toESM(require("react"));
|
|
5039
5156
|
function SvgTimelineEditor() {
|
|
5040
|
-
return /* @__PURE__ */
|
|
5157
|
+
return /* @__PURE__ */ React290.createElement(import_video_timeline_editor.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5041
5158
|
}
|
|
5042
5159
|
|
|
5043
5160
|
// src/components/icon/available-icons/timer.tsx
|
|
5044
5161
|
var import_stopwatch = __toESM(require("@atlaskit/icon/core/stopwatch"));
|
|
5045
|
-
var
|
|
5162
|
+
var React291 = __toESM(require("react"));
|
|
5046
5163
|
function SvgTimer() {
|
|
5047
|
-
return /* @__PURE__ */
|
|
5164
|
+
return /* @__PURE__ */ React291.createElement(import_stopwatch.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5048
5165
|
}
|
|
5049
5166
|
|
|
5050
5167
|
// src/components/icon/available-icons/touch-app.tsx
|
|
@@ -5068,15 +5185,15 @@ function SvgTranscript() {
|
|
|
5068
5185
|
|
|
5069
5186
|
// src/components/icon/available-icons/trash.tsx
|
|
5070
5187
|
var import_delete = __toESM(require("@atlaskit/icon/core/delete"));
|
|
5071
|
-
var
|
|
5188
|
+
var React294 = __toESM(require("react"));
|
|
5072
5189
|
function SvgTrash() {
|
|
5073
|
-
return /* @__PURE__ */
|
|
5190
|
+
return /* @__PURE__ */ React294.createElement(import_delete.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5074
5191
|
}
|
|
5075
5192
|
|
|
5076
5193
|
// src/components/icon/available-icons/trash-forever.tsx
|
|
5077
|
-
var
|
|
5194
|
+
var React295 = __toESM(require("react"));
|
|
5078
5195
|
function SvgTrashForever(props) {
|
|
5079
|
-
return /* @__PURE__ */
|
|
5196
|
+
return /* @__PURE__ */ React295.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React295.createElement(
|
|
5080
5197
|
"path",
|
|
5081
5198
|
{
|
|
5082
5199
|
fillRule: "evenodd",
|
|
@@ -5084,7 +5201,7 @@ function SvgTrashForever(props) {
|
|
|
5084
5201
|
d: "M4 7.2a1 1 0 011-1h14.4a1 1 0 110 2H5a1 1 0 01-1-1z",
|
|
5085
5202
|
fill: "currentColor"
|
|
5086
5203
|
}
|
|
5087
|
-
), /* @__PURE__ */
|
|
5204
|
+
), /* @__PURE__ */ React295.createElement(
|
|
5088
5205
|
"path",
|
|
5089
5206
|
{
|
|
5090
5207
|
fillRule: "evenodd",
|
|
@@ -5092,7 +5209,7 @@ function SvgTrashForever(props) {
|
|
|
5092
5209
|
d: "M10.6 5a.6.6 0 00-.6.6v.6h4.4v-.6a.6.6 0 00-.6-.6h-3.2zm5.8 1.2v-.6A2.6 2.6 0 0013.8 3h-3.2A2.6 2.6 0 008 5.6v.6H6.6a1 1 0 00-1 1v11.2A2.6 2.6 0 008.2 21h8a2.6 2.6 0 002.6-2.6V7.2a1 1 0 00-1-1h-1.4zm-8.8 2v10.2a.6.6 0 00.6.6h8a.6.6 0 00.6-.6V8.2H7.6z",
|
|
5093
5210
|
fill: "currentColor"
|
|
5094
5211
|
}
|
|
5095
|
-
), /* @__PURE__ */
|
|
5212
|
+
), /* @__PURE__ */ React295.createElement(
|
|
5096
5213
|
"path",
|
|
5097
5214
|
{
|
|
5098
5215
|
fillRule: "evenodd",
|
|
@@ -5100,7 +5217,7 @@ function SvgTrashForever(props) {
|
|
|
5100
5217
|
d: "M14.604 11.196a1 1 0 010 1.414l-3.394 3.394a1 1 0 01-1.414-1.414l3.394-3.394a1 1 0 011.414 0z",
|
|
5101
5218
|
fill: "currentColor"
|
|
5102
5219
|
}
|
|
5103
|
-
), /* @__PURE__ */
|
|
5220
|
+
), /* @__PURE__ */ React295.createElement(
|
|
5104
5221
|
"path",
|
|
5105
5222
|
{
|
|
5106
5223
|
fillRule: "evenodd",
|
|
@@ -5112,16 +5229,16 @@ function SvgTrashForever(props) {
|
|
|
5112
5229
|
}
|
|
5113
5230
|
|
|
5114
5231
|
// src/components/icon/available-icons/trello-neutral.tsx
|
|
5115
|
-
var
|
|
5232
|
+
var React296 = __toESM(require("react"));
|
|
5116
5233
|
function SvgTrelloNeutral(props) {
|
|
5117
|
-
return /* @__PURE__ */
|
|
5234
|
+
return /* @__PURE__ */ React296.createElement(
|
|
5118
5235
|
"svg",
|
|
5119
5236
|
__spreadValues({
|
|
5120
5237
|
viewBox: "0 0 24 24",
|
|
5121
5238
|
fill: "none",
|
|
5122
5239
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5123
5240
|
}, props),
|
|
5124
|
-
/* @__PURE__ */
|
|
5241
|
+
/* @__PURE__ */ React296.createElement(
|
|
5125
5242
|
"path",
|
|
5126
5243
|
{
|
|
5127
5244
|
fillRule: "evenodd",
|
|
@@ -5133,6 +5250,28 @@ function SvgTrelloNeutral(props) {
|
|
|
5133
5250
|
);
|
|
5134
5251
|
}
|
|
5135
5252
|
|
|
5253
|
+
// src/components/icon/available-icons/trello.tsx
|
|
5254
|
+
var React297 = __toESM(require("react"));
|
|
5255
|
+
function SvgTrello(props) {
|
|
5256
|
+
return /* @__PURE__ */ React297.createElement(
|
|
5257
|
+
"svg",
|
|
5258
|
+
__spreadValues({
|
|
5259
|
+
viewBox: "0 0 24 24",
|
|
5260
|
+
fill: "none",
|
|
5261
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5262
|
+
}, props),
|
|
5263
|
+
/* @__PURE__ */ React297.createElement(
|
|
5264
|
+
"path",
|
|
5265
|
+
{
|
|
5266
|
+
fillRule: "evenodd",
|
|
5267
|
+
clipRule: "evenodd",
|
|
5268
|
+
d: "M20.1223 2H4.87765C3.56464 2 2.5 3.06464 2.5 4.37765V19.6223C2.5 20.9354 3.56464 22 4.87765 22H20.1223C21.4354 22 22.5 20.9354 22.5 19.6223V4.37765C22.5 3.06464 21.4354 2 20.1223 2ZM11.1152 16.4051C11.1152 16.8418 10.7614 17.195 10.3253 17.195H6.9824C6.54575 17.195 6.19251 16.8412 6.19251 16.4051V6.4824C6.19251 6.04575 6.54636 5.69251 6.9824 5.69251H10.3253C10.762 5.69251 11.1152 6.04636 11.1152 6.4824V16.4051ZM18.8075 11.8497C18.8075 12.2864 18.4536 12.6396 18.0176 12.6396H14.6747C14.238 12.6396 13.8848 12.2858 13.8848 11.8497V6.4824C13.8848 6.04575 14.2386 5.69251 14.6747 5.69251H18.0176C18.4543 5.69251 18.8075 6.04636 18.8075 6.4824V11.8497Z",
|
|
5269
|
+
fill: "#1868db"
|
|
5270
|
+
}
|
|
5271
|
+
)
|
|
5272
|
+
);
|
|
5273
|
+
}
|
|
5274
|
+
|
|
5136
5275
|
// src/components/icon/available-icons/tune.tsx
|
|
5137
5276
|
var import_customize = __toESM(require("@atlaskit/icon/core/customize"));
|
|
5138
5277
|
var import_react95 = __toESM(require("react"));
|
|
@@ -5140,65 +5279,65 @@ var SvgTune = () => /* @__PURE__ */ import_react95.default.createElement(import_
|
|
|
5140
5279
|
|
|
5141
5280
|
// src/components/icon/available-icons/underline.tsx
|
|
5142
5281
|
var import_text_underline = __toESM(require("@atlaskit/icon/core/text-underline"));
|
|
5143
|
-
var
|
|
5282
|
+
var React299 = __toESM(require("react"));
|
|
5144
5283
|
function SvgUnderline() {
|
|
5145
|
-
return /* @__PURE__ */
|
|
5284
|
+
return /* @__PURE__ */ React299.createElement(import_text_underline.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5146
5285
|
}
|
|
5147
5286
|
|
|
5148
5287
|
// src/components/icon/available-icons/undo.tsx
|
|
5149
5288
|
var import_undo = __toESM(require("@atlaskit/icon/core/undo"));
|
|
5150
|
-
var
|
|
5289
|
+
var React300 = __toESM(require("react"));
|
|
5151
5290
|
function SvgUndo() {
|
|
5152
|
-
return /* @__PURE__ */
|
|
5291
|
+
return /* @__PURE__ */ React300.createElement(import_undo.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5153
5292
|
}
|
|
5154
5293
|
|
|
5155
5294
|
// src/components/icon/available-icons/undo-alt.tsx
|
|
5156
5295
|
var import_undo2 = __toESM(require("@atlaskit/icon/core/undo"));
|
|
5157
|
-
var
|
|
5296
|
+
var React301 = __toESM(require("react"));
|
|
5158
5297
|
function SvgUndoAlt() {
|
|
5159
|
-
return /* @__PURE__ */
|
|
5298
|
+
return /* @__PURE__ */ React301.createElement(import_undo2.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5160
5299
|
}
|
|
5161
5300
|
|
|
5162
5301
|
// src/components/icon/available-icons/upload.tsx
|
|
5163
5302
|
var import_upload = __toESM(require("@atlaskit/icon/core/upload"));
|
|
5164
|
-
var
|
|
5303
|
+
var React302 = __toESM(require("react"));
|
|
5165
5304
|
function SvgUpload() {
|
|
5166
|
-
return /* @__PURE__ */
|
|
5305
|
+
return /* @__PURE__ */ React302.createElement(import_upload.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5167
5306
|
}
|
|
5168
5307
|
|
|
5169
5308
|
// src/components/icon/available-icons/user.tsx
|
|
5170
5309
|
var import_person = __toESM(require("@atlaskit/icon/core/person"));
|
|
5171
|
-
var
|
|
5310
|
+
var React303 = __toESM(require("react"));
|
|
5172
5311
|
function SvgUser() {
|
|
5173
|
-
return /* @__PURE__ */
|
|
5312
|
+
return /* @__PURE__ */ React303.createElement(import_person.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5174
5313
|
}
|
|
5175
5314
|
|
|
5176
5315
|
// src/components/icon/available-icons/users.tsx
|
|
5177
5316
|
var import_people_group = __toESM(require("@atlaskit/icon/core/people-group"));
|
|
5178
|
-
var
|
|
5317
|
+
var React304 = __toESM(require("react"));
|
|
5179
5318
|
function SvgUsers() {
|
|
5180
|
-
return /* @__PURE__ */
|
|
5319
|
+
return /* @__PURE__ */ React304.createElement(import_people_group.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5181
5320
|
}
|
|
5182
5321
|
|
|
5183
5322
|
// src/components/icon/available-icons/users-add.tsx
|
|
5184
5323
|
var import_person_add = __toESM(require("@atlaskit/icon/core/person-add"));
|
|
5185
|
-
var
|
|
5324
|
+
var React305 = __toESM(require("react"));
|
|
5186
5325
|
function SvgUsersAdd() {
|
|
5187
|
-
return /* @__PURE__ */
|
|
5326
|
+
return /* @__PURE__ */ React305.createElement(import_person_add.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5188
5327
|
}
|
|
5189
5328
|
|
|
5190
5329
|
// src/components/icon/available-icons/variables.tsx
|
|
5191
5330
|
var import_variable = __toESM(require("@atlaskit/icon-lab/core/variable"));
|
|
5192
|
-
var
|
|
5331
|
+
var React306 = __toESM(require("react"));
|
|
5193
5332
|
function SvgVariables() {
|
|
5194
|
-
return /* @__PURE__ */
|
|
5333
|
+
return /* @__PURE__ */ React306.createElement(import_variable.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5195
5334
|
}
|
|
5196
5335
|
|
|
5197
5336
|
// src/components/icon/available-icons/version-control.tsx
|
|
5198
5337
|
var import_history = __toESM(require("@atlaskit/icon-lab/core/history"));
|
|
5199
|
-
var
|
|
5338
|
+
var React307 = __toESM(require("react"));
|
|
5200
5339
|
function SvgVersionControl() {
|
|
5201
|
-
return /* @__PURE__ */
|
|
5340
|
+
return /* @__PURE__ */ React307.createElement(import_history.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5202
5341
|
}
|
|
5203
5342
|
|
|
5204
5343
|
// src/components/icon/available-icons/vertical-align-bottom.tsx
|
|
@@ -5215,9 +5354,9 @@ var SvgVerticalAlignBottom = (props) => /* @__PURE__ */ import_react96.default.c
|
|
|
5215
5354
|
|
|
5216
5355
|
// src/components/icon/available-icons/video-cam.tsx
|
|
5217
5356
|
var import_video = __toESM(require("@atlaskit/icon/core/video"));
|
|
5218
|
-
var
|
|
5357
|
+
var React309 = __toESM(require("react"));
|
|
5219
5358
|
function SvgVideoCam() {
|
|
5220
|
-
return /* @__PURE__ */
|
|
5359
|
+
return /* @__PURE__ */ React309.createElement(import_video.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5221
5360
|
}
|
|
5222
5361
|
|
|
5223
5362
|
// src/components/icon/available-icons/videocam.tsx
|
|
@@ -5244,16 +5383,16 @@ var SvgVideocamOff = (props) => /* @__PURE__ */ import_react98.default.createEle
|
|
|
5244
5383
|
|
|
5245
5384
|
// src/components/icon/available-icons/video-library.tsx
|
|
5246
5385
|
var import_library = __toESM(require("@atlaskit/icon/core/library"));
|
|
5247
|
-
var
|
|
5386
|
+
var React312 = __toESM(require("react"));
|
|
5248
5387
|
function SvgVideoLibrary() {
|
|
5249
|
-
return /* @__PURE__ */
|
|
5388
|
+
return /* @__PURE__ */ React312.createElement(import_library.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5250
5389
|
}
|
|
5251
5390
|
|
|
5252
5391
|
// src/components/icon/available-icons/video-off.tsx
|
|
5253
5392
|
var import_video_strikethrough = __toESM(require("@atlaskit/icon-lab/core/video-strikethrough"));
|
|
5254
|
-
var
|
|
5393
|
+
var React313 = __toESM(require("react"));
|
|
5255
5394
|
function SvgVideoOff() {
|
|
5256
|
-
return /* @__PURE__ */
|
|
5395
|
+
return /* @__PURE__ */ React313.createElement(import_video_strikethrough.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5257
5396
|
}
|
|
5258
5397
|
|
|
5259
5398
|
// src/components/icon/available-icons/view-list.tsx
|
|
@@ -5270,16 +5409,16 @@ var SvgViewList = (props) => /* @__PURE__ */ import_react99.default.createElemen
|
|
|
5270
5409
|
|
|
5271
5410
|
// src/components/icon/available-icons/volume1.tsx
|
|
5272
5411
|
var import_volume_low = __toESM(require("@atlaskit/icon/core/volume-low"));
|
|
5273
|
-
var
|
|
5412
|
+
var React315 = __toESM(require("react"));
|
|
5274
5413
|
function SvgVolume1() {
|
|
5275
|
-
return /* @__PURE__ */
|
|
5414
|
+
return /* @__PURE__ */ React315.createElement(import_volume_low.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5276
5415
|
}
|
|
5277
5416
|
|
|
5278
5417
|
// src/components/icon/available-icons/volume2.tsx
|
|
5279
5418
|
var import_volume_high = __toESM(require("@atlaskit/icon/core/volume-high"));
|
|
5280
|
-
var
|
|
5419
|
+
var React316 = __toESM(require("react"));
|
|
5281
5420
|
function SvgVolume2() {
|
|
5282
|
-
return /* @__PURE__ */
|
|
5421
|
+
return /* @__PURE__ */ React316.createElement(import_volume_high.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5283
5422
|
}
|
|
5284
5423
|
|
|
5285
5424
|
// src/components/icon/available-icons/volume-down.tsx
|
|
@@ -5330,9 +5469,9 @@ var SvgVolumeUp = (props) => /* @__PURE__ */ import_react103.default.createEleme
|
|
|
5330
5469
|
|
|
5331
5470
|
// src/components/icon/available-icons/volume-x.tsx
|
|
5332
5471
|
var import_volume_muted = __toESM(require("@atlaskit/icon/core/volume-muted"));
|
|
5333
|
-
var
|
|
5472
|
+
var React321 = __toESM(require("react"));
|
|
5334
5473
|
function SvgVolumeX() {
|
|
5335
|
-
return /* @__PURE__ */
|
|
5474
|
+
return /* @__PURE__ */ React321.createElement(import_volume_muted.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5336
5475
|
}
|
|
5337
5476
|
|
|
5338
5477
|
// src/components/icon/available-icons/warning-alert.tsx
|
|
@@ -5361,50 +5500,50 @@ var SvgWarningAmber = (props) => /* @__PURE__ */ import_react105.default.createE
|
|
|
5361
5500
|
|
|
5362
5501
|
// src/components/icon/available-icons/watch-later.tsx
|
|
5363
5502
|
var import_story = __toESM(require("@atlaskit/icon/core/story"));
|
|
5364
|
-
var
|
|
5503
|
+
var React324 = __toESM(require("react"));
|
|
5365
5504
|
function SvgWatchLater() {
|
|
5366
|
-
return /* @__PURE__ */
|
|
5505
|
+
return /* @__PURE__ */ React324.createElement(import_story.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5367
5506
|
}
|
|
5368
5507
|
|
|
5369
5508
|
// src/components/icon/available-icons/watch-later-added.tsx
|
|
5370
5509
|
var import_video_watch_later_saved = __toESM(require("@atlaskit/icon-lab/core/video-watch-later-saved"));
|
|
5371
|
-
var
|
|
5510
|
+
var React325 = __toESM(require("react"));
|
|
5372
5511
|
function SvgWatchLaterAdded() {
|
|
5373
|
-
return /* @__PURE__ */
|
|
5512
|
+
return /* @__PURE__ */ React325.createElement(import_video_watch_later_saved.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5374
5513
|
}
|
|
5375
5514
|
|
|
5376
5515
|
// src/components/icon/available-icons/watch-later-remove.tsx
|
|
5377
5516
|
var import_video_watch_later_remove = __toESM(require("@atlaskit/icon-lab/core/video-watch-later-remove"));
|
|
5378
|
-
var
|
|
5517
|
+
var React326 = __toESM(require("react"));
|
|
5379
5518
|
function SvgWatchLaterRemove() {
|
|
5380
|
-
return /* @__PURE__ */
|
|
5519
|
+
return /* @__PURE__ */ React326.createElement(import_video_watch_later_remove.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5381
5520
|
}
|
|
5382
5521
|
|
|
5383
5522
|
// src/components/icon/available-icons/waveform.tsx
|
|
5384
5523
|
var import_audio_waveform = __toESM(require("@atlaskit/icon-lab/core/audio-waveform"));
|
|
5385
|
-
var
|
|
5524
|
+
var React327 = __toESM(require("react"));
|
|
5386
5525
|
function SvgWaveform() {
|
|
5387
|
-
return /* @__PURE__ */
|
|
5526
|
+
return /* @__PURE__ */ React327.createElement(import_audio_waveform.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5388
5527
|
}
|
|
5389
5528
|
|
|
5390
5529
|
// src/components/icon/available-icons/window.tsx
|
|
5391
5530
|
var import_template = __toESM(require("@atlaskit/icon-lab/core/template"));
|
|
5392
|
-
var
|
|
5531
|
+
var React328 = __toESM(require("react"));
|
|
5393
5532
|
function SvgWindow() {
|
|
5394
|
-
return /* @__PURE__ */
|
|
5533
|
+
return /* @__PURE__ */ React328.createElement(import_template.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5395
5534
|
}
|
|
5396
5535
|
|
|
5397
5536
|
// src/components/icon/available-icons/windows.tsx
|
|
5398
|
-
var
|
|
5537
|
+
var React329 = __toESM(require("react"));
|
|
5399
5538
|
function SvgWindows(props) {
|
|
5400
|
-
return /* @__PURE__ */
|
|
5539
|
+
return /* @__PURE__ */ React329.createElement(
|
|
5401
5540
|
"svg",
|
|
5402
5541
|
__spreadValues({
|
|
5403
5542
|
viewBox: "0 0 24 24",
|
|
5404
5543
|
fill: "none",
|
|
5405
5544
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5406
5545
|
}, props),
|
|
5407
|
-
/* @__PURE__ */
|
|
5546
|
+
/* @__PURE__ */ React329.createElement(
|
|
5408
5547
|
"path",
|
|
5409
5548
|
{
|
|
5410
5549
|
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",
|
|
@@ -5416,29 +5555,51 @@ function SvgWindows(props) {
|
|
|
5416
5555
|
|
|
5417
5556
|
// src/components/icon/available-icons/write-document.tsx
|
|
5418
5557
|
var import_page = __toESM(require("@atlaskit/icon/core/page"));
|
|
5419
|
-
var
|
|
5558
|
+
var React330 = __toESM(require("react"));
|
|
5420
5559
|
function SvgWriteDocument() {
|
|
5421
|
-
return /* @__PURE__ */
|
|
5560
|
+
return /* @__PURE__ */ React330.createElement(import_page.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5422
5561
|
}
|
|
5423
5562
|
|
|
5424
5563
|
// src/components/icon/available-icons/write-message.tsx
|
|
5425
5564
|
var import_email2 = __toESM(require("@atlaskit/icon/core/email"));
|
|
5426
|
-
var
|
|
5565
|
+
var React331 = __toESM(require("react"));
|
|
5427
5566
|
function SvgWriteMessage() {
|
|
5428
|
-
return /* @__PURE__ */
|
|
5567
|
+
return /* @__PURE__ */ React331.createElement(import_email2.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5429
5568
|
}
|
|
5430
5569
|
|
|
5431
5570
|
// src/components/icon/available-icons/x-circle.tsx
|
|
5432
5571
|
var import_cross_circle = __toESM(require("@atlaskit/icon/core/cross-circle"));
|
|
5433
|
-
var
|
|
5572
|
+
var React332 = __toESM(require("react"));
|
|
5434
5573
|
function SvgXCircle() {
|
|
5435
|
-
return /* @__PURE__ */
|
|
5574
|
+
return /* @__PURE__ */ React332.createElement(import_cross_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5575
|
+
}
|
|
5576
|
+
|
|
5577
|
+
// src/components/icon/available-icons/x-twitter.tsx
|
|
5578
|
+
var React333 = __toESM(require("react"));
|
|
5579
|
+
function SvgXLogo(props) {
|
|
5580
|
+
return /* @__PURE__ */ React333.createElement(
|
|
5581
|
+
"svg",
|
|
5582
|
+
__spreadProps(__spreadValues({}, props), {
|
|
5583
|
+
viewBox: "-2 -2 28 28",
|
|
5584
|
+
fill: "none",
|
|
5585
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5586
|
+
}),
|
|
5587
|
+
/* @__PURE__ */ React333.createElement(
|
|
5588
|
+
"path",
|
|
5589
|
+
{
|
|
5590
|
+
fillRule: "evenodd",
|
|
5591
|
+
clipRule: "evenodd",
|
|
5592
|
+
d: "M14.1881 10.1624L22.7504 0H20.7214L13.2868 8.82384L7.34879 0H0.5L9.47943 13.3432L0.5 24H2.5291L10.3802 14.6817L16.6512 24H23.5L14.1876 10.1624H14.1881ZM11.409 13.4608L10.4992 12.1321L3.26021 1.55962H6.37679L12.2187 10.0919L13.1285 11.4206L20.7224 22.5113H17.6058L11.409 13.4613V13.4608Z",
|
|
5593
|
+
fill: "#292A2E"
|
|
5594
|
+
}
|
|
5595
|
+
)
|
|
5596
|
+
);
|
|
5436
5597
|
}
|
|
5437
5598
|
|
|
5438
5599
|
// src/components/icon/available-icons/zap.tsx
|
|
5439
|
-
var
|
|
5600
|
+
var React334 = __toESM(require("react"));
|
|
5440
5601
|
function SvgZap(props) {
|
|
5441
|
-
return /* @__PURE__ */
|
|
5602
|
+
return /* @__PURE__ */ React334.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React334.createElement(
|
|
5442
5603
|
"path",
|
|
5443
5604
|
{
|
|
5444
5605
|
fillRule: "evenodd",
|
|
@@ -5451,34 +5612,34 @@ function SvgZap(props) {
|
|
|
5451
5612
|
|
|
5452
5613
|
// src/components/icon/available-icons/zap-outline.tsx
|
|
5453
5614
|
var import_automation = __toESM(require("@atlaskit/icon/core/automation"));
|
|
5454
|
-
var
|
|
5615
|
+
var React335 = __toESM(require("react"));
|
|
5455
5616
|
function SvgZapOutline() {
|
|
5456
|
-
return /* @__PURE__ */
|
|
5617
|
+
return /* @__PURE__ */ React335.createElement(import_automation.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5457
5618
|
}
|
|
5458
5619
|
|
|
5459
5620
|
// src/components/icon/available-icons/zoom-in.tsx
|
|
5460
5621
|
var import_zoom_in = __toESM(require("@atlaskit/icon/core/zoom-in"));
|
|
5461
|
-
var
|
|
5622
|
+
var React336 = __toESM(require("react"));
|
|
5462
5623
|
function SvgZoomIn() {
|
|
5463
|
-
return /* @__PURE__ */
|
|
5624
|
+
return /* @__PURE__ */ React336.createElement(import_zoom_in.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5464
5625
|
}
|
|
5465
5626
|
|
|
5466
5627
|
// src/components/icon/available-icons/zoom-logo.tsx
|
|
5467
|
-
var
|
|
5628
|
+
var React337 = __toESM(require("react"));
|
|
5468
5629
|
function SvgZoomLogo(props) {
|
|
5469
|
-
return /* @__PURE__ */
|
|
5630
|
+
return /* @__PURE__ */ React337.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React337.createElement(
|
|
5470
5631
|
"path",
|
|
5471
5632
|
{
|
|
5472
5633
|
fill: "url(#a)",
|
|
5473
5634
|
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"
|
|
5474
5635
|
}
|
|
5475
|
-
), /* @__PURE__ */
|
|
5636
|
+
), /* @__PURE__ */ React337.createElement(
|
|
5476
5637
|
"path",
|
|
5477
5638
|
{
|
|
5478
5639
|
fill: "#fff",
|
|
5479
5640
|
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"
|
|
5480
5641
|
}
|
|
5481
|
-
), /* @__PURE__ */
|
|
5642
|
+
), /* @__PURE__ */ React337.createElement("defs", null, /* @__PURE__ */ React337.createElement(
|
|
5482
5643
|
"linearGradient",
|
|
5483
5644
|
{
|
|
5484
5645
|
id: "a",
|
|
@@ -5488,16 +5649,16 @@ function SvgZoomLogo(props) {
|
|
|
5488
5649
|
y2: 2.878,
|
|
5489
5650
|
gradientUnits: "userSpaceOnUse"
|
|
5490
5651
|
},
|
|
5491
|
-
/* @__PURE__ */
|
|
5492
|
-
/* @__PURE__ */
|
|
5493
|
-
/* @__PURE__ */
|
|
5652
|
+
/* @__PURE__ */ React337.createElement("stop", { stopColor: "#0845BF" }),
|
|
5653
|
+
/* @__PURE__ */ React337.createElement("stop", { offset: 0.6, stopColor: "#0B5CFF" }),
|
|
5654
|
+
/* @__PURE__ */ React337.createElement("stop", { offset: 1, stopColor: "#4F90EE" })
|
|
5494
5655
|
)));
|
|
5495
5656
|
}
|
|
5496
5657
|
|
|
5497
5658
|
// src/components/icon/available-icons/zoom-out.tsx
|
|
5498
5659
|
var import_zoom_out = __toESM(require("@atlaskit/icon/core/zoom-out"));
|
|
5499
|
-
var
|
|
5660
|
+
var React338 = __toESM(require("react"));
|
|
5500
5661
|
function SvgZoomOut() {
|
|
5501
|
-
return /* @__PURE__ */
|
|
5662
|
+
return /* @__PURE__ */ React338.createElement(import_zoom_out.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5502
5663
|
}
|
|
5503
5664
|
//# sourceMappingURL=index.js.map
|