@loomhq/lens 12.8.0 → 12.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +35 -7
- package/dist/cjs/icons/banner-vector-up.js +17 -3
- package/dist/cjs/icons/banner-vector-up.js.map +2 -2
- package/dist/cjs/icons/cursor.js +40 -0
- package/dist/cjs/icons/cursor.js.map +7 -0
- package/dist/cjs/icons/editions-icon.js +40 -0
- package/dist/cjs/icons/editions-icon.js.map +7 -0
- package/dist/cjs/icons/editions.js +9 -2
- package/dist/cjs/icons/editions.js.map +2 -2
- package/dist/cjs/icons/index.js +653 -638
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/index.js +799 -555
- package/dist/cjs/index.js.map +4 -4
- package/dist/esm/icons/banner-vector-up.js +1 -1
- package/dist/esm/icons/{chunk-2V4R73H6.js → chunk-3OR7GMMB.js} +8 -4
- package/dist/esm/icons/chunk-3OR7GMMB.js.map +7 -0
- package/dist/esm/icons/chunk-KVOGDZ34.js +11 -0
- package/dist/esm/icons/chunk-KVOGDZ34.js.map +7 -0
- package/dist/esm/icons/chunk-SPTM4NUO.js +18 -0
- package/dist/esm/icons/chunk-SPTM4NUO.js.map +7 -0
- package/dist/esm/icons/cursor.js +8 -0
- package/dist/esm/icons/cursor.js.map +7 -0
- package/dist/esm/icons/editions-icon.js +12 -0
- package/dist/esm/icons/editions-icon.js.map +7 -0
- package/dist/esm/icons/editions.js +1 -1
- package/dist/esm/icons/index.js +120 -116
- package/dist/esm/index.js +737 -489
- package/dist/esm/index.js.map +4 -4
- package/dist/types/colors.d.ts +1 -1
- package/dist/types/colors.d.ts.map +1 -1
- package/dist/types/components/align/align.d.ts +1 -1
- package/dist/types/components/align/align.d.ts.map +1 -1
- package/dist/types/components/arrange/arrange.d.ts +1 -1
- package/dist/types/components/arrange/arrange.d.ts.map +1 -1
- package/dist/types/components/avatar/avatar.d.ts +1 -1
- package/dist/types/components/avatar/avatar.d.ts.map +1 -1
- package/dist/types/components/backdrop/backdrop.d.ts +1 -1
- package/dist/types/components/backdrop/backdrop.d.ts.map +1 -1
- package/dist/types/components/base-styles/base-styles.d.ts.map +1 -1
- package/dist/types/components/button/button.d.ts +1 -1
- package/dist/types/components/button/button.d.ts.map +1 -1
- package/dist/types/components/color-picker/color-picker.d.ts +1 -1
- package/dist/types/components/color-picker/color-picker.d.ts.map +1 -1
- package/dist/types/components/container/container.d.ts +1 -1
- package/dist/types/components/container/container.d.ts.map +1 -1
- package/dist/types/components/distribute/distribute.d.ts +1 -1
- package/dist/types/components/distribute/distribute.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown.d.ts +3 -1
- package/dist/types/components/dropdown/dropdown.d.ts.map +1 -1
- package/dist/types/components/ellipses-loader/ellipses-loader.d.ts +1 -1
- package/dist/types/components/ellipses-loader/ellipses-loader.d.ts.map +1 -1
- package/dist/types/components/form-field/form-field.d.ts +2 -2
- package/dist/types/components/form-field/form-field.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/banner-vector-up.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/cursor.d.ts +3 -0
- package/dist/types/components/icon/available-icons/cursor.d.ts.map +1 -0
- package/dist/types/components/icon/available-icons/editions-icon.d.ts +3 -0
- package/dist/types/components/icon/available-icons/editions-icon.d.ts.map +1 -0
- package/dist/types/components/icon/available-icons/editions.d.ts +1 -1
- package/dist/types/components/icon/available-icons/editions.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/index.d.ts +1 -0
- package/dist/types/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/types/components/icon/icon.d.ts +2 -2
- package/dist/types/components/icon/icon.d.ts.map +1 -1
- package/dist/types/components/icon-button/icon-button.d.ts +1 -1
- package/dist/types/components/icon-button/icon-button.d.ts.map +1 -1
- package/dist/types/components/layout/layout.d.ts +1 -1
- package/dist/types/components/layout/layout.d.ts.map +1 -1
- package/dist/types/components/link/link.d.ts +1 -1
- package/dist/types/components/link/link.d.ts.map +1 -1
- package/dist/types/components/list/list.d.ts +1 -1
- package/dist/types/components/list/list.d.ts.map +1 -1
- package/dist/types/components/loader/loader.d.ts +1 -1
- package/dist/types/components/loader/loader.d.ts.map +1 -1
- package/dist/types/components/logo/logo.d.ts +1 -1
- package/dist/types/components/logo/logo.d.ts.map +1 -1
- package/dist/types/components/menu/menu.d.ts +5 -2
- package/dist/types/components/menu/menu.d.ts.map +1 -1
- package/dist/types/components/modal/modal.d.ts +2 -2
- package/dist/types/components/modal/modal.d.ts.map +1 -1
- package/dist/types/components/notification-bar/notification-bar.d.ts +2 -2
- package/dist/types/components/notification-bar/notification-bar.d.ts.map +1 -1
- package/dist/types/components/pill/pill.d.ts +1 -1
- package/dist/types/components/pill/pill.d.ts.map +1 -1
- package/dist/types/components/select/select.d.ts +2 -2
- package/dist/types/components/select/select.d.ts.map +1 -1
- package/dist/types/components/skeleton/skeleton.d.ts +1 -1
- package/dist/types/components/skeleton/skeleton.d.ts.map +1 -1
- package/dist/types/components/spacer/spacer.d.ts +1 -1
- package/dist/types/components/spacer/spacer.d.ts.map +1 -1
- package/dist/types/components/split/split.d.ts +1 -1
- package/dist/types/components/split/split.d.ts.map +1 -1
- package/dist/types/components/switch/switch.d.ts +1 -1
- package/dist/types/components/switch/switch.d.ts.map +1 -1
- package/dist/types/components/tabs/tabs.d.ts +25 -2
- package/dist/types/components/tabs/tabs.d.ts.map +1 -1
- package/dist/types/components/text/text.d.ts +2 -2
- package/dist/types/components/text/text.d.ts.map +1 -1
- package/dist/types/components/text-button/text-button.d.ts +1 -1
- package/dist/types/components/text-button/text-button.d.ts.map +1 -1
- package/dist/types/components/toast/toast.d.ts +1 -1
- package/dist/types/components/toast/toast.d.ts.map +1 -1
- package/dist/types/components/tooltip/tooltip.d.ts +2 -2
- package/dist/types/components/tooltip/tooltip.d.ts.map +1 -1
- package/dist/types/components/typeahead/typeahead.d.ts +2 -2
- package/dist/types/components/typeahead/typeahead.d.ts.map +1 -1
- package/dist/types/components/waveform-loader/waveform-loader.d.ts +1 -1
- package/dist/types/components/waveform-loader/waveform-loader.d.ts.map +1 -1
- package/dist/types/icons/banner-vector-up.d.ts.map +1 -1
- package/dist/types/icons/cursor.d.ts +3 -0
- package/dist/types/icons/cursor.d.ts.map +1 -0
- package/dist/types/icons/editions-icon.d.ts +3 -0
- package/dist/types/icons/editions-icon.d.ts.map +1 -0
- package/dist/types/icons/editions.d.ts +1 -1
- package/dist/types/icons/editions.d.ts.map +1 -1
- package/dist/types/icons/index.d.ts +1 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/utilities/responsive.d.ts +3 -3
- package/dist/types/utilities/responsive.d.ts.map +1 -1
- package/dist/types/utilities/size.d.ts +1 -1
- package/dist/types/utilities/size.d.ts.map +1 -1
- package/dist/types/utilities/text.d.ts +3 -0
- package/dist/types/utilities/text.d.ts.map +1 -0
- package/package.json +6 -6
- package/dist/esm/icons/chunk-2V4R73H6.js.map +0 -7
- package/dist/esm/icons/chunk-T4L22EHS.js +0 -11
- package/dist/esm/icons/chunk-T4L22EHS.js.map +0 -7
package/dist/cjs/icons/index.js
CHANGED
|
@@ -147,6 +147,7 @@ __export(index_exports, {
|
|
|
147
147
|
SvgCrop169Expanded: () => SvgCrop169Expanded,
|
|
148
148
|
SvgCropExpanded169: () => SvgCropExpanded169,
|
|
149
149
|
SvgCropTool: () => SvgCropTool,
|
|
150
|
+
SvgCursor: () => SvgCursor,
|
|
150
151
|
SvgCut: () => SvgCut,
|
|
151
152
|
SvgDelete: () => SvgDelete,
|
|
152
153
|
SvgDeleteForever: () => SvgDeleteForever,
|
|
@@ -897,18 +898,18 @@ var React39 = __toESM(require("react"));
|
|
|
897
898
|
function SvgBannerVectorUp(props) {
|
|
898
899
|
return /* @__PURE__ */ React39.createElement(
|
|
899
900
|
"svg",
|
|
900
|
-
{
|
|
901
|
+
__spreadValues({
|
|
901
902
|
xmlns: "http://www.w3.org/2000/svg",
|
|
902
903
|
width: "24",
|
|
903
904
|
height: "11",
|
|
904
905
|
viewBox: "0 0 24 11",
|
|
905
906
|
fill: "none"
|
|
906
|
-
},
|
|
907
|
+
}, props),
|
|
907
908
|
/* @__PURE__ */ React39.createElement(
|
|
908
909
|
"path",
|
|
909
910
|
{
|
|
910
911
|
d: "M24 11L0 11L9.17157 1.82843C10.7337 0.266331 13.2663 0.26633 14.8284 1.82843L24 11Z",
|
|
911
|
-
fill: "
|
|
912
|
+
fill: "currentColor"
|
|
912
913
|
}
|
|
913
914
|
)
|
|
914
915
|
);
|
|
@@ -1589,6 +1590,13 @@ var SvgCut = (props) => /* @__PURE__ */ import_react32.default.createElement("sv
|
|
|
1589
1590
|
}
|
|
1590
1591
|
));
|
|
1591
1592
|
|
|
1593
|
+
// src/components/icon/available-icons/cursor.tsx
|
|
1594
|
+
var import_cursor = __toESM(require("@atlaskit/icon-lab/core/cursor"));
|
|
1595
|
+
var React100 = __toESM(require("react"));
|
|
1596
|
+
var SvgCursor = () => {
|
|
1597
|
+
return /* @__PURE__ */ React100.createElement(import_cursor.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1598
|
+
};
|
|
1599
|
+
|
|
1592
1600
|
// src/components/icon/available-icons/delete.tsx
|
|
1593
1601
|
var import_react33 = __toESM(require("react"));
|
|
1594
1602
|
var SvgDelete = (props) => /* @__PURE__ */ import_react33.default.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ import_react33.default.createElement(
|
|
@@ -1615,29 +1623,29 @@ var SvgDeleteForever = (props) => /* @__PURE__ */ import_react34.default.createE
|
|
|
1615
1623
|
|
|
1616
1624
|
// src/components/icon/available-icons/desktop-mac.tsx
|
|
1617
1625
|
var import_screen = __toESM(require("@atlaskit/icon/core/screen"));
|
|
1618
|
-
var
|
|
1626
|
+
var React103 = __toESM(require("react"));
|
|
1619
1627
|
function SvgDesktopMac() {
|
|
1620
|
-
return /* @__PURE__ */
|
|
1628
|
+
return /* @__PURE__ */ React103.createElement(import_screen.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1621
1629
|
}
|
|
1622
1630
|
|
|
1623
1631
|
// src/components/icon/available-icons/domain.tsx
|
|
1624
1632
|
var import_office_building = __toESM(require("@atlaskit/icon/core/office-building"));
|
|
1625
|
-
var
|
|
1633
|
+
var React104 = __toESM(require("react"));
|
|
1626
1634
|
function SvgDomain() {
|
|
1627
|
-
return /* @__PURE__ */
|
|
1635
|
+
return /* @__PURE__ */ React104.createElement(import_office_building.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1628
1636
|
}
|
|
1629
1637
|
|
|
1630
1638
|
// src/components/icon/available-icons/download.tsx
|
|
1631
1639
|
var import_download = __toESM(require("@atlaskit/icon/core/download"));
|
|
1632
|
-
var
|
|
1640
|
+
var React105 = __toESM(require("react"));
|
|
1633
1641
|
function SvgDownload() {
|
|
1634
|
-
return /* @__PURE__ */
|
|
1642
|
+
return /* @__PURE__ */ React105.createElement(import_download.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1635
1643
|
}
|
|
1636
1644
|
|
|
1637
1645
|
// src/components/icon/available-icons/edge-logo.tsx
|
|
1638
|
-
var
|
|
1646
|
+
var React106 = __toESM(require("react"));
|
|
1639
1647
|
function SvgEdgeLogo(props) {
|
|
1640
|
-
return /* @__PURE__ */
|
|
1648
|
+
return /* @__PURE__ */ React106.createElement(
|
|
1641
1649
|
"svg",
|
|
1642
1650
|
__spreadValues({
|
|
1643
1651
|
width: "96",
|
|
@@ -1646,46 +1654,46 @@ function SvgEdgeLogo(props) {
|
|
|
1646
1654
|
fill: "none",
|
|
1647
1655
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1648
1656
|
}, props),
|
|
1649
|
-
/* @__PURE__ */
|
|
1657
|
+
/* @__PURE__ */ React106.createElement("g", { clipPath: "url(#clip0_2_3904)" }, /* @__PURE__ */ React106.createElement(
|
|
1650
1658
|
"path",
|
|
1651
1659
|
{
|
|
1652
1660
|
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",
|
|
1653
1661
|
fill: "url(#paint0_linear_2_3904)"
|
|
1654
1662
|
}
|
|
1655
|
-
), /* @__PURE__ */
|
|
1663
|
+
), /* @__PURE__ */ React106.createElement(
|
|
1656
1664
|
"path",
|
|
1657
1665
|
{
|
|
1658
1666
|
opacity: "0.35",
|
|
1659
1667
|
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",
|
|
1660
1668
|
fill: "url(#paint1_radial_2_3904)"
|
|
1661
1669
|
}
|
|
1662
|
-
), /* @__PURE__ */
|
|
1670
|
+
), /* @__PURE__ */ React106.createElement(
|
|
1663
1671
|
"path",
|
|
1664
1672
|
{
|
|
1665
1673
|
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",
|
|
1666
1674
|
fill: "url(#paint2_linear_2_3904)"
|
|
1667
1675
|
}
|
|
1668
|
-
), /* @__PURE__ */
|
|
1676
|
+
), /* @__PURE__ */ React106.createElement(
|
|
1669
1677
|
"path",
|
|
1670
1678
|
{
|
|
1671
1679
|
opacity: "0.41",
|
|
1672
1680
|
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",
|
|
1673
1681
|
fill: "url(#paint3_radial_2_3904)"
|
|
1674
1682
|
}
|
|
1675
|
-
), /* @__PURE__ */
|
|
1683
|
+
), /* @__PURE__ */ React106.createElement(
|
|
1676
1684
|
"path",
|
|
1677
1685
|
{
|
|
1678
1686
|
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",
|
|
1679
1687
|
fill: "url(#paint4_radial_2_3904)"
|
|
1680
1688
|
}
|
|
1681
|
-
), /* @__PURE__ */
|
|
1689
|
+
), /* @__PURE__ */ React106.createElement(
|
|
1682
1690
|
"path",
|
|
1683
1691
|
{
|
|
1684
1692
|
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",
|
|
1685
1693
|
fill: "url(#paint5_radial_2_3904)"
|
|
1686
1694
|
}
|
|
1687
1695
|
)),
|
|
1688
|
-
/* @__PURE__ */
|
|
1696
|
+
/* @__PURE__ */ React106.createElement("defs", null, /* @__PURE__ */ React106.createElement(
|
|
1689
1697
|
"linearGradient",
|
|
1690
1698
|
{
|
|
1691
1699
|
id: "paint0_linear_2_3904",
|
|
@@ -1695,9 +1703,9 @@ function SvgEdgeLogo(props) {
|
|
|
1695
1703
|
y2: "66.8109",
|
|
1696
1704
|
gradientUnits: "userSpaceOnUse"
|
|
1697
1705
|
},
|
|
1698
|
-
/* @__PURE__ */
|
|
1699
|
-
/* @__PURE__ */
|
|
1700
|
-
), /* @__PURE__ */
|
|
1706
|
+
/* @__PURE__ */ React106.createElement("stop", { stopColor: "#0C59A4" }),
|
|
1707
|
+
/* @__PURE__ */ React106.createElement("stop", { offset: "1", stopColor: "#114A8B" })
|
|
1708
|
+
), /* @__PURE__ */ React106.createElement(
|
|
1701
1709
|
"radialGradient",
|
|
1702
1710
|
{
|
|
1703
1711
|
id: "paint1_radial_2_3904",
|
|
@@ -1707,10 +1715,10 @@ function SvgEdgeLogo(props) {
|
|
|
1707
1715
|
gradientUnits: "userSpaceOnUse",
|
|
1708
1716
|
gradientTransform: "translate(58.95 67.3153) scale(35.775 33.9863)"
|
|
1709
1717
|
},
|
|
1710
|
-
/* @__PURE__ */
|
|
1711
|
-
/* @__PURE__ */
|
|
1712
|
-
/* @__PURE__ */
|
|
1713
|
-
), /* @__PURE__ */
|
|
1718
|
+
/* @__PURE__ */ React106.createElement("stop", { offset: "0.7", stopOpacity: "0" }),
|
|
1719
|
+
/* @__PURE__ */ React106.createElement("stop", { offset: "0.9", stopOpacity: "0.5" }),
|
|
1720
|
+
/* @__PURE__ */ React106.createElement("stop", { offset: "1" })
|
|
1721
|
+
), /* @__PURE__ */ React106.createElement(
|
|
1714
1722
|
"linearGradient",
|
|
1715
1723
|
{
|
|
1716
1724
|
id: "paint2_linear_2_3904",
|
|
@@ -1720,11 +1728,11 @@ function SvgEdgeLogo(props) {
|
|
|
1720
1728
|
y2: "83.2734",
|
|
1721
1729
|
gradientUnits: "userSpaceOnUse"
|
|
1722
1730
|
},
|
|
1723
|
-
/* @__PURE__ */
|
|
1724
|
-
/* @__PURE__ */
|
|
1725
|
-
/* @__PURE__ */
|
|
1726
|
-
/* @__PURE__ */
|
|
1727
|
-
), /* @__PURE__ */
|
|
1731
|
+
/* @__PURE__ */ React106.createElement("stop", { stopColor: "#1B9DE2" }),
|
|
1732
|
+
/* @__PURE__ */ React106.createElement("stop", { offset: "0.2", stopColor: "#1595DF" }),
|
|
1733
|
+
/* @__PURE__ */ React106.createElement("stop", { offset: "0.7", stopColor: "#0680D7" }),
|
|
1734
|
+
/* @__PURE__ */ React106.createElement("stop", { offset: "1", stopColor: "#0078D4" })
|
|
1735
|
+
), /* @__PURE__ */ React106.createElement(
|
|
1728
1736
|
"radialGradient",
|
|
1729
1737
|
{
|
|
1730
1738
|
id: "paint3_radial_2_3904",
|
|
@@ -1734,10 +1742,10 @@ function SvgEdgeLogo(props) {
|
|
|
1734
1742
|
gradientUnits: "userSpaceOnUse",
|
|
1735
1743
|
gradientTransform: "translate(26.4581 75.0373) rotate(-81.3844) scale(53.7698 43.4406)"
|
|
1736
1744
|
},
|
|
1737
|
-
/* @__PURE__ */
|
|
1738
|
-
/* @__PURE__ */
|
|
1739
|
-
/* @__PURE__ */
|
|
1740
|
-
), /* @__PURE__ */
|
|
1745
|
+
/* @__PURE__ */ React106.createElement("stop", { offset: "0.8", stopOpacity: "0" }),
|
|
1746
|
+
/* @__PURE__ */ React106.createElement("stop", { offset: "0.9", stopOpacity: "0.5" }),
|
|
1747
|
+
/* @__PURE__ */ React106.createElement("stop", { offset: "1" })
|
|
1748
|
+
), /* @__PURE__ */ React106.createElement(
|
|
1741
1749
|
"radialGradient",
|
|
1742
1750
|
{
|
|
1743
1751
|
id: "paint4_radial_2_3904",
|
|
@@ -1747,12 +1755,12 @@ function SvgEdgeLogo(props) {
|
|
|
1747
1755
|
gradientUnits: "userSpaceOnUse",
|
|
1748
1756
|
gradientTransform: "translate(9.70875 18.1794) rotate(92.2906) scale(75.9607 161.781)"
|
|
1749
1757
|
},
|
|
1750
|
-
/* @__PURE__ */
|
|
1751
|
-
/* @__PURE__ */
|
|
1752
|
-
/* @__PURE__ */
|
|
1753
|
-
/* @__PURE__ */
|
|
1754
|
-
/* @__PURE__ */
|
|
1755
|
-
), /* @__PURE__ */
|
|
1758
|
+
/* @__PURE__ */ React106.createElement("stop", { stopColor: "#35C1F1" }),
|
|
1759
|
+
/* @__PURE__ */ React106.createElement("stop", { offset: "0.1", stopColor: "#34C1ED" }),
|
|
1760
|
+
/* @__PURE__ */ React106.createElement("stop", { offset: "0.2", stopColor: "#2FC2DF" }),
|
|
1761
|
+
/* @__PURE__ */ React106.createElement("stop", { offset: "0.3", stopColor: "#2BC3D2" }),
|
|
1762
|
+
/* @__PURE__ */ React106.createElement("stop", { offset: "0.7", stopColor: "#36C752" })
|
|
1763
|
+
), /* @__PURE__ */ React106.createElement(
|
|
1756
1764
|
"radialGradient",
|
|
1757
1765
|
{
|
|
1758
1766
|
id: "paint5_radial_2_3904",
|
|
@@ -1762,9 +1770,9 @@ function SvgEdgeLogo(props) {
|
|
|
1762
1770
|
gradientUnits: "userSpaceOnUse",
|
|
1763
1771
|
gradientTransform: "translate(90.0225 29.4234) rotate(73.7398) scale(36.4875 29.6716)"
|
|
1764
1772
|
},
|
|
1765
|
-
/* @__PURE__ */
|
|
1766
|
-
/* @__PURE__ */
|
|
1767
|
-
), /* @__PURE__ */
|
|
1773
|
+
/* @__PURE__ */ React106.createElement("stop", { stopColor: "#66EB6E" }),
|
|
1774
|
+
/* @__PURE__ */ React106.createElement("stop", { offset: "1", stopColor: "#66EB6E", stopOpacity: "0" })
|
|
1775
|
+
), /* @__PURE__ */ React106.createElement("clipPath", { id: "clip0_2_3904" }, /* @__PURE__ */ React106.createElement(
|
|
1768
1776
|
"rect",
|
|
1769
1777
|
{
|
|
1770
1778
|
width: "96",
|
|
@@ -1778,23 +1786,30 @@ function SvgEdgeLogo(props) {
|
|
|
1778
1786
|
|
|
1779
1787
|
// src/components/icon/available-icons/edit.tsx
|
|
1780
1788
|
var import_edit = __toESM(require("@atlaskit/icon/core/edit"));
|
|
1781
|
-
var
|
|
1789
|
+
var React107 = __toESM(require("react"));
|
|
1782
1790
|
function SvgEdit() {
|
|
1783
|
-
return /* @__PURE__ */
|
|
1791
|
+
return /* @__PURE__ */ React107.createElement(import_edit.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1784
1792
|
}
|
|
1785
1793
|
|
|
1786
1794
|
// src/components/icon/available-icons/editions.tsx
|
|
1787
1795
|
var import_editions = __toESM(require("@atlaskit/icon-lab/core/editions"));
|
|
1788
|
-
var
|
|
1789
|
-
function SvgEditions() {
|
|
1790
|
-
return /* @__PURE__ */
|
|
1796
|
+
var React108 = __toESM(require("react"));
|
|
1797
|
+
function SvgEditions(props) {
|
|
1798
|
+
return /* @__PURE__ */ React108.createElement(
|
|
1799
|
+
import_editions.default,
|
|
1800
|
+
{
|
|
1801
|
+
label: "",
|
|
1802
|
+
testId: "ads-refreshed-icon",
|
|
1803
|
+
color: props.color ? props.color : "currentColor"
|
|
1804
|
+
}
|
|
1805
|
+
);
|
|
1791
1806
|
}
|
|
1792
1807
|
|
|
1793
1808
|
// src/components/icon/available-icons/edit-border.tsx
|
|
1794
1809
|
var import_pencil = __toESM(require("@atlaskit/icon-lab/core/pencil"));
|
|
1795
|
-
var
|
|
1810
|
+
var React109 = __toESM(require("react"));
|
|
1796
1811
|
function SvgEditBorder() {
|
|
1797
|
-
return /* @__PURE__ */
|
|
1812
|
+
return /* @__PURE__ */ React109.createElement(import_pencil.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1798
1813
|
}
|
|
1799
1814
|
|
|
1800
1815
|
// src/components/icon/available-icons/exit-to-app.tsx
|
|
@@ -1828,30 +1843,30 @@ var SvgExpandReplies = () => /* @__PURE__ */ import_react37.default.createElemen
|
|
|
1828
1843
|
|
|
1829
1844
|
// src/components/icon/available-icons/extension.tsx
|
|
1830
1845
|
var import_browser_extension = __toESM(require("@atlaskit/icon-lab/core/browser-extension"));
|
|
1831
|
-
var
|
|
1846
|
+
var React113 = __toESM(require("react"));
|
|
1832
1847
|
function SvgExtension() {
|
|
1833
|
-
return /* @__PURE__ */
|
|
1848
|
+
return /* @__PURE__ */ React113.createElement(import_browser_extension.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1834
1849
|
}
|
|
1835
1850
|
|
|
1836
1851
|
// src/components/icon/available-icons/external-link.tsx
|
|
1837
1852
|
var import_link_external = __toESM(require("@atlaskit/icon/core/link-external"));
|
|
1838
|
-
var
|
|
1853
|
+
var React114 = __toESM(require("react"));
|
|
1839
1854
|
function SvgExternalLink() {
|
|
1840
|
-
return /* @__PURE__ */
|
|
1855
|
+
return /* @__PURE__ */ React114.createElement(import_link_external.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1841
1856
|
}
|
|
1842
1857
|
|
|
1843
1858
|
// src/components/icon/available-icons/eye.tsx
|
|
1844
1859
|
var import_eye_open = __toESM(require("@atlaskit/icon/core/eye-open"));
|
|
1845
|
-
var
|
|
1860
|
+
var React115 = __toESM(require("react"));
|
|
1846
1861
|
function SvgEye() {
|
|
1847
|
-
return /* @__PURE__ */
|
|
1862
|
+
return /* @__PURE__ */ React115.createElement(import_eye_open.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1848
1863
|
}
|
|
1849
1864
|
|
|
1850
1865
|
// src/components/icon/available-icons/eye-off.tsx
|
|
1851
1866
|
var import_eye_open_strikethrough = __toESM(require("@atlaskit/icon/core/eye-open-strikethrough"));
|
|
1852
|
-
var
|
|
1867
|
+
var React116 = __toESM(require("react"));
|
|
1853
1868
|
function SvgEyeOff() {
|
|
1854
|
-
return /* @__PURE__ */
|
|
1869
|
+
return /* @__PURE__ */ React116.createElement(import_eye_open_strikethrough.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1855
1870
|
}
|
|
1856
1871
|
|
|
1857
1872
|
// src/components/icon/available-icons/fiber-manual-record.tsx
|
|
@@ -1860,15 +1875,15 @@ var SvgFiberManualRecord = (props) => /* @__PURE__ */ import_react38.default.cre
|
|
|
1860
1875
|
|
|
1861
1876
|
// src/components/icon/available-icons/filler-word-removal.tsx
|
|
1862
1877
|
var import_ai_generative_remove = __toESM(require("@atlaskit/icon-lab/core/ai-generative-remove"));
|
|
1863
|
-
var
|
|
1878
|
+
var React118 = __toESM(require("react"));
|
|
1864
1879
|
function SvgFillerWordRemoval() {
|
|
1865
|
-
return /* @__PURE__ */
|
|
1880
|
+
return /* @__PURE__ */ React118.createElement(import_ai_generative_remove.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1866
1881
|
}
|
|
1867
1882
|
|
|
1868
1883
|
// src/components/icon/available-icons/firefox-logo.tsx
|
|
1869
|
-
var
|
|
1884
|
+
var React119 = __toESM(require("react"));
|
|
1870
1885
|
function SvgFirefoxLogo(props) {
|
|
1871
|
-
return /* @__PURE__ */
|
|
1886
|
+
return /* @__PURE__ */ React119.createElement(
|
|
1872
1887
|
"svg",
|
|
1873
1888
|
__spreadValues({
|
|
1874
1889
|
width: "96",
|
|
@@ -1877,92 +1892,92 @@ function SvgFirefoxLogo(props) {
|
|
|
1877
1892
|
fill: "none",
|
|
1878
1893
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1879
1894
|
}, props),
|
|
1880
|
-
/* @__PURE__ */
|
|
1895
|
+
/* @__PURE__ */ React119.createElement("g", { clipPath: "url(#clip0_2_3887)" }, /* @__PURE__ */ React119.createElement(
|
|
1881
1896
|
"path",
|
|
1882
1897
|
{
|
|
1883
1898
|
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",
|
|
1884
1899
|
fill: "url(#paint0_radial_2_3887)"
|
|
1885
1900
|
}
|
|
1886
|
-
), /* @__PURE__ */
|
|
1901
|
+
), /* @__PURE__ */ React119.createElement(
|
|
1887
1902
|
"path",
|
|
1888
1903
|
{
|
|
1889
1904
|
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",
|
|
1890
1905
|
fill: "url(#paint1_radial_2_3887)"
|
|
1891
1906
|
}
|
|
1892
|
-
), /* @__PURE__ */
|
|
1907
|
+
), /* @__PURE__ */ React119.createElement(
|
|
1893
1908
|
"path",
|
|
1894
1909
|
{
|
|
1895
1910
|
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",
|
|
1896
1911
|
fill: "url(#paint2_linear_2_3887)"
|
|
1897
1912
|
}
|
|
1898
|
-
), /* @__PURE__ */
|
|
1913
|
+
), /* @__PURE__ */ React119.createElement(
|
|
1899
1914
|
"path",
|
|
1900
1915
|
{
|
|
1901
1916
|
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",
|
|
1902
1917
|
fill: "url(#paint3_radial_2_3887)"
|
|
1903
1918
|
}
|
|
1904
|
-
), /* @__PURE__ */
|
|
1919
|
+
), /* @__PURE__ */ React119.createElement(
|
|
1905
1920
|
"path",
|
|
1906
1921
|
{
|
|
1907
1922
|
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",
|
|
1908
1923
|
fill: "url(#paint4_radial_2_3887)"
|
|
1909
1924
|
}
|
|
1910
|
-
), /* @__PURE__ */
|
|
1925
|
+
), /* @__PURE__ */ React119.createElement(
|
|
1911
1926
|
"path",
|
|
1912
1927
|
{
|
|
1913
1928
|
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",
|
|
1914
1929
|
fill: "url(#paint5_radial_2_3887)"
|
|
1915
1930
|
}
|
|
1916
|
-
), /* @__PURE__ */
|
|
1931
|
+
), /* @__PURE__ */ React119.createElement(
|
|
1917
1932
|
"path",
|
|
1918
1933
|
{
|
|
1919
1934
|
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",
|
|
1920
1935
|
fill: "url(#paint6_radial_2_3887)"
|
|
1921
1936
|
}
|
|
1922
|
-
), /* @__PURE__ */
|
|
1937
|
+
), /* @__PURE__ */ React119.createElement(
|
|
1923
1938
|
"path",
|
|
1924
1939
|
{
|
|
1925
1940
|
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",
|
|
1926
1941
|
fill: "url(#paint7_radial_2_3887)"
|
|
1927
1942
|
}
|
|
1928
|
-
), /* @__PURE__ */
|
|
1943
|
+
), /* @__PURE__ */ React119.createElement(
|
|
1929
1944
|
"path",
|
|
1930
1945
|
{
|
|
1931
1946
|
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",
|
|
1932
1947
|
fill: "url(#paint8_linear_2_3887)"
|
|
1933
1948
|
}
|
|
1934
|
-
), /* @__PURE__ */
|
|
1949
|
+
), /* @__PURE__ */ React119.createElement(
|
|
1935
1950
|
"path",
|
|
1936
1951
|
{
|
|
1937
1952
|
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",
|
|
1938
1953
|
fill: "url(#paint9_linear_2_3887)"
|
|
1939
1954
|
}
|
|
1940
|
-
), /* @__PURE__ */
|
|
1955
|
+
), /* @__PURE__ */ React119.createElement(
|
|
1941
1956
|
"path",
|
|
1942
1957
|
{
|
|
1943
1958
|
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",
|
|
1944
1959
|
fill: "url(#paint10_linear_2_3887)"
|
|
1945
1960
|
}
|
|
1946
|
-
), /* @__PURE__ */
|
|
1961
|
+
), /* @__PURE__ */ React119.createElement(
|
|
1947
1962
|
"path",
|
|
1948
1963
|
{
|
|
1949
1964
|
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",
|
|
1950
1965
|
fill: "url(#paint11_linear_2_3887)"
|
|
1951
1966
|
}
|
|
1952
|
-
), /* @__PURE__ */
|
|
1967
|
+
), /* @__PURE__ */ React119.createElement(
|
|
1953
1968
|
"path",
|
|
1954
1969
|
{
|
|
1955
1970
|
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",
|
|
1956
1971
|
fill: "url(#paint12_linear_2_3887)"
|
|
1957
1972
|
}
|
|
1958
|
-
), /* @__PURE__ */
|
|
1973
|
+
), /* @__PURE__ */ React119.createElement(
|
|
1959
1974
|
"path",
|
|
1960
1975
|
{
|
|
1961
1976
|
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",
|
|
1962
1977
|
fill: "url(#paint13_linear_2_3887)"
|
|
1963
1978
|
}
|
|
1964
1979
|
)),
|
|
1965
|
-
/* @__PURE__ */
|
|
1980
|
+
/* @__PURE__ */ React119.createElement("defs", null, /* @__PURE__ */ React119.createElement(
|
|
1966
1981
|
"radialGradient",
|
|
1967
1982
|
{
|
|
1968
1983
|
id: "paint0_radial_2_3887",
|
|
@@ -1972,15 +1987,15 @@ function SvgFirefoxLogo(props) {
|
|
|
1972
1987
|
gradientUnits: "userSpaceOnUse",
|
|
1973
1988
|
gradientTransform: "translate(91.188 24.8595) rotate(2.55481) scale(34.446 50.6293)"
|
|
1974
1989
|
},
|
|
1975
|
-
/* @__PURE__ */
|
|
1976
|
-
/* @__PURE__ */
|
|
1977
|
-
/* @__PURE__ */
|
|
1978
|
-
/* @__PURE__ */
|
|
1979
|
-
/* @__PURE__ */
|
|
1980
|
-
/* @__PURE__ */
|
|
1981
|
-
/* @__PURE__ */
|
|
1982
|
-
/* @__PURE__ */
|
|
1983
|
-
), /* @__PURE__ */
|
|
1990
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.045", stopColor: "#FFEA00" }),
|
|
1991
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.12", stopColor: "#FFDE00" }),
|
|
1992
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.254", stopColor: "#FFBF00" }),
|
|
1993
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.429", stopColor: "#FF8E00" }),
|
|
1994
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.769", stopColor: "#FF272D" }),
|
|
1995
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.872", stopColor: "#E0255A" }),
|
|
1996
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.953", stopColor: "#CC2477" }),
|
|
1997
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "1", stopColor: "#C42482" })
|
|
1998
|
+
), /* @__PURE__ */ React119.createElement(
|
|
1984
1999
|
"radialGradient",
|
|
1985
2000
|
{
|
|
1986
2001
|
id: "paint1_radial_2_3887",
|
|
@@ -1990,15 +2005,15 @@ function SvgFirefoxLogo(props) {
|
|
|
1990
2005
|
gradientUnits: "userSpaceOnUse",
|
|
1991
2006
|
gradientTransform: "translate(66.6417 19.5445) scale(97.0809 97.0809)"
|
|
1992
2007
|
},
|
|
1993
|
-
/* @__PURE__ */
|
|
1994
|
-
/* @__PURE__ */
|
|
1995
|
-
/* @__PURE__ */
|
|
1996
|
-
/* @__PURE__ */
|
|
1997
|
-
/* @__PURE__ */
|
|
1998
|
-
/* @__PURE__ */
|
|
1999
|
-
/* @__PURE__ */
|
|
2000
|
-
/* @__PURE__ */
|
|
2001
|
-
), /* @__PURE__ */
|
|
2008
|
+
/* @__PURE__ */ React119.createElement("stop", { stopColor: "#00CCDA" }),
|
|
2009
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.22", stopColor: "#0083FF" }),
|
|
2010
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.261", stopColor: "#007AF9" }),
|
|
2011
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.33", stopColor: "#0060E8" }),
|
|
2012
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.333", stopColor: "#005FE7" }),
|
|
2013
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.438", stopColor: "#2639AD" }),
|
|
2014
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.522", stopColor: "#401E84" }),
|
|
2015
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.566", stopColor: "#4A1475" })
|
|
2016
|
+
), /* @__PURE__ */ React119.createElement(
|
|
2002
2017
|
"linearGradient",
|
|
2003
2018
|
{
|
|
2004
2019
|
id: "paint2_linear_2_3887",
|
|
@@ -2008,10 +2023,10 @@ function SvgFirefoxLogo(props) {
|
|
|
2008
2023
|
y2: "10.5128",
|
|
2009
2024
|
gradientUnits: "userSpaceOnUse"
|
|
2010
2025
|
},
|
|
2011
|
-
/* @__PURE__ */
|
|
2012
|
-
/* @__PURE__ */
|
|
2013
|
-
/* @__PURE__ */
|
|
2014
|
-
), /* @__PURE__ */
|
|
2026
|
+
/* @__PURE__ */ React119.createElement("stop", { stopColor: "#000F43", stopOpacity: "0.4" }),
|
|
2027
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.485", stopColor: "#001962", stopOpacity: "0.173" }),
|
|
2028
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "1", stopColor: "#002079", stopOpacity: "0" })
|
|
2029
|
+
), /* @__PURE__ */ React119.createElement(
|
|
2015
2030
|
"radialGradient",
|
|
2016
2031
|
{
|
|
2017
2032
|
id: "paint3_radial_2_3887",
|
|
@@ -2021,10 +2036,10 @@ function SvgFirefoxLogo(props) {
|
|
|
2021
2036
|
gradientUnits: "userSpaceOnUse",
|
|
2022
2037
|
gradientTransform: "translate(99.6542 63.8474) rotate(5.76178) scale(32.751 32.751)"
|
|
2023
2038
|
},
|
|
2024
|
-
/* @__PURE__ */
|
|
2025
|
-
/* @__PURE__ */
|
|
2026
|
-
/* @__PURE__ */
|
|
2027
|
-
), /* @__PURE__ */
|
|
2039
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.003", stopColor: "#FFEA00" }),
|
|
2040
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.497", stopColor: "#FF272D" }),
|
|
2041
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "1", stopColor: "#C42482" })
|
|
2042
|
+
), /* @__PURE__ */ React119.createElement(
|
|
2028
2043
|
"radialGradient",
|
|
2029
2044
|
{
|
|
2030
2045
|
id: "paint4_radial_2_3887",
|
|
@@ -2034,15 +2049,15 @@ function SvgFirefoxLogo(props) {
|
|
|
2034
2049
|
gradientUnits: "userSpaceOnUse",
|
|
2035
2050
|
gradientTransform: "translate(99.8587 32.3043) rotate(5.76178) scale(54.6915)"
|
|
2036
2051
|
},
|
|
2037
|
-
/* @__PURE__ */
|
|
2038
|
-
/* @__PURE__ */
|
|
2039
|
-
/* @__PURE__ */
|
|
2040
|
-
/* @__PURE__ */
|
|
2041
|
-
/* @__PURE__ */
|
|
2042
|
-
/* @__PURE__ */
|
|
2043
|
-
/* @__PURE__ */
|
|
2044
|
-
/* @__PURE__ */
|
|
2045
|
-
), /* @__PURE__ */
|
|
2052
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.003", stopColor: "#FFE900" }),
|
|
2053
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.157", stopColor: "#FFAF0E" }),
|
|
2054
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.316", stopColor: "#FF7A1B" }),
|
|
2055
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.472", stopColor: "#FF4E26" }),
|
|
2056
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.621", stopColor: "#FF2C2E" }),
|
|
2057
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.762", stopColor: "#FF1434" }),
|
|
2058
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.892", stopColor: "#FF0538" }),
|
|
2059
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "1", stopColor: "#FF0039" })
|
|
2060
|
+
), /* @__PURE__ */ React119.createElement(
|
|
2046
2061
|
"radialGradient",
|
|
2047
2062
|
{
|
|
2048
2063
|
id: "paint5_radial_2_3887",
|
|
@@ -2052,10 +2067,10 @@ function SvgFirefoxLogo(props) {
|
|
|
2052
2067
|
gradientUnits: "userSpaceOnUse",
|
|
2053
2068
|
gradientTransform: "translate(102.465 83.5229) rotate(5.76178) scale(50.1854 50.1854)"
|
|
2054
2069
|
},
|
|
2055
|
-
/* @__PURE__ */
|
|
2056
|
-
/* @__PURE__ */
|
|
2057
|
-
/* @__PURE__ */
|
|
2058
|
-
), /* @__PURE__ */
|
|
2070
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.003", stopColor: "#FF272D" }),
|
|
2071
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.497", stopColor: "#C42482" }),
|
|
2072
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.986", stopColor: "#620700" })
|
|
2073
|
+
), /* @__PURE__ */ React119.createElement(
|
|
2059
2074
|
"radialGradient",
|
|
2060
2075
|
{
|
|
2061
2076
|
id: "paint6_radial_2_3887",
|
|
@@ -2065,16 +2080,16 @@ function SvgFirefoxLogo(props) {
|
|
|
2065
2080
|
gradientUnits: "userSpaceOnUse",
|
|
2066
2081
|
gradientTransform: "translate(71.8571 39.6675) scale(78.3434)"
|
|
2067
2082
|
},
|
|
2068
|
-
/* @__PURE__ */
|
|
2069
|
-
/* @__PURE__ */
|
|
2070
|
-
/* @__PURE__ */
|
|
2071
|
-
/* @__PURE__ */
|
|
2072
|
-
/* @__PURE__ */
|
|
2073
|
-
/* @__PURE__ */
|
|
2074
|
-
/* @__PURE__ */
|
|
2075
|
-
/* @__PURE__ */
|
|
2076
|
-
/* @__PURE__ */
|
|
2077
|
-
), /* @__PURE__ */
|
|
2083
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.156", stopColor: "#FFEA00" }),
|
|
2084
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.231", stopColor: "#FFDE00" }),
|
|
2085
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.365", stopColor: "#FFBF00" }),
|
|
2086
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.541", stopColor: "#FF8E00" }),
|
|
2087
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.763", stopColor: "#FF272D" }),
|
|
2088
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.796", stopColor: "#F92433" }),
|
|
2089
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.841", stopColor: "#E91C45" }),
|
|
2090
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.893", stopColor: "#CF0E62" }),
|
|
2091
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.935", stopColor: "#B5007F" })
|
|
2092
|
+
), /* @__PURE__ */ React119.createElement(
|
|
2078
2093
|
"radialGradient",
|
|
2079
2094
|
{
|
|
2080
2095
|
id: "paint7_radial_2_3887",
|
|
@@ -2084,13 +2099,13 @@ function SvgFirefoxLogo(props) {
|
|
|
2084
2099
|
gradientUnits: "userSpaceOnUse",
|
|
2085
2100
|
gradientTransform: "translate(65.9626 0.329422) scale(92.5095 92.5095)"
|
|
2086
2101
|
},
|
|
2087
|
-
/* @__PURE__ */
|
|
2088
|
-
/* @__PURE__ */
|
|
2089
|
-
/* @__PURE__ */
|
|
2090
|
-
/* @__PURE__ */
|
|
2091
|
-
/* @__PURE__ */
|
|
2092
|
-
/* @__PURE__ */
|
|
2093
|
-
), /* @__PURE__ */
|
|
2102
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.279", stopColor: "#FFEA00" }),
|
|
2103
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.402", stopColor: "#FFDD00" }),
|
|
2104
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.63", stopColor: "#FFBA00" }),
|
|
2105
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.856", stopColor: "#FF9100" }),
|
|
2106
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.933", stopColor: "#FF6711" }),
|
|
2107
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.994", stopColor: "#FF4A1D" })
|
|
2108
|
+
), /* @__PURE__ */ React119.createElement(
|
|
2094
2109
|
"linearGradient",
|
|
2095
2110
|
{
|
|
2096
2111
|
id: "paint8_linear_2_3887",
|
|
@@ -2100,14 +2115,14 @@ function SvgFirefoxLogo(props) {
|
|
|
2100
2115
|
y2: "30.3976",
|
|
2101
2116
|
gradientUnits: "userSpaceOnUse"
|
|
2102
2117
|
},
|
|
2103
|
-
/* @__PURE__ */
|
|
2104
|
-
/* @__PURE__ */
|
|
2105
|
-
/* @__PURE__ */
|
|
2106
|
-
/* @__PURE__ */
|
|
2107
|
-
/* @__PURE__ */
|
|
2108
|
-
/* @__PURE__ */
|
|
2109
|
-
/* @__PURE__ */
|
|
2110
|
-
), /* @__PURE__ */
|
|
2118
|
+
/* @__PURE__ */ React119.createElement("stop", { stopColor: "#C42482", stopOpacity: "0.5" }),
|
|
2119
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.474", stopColor: "#FF272D", stopOpacity: "0.5" }),
|
|
2120
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.486", stopColor: "#FF2C2C", stopOpacity: "0.513" }),
|
|
2121
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.675", stopColor: "#FF7A1A", stopOpacity: "0.72" }),
|
|
2122
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.829", stopColor: "#FFB20D", stopOpacity: "0.871" }),
|
|
2123
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.942", stopColor: "#FFD605", stopOpacity: "0.964" }),
|
|
2124
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "1", stopColor: "#FFE302" })
|
|
2125
|
+
), /* @__PURE__ */ React119.createElement(
|
|
2111
2126
|
"linearGradient",
|
|
2112
2127
|
{
|
|
2113
2128
|
id: "paint9_linear_2_3887",
|
|
@@ -2117,9 +2132,9 @@ function SvgFirefoxLogo(props) {
|
|
|
2117
2132
|
y2: "11.7457",
|
|
2118
2133
|
gradientUnits: "userSpaceOnUse"
|
|
2119
2134
|
},
|
|
2120
|
-
/* @__PURE__ */
|
|
2121
|
-
/* @__PURE__ */
|
|
2122
|
-
), /* @__PURE__ */
|
|
2135
|
+
/* @__PURE__ */ React119.createElement("stop", { stopColor: "#891551", stopOpacity: "0.6" }),
|
|
2136
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "1", stopColor: "#C42482", stopOpacity: "0" })
|
|
2137
|
+
), /* @__PURE__ */ React119.createElement(
|
|
2123
2138
|
"linearGradient",
|
|
2124
2139
|
{
|
|
2125
2140
|
id: "paint10_linear_2_3887",
|
|
@@ -2129,10 +2144,10 @@ function SvgFirefoxLogo(props) {
|
|
|
2129
2144
|
y2: "58.806",
|
|
2130
2145
|
gradientUnits: "userSpaceOnUse"
|
|
2131
2146
|
},
|
|
2132
|
-
/* @__PURE__ */
|
|
2133
|
-
/* @__PURE__ */
|
|
2134
|
-
/* @__PURE__ */
|
|
2135
|
-
), /* @__PURE__ */
|
|
2147
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.005", stopColor: "#891551", stopOpacity: "0.5" }),
|
|
2148
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.484", stopColor: "#FF272D", stopOpacity: "0.5" }),
|
|
2149
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "1", stopColor: "#FF272D", stopOpacity: "0" })
|
|
2150
|
+
), /* @__PURE__ */ React119.createElement(
|
|
2136
2151
|
"linearGradient",
|
|
2137
2152
|
{
|
|
2138
2153
|
id: "paint11_linear_2_3887",
|
|
@@ -2142,15 +2157,15 @@ function SvgFirefoxLogo(props) {
|
|
|
2142
2157
|
y2: "60.0569",
|
|
2143
2158
|
gradientUnits: "userSpaceOnUse"
|
|
2144
2159
|
},
|
|
2145
|
-
/* @__PURE__ */
|
|
2146
|
-
/* @__PURE__ */
|
|
2147
|
-
/* @__PURE__ */
|
|
2148
|
-
/* @__PURE__ */
|
|
2149
|
-
/* @__PURE__ */
|
|
2150
|
-
/* @__PURE__ */
|
|
2151
|
-
/* @__PURE__ */
|
|
2152
|
-
/* @__PURE__ */
|
|
2153
|
-
), /* @__PURE__ */
|
|
2160
|
+
/* @__PURE__ */ React119.createElement("stop", { stopColor: "#C42482" }),
|
|
2161
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.083", stopColor: "#C42482", stopOpacity: "0.81" }),
|
|
2162
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.206", stopColor: "#C42482", stopOpacity: "0.565" }),
|
|
2163
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.328", stopColor: "#C42482", stopOpacity: "0.362" }),
|
|
2164
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.447", stopColor: "#C42482", stopOpacity: "0.204" }),
|
|
2165
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.562", stopColor: "#C42482", stopOpacity: "0.091" }),
|
|
2166
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.673", stopColor: "#C42482", stopOpacity: "0.023" }),
|
|
2167
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.773", stopColor: "#C42482", stopOpacity: "0" })
|
|
2168
|
+
), /* @__PURE__ */ React119.createElement(
|
|
2154
2169
|
"linearGradient",
|
|
2155
2170
|
{
|
|
2156
2171
|
id: "paint12_linear_2_3887",
|
|
@@ -2160,16 +2175,16 @@ function SvgFirefoxLogo(props) {
|
|
|
2160
2175
|
y2: "72.2772",
|
|
2161
2176
|
gradientUnits: "userSpaceOnUse"
|
|
2162
2177
|
},
|
|
2163
|
-
/* @__PURE__ */
|
|
2164
|
-
/* @__PURE__ */
|
|
2165
|
-
/* @__PURE__ */
|
|
2166
|
-
/* @__PURE__ */
|
|
2167
|
-
/* @__PURE__ */
|
|
2168
|
-
/* @__PURE__ */
|
|
2169
|
-
/* @__PURE__ */
|
|
2170
|
-
/* @__PURE__ */
|
|
2171
|
-
/* @__PURE__ */
|
|
2172
|
-
), /* @__PURE__ */
|
|
2178
|
+
/* @__PURE__ */ React119.createElement("stop", { stopColor: "#FFF14F" }),
|
|
2179
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.268", stopColor: "#FFEE4C" }),
|
|
2180
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.452", stopColor: "#FFE643" }),
|
|
2181
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.612", stopColor: "#FFD834" }),
|
|
2182
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.757", stopColor: "#FFC41E" }),
|
|
2183
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.892", stopColor: "#FFAB02" }),
|
|
2184
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.902", stopColor: "#FFA900" }),
|
|
2185
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.949", stopColor: "#FFA000" }),
|
|
2186
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "1", stopColor: "#FF9100" })
|
|
2187
|
+
), /* @__PURE__ */ React119.createElement(
|
|
2173
2188
|
"linearGradient",
|
|
2174
2189
|
{
|
|
2175
2190
|
id: "paint13_linear_2_3887",
|
|
@@ -2179,19 +2194,19 @@ function SvgFirefoxLogo(props) {
|
|
|
2179
2194
|
y2: "82.1274",
|
|
2180
2195
|
gradientUnits: "userSpaceOnUse"
|
|
2181
2196
|
},
|
|
2182
|
-
/* @__PURE__ */
|
|
2183
|
-
/* @__PURE__ */
|
|
2184
|
-
/* @__PURE__ */
|
|
2185
|
-
/* @__PURE__ */
|
|
2186
|
-
/* @__PURE__ */
|
|
2187
|
-
/* @__PURE__ */
|
|
2188
|
-
/* @__PURE__ */
|
|
2189
|
-
/* @__PURE__ */
|
|
2190
|
-
/* @__PURE__ */
|
|
2191
|
-
/* @__PURE__ */
|
|
2192
|
-
/* @__PURE__ */
|
|
2193
|
-
/* @__PURE__ */
|
|
2194
|
-
), /* @__PURE__ */
|
|
2197
|
+
/* @__PURE__ */ React119.createElement("stop", { stopColor: "#FF8E00" }),
|
|
2198
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.04", stopColor: "#FF8E00", stopOpacity: "0.858" }),
|
|
2199
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.084", stopColor: "#FF8E00", stopOpacity: "0.729" }),
|
|
2200
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.13", stopColor: "#FF8E00", stopOpacity: "0.628" }),
|
|
2201
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.178", stopColor: "#FF8E00", stopOpacity: "0.557" }),
|
|
2202
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.227", stopColor: "#FF8E00", stopOpacity: "0.514" }),
|
|
2203
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.282", stopColor: "#FF8E00", stopOpacity: "0.5" }),
|
|
2204
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.389", stopColor: "#FF8E00", stopOpacity: "0.478" }),
|
|
2205
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.524", stopColor: "#FF8E00", stopOpacity: "0.416" }),
|
|
2206
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.676", stopColor: "#FF8E00", stopOpacity: "0.314" }),
|
|
2207
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "0.838", stopColor: "#FF8E00", stopOpacity: "0.172" }),
|
|
2208
|
+
/* @__PURE__ */ React119.createElement("stop", { offset: "1", stopColor: "#FF8E00", stopOpacity: "0" })
|
|
2209
|
+
), /* @__PURE__ */ React119.createElement("clipPath", { id: "clip0_2_3887" }, /* @__PURE__ */ React119.createElement("rect", { width: "96", height: "98.8718", fill: "white" })))
|
|
2195
2210
|
);
|
|
2196
2211
|
}
|
|
2197
2212
|
|
|
@@ -2209,16 +2224,16 @@ var SvgFirstPage = (props) => /* @__PURE__ */ import_react39.default.createEleme
|
|
|
2209
2224
|
|
|
2210
2225
|
// src/components/icon/available-icons/folder.tsx
|
|
2211
2226
|
var import_folder_closed = __toESM(require("@atlaskit/icon/core/folder-closed"));
|
|
2212
|
-
var
|
|
2227
|
+
var React121 = __toESM(require("react"));
|
|
2213
2228
|
function SvgFolder() {
|
|
2214
|
-
return /* @__PURE__ */
|
|
2229
|
+
return /* @__PURE__ */ React121.createElement(import_folder_closed.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2215
2230
|
}
|
|
2216
2231
|
|
|
2217
2232
|
// src/components/icon/available-icons/folder-shared.tsx
|
|
2218
2233
|
var import_folder_shared = __toESM(require("@atlaskit/icon-lab/core/folder-shared"));
|
|
2219
|
-
var
|
|
2234
|
+
var React122 = __toESM(require("react"));
|
|
2220
2235
|
function SvgFolderShared() {
|
|
2221
|
-
return /* @__PURE__ */
|
|
2236
|
+
return /* @__PURE__ */ React122.createElement(import_folder_shared.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2222
2237
|
}
|
|
2223
2238
|
|
|
2224
2239
|
// src/components/icon/available-icons/forward.tsx
|
|
@@ -2242,15 +2257,15 @@ var SvgForward = (props) => /* @__PURE__ */ import_react40.default.createElement
|
|
|
2242
2257
|
));
|
|
2243
2258
|
|
|
2244
2259
|
// src/components/icon/available-icons/forward5.tsx
|
|
2245
|
-
var
|
|
2260
|
+
var React124 = __toESM(require("react"));
|
|
2246
2261
|
function SvgForward5() {
|
|
2247
|
-
return /* @__PURE__ */
|
|
2262
|
+
return /* @__PURE__ */ React124.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React124.createElement("svg", { viewBox: "0 0 24 24" }, /* @__PURE__ */ React124.createElement(
|
|
2248
2263
|
"path",
|
|
2249
2264
|
{
|
|
2250
2265
|
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",
|
|
2251
2266
|
fill: "currentColor"
|
|
2252
2267
|
}
|
|
2253
|
-
), /* @__PURE__ */
|
|
2268
|
+
), /* @__PURE__ */ React124.createElement(
|
|
2254
2269
|
"path",
|
|
2255
2270
|
{
|
|
2256
2271
|
fillRule: "evenodd",
|
|
@@ -2258,7 +2273,7 @@ function SvgForward5() {
|
|
|
2258
2273
|
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",
|
|
2259
2274
|
fill: "currentColor"
|
|
2260
2275
|
}
|
|
2261
|
-
), /* @__PURE__ */
|
|
2276
|
+
), /* @__PURE__ */ React124.createElement(
|
|
2262
2277
|
"path",
|
|
2263
2278
|
{
|
|
2264
2279
|
fillRule: "evenodd",
|
|
@@ -2295,22 +2310,22 @@ var SvgFullscreenExit = (props) => /* @__PURE__ */ import_react42.default.create
|
|
|
2295
2310
|
|
|
2296
2311
|
// src/components/icon/available-icons/full-screen.tsx
|
|
2297
2312
|
var import_maximize = __toESM(require("@atlaskit/icon/core/maximize"));
|
|
2298
|
-
var
|
|
2313
|
+
var React127 = __toESM(require("react"));
|
|
2299
2314
|
function SvgFullScreen2() {
|
|
2300
|
-
return /* @__PURE__ */
|
|
2315
|
+
return /* @__PURE__ */ React127.createElement(import_maximize.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2301
2316
|
}
|
|
2302
2317
|
|
|
2303
2318
|
// src/components/icon/available-icons/globe.tsx
|
|
2304
2319
|
var import_globe = __toESM(require("@atlaskit/icon/core/globe"));
|
|
2305
|
-
var
|
|
2320
|
+
var React128 = __toESM(require("react"));
|
|
2306
2321
|
function SvgGlobe() {
|
|
2307
|
-
return /* @__PURE__ */
|
|
2322
|
+
return /* @__PURE__ */ React128.createElement(import_globe.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2308
2323
|
}
|
|
2309
2324
|
|
|
2310
2325
|
// src/components/icon/available-icons/google.tsx
|
|
2311
|
-
var
|
|
2326
|
+
var React129 = __toESM(require("react"));
|
|
2312
2327
|
function SvgGoogle(props) {
|
|
2313
|
-
return /* @__PURE__ */
|
|
2328
|
+
return /* @__PURE__ */ React129.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React129.createElement(
|
|
2314
2329
|
"path",
|
|
2315
2330
|
{
|
|
2316
2331
|
fillRule: "evenodd",
|
|
@@ -2318,7 +2333,7 @@ function SvgGoogle(props) {
|
|
|
2318
2333
|
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",
|
|
2319
2334
|
fill: "#4285F4"
|
|
2320
2335
|
}
|
|
2321
|
-
), /* @__PURE__ */
|
|
2336
|
+
), /* @__PURE__ */ React129.createElement(
|
|
2322
2337
|
"path",
|
|
2323
2338
|
{
|
|
2324
2339
|
fillRule: "evenodd",
|
|
@@ -2326,7 +2341,7 @@ function SvgGoogle(props) {
|
|
|
2326
2341
|
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",
|
|
2327
2342
|
fill: "#34A853"
|
|
2328
2343
|
}
|
|
2329
|
-
), /* @__PURE__ */
|
|
2344
|
+
), /* @__PURE__ */ React129.createElement(
|
|
2330
2345
|
"path",
|
|
2331
2346
|
{
|
|
2332
2347
|
fillRule: "evenodd",
|
|
@@ -2334,7 +2349,7 @@ function SvgGoogle(props) {
|
|
|
2334
2349
|
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",
|
|
2335
2350
|
fill: "#FBBC05"
|
|
2336
2351
|
}
|
|
2337
|
-
), /* @__PURE__ */
|
|
2352
|
+
), /* @__PURE__ */ React129.createElement(
|
|
2338
2353
|
"path",
|
|
2339
2354
|
{
|
|
2340
2355
|
fillRule: "evenodd",
|
|
@@ -2346,27 +2361,27 @@ function SvgGoogle(props) {
|
|
|
2346
2361
|
}
|
|
2347
2362
|
|
|
2348
2363
|
// src/components/icon/available-icons/google-calendar-logo.tsx
|
|
2349
|
-
var
|
|
2364
|
+
var React130 = __toESM(require("react"));
|
|
2350
2365
|
function SvgGoogleCalendarLogo(props) {
|
|
2351
|
-
return /* @__PURE__ */
|
|
2366
|
+
return /* @__PURE__ */ React130.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React130.createElement(
|
|
2352
2367
|
"path",
|
|
2353
2368
|
{
|
|
2354
2369
|
d: "M2 17.385h4.744V6.744h10.64V2H4.373C2.79 2 2 2.748 2 4.244",
|
|
2355
2370
|
fill: "#4285F4"
|
|
2356
2371
|
}
|
|
2357
|
-
), /* @__PURE__ */
|
|
2372
|
+
), /* @__PURE__ */ React130.createElement(
|
|
2358
2373
|
"path",
|
|
2359
2374
|
{
|
|
2360
2375
|
d: "M17.256 2v4.872H22V4.244C22 2.748 21.252 2 19.756 2",
|
|
2361
2376
|
fill: "#1967D2"
|
|
2362
2377
|
}
|
|
2363
|
-
), /* @__PURE__ */
|
|
2378
|
+
), /* @__PURE__ */ React130.createElement("path", { d: "M17.256 6.744H22v10.512h-4.744", fill: "#FBBC04" }), /* @__PURE__ */ React130.createElement(
|
|
2364
2379
|
"path",
|
|
2365
2380
|
{
|
|
2366
2381
|
d: "M2 17.256v2.5C2 21.252 2.748 22 4.244 22h2.628v-4.744",
|
|
2367
2382
|
fill: "#188038"
|
|
2368
2383
|
}
|
|
2369
|
-
), /* @__PURE__ */
|
|
2384
|
+
), /* @__PURE__ */ React130.createElement("path", { d: "M6.744 17.256h10.512V22H6.744", fill: "#34A853" }), /* @__PURE__ */ React130.createElement("path", { d: "M17.256 22v-4.744H22", fill: "#EA4335" }), /* @__PURE__ */ React130.createElement(
|
|
2370
2385
|
"path",
|
|
2371
2386
|
{
|
|
2372
2387
|
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",
|
|
@@ -2377,9 +2392,9 @@ function SvgGoogleCalendarLogo(props) {
|
|
|
2377
2392
|
|
|
2378
2393
|
// src/components/icon/available-icons/grid.tsx
|
|
2379
2394
|
var import_grid = __toESM(require("@atlaskit/icon/core/grid"));
|
|
2380
|
-
var
|
|
2395
|
+
var React131 = __toESM(require("react"));
|
|
2381
2396
|
function SvgGrid() {
|
|
2382
|
-
return /* @__PURE__ */
|
|
2397
|
+
return /* @__PURE__ */ React131.createElement(import_grid.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2383
2398
|
}
|
|
2384
2399
|
|
|
2385
2400
|
// src/components/icon/available-icons/group-add.tsx
|
|
@@ -2408,9 +2423,9 @@ var SvgHelp = (props) => /* @__PURE__ */ import_react44.default.createElement("s
|
|
|
2408
2423
|
|
|
2409
2424
|
// src/components/icon/available-icons/help-circle.tsx
|
|
2410
2425
|
var import_question_circle = __toESM(require("@atlaskit/icon/core/question-circle"));
|
|
2411
|
-
var
|
|
2426
|
+
var React134 = __toESM(require("react"));
|
|
2412
2427
|
function SvgHelpCircle() {
|
|
2413
|
-
return /* @__PURE__ */
|
|
2428
|
+
return /* @__PURE__ */ React134.createElement(import_question_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2414
2429
|
}
|
|
2415
2430
|
|
|
2416
2431
|
// src/components/icon/available-icons/highlight-off.tsx
|
|
@@ -2427,9 +2442,9 @@ var SvgHighlightOff = (props) => /* @__PURE__ */ import_react45.default.createEl
|
|
|
2427
2442
|
|
|
2428
2443
|
// src/components/icon/available-icons/highlight-text.tsx
|
|
2429
2444
|
var import_field_text = __toESM(require("@atlaskit/icon-lab/core/field-text"));
|
|
2430
|
-
var
|
|
2445
|
+
var React136 = __toESM(require("react"));
|
|
2431
2446
|
function SvgHighlightText() {
|
|
2432
|
-
return /* @__PURE__ */
|
|
2447
|
+
return /* @__PURE__ */ React136.createElement(import_field_text.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2433
2448
|
}
|
|
2434
2449
|
|
|
2435
2450
|
// src/components/icon/available-icons/home.tsx
|
|
@@ -2451,25 +2466,25 @@ var SvgImage = (props) => /* @__PURE__ */ import_react47.default.createElement("
|
|
|
2451
2466
|
|
|
2452
2467
|
// src/components/icon/available-icons/image-inline.tsx
|
|
2453
2468
|
var import_image_inline = __toESM(require("@atlaskit/icon/core/image-inline"));
|
|
2454
|
-
var
|
|
2455
|
-
var SvgImageInline = () => /* @__PURE__ */
|
|
2469
|
+
var React139 = __toESM(require("react"));
|
|
2470
|
+
var SvgImageInline = () => /* @__PURE__ */ React139.createElement(import_image_inline.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2456
2471
|
|
|
2457
2472
|
// src/components/icon/available-icons/image-strikethrough.tsx
|
|
2458
|
-
var
|
|
2473
|
+
var React140 = __toESM(require("react"));
|
|
2459
2474
|
function SvgImageStrikethrough() {
|
|
2460
|
-
return /* @__PURE__ */
|
|
2475
|
+
return /* @__PURE__ */ React140.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React140.createElement("svg", { viewBox: "0 0 24 24" }, /* @__PURE__ */ React140.createElement(
|
|
2461
2476
|
"path",
|
|
2462
2477
|
{
|
|
2463
2478
|
d: "M23.2954 21.7046L21.7046 23.2954L0.70459 2.29541L2.29541 0.70459L23.2954 21.7046Z",
|
|
2464
2479
|
fill: "currentColor"
|
|
2465
2480
|
}
|
|
2466
|
-
), /* @__PURE__ */
|
|
2481
|
+
), /* @__PURE__ */ React140.createElement(
|
|
2467
2482
|
"path",
|
|
2468
2483
|
{
|
|
2469
2484
|
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",
|
|
2470
2485
|
fill: "currentColor"
|
|
2471
2486
|
}
|
|
2472
|
-
), /* @__PURE__ */
|
|
2487
|
+
), /* @__PURE__ */ React140.createElement(
|
|
2473
2488
|
"path",
|
|
2474
2489
|
{
|
|
2475
2490
|
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",
|
|
@@ -2480,15 +2495,15 @@ function SvgImageStrikethrough() {
|
|
|
2480
2495
|
|
|
2481
2496
|
// src/components/icon/available-icons/image1.tsx
|
|
2482
2497
|
var import_image = __toESM(require("@atlaskit/icon/core/image"));
|
|
2483
|
-
var
|
|
2498
|
+
var React141 = __toESM(require("react"));
|
|
2484
2499
|
function SvgImage1() {
|
|
2485
|
-
return /* @__PURE__ */
|
|
2500
|
+
return /* @__PURE__ */ React141.createElement(import_image.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2486
2501
|
}
|
|
2487
2502
|
|
|
2488
2503
|
// src/components/icon/available-icons/image2.tsx
|
|
2489
|
-
var
|
|
2504
|
+
var React142 = __toESM(require("react"));
|
|
2490
2505
|
function SvgImage2(props) {
|
|
2491
|
-
return /* @__PURE__ */
|
|
2506
|
+
return /* @__PURE__ */ React142.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React142.createElement(
|
|
2492
2507
|
"path",
|
|
2493
2508
|
{
|
|
2494
2509
|
fillRule: "evenodd",
|
|
@@ -2496,7 +2511,7 @@ function SvgImage2(props) {
|
|
|
2496
2511
|
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",
|
|
2497
2512
|
fill: "currentColor"
|
|
2498
2513
|
}
|
|
2499
|
-
), /* @__PURE__ */
|
|
2514
|
+
), /* @__PURE__ */ React142.createElement(
|
|
2500
2515
|
"path",
|
|
2501
2516
|
{
|
|
2502
2517
|
fillRule: "evenodd",
|
|
@@ -2509,23 +2524,23 @@ function SvgImage2(props) {
|
|
|
2509
2524
|
|
|
2510
2525
|
// src/components/icon/available-icons/import.tsx
|
|
2511
2526
|
var import_cloud_arrow_up = __toESM(require("@atlaskit/icon/core/cloud-arrow-up"));
|
|
2512
|
-
var
|
|
2527
|
+
var React143 = __toESM(require("react"));
|
|
2513
2528
|
function SvgImport() {
|
|
2514
|
-
return /* @__PURE__ */
|
|
2529
|
+
return /* @__PURE__ */ React143.createElement(import_cloud_arrow_up.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2515
2530
|
}
|
|
2516
2531
|
|
|
2517
2532
|
// src/components/icon/available-icons/info.tsx
|
|
2518
2533
|
var import_information_circle = __toESM(require("@atlaskit/icon/core/information-circle"));
|
|
2519
|
-
var
|
|
2534
|
+
var React144 = __toESM(require("react"));
|
|
2520
2535
|
function SvgInfo() {
|
|
2521
|
-
return /* @__PURE__ */
|
|
2536
|
+
return /* @__PURE__ */ React144.createElement(import_information_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2522
2537
|
}
|
|
2523
2538
|
|
|
2524
2539
|
// src/components/icon/available-icons/info-fill.tsx
|
|
2525
2540
|
var import_information = __toESM(require("@atlaskit/icon/core/information"));
|
|
2526
|
-
var
|
|
2541
|
+
var React145 = __toESM(require("react"));
|
|
2527
2542
|
function SvgInfoFill() {
|
|
2528
|
-
return /* @__PURE__ */
|
|
2543
|
+
return /* @__PURE__ */ React145.createElement(import_information.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2529
2544
|
}
|
|
2530
2545
|
|
|
2531
2546
|
// src/components/icon/available-icons/info-outline.tsx
|
|
@@ -2542,43 +2557,43 @@ var SvgInfoOutline = (props) => /* @__PURE__ */ import_react48.default.createEle
|
|
|
2542
2557
|
|
|
2543
2558
|
// src/components/icon/available-icons/italics.tsx
|
|
2544
2559
|
var import_text_italic = __toESM(require("@atlaskit/icon/core/text-italic"));
|
|
2545
|
-
var
|
|
2560
|
+
var React147 = __toESM(require("react"));
|
|
2546
2561
|
function SvgItalics() {
|
|
2547
|
-
return /* @__PURE__ */
|
|
2562
|
+
return /* @__PURE__ */ React147.createElement(import_text_italic.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2548
2563
|
}
|
|
2549
2564
|
|
|
2550
2565
|
// src/components/icon/available-icons/airtable.tsx
|
|
2551
|
-
var
|
|
2566
|
+
var React148 = __toESM(require("react"));
|
|
2552
2567
|
function SvgAirtable(props) {
|
|
2553
|
-
return /* @__PURE__ */
|
|
2568
|
+
return /* @__PURE__ */ React148.createElement(
|
|
2554
2569
|
"svg",
|
|
2555
2570
|
__spreadProps(__spreadValues({}, props), {
|
|
2556
2571
|
viewBox: "0 0 24 24",
|
|
2557
2572
|
fill: "none",
|
|
2558
2573
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2559
2574
|
}),
|
|
2560
|
-
/* @__PURE__ */
|
|
2575
|
+
/* @__PURE__ */ React148.createElement(
|
|
2561
2576
|
"path",
|
|
2562
2577
|
{
|
|
2563
2578
|
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",
|
|
2564
2579
|
fill: "#FFBF00"
|
|
2565
2580
|
}
|
|
2566
2581
|
),
|
|
2567
|
-
/* @__PURE__ */
|
|
2582
|
+
/* @__PURE__ */ React148.createElement(
|
|
2568
2583
|
"path",
|
|
2569
2584
|
{
|
|
2570
2585
|
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",
|
|
2571
2586
|
fill: "#26B5F8"
|
|
2572
2587
|
}
|
|
2573
2588
|
),
|
|
2574
|
-
/* @__PURE__ */
|
|
2589
|
+
/* @__PURE__ */ React148.createElement(
|
|
2575
2590
|
"path",
|
|
2576
2591
|
{
|
|
2577
2592
|
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",
|
|
2578
2593
|
fill: "#ED3049"
|
|
2579
2594
|
}
|
|
2580
2595
|
),
|
|
2581
|
-
/* @__PURE__ */
|
|
2596
|
+
/* @__PURE__ */ React148.createElement(
|
|
2582
2597
|
"path",
|
|
2583
2598
|
{
|
|
2584
2599
|
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",
|
|
@@ -2590,30 +2605,30 @@ function SvgAirtable(props) {
|
|
|
2590
2605
|
}
|
|
2591
2606
|
|
|
2592
2607
|
// src/components/icon/available-icons/bitbucket.tsx
|
|
2593
|
-
var
|
|
2608
|
+
var React149 = __toESM(require("react"));
|
|
2594
2609
|
function SvgBitbucket(props) {
|
|
2595
|
-
return /* @__PURE__ */
|
|
2610
|
+
return /* @__PURE__ */ React149.createElement(
|
|
2596
2611
|
"svg",
|
|
2597
2612
|
__spreadProps(__spreadValues({}, props), {
|
|
2598
2613
|
viewBox: "0 0 24 22",
|
|
2599
2614
|
fill: "none",
|
|
2600
2615
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2601
2616
|
}),
|
|
2602
|
-
/* @__PURE__ */
|
|
2617
|
+
/* @__PURE__ */ React149.createElement(
|
|
2603
2618
|
"path",
|
|
2604
2619
|
{
|
|
2605
2620
|
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",
|
|
2606
2621
|
fill: "#2684FF"
|
|
2607
2622
|
}
|
|
2608
2623
|
),
|
|
2609
|
-
/* @__PURE__ */
|
|
2624
|
+
/* @__PURE__ */ React149.createElement(
|
|
2610
2625
|
"path",
|
|
2611
2626
|
{
|
|
2612
2627
|
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",
|
|
2613
2628
|
fill: "url(#paint0_linear_1_5)"
|
|
2614
2629
|
}
|
|
2615
2630
|
),
|
|
2616
|
-
/* @__PURE__ */
|
|
2631
|
+
/* @__PURE__ */ React149.createElement("defs", null, /* @__PURE__ */ React149.createElement(
|
|
2617
2632
|
"linearGradient",
|
|
2618
2633
|
{
|
|
2619
2634
|
id: "paint0_linear_1_5",
|
|
@@ -2623,23 +2638,23 @@ function SvgBitbucket(props) {
|
|
|
2623
2638
|
y2: "18.5316",
|
|
2624
2639
|
gradientUnits: "userSpaceOnUse"
|
|
2625
2640
|
},
|
|
2626
|
-
/* @__PURE__ */
|
|
2627
|
-
/* @__PURE__ */
|
|
2641
|
+
/* @__PURE__ */ React149.createElement("stop", { offset: "0.176", stopColor: "#0052CC" }),
|
|
2642
|
+
/* @__PURE__ */ React149.createElement("stop", { offset: "1", stopColor: "#2684FF" })
|
|
2628
2643
|
))
|
|
2629
2644
|
);
|
|
2630
2645
|
}
|
|
2631
2646
|
|
|
2632
2647
|
// src/components/icon/available-icons/coda.tsx
|
|
2633
|
-
var
|
|
2648
|
+
var React150 = __toESM(require("react"));
|
|
2634
2649
|
function SvgCoda(props) {
|
|
2635
|
-
return /* @__PURE__ */
|
|
2650
|
+
return /* @__PURE__ */ React150.createElement(
|
|
2636
2651
|
"svg",
|
|
2637
2652
|
__spreadProps(__spreadValues({}, props), {
|
|
2638
2653
|
viewBox: "0 0 24 24",
|
|
2639
2654
|
fill: "none",
|
|
2640
2655
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2641
2656
|
}),
|
|
2642
|
-
/* @__PURE__ */
|
|
2657
|
+
/* @__PURE__ */ React150.createElement(
|
|
2643
2658
|
"path",
|
|
2644
2659
|
{
|
|
2645
2660
|
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",
|
|
@@ -2650,44 +2665,44 @@ function SvgCoda(props) {
|
|
|
2650
2665
|
}
|
|
2651
2666
|
|
|
2652
2667
|
// src/components/icon/available-icons/figma.tsx
|
|
2653
|
-
var
|
|
2668
|
+
var React151 = __toESM(require("react"));
|
|
2654
2669
|
function SvgFigma(props) {
|
|
2655
|
-
return /* @__PURE__ */
|
|
2670
|
+
return /* @__PURE__ */ React151.createElement(
|
|
2656
2671
|
"svg",
|
|
2657
2672
|
__spreadProps(__spreadValues({}, props), {
|
|
2658
2673
|
viewBox: "0 0 24 24",
|
|
2659
2674
|
fill: "none",
|
|
2660
2675
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2661
2676
|
}),
|
|
2662
|
-
/* @__PURE__ */
|
|
2677
|
+
/* @__PURE__ */ React151.createElement(
|
|
2663
2678
|
"path",
|
|
2664
2679
|
{
|
|
2665
2680
|
d: "M9 21C10.656 21 12 19.656 12 18V15H9C7.344 15 6 16.344 6 18C6 19.656 7.344 21 9 21Z",
|
|
2666
2681
|
fill: "#0ACF83"
|
|
2667
2682
|
}
|
|
2668
2683
|
),
|
|
2669
|
-
/* @__PURE__ */
|
|
2684
|
+
/* @__PURE__ */ React151.createElement(
|
|
2670
2685
|
"path",
|
|
2671
2686
|
{
|
|
2672
2687
|
d: "M6 12C6 10.344 7.344 9 9 9H12V15H9C7.344 15 6 13.656 6 12Z",
|
|
2673
2688
|
fill: "#A259FF"
|
|
2674
2689
|
}
|
|
2675
2690
|
),
|
|
2676
|
-
/* @__PURE__ */
|
|
2691
|
+
/* @__PURE__ */ React151.createElement(
|
|
2677
2692
|
"path",
|
|
2678
2693
|
{
|
|
2679
2694
|
d: "M6 6C6 4.344 7.344 3 9 3H12V9H9C7.344 9 6 7.656 6 6Z",
|
|
2680
2695
|
fill: "#F24E1E"
|
|
2681
2696
|
}
|
|
2682
2697
|
),
|
|
2683
|
-
/* @__PURE__ */
|
|
2698
|
+
/* @__PURE__ */ React151.createElement(
|
|
2684
2699
|
"path",
|
|
2685
2700
|
{
|
|
2686
2701
|
d: "M12 3H15C16.656 3 18 4.344 18 6C18 7.656 16.656 9 15 9H12V3Z",
|
|
2687
2702
|
fill: "#FF7262"
|
|
2688
2703
|
}
|
|
2689
2704
|
),
|
|
2690
|
-
/* @__PURE__ */
|
|
2705
|
+
/* @__PURE__ */ React151.createElement(
|
|
2691
2706
|
"path",
|
|
2692
2707
|
{
|
|
2693
2708
|
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",
|
|
@@ -2698,16 +2713,16 @@ function SvgFigma(props) {
|
|
|
2698
2713
|
}
|
|
2699
2714
|
|
|
2700
2715
|
// src/components/icon/available-icons/github.tsx
|
|
2701
|
-
var
|
|
2716
|
+
var React152 = __toESM(require("react"));
|
|
2702
2717
|
function SvgGithub(props) {
|
|
2703
|
-
return /* @__PURE__ */
|
|
2718
|
+
return /* @__PURE__ */ React152.createElement(
|
|
2704
2719
|
"svg",
|
|
2705
2720
|
__spreadProps(__spreadValues({}, props), {
|
|
2706
2721
|
viewBox: "0 0 24 24",
|
|
2707
2722
|
fill: "none",
|
|
2708
2723
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2709
2724
|
}),
|
|
2710
|
-
/* @__PURE__ */
|
|
2725
|
+
/* @__PURE__ */ React152.createElement(
|
|
2711
2726
|
"path",
|
|
2712
2727
|
{
|
|
2713
2728
|
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",
|
|
@@ -2718,29 +2733,29 @@ function SvgGithub(props) {
|
|
|
2718
2733
|
}
|
|
2719
2734
|
|
|
2720
2735
|
// src/components/icon/available-icons/google_docs.tsx
|
|
2721
|
-
var
|
|
2736
|
+
var React153 = __toESM(require("react"));
|
|
2722
2737
|
function SvgGoogleDocs(props) {
|
|
2723
|
-
return /* @__PURE__ */
|
|
2738
|
+
return /* @__PURE__ */ React153.createElement(
|
|
2724
2739
|
"svg",
|
|
2725
2740
|
__spreadProps(__spreadValues({}, props), {
|
|
2726
2741
|
viewBox: "0 0 24 22",
|
|
2727
2742
|
fill: "none",
|
|
2728
2743
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2729
2744
|
}),
|
|
2730
|
-
/* @__PURE__ */
|
|
2745
|
+
/* @__PURE__ */ React153.createElement("g", { clipPath: "url(#clip0_14_171)" }, /* @__PURE__ */ React153.createElement(
|
|
2731
2746
|
"path",
|
|
2732
2747
|
{
|
|
2733
2748
|
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",
|
|
2734
2749
|
fill: "#3086F6"
|
|
2735
2750
|
}
|
|
2736
|
-
), /* @__PURE__ */
|
|
2751
|
+
), /* @__PURE__ */ React153.createElement("path", { d: "M15.1874 2L19.9999 7H15.1874V2Z", fill: "#0C67D6" }), /* @__PURE__ */ React153.createElement(
|
|
2737
2752
|
"path",
|
|
2738
2753
|
{
|
|
2739
2754
|
d: "M15.9375 10.8636H8.0625V9.72726H15.9375V10.8636ZM15.9375 12.4545H8.0625V13.5909H15.9375V12.4545ZM13.75 15.1818H8.0625V16.3182H13.75V15.1818Z",
|
|
2740
2755
|
fill: "#FDFFFF"
|
|
2741
2756
|
}
|
|
2742
2757
|
)),
|
|
2743
|
-
/* @__PURE__ */
|
|
2758
|
+
/* @__PURE__ */ React153.createElement("defs", null, /* @__PURE__ */ React153.createElement("clipPath", { id: "clip0_14_171" }, /* @__PURE__ */ React153.createElement(
|
|
2744
2759
|
"rect",
|
|
2745
2760
|
{
|
|
2746
2761
|
width: "16",
|
|
@@ -2753,29 +2768,29 @@ function SvgGoogleDocs(props) {
|
|
|
2753
2768
|
}
|
|
2754
2769
|
|
|
2755
2770
|
// src/components/icon/available-icons/google_sheets.tsx
|
|
2756
|
-
var
|
|
2771
|
+
var React154 = __toESM(require("react"));
|
|
2757
2772
|
function SvgGoogleSheets(props) {
|
|
2758
|
-
return /* @__PURE__ */
|
|
2773
|
+
return /* @__PURE__ */ React154.createElement(
|
|
2759
2774
|
"svg",
|
|
2760
2775
|
__spreadProps(__spreadValues({}, props), {
|
|
2761
2776
|
viewBox: "0 0 24 22",
|
|
2762
2777
|
fill: "none",
|
|
2763
2778
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2764
2779
|
}),
|
|
2765
|
-
/* @__PURE__ */
|
|
2780
|
+
/* @__PURE__ */ React154.createElement("g", { clipPath: "url(#clip0_14_172)" }, /* @__PURE__ */ React154.createElement(
|
|
2766
2781
|
"path",
|
|
2767
2782
|
{
|
|
2768
2783
|
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",
|
|
2769
2784
|
fill: "#26A668"
|
|
2770
2785
|
}
|
|
2771
|
-
), /* @__PURE__ */
|
|
2786
|
+
), /* @__PURE__ */ React154.createElement("path", { d: "M15.1874 2L19.9999 7H15.1874V2Z", fill: "#207A50" }), /* @__PURE__ */ React154.createElement(
|
|
2772
2787
|
"path",
|
|
2773
2788
|
{
|
|
2774
2789
|
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",
|
|
2775
2790
|
fill: "#FDFFFF"
|
|
2776
2791
|
}
|
|
2777
2792
|
)),
|
|
2778
|
-
/* @__PURE__ */
|
|
2793
|
+
/* @__PURE__ */ React154.createElement("defs", null, /* @__PURE__ */ React154.createElement("clipPath", { id: "clip0_14_172" }, /* @__PURE__ */ React154.createElement(
|
|
2779
2794
|
"rect",
|
|
2780
2795
|
{
|
|
2781
2796
|
width: "16",
|
|
@@ -2788,51 +2803,51 @@ function SvgGoogleSheets(props) {
|
|
|
2788
2803
|
}
|
|
2789
2804
|
|
|
2790
2805
|
// src/components/icon/available-icons/google_drive.tsx
|
|
2791
|
-
var
|
|
2806
|
+
var React155 = __toESM(require("react"));
|
|
2792
2807
|
function SvgGoogleDrive(props) {
|
|
2793
|
-
return /* @__PURE__ */
|
|
2808
|
+
return /* @__PURE__ */ React155.createElement(
|
|
2794
2809
|
"svg",
|
|
2795
2810
|
__spreadProps(__spreadValues({}, props), {
|
|
2796
2811
|
viewBox: "0 0 24 22",
|
|
2797
2812
|
fill: "none",
|
|
2798
2813
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2799
2814
|
}),
|
|
2800
|
-
/* @__PURE__ */
|
|
2815
|
+
/* @__PURE__ */ React155.createElement(
|
|
2801
2816
|
"path",
|
|
2802
2817
|
{
|
|
2803
2818
|
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",
|
|
2804
2819
|
fill: "#0066DA"
|
|
2805
2820
|
}
|
|
2806
2821
|
),
|
|
2807
|
-
/* @__PURE__ */
|
|
2822
|
+
/* @__PURE__ */ React155.createElement(
|
|
2808
2823
|
"path",
|
|
2809
2824
|
{
|
|
2810
2825
|
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",
|
|
2811
2826
|
fill: "#00AC47"
|
|
2812
2827
|
}
|
|
2813
2828
|
),
|
|
2814
|
-
/* @__PURE__ */
|
|
2829
|
+
/* @__PURE__ */ React155.createElement(
|
|
2815
2830
|
"path",
|
|
2816
2831
|
{
|
|
2817
2832
|
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",
|
|
2818
2833
|
fill: "#EA4335"
|
|
2819
2834
|
}
|
|
2820
2835
|
),
|
|
2821
|
-
/* @__PURE__ */
|
|
2836
|
+
/* @__PURE__ */ React155.createElement(
|
|
2822
2837
|
"path",
|
|
2823
2838
|
{
|
|
2824
2839
|
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",
|
|
2825
2840
|
fill: "#00832D"
|
|
2826
2841
|
}
|
|
2827
2842
|
),
|
|
2828
|
-
/* @__PURE__ */
|
|
2843
|
+
/* @__PURE__ */ React155.createElement(
|
|
2829
2844
|
"path",
|
|
2830
2845
|
{
|
|
2831
2846
|
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",
|
|
2832
2847
|
fill: "#2684FC"
|
|
2833
2848
|
}
|
|
2834
2849
|
),
|
|
2835
|
-
/* @__PURE__ */
|
|
2850
|
+
/* @__PURE__ */ React155.createElement(
|
|
2836
2851
|
"path",
|
|
2837
2852
|
{
|
|
2838
2853
|
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",
|
|
@@ -2843,29 +2858,29 @@ function SvgGoogleDrive(props) {
|
|
|
2843
2858
|
}
|
|
2844
2859
|
|
|
2845
2860
|
// src/components/icon/available-icons/google_forms.tsx
|
|
2846
|
-
var
|
|
2861
|
+
var React156 = __toESM(require("react"));
|
|
2847
2862
|
function SvgGoogleForms(props) {
|
|
2848
|
-
return /* @__PURE__ */
|
|
2863
|
+
return /* @__PURE__ */ React156.createElement(
|
|
2849
2864
|
"svg",
|
|
2850
2865
|
__spreadProps(__spreadValues({}, props), {
|
|
2851
2866
|
viewBox: "0 0 24 22",
|
|
2852
2867
|
fill: "none",
|
|
2853
2868
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2854
2869
|
}),
|
|
2855
|
-
/* @__PURE__ */
|
|
2870
|
+
/* @__PURE__ */ React156.createElement("g", { clipPath: "url(#clip0_14_173)" }, /* @__PURE__ */ React156.createElement(
|
|
2856
2871
|
"path",
|
|
2857
2872
|
{
|
|
2858
2873
|
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",
|
|
2859
2874
|
fill: "#7248BC"
|
|
2860
2875
|
}
|
|
2861
|
-
), /* @__PURE__ */
|
|
2876
|
+
), /* @__PURE__ */ React156.createElement("path", { d: "M15.1874 2L19.9999 7H15.1874V2Z", fill: "#432382" }), /* @__PURE__ */ React156.createElement(
|
|
2862
2877
|
"path",
|
|
2863
2878
|
{
|
|
2864
2879
|
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",
|
|
2865
2880
|
fill: "white"
|
|
2866
2881
|
}
|
|
2867
2882
|
)),
|
|
2868
|
-
/* @__PURE__ */
|
|
2883
|
+
/* @__PURE__ */ React156.createElement("defs", null, /* @__PURE__ */ React156.createElement("clipPath", { id: "clip0_14_173" }, /* @__PURE__ */ React156.createElement(
|
|
2869
2884
|
"rect",
|
|
2870
2885
|
{
|
|
2871
2886
|
width: "16",
|
|
@@ -2878,29 +2893,29 @@ function SvgGoogleForms(props) {
|
|
|
2878
2893
|
}
|
|
2879
2894
|
|
|
2880
2895
|
// src/components/icon/available-icons/google_slides.tsx
|
|
2881
|
-
var
|
|
2896
|
+
var React157 = __toESM(require("react"));
|
|
2882
2897
|
function SvgGoogleSlides(props) {
|
|
2883
|
-
return /* @__PURE__ */
|
|
2898
|
+
return /* @__PURE__ */ React157.createElement(
|
|
2884
2899
|
"svg",
|
|
2885
2900
|
__spreadProps(__spreadValues({}, props), {
|
|
2886
2901
|
viewBox: "0 0 24 22",
|
|
2887
2902
|
fill: "none",
|
|
2888
2903
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2889
2904
|
}),
|
|
2890
|
-
/* @__PURE__ */
|
|
2905
|
+
/* @__PURE__ */ React157.createElement("g", { clipPath: "url(#clip0_14_174)" }, /* @__PURE__ */ React157.createElement(
|
|
2891
2906
|
"path",
|
|
2892
2907
|
{
|
|
2893
2908
|
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",
|
|
2894
2909
|
fill: "#F8BF08"
|
|
2895
2910
|
}
|
|
2896
|
-
), /* @__PURE__ */
|
|
2911
|
+
), /* @__PURE__ */ React157.createElement("path", { d: "M15.1874 2L19.9999 7H15.1874V2Z", fill: "#F59307" }), /* @__PURE__ */ React157.createElement(
|
|
2897
2912
|
"path",
|
|
2898
2913
|
{
|
|
2899
2914
|
d: "M7.28577 9.84415V16.7013H16.7143V9.84415H7.28577ZM15.5358 15.4768H8.46434V11.0686H15.5358V15.4768Z",
|
|
2900
2915
|
fill: "#FDFFFF"
|
|
2901
2916
|
}
|
|
2902
2917
|
)),
|
|
2903
|
-
/* @__PURE__ */
|
|
2918
|
+
/* @__PURE__ */ React157.createElement("defs", null, /* @__PURE__ */ React157.createElement("clipPath", { id: "clip0_14_174" }, /* @__PURE__ */ React157.createElement(
|
|
2904
2919
|
"rect",
|
|
2905
2920
|
{
|
|
2906
2921
|
width: "16",
|
|
@@ -2913,16 +2928,16 @@ function SvgGoogleSlides(props) {
|
|
|
2913
2928
|
}
|
|
2914
2929
|
|
|
2915
2930
|
// src/components/icon/available-icons/notion.tsx
|
|
2916
|
-
var
|
|
2931
|
+
var React158 = __toESM(require("react"));
|
|
2917
2932
|
function SvgNotion(props) {
|
|
2918
|
-
return /* @__PURE__ */
|
|
2933
|
+
return /* @__PURE__ */ React158.createElement(
|
|
2919
2934
|
"svg",
|
|
2920
2935
|
__spreadProps(__spreadValues({}, props), {
|
|
2921
2936
|
viewBox: "0 0 24 22",
|
|
2922
2937
|
fill: "none",
|
|
2923
2938
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2924
2939
|
}),
|
|
2925
|
-
/* @__PURE__ */
|
|
2940
|
+
/* @__PURE__ */ React158.createElement(
|
|
2926
2941
|
"path",
|
|
2927
2942
|
{
|
|
2928
2943
|
fillRule: "evenodd",
|
|
@@ -2935,75 +2950,75 @@ function SvgNotion(props) {
|
|
|
2935
2950
|
}
|
|
2936
2951
|
|
|
2937
2952
|
// src/components/icon/available-icons/microsoft_excel.tsx
|
|
2938
|
-
var
|
|
2953
|
+
var React159 = __toESM(require("react"));
|
|
2939
2954
|
function SvgMicrosoftExcel(props) {
|
|
2940
|
-
return /* @__PURE__ */
|
|
2955
|
+
return /* @__PURE__ */ React159.createElement(
|
|
2941
2956
|
"svg",
|
|
2942
2957
|
__spreadProps(__spreadValues({}, props), {
|
|
2943
2958
|
viewBox: "0 0 24 24",
|
|
2944
2959
|
fill: "none",
|
|
2945
2960
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2946
2961
|
}),
|
|
2947
|
-
/* @__PURE__ */
|
|
2962
|
+
/* @__PURE__ */ React159.createElement("g", { clipPath: "url(#clip0_14_237)" }, /* @__PURE__ */ React159.createElement(
|
|
2948
2963
|
"path",
|
|
2949
2964
|
{
|
|
2950
2965
|
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",
|
|
2951
2966
|
fill: "#185C37"
|
|
2952
2967
|
}
|
|
2953
|
-
), /* @__PURE__ */
|
|
2968
|
+
), /* @__PURE__ */ React159.createElement(
|
|
2954
2969
|
"path",
|
|
2955
2970
|
{
|
|
2956
2971
|
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",
|
|
2957
2972
|
fill: "#21A366"
|
|
2958
2973
|
}
|
|
2959
|
-
), /* @__PURE__ */
|
|
2974
|
+
), /* @__PURE__ */ React159.createElement("path", { d: "M6.65112 7.5H14.5581V12H6.65112V7.5Z", fill: "#107C41" }), /* @__PURE__ */ React159.createElement(
|
|
2960
2975
|
"path",
|
|
2961
2976
|
{
|
|
2962
2977
|
opacity: "0.1",
|
|
2963
2978
|
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",
|
|
2964
2979
|
fill: "black"
|
|
2965
2980
|
}
|
|
2966
|
-
), /* @__PURE__ */
|
|
2981
|
+
), /* @__PURE__ */ React159.createElement(
|
|
2967
2982
|
"path",
|
|
2968
2983
|
{
|
|
2969
2984
|
opacity: "0.2",
|
|
2970
2985
|
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",
|
|
2971
2986
|
fill: "black"
|
|
2972
2987
|
}
|
|
2973
|
-
), /* @__PURE__ */
|
|
2988
|
+
), /* @__PURE__ */ React159.createElement(
|
|
2974
2989
|
"path",
|
|
2975
2990
|
{
|
|
2976
2991
|
opacity: "0.2",
|
|
2977
2992
|
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",
|
|
2978
2993
|
fill: "black"
|
|
2979
2994
|
}
|
|
2980
|
-
), /* @__PURE__ */
|
|
2995
|
+
), /* @__PURE__ */ React159.createElement(
|
|
2981
2996
|
"path",
|
|
2982
2997
|
{
|
|
2983
2998
|
opacity: "0.2",
|
|
2984
2999
|
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",
|
|
2985
3000
|
fill: "black"
|
|
2986
3001
|
}
|
|
2987
|
-
), /* @__PURE__ */
|
|
3002
|
+
), /* @__PURE__ */ React159.createElement(
|
|
2988
3003
|
"path",
|
|
2989
3004
|
{
|
|
2990
3005
|
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",
|
|
2991
3006
|
fill: "url(#paint0_linear_14_237)"
|
|
2992
3007
|
}
|
|
2993
|
-
), /* @__PURE__ */
|
|
3008
|
+
), /* @__PURE__ */ React159.createElement(
|
|
2994
3009
|
"path",
|
|
2995
3010
|
{
|
|
2996
3011
|
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",
|
|
2997
3012
|
fill: "white"
|
|
2998
3013
|
}
|
|
2999
|
-
), /* @__PURE__ */
|
|
3014
|
+
), /* @__PURE__ */ React159.createElement(
|
|
3000
3015
|
"path",
|
|
3001
3016
|
{
|
|
3002
3017
|
d: "M21.1474 3H14.5581V7.5H22V3.82485C22 3.3693 21.6183 3 21.1474 3Z",
|
|
3003
3018
|
fill: "#33C481"
|
|
3004
3019
|
}
|
|
3005
|
-
), /* @__PURE__ */
|
|
3006
|
-
/* @__PURE__ */
|
|
3020
|
+
), /* @__PURE__ */ React159.createElement("path", { d: "M14.5581 12H22V16.5H14.5581V12Z", fill: "#107C41" })),
|
|
3021
|
+
/* @__PURE__ */ React159.createElement("defs", null, /* @__PURE__ */ React159.createElement(
|
|
3007
3022
|
"linearGradient",
|
|
3008
3023
|
{
|
|
3009
3024
|
id: "paint0_linear_14_237",
|
|
@@ -3013,10 +3028,10 @@ function SvgMicrosoftExcel(props) {
|
|
|
3013
3028
|
y2: "17.7763",
|
|
3014
3029
|
gradientUnits: "userSpaceOnUse"
|
|
3015
3030
|
},
|
|
3016
|
-
/* @__PURE__ */
|
|
3017
|
-
/* @__PURE__ */
|
|
3018
|
-
/* @__PURE__ */
|
|
3019
|
-
), /* @__PURE__ */
|
|
3031
|
+
/* @__PURE__ */ React159.createElement("stop", { stopColor: "#18884F" }),
|
|
3032
|
+
/* @__PURE__ */ React159.createElement("stop", { offset: "0.5", stopColor: "#117E43" }),
|
|
3033
|
+
/* @__PURE__ */ React159.createElement("stop", { offset: "1", stopColor: "#0B6631" })
|
|
3034
|
+
), /* @__PURE__ */ React159.createElement("clipPath", { id: "clip0_14_237" }, /* @__PURE__ */ React159.createElement(
|
|
3020
3035
|
"rect",
|
|
3021
3036
|
{
|
|
3022
3037
|
width: "20",
|
|
@@ -3029,81 +3044,81 @@ function SvgMicrosoftExcel(props) {
|
|
|
3029
3044
|
}
|
|
3030
3045
|
|
|
3031
3046
|
// src/components/icon/available-icons/microsoft_one_note.tsx
|
|
3032
|
-
var
|
|
3047
|
+
var React160 = __toESM(require("react"));
|
|
3033
3048
|
function SvgMicrosoftOneNote(props) {
|
|
3034
|
-
return /* @__PURE__ */
|
|
3049
|
+
return /* @__PURE__ */ React160.createElement(
|
|
3035
3050
|
"svg",
|
|
3036
3051
|
__spreadProps(__spreadValues({}, props), {
|
|
3037
3052
|
viewBox: "0 0 24 24",
|
|
3038
3053
|
fill: "none",
|
|
3039
3054
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3040
3055
|
}),
|
|
3041
|
-
/* @__PURE__ */
|
|
3056
|
+
/* @__PURE__ */ React160.createElement("g", { clipPath: "url(#clip0_14_250)" }, /* @__PURE__ */ React160.createElement(
|
|
3042
3057
|
"path",
|
|
3043
3058
|
{
|
|
3044
3059
|
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",
|
|
3045
3060
|
fill: "#CA64EA"
|
|
3046
3061
|
}
|
|
3047
|
-
), /* @__PURE__ */
|
|
3062
|
+
), /* @__PURE__ */ React160.createElement(
|
|
3048
3063
|
"path",
|
|
3049
3064
|
{
|
|
3050
3065
|
d: "M22 12L19.6745 13.35L17.3489 12V7.5H22L22 12Z",
|
|
3051
3066
|
fill: "#AE4BD5"
|
|
3052
3067
|
}
|
|
3053
|
-
), /* @__PURE__ */
|
|
3068
|
+
), /* @__PURE__ */ React160.createElement(
|
|
3054
3069
|
"path",
|
|
3055
3070
|
{
|
|
3056
3071
|
d: "M22 16.5L19.6745 17.85L17.3489 16.5V12H22V16.5Z",
|
|
3057
3072
|
fill: "#9332BF"
|
|
3058
3073
|
}
|
|
3059
|
-
), /* @__PURE__ */
|
|
3074
|
+
), /* @__PURE__ */ React160.createElement(
|
|
3060
3075
|
"path",
|
|
3061
3076
|
{
|
|
3062
3077
|
d: "M17.3489 16.5H22V20.1563C22 20.6222 21.6096 21 21.1279 21H17.3489V16.5Z",
|
|
3063
3078
|
fill: "#7719AA"
|
|
3064
3079
|
}
|
|
3065
|
-
), /* @__PURE__ */
|
|
3080
|
+
), /* @__PURE__ */ React160.createElement(
|
|
3066
3081
|
"path",
|
|
3067
3082
|
{
|
|
3068
3083
|
opacity: "0.2",
|
|
3069
3084
|
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",
|
|
3070
3085
|
fill: "black"
|
|
3071
3086
|
}
|
|
3072
|
-
), /* @__PURE__ */
|
|
3087
|
+
), /* @__PURE__ */ React160.createElement(
|
|
3073
3088
|
"path",
|
|
3074
3089
|
{
|
|
3075
3090
|
opacity: "0.2",
|
|
3076
3091
|
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",
|
|
3077
3092
|
fill: "black"
|
|
3078
3093
|
}
|
|
3079
|
-
), /* @__PURE__ */
|
|
3094
|
+
), /* @__PURE__ */ React160.createElement(
|
|
3080
3095
|
"path",
|
|
3081
3096
|
{
|
|
3082
3097
|
opacity: "0.5",
|
|
3083
3098
|
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",
|
|
3084
3099
|
fill: "black"
|
|
3085
3100
|
}
|
|
3086
|
-
), /* @__PURE__ */
|
|
3101
|
+
), /* @__PURE__ */ React160.createElement(
|
|
3087
3102
|
"path",
|
|
3088
3103
|
{
|
|
3089
3104
|
opacity: "0.5",
|
|
3090
3105
|
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",
|
|
3091
3106
|
fill: "black"
|
|
3092
3107
|
}
|
|
3093
|
-
), /* @__PURE__ */
|
|
3108
|
+
), /* @__PURE__ */ React160.createElement(
|
|
3094
3109
|
"path",
|
|
3095
3110
|
{
|
|
3096
3111
|
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",
|
|
3097
3112
|
fill: "url(#paint0_linear_14_250)"
|
|
3098
3113
|
}
|
|
3099
|
-
), /* @__PURE__ */
|
|
3114
|
+
), /* @__PURE__ */ React160.createElement(
|
|
3100
3115
|
"path",
|
|
3101
3116
|
{
|
|
3102
3117
|
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",
|
|
3103
3118
|
fill: "white"
|
|
3104
3119
|
}
|
|
3105
3120
|
)),
|
|
3106
|
-
/* @__PURE__ */
|
|
3121
|
+
/* @__PURE__ */ React160.createElement("defs", null, /* @__PURE__ */ React160.createElement(
|
|
3107
3122
|
"linearGradient",
|
|
3108
3123
|
{
|
|
3109
3124
|
id: "paint0_linear_14_250",
|
|
@@ -3113,10 +3128,10 @@ function SvgMicrosoftOneNote(props) {
|
|
|
3113
3128
|
y2: "17.7763",
|
|
3114
3129
|
gradientUnits: "userSpaceOnUse"
|
|
3115
3130
|
},
|
|
3116
|
-
/* @__PURE__ */
|
|
3117
|
-
/* @__PURE__ */
|
|
3118
|
-
/* @__PURE__ */
|
|
3119
|
-
), /* @__PURE__ */
|
|
3131
|
+
/* @__PURE__ */ React160.createElement("stop", { stopColor: "#8324B3" }),
|
|
3132
|
+
/* @__PURE__ */ React160.createElement("stop", { offset: "0.5", stopColor: "#7A1BAC" }),
|
|
3133
|
+
/* @__PURE__ */ React160.createElement("stop", { offset: "1", stopColor: "#621197" })
|
|
3134
|
+
), /* @__PURE__ */ React160.createElement("clipPath", { id: "clip0_14_250" }, /* @__PURE__ */ React160.createElement(
|
|
3120
3135
|
"rect",
|
|
3121
3136
|
{
|
|
3122
3137
|
width: "20",
|
|
@@ -3129,81 +3144,81 @@ function SvgMicrosoftOneNote(props) {
|
|
|
3129
3144
|
}
|
|
3130
3145
|
|
|
3131
3146
|
// src/components/icon/available-icons/microsoft_word.tsx
|
|
3132
|
-
var
|
|
3147
|
+
var React161 = __toESM(require("react"));
|
|
3133
3148
|
function SvgMicrosoftWord(props) {
|
|
3134
|
-
return /* @__PURE__ */
|
|
3149
|
+
return /* @__PURE__ */ React161.createElement(
|
|
3135
3150
|
"svg",
|
|
3136
3151
|
__spreadProps(__spreadValues({}, props), {
|
|
3137
3152
|
viewBox: "0 0 24 24",
|
|
3138
3153
|
fill: "none",
|
|
3139
3154
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3140
3155
|
}),
|
|
3141
|
-
/* @__PURE__ */
|
|
3156
|
+
/* @__PURE__ */ React161.createElement("g", { clipPath: "url(#clip0_14_214)" }, /* @__PURE__ */ React161.createElement(
|
|
3142
3157
|
"path",
|
|
3143
3158
|
{
|
|
3144
3159
|
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",
|
|
3145
3160
|
fill: "#41A5EE"
|
|
3146
3161
|
}
|
|
3147
|
-
), /* @__PURE__ */
|
|
3162
|
+
), /* @__PURE__ */ React161.createElement(
|
|
3148
3163
|
"path",
|
|
3149
3164
|
{
|
|
3150
3165
|
d: "M22 7.75H6.65112V12.5L14.5581 13.925L22 12.5V7.75Z",
|
|
3151
3166
|
fill: "#2B7CD3"
|
|
3152
3167
|
}
|
|
3153
|
-
), /* @__PURE__ */
|
|
3168
|
+
), /* @__PURE__ */ React161.createElement(
|
|
3154
3169
|
"path",
|
|
3155
3170
|
{
|
|
3156
3171
|
d: "M6.65112 12.5V17.25L14.093 18.2L22 17.25V12.5H6.65112Z",
|
|
3157
3172
|
fill: "#185ABD"
|
|
3158
3173
|
}
|
|
3159
|
-
), /* @__PURE__ */
|
|
3174
|
+
), /* @__PURE__ */ React161.createElement(
|
|
3160
3175
|
"path",
|
|
3161
3176
|
{
|
|
3162
3177
|
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",
|
|
3163
3178
|
fill: "#103F91"
|
|
3164
3179
|
}
|
|
3165
|
-
), /* @__PURE__ */
|
|
3180
|
+
), /* @__PURE__ */ React161.createElement(
|
|
3166
3181
|
"path",
|
|
3167
3182
|
{
|
|
3168
3183
|
opacity: "0.1",
|
|
3169
3184
|
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",
|
|
3170
3185
|
fill: "black"
|
|
3171
3186
|
}
|
|
3172
|
-
), /* @__PURE__ */
|
|
3187
|
+
), /* @__PURE__ */ React161.createElement(
|
|
3173
3188
|
"path",
|
|
3174
3189
|
{
|
|
3175
3190
|
opacity: "0.2",
|
|
3176
3191
|
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",
|
|
3177
3192
|
fill: "black"
|
|
3178
3193
|
}
|
|
3179
|
-
), /* @__PURE__ */
|
|
3194
|
+
), /* @__PURE__ */ React161.createElement(
|
|
3180
3195
|
"path",
|
|
3181
3196
|
{
|
|
3182
3197
|
opacity: "0.2",
|
|
3183
3198
|
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",
|
|
3184
3199
|
fill: "black"
|
|
3185
3200
|
}
|
|
3186
|
-
), /* @__PURE__ */
|
|
3201
|
+
), /* @__PURE__ */ React161.createElement(
|
|
3187
3202
|
"path",
|
|
3188
3203
|
{
|
|
3189
3204
|
opacity: "0.2",
|
|
3190
3205
|
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",
|
|
3191
3206
|
fill: "black"
|
|
3192
3207
|
}
|
|
3193
|
-
), /* @__PURE__ */
|
|
3208
|
+
), /* @__PURE__ */ React161.createElement(
|
|
3194
3209
|
"path",
|
|
3195
3210
|
{
|
|
3196
3211
|
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",
|
|
3197
3212
|
fill: "url(#paint0_linear_14_214)"
|
|
3198
3213
|
}
|
|
3199
|
-
), /* @__PURE__ */
|
|
3214
|
+
), /* @__PURE__ */ React161.createElement(
|
|
3200
3215
|
"path",
|
|
3201
3216
|
{
|
|
3202
3217
|
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",
|
|
3203
3218
|
fill: "white"
|
|
3204
3219
|
}
|
|
3205
3220
|
)),
|
|
3206
|
-
/* @__PURE__ */
|
|
3221
|
+
/* @__PURE__ */ React161.createElement("defs", null, /* @__PURE__ */ React161.createElement(
|
|
3207
3222
|
"linearGradient",
|
|
3208
3223
|
{
|
|
3209
3224
|
id: "paint0_linear_14_214",
|
|
@@ -3213,10 +3228,10 @@ function SvgMicrosoftWord(props) {
|
|
|
3213
3228
|
y2: "18.2798",
|
|
3214
3229
|
gradientUnits: "userSpaceOnUse"
|
|
3215
3230
|
},
|
|
3216
|
-
/* @__PURE__ */
|
|
3217
|
-
/* @__PURE__ */
|
|
3218
|
-
/* @__PURE__ */
|
|
3219
|
-
), /* @__PURE__ */
|
|
3231
|
+
/* @__PURE__ */ React161.createElement("stop", { stopColor: "#2368C4" }),
|
|
3232
|
+
/* @__PURE__ */ React161.createElement("stop", { offset: "0.5", stopColor: "#1A5DBE" }),
|
|
3233
|
+
/* @__PURE__ */ React161.createElement("stop", { offset: "1", stopColor: "#1146AC" })
|
|
3234
|
+
), /* @__PURE__ */ React161.createElement("clipPath", { id: "clip0_14_214" }, /* @__PURE__ */ React161.createElement(
|
|
3220
3235
|
"rect",
|
|
3221
3236
|
{
|
|
3222
3237
|
width: "20",
|
|
@@ -3229,75 +3244,75 @@ function SvgMicrosoftWord(props) {
|
|
|
3229
3244
|
}
|
|
3230
3245
|
|
|
3231
3246
|
// src/components/icon/available-icons/microsoft_powerpoint.tsx
|
|
3232
|
-
var
|
|
3247
|
+
var React162 = __toESM(require("react"));
|
|
3233
3248
|
function SvgMicrosoftPowerpoint(props) {
|
|
3234
|
-
return /* @__PURE__ */
|
|
3249
|
+
return /* @__PURE__ */ React162.createElement(
|
|
3235
3250
|
"svg",
|
|
3236
3251
|
__spreadProps(__spreadValues({}, props), {
|
|
3237
3252
|
viewBox: "0 0 24 24",
|
|
3238
3253
|
fill: "none",
|
|
3239
3254
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3240
3255
|
}),
|
|
3241
|
-
/* @__PURE__ */
|
|
3256
|
+
/* @__PURE__ */ React162.createElement("g", { clipPath: "url(#clip0_14_226)" }, /* @__PURE__ */ React162.createElement(
|
|
3242
3257
|
"path",
|
|
3243
3258
|
{
|
|
3244
3259
|
d: "M14.0931 13.45L12.6977 3H12.5935C7.51968 3.01513 3.4102 7.21194 3.39539 12.3936V12.5L14.0931 13.45Z",
|
|
3245
3260
|
fill: "#ED6C47"
|
|
3246
3261
|
}
|
|
3247
|
-
), /* @__PURE__ */
|
|
3262
|
+
), /* @__PURE__ */ React162.createElement(
|
|
3248
3263
|
"path",
|
|
3249
3264
|
{
|
|
3250
3265
|
d: "M12.8018 3H12.6976V12.5L17.3488 14.4L22 12.5V12.3936C21.9851 7.21194 17.8757 3.01513 12.8018 3Z",
|
|
3251
3266
|
fill: "#FF8F6B"
|
|
3252
3267
|
}
|
|
3253
|
-
), /* @__PURE__ */
|
|
3268
|
+
), /* @__PURE__ */ React162.createElement(
|
|
3254
3269
|
"path",
|
|
3255
3270
|
{
|
|
3256
3271
|
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",
|
|
3257
3272
|
fill: "#D35230"
|
|
3258
3273
|
}
|
|
3259
|
-
), /* @__PURE__ */
|
|
3274
|
+
), /* @__PURE__ */ React162.createElement(
|
|
3260
3275
|
"path",
|
|
3261
3276
|
{
|
|
3262
3277
|
opacity: "0.1",
|
|
3263
3278
|
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",
|
|
3264
3279
|
fill: "black"
|
|
3265
3280
|
}
|
|
3266
|
-
), /* @__PURE__ */
|
|
3281
|
+
), /* @__PURE__ */ React162.createElement(
|
|
3267
3282
|
"path",
|
|
3268
3283
|
{
|
|
3269
3284
|
opacity: "0.2",
|
|
3270
3285
|
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",
|
|
3271
3286
|
fill: "black"
|
|
3272
3287
|
}
|
|
3273
|
-
), /* @__PURE__ */
|
|
3288
|
+
), /* @__PURE__ */ React162.createElement(
|
|
3274
3289
|
"path",
|
|
3275
3290
|
{
|
|
3276
3291
|
opacity: "0.2",
|
|
3277
3292
|
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",
|
|
3278
3293
|
fill: "black"
|
|
3279
3294
|
}
|
|
3280
|
-
), /* @__PURE__ */
|
|
3295
|
+
), /* @__PURE__ */ React162.createElement(
|
|
3281
3296
|
"path",
|
|
3282
3297
|
{
|
|
3283
3298
|
opacity: "0.2",
|
|
3284
3299
|
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",
|
|
3285
3300
|
fill: "black"
|
|
3286
3301
|
}
|
|
3287
|
-
), /* @__PURE__ */
|
|
3302
|
+
), /* @__PURE__ */ React162.createElement(
|
|
3288
3303
|
"path",
|
|
3289
3304
|
{
|
|
3290
3305
|
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",
|
|
3291
3306
|
fill: "url(#paint0_linear_14_226)"
|
|
3292
3307
|
}
|
|
3293
|
-
), /* @__PURE__ */
|
|
3308
|
+
), /* @__PURE__ */ React162.createElement(
|
|
3294
3309
|
"path",
|
|
3295
3310
|
{
|
|
3296
3311
|
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",
|
|
3297
3312
|
fill: "white"
|
|
3298
3313
|
}
|
|
3299
3314
|
)),
|
|
3300
|
-
/* @__PURE__ */
|
|
3315
|
+
/* @__PURE__ */ React162.createElement("defs", null, /* @__PURE__ */ React162.createElement(
|
|
3301
3316
|
"linearGradient",
|
|
3302
3317
|
{
|
|
3303
3318
|
id: "paint0_linear_14_226",
|
|
@@ -3307,10 +3322,10 @@ function SvgMicrosoftPowerpoint(props) {
|
|
|
3307
3322
|
y2: "18.2798",
|
|
3308
3323
|
gradientUnits: "userSpaceOnUse"
|
|
3309
3324
|
},
|
|
3310
|
-
/* @__PURE__ */
|
|
3311
|
-
/* @__PURE__ */
|
|
3312
|
-
/* @__PURE__ */
|
|
3313
|
-
), /* @__PURE__ */
|
|
3325
|
+
/* @__PURE__ */ React162.createElement("stop", { stopColor: "#CA4C28" }),
|
|
3326
|
+
/* @__PURE__ */ React162.createElement("stop", { offset: "0.5", stopColor: "#C5401E" }),
|
|
3327
|
+
/* @__PURE__ */ React162.createElement("stop", { offset: "1", stopColor: "#B62F14" })
|
|
3328
|
+
), /* @__PURE__ */ React162.createElement("clipPath", { id: "clip0_14_226" }, /* @__PURE__ */ React162.createElement(
|
|
3314
3329
|
"rect",
|
|
3315
3330
|
{
|
|
3316
3331
|
width: "20",
|
|
@@ -3323,65 +3338,65 @@ function SvgMicrosoftPowerpoint(props) {
|
|
|
3323
3338
|
}
|
|
3324
3339
|
|
|
3325
3340
|
// src/components/icon/available-icons/lucidchart.tsx
|
|
3326
|
-
var
|
|
3341
|
+
var React163 = __toESM(require("react"));
|
|
3327
3342
|
function SvgLucidchart(props) {
|
|
3328
|
-
return /* @__PURE__ */
|
|
3343
|
+
return /* @__PURE__ */ React163.createElement(
|
|
3329
3344
|
"svg",
|
|
3330
3345
|
__spreadProps(__spreadValues({}, props), {
|
|
3331
3346
|
viewBox: "0 0 21 24",
|
|
3332
3347
|
fill: "none",
|
|
3333
3348
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3334
3349
|
}),
|
|
3335
|
-
/* @__PURE__ */
|
|
3350
|
+
/* @__PURE__ */ React163.createElement(
|
|
3336
3351
|
"path",
|
|
3337
3352
|
{
|
|
3338
3353
|
d: "M0 6.00433V18.0043L10.5 24V21.0065L2.625 16.4989V7.50109L0 6.00433Z",
|
|
3339
3354
|
fill: "#F96B13"
|
|
3340
3355
|
}
|
|
3341
3356
|
),
|
|
3342
|
-
/* @__PURE__ */
|
|
3357
|
+
/* @__PURE__ */ React163.createElement(
|
|
3343
3358
|
"path",
|
|
3344
3359
|
{
|
|
3345
3360
|
d: "M18.375 7.50109V19.5011L21 18.0043V6.00433L18.375 7.50109Z",
|
|
3346
3361
|
fill: "#CC4E00"
|
|
3347
3362
|
}
|
|
3348
3363
|
),
|
|
3349
|
-
/* @__PURE__ */
|
|
3364
|
+
/* @__PURE__ */ React163.createElement(
|
|
3350
3365
|
"path",
|
|
3351
3366
|
{
|
|
3352
3367
|
d: "M7.875 1.49676L18.375 7.50108L21 6.00433L10.5 0L7.875 1.49676Z",
|
|
3353
3368
|
fill: "#FFCA73"
|
|
3354
3369
|
}
|
|
3355
3370
|
),
|
|
3356
|
-
/* @__PURE__ */
|
|
3371
|
+
/* @__PURE__ */ React163.createElement(
|
|
3357
3372
|
"path",
|
|
3358
3373
|
{
|
|
3359
3374
|
d: "M0 6.00431L2.625 7.50107L5.25 6.00431L2.625 4.4989L0 6.00431Z",
|
|
3360
3375
|
fill: "#FFCA73"
|
|
3361
3376
|
}
|
|
3362
3377
|
),
|
|
3363
|
-
/* @__PURE__ */
|
|
3378
|
+
/* @__PURE__ */ React163.createElement(
|
|
3364
3379
|
"path",
|
|
3365
3380
|
{
|
|
3366
3381
|
d: "M2.625 7.50109V16.4989L5.25 15.0021V6.00433L2.625 7.50109Z",
|
|
3367
3382
|
fill: "#CC4E00"
|
|
3368
3383
|
}
|
|
3369
3384
|
),
|
|
3370
|
-
/* @__PURE__ */
|
|
3385
|
+
/* @__PURE__ */ React163.createElement(
|
|
3371
3386
|
"path",
|
|
3372
3387
|
{
|
|
3373
3388
|
d: "M10.5 21.0065V24L13.125 22.5033V19.5011L10.5 21.0065Z",
|
|
3374
3389
|
fill: "#CC4E00"
|
|
3375
3390
|
}
|
|
3376
3391
|
),
|
|
3377
|
-
/* @__PURE__ */
|
|
3392
|
+
/* @__PURE__ */ React163.createElement(
|
|
3378
3393
|
"path",
|
|
3379
3394
|
{
|
|
3380
3395
|
d: "M2.625 16.4989L10.5 21.0065L13.125 19.5011L5.25 15.0021L2.625 16.4989Z",
|
|
3381
3396
|
fill: "#FFCA73"
|
|
3382
3397
|
}
|
|
3383
3398
|
),
|
|
3384
|
-
/* @__PURE__ */
|
|
3399
|
+
/* @__PURE__ */ React163.createElement(
|
|
3385
3400
|
"path",
|
|
3386
3401
|
{
|
|
3387
3402
|
d: "M7.875 1.49673V4.49889L15.75 8.99785V18.0043L18.375 19.5011V7.50105L7.875 1.49673Z",
|
|
@@ -3392,15 +3407,15 @@ function SvgLucidchart(props) {
|
|
|
3392
3407
|
}
|
|
3393
3408
|
|
|
3394
3409
|
// src/components/icon/available-icons/jira.tsx
|
|
3395
|
-
var
|
|
3410
|
+
var React164 = __toESM(require("react"));
|
|
3396
3411
|
function SvgJira() {
|
|
3397
|
-
return /* @__PURE__ */
|
|
3412
|
+
return /* @__PURE__ */ React164.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React164.createElement("svg", { viewBox: "0 0 24 24", "aria-hidden": "true" }, /* @__PURE__ */ React164.createElement(
|
|
3398
3413
|
"path",
|
|
3399
3414
|
{
|
|
3400
3415
|
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",
|
|
3401
3416
|
fill: "#1868DB"
|
|
3402
3417
|
}
|
|
3403
|
-
), /* @__PURE__ */
|
|
3418
|
+
), /* @__PURE__ */ React164.createElement(
|
|
3404
3419
|
"path",
|
|
3405
3420
|
{
|
|
3406
3421
|
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",
|
|
@@ -3410,21 +3425,21 @@ function SvgJira() {
|
|
|
3410
3425
|
}
|
|
3411
3426
|
|
|
3412
3427
|
// src/components/icon/available-icons/jira-neutral.tsx
|
|
3413
|
-
var
|
|
3428
|
+
var React165 = __toESM(require("react"));
|
|
3414
3429
|
function SvgJiraNeutral(props) {
|
|
3415
|
-
return /* @__PURE__ */
|
|
3430
|
+
return /* @__PURE__ */ React165.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React165.createElement(
|
|
3416
3431
|
"path",
|
|
3417
3432
|
{
|
|
3418
3433
|
d: "M19.0696 4.28571H11.6347C11.6347 6.13627 13.1388 7.64255 14.9868 7.64255H16.3621V8.95516C16.3621 10.8057 17.8663 12.312 19.7142 12.312V4.93125C19.7142 4.56544 19.4134 4.28571 19.0696 4.28571Z",
|
|
3419
3434
|
fill: "currentColor"
|
|
3420
3435
|
}
|
|
3421
|
-
), /* @__PURE__ */
|
|
3436
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3422
3437
|
"path",
|
|
3423
3438
|
{
|
|
3424
3439
|
d: "M15.3951 7.98676H7.96013C7.96013 9.83732 9.46431 11.3436 11.3123 11.3436H12.6875V12.6777C12.6875 14.5283 14.1917 16.0346 16.0397 16.0346V8.65382C16.0397 8.28801 15.7389 7.98676 15.3951 7.98676Z",
|
|
3425
3440
|
fill: "currentColor"
|
|
3426
3441
|
}
|
|
3427
|
-
), /* @__PURE__ */
|
|
3442
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3428
3443
|
"path",
|
|
3429
3444
|
{
|
|
3430
3445
|
d: "M11.7206 11.6879H4.28563C4.28563 13.5385 5.78981 15.0448 7.6378 15.0448H8.99156V16.3574C8.99156 18.208 10.4957 19.7142 12.3437 19.7142V12.312C12.3652 11.9892 12.0644 11.6879 11.7206 11.6879Z",
|
|
@@ -3498,15 +3513,15 @@ var SvgLightbulbOutline = (props) => /* @__PURE__ */ import_react54.default.crea
|
|
|
3498
3513
|
));
|
|
3499
3514
|
|
|
3500
3515
|
// src/components/icon/available-icons/linearDark.tsx
|
|
3501
|
-
var
|
|
3516
|
+
var React172 = __toESM(require("react"));
|
|
3502
3517
|
function SvgLinearDark(props) {
|
|
3503
|
-
return /* @__PURE__ */
|
|
3518
|
+
return /* @__PURE__ */ React172.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React172.createElement("g", { clipPath: "url(#clip0_11637_9734)" }, /* @__PURE__ */ React172.createElement(
|
|
3504
3519
|
"path",
|
|
3505
3520
|
{
|
|
3506
3521
|
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",
|
|
3507
3522
|
fill: "currentColor"
|
|
3508
3523
|
}
|
|
3509
|
-
)), /* @__PURE__ */
|
|
3524
|
+
)), /* @__PURE__ */ React172.createElement("defs", null, /* @__PURE__ */ React172.createElement("clipPath", { id: "clip0_11637_9734" }, /* @__PURE__ */ React172.createElement("rect", { width: "24", height: "24", fill: "currentColor" }))));
|
|
3510
3525
|
}
|
|
3511
3526
|
|
|
3512
3527
|
// src/components/icon/available-icons/line-thickness.tsx
|
|
@@ -3516,16 +3531,16 @@ var SvgLineThickness = () => /* @__PURE__ */ import_react55.default.createElemen
|
|
|
3516
3531
|
|
|
3517
3532
|
// src/components/icon/available-icons/link.tsx
|
|
3518
3533
|
var import_link = __toESM(require("@atlaskit/icon/core/link"));
|
|
3519
|
-
var
|
|
3534
|
+
var React174 = __toESM(require("react"));
|
|
3520
3535
|
function SvgLink() {
|
|
3521
|
-
return /* @__PURE__ */
|
|
3536
|
+
return /* @__PURE__ */ React174.createElement(import_link.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3522
3537
|
}
|
|
3523
3538
|
|
|
3524
3539
|
// src/components/icon/available-icons/link-broken.tsx
|
|
3525
3540
|
var import_link_broken = __toESM(require("@atlaskit/icon/core/link-broken"));
|
|
3526
|
-
var
|
|
3541
|
+
var React175 = __toESM(require("react"));
|
|
3527
3542
|
function SvgLinkBroken() {
|
|
3528
|
-
return /* @__PURE__ */
|
|
3543
|
+
return /* @__PURE__ */ React175.createElement(React175.Fragment, null, /* @__PURE__ */ React175.createElement("span", { className: "lens-legacy-icon" }), /* @__PURE__ */ React175.createElement(import_link_broken.default, { label: "" }));
|
|
3529
3544
|
}
|
|
3530
3545
|
|
|
3531
3546
|
// src/components/icon/available-icons/linkedin.tsx
|
|
@@ -3542,29 +3557,29 @@ var SvgLinkedIn = (props) => /* @__PURE__ */ import_react56.default.createElemen
|
|
|
3542
3557
|
|
|
3543
3558
|
// src/components/icon/available-icons/link-off.tsx
|
|
3544
3559
|
var import_link_restricted_access = __toESM(require("@atlaskit/icon-lab/core/link-restricted-access"));
|
|
3545
|
-
var
|
|
3560
|
+
var React177 = __toESM(require("react"));
|
|
3546
3561
|
function SvgLinkOff() {
|
|
3547
|
-
return /* @__PURE__ */
|
|
3562
|
+
return /* @__PURE__ */ React177.createElement(import_link_restricted_access.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3548
3563
|
}
|
|
3549
3564
|
|
|
3550
3565
|
// src/components/icon/available-icons/list.tsx
|
|
3551
3566
|
var import_list_bulleted = __toESM(require("@atlaskit/icon/core/list-bulleted"));
|
|
3552
|
-
var
|
|
3567
|
+
var React178 = __toESM(require("react"));
|
|
3553
3568
|
function SvgList() {
|
|
3554
|
-
return /* @__PURE__ */
|
|
3569
|
+
return /* @__PURE__ */ React178.createElement(import_list_bulleted.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3555
3570
|
}
|
|
3556
3571
|
|
|
3557
3572
|
// src/components/icon/available-icons/lock.tsx
|
|
3558
3573
|
var import_lock_locked = __toESM(require("@atlaskit/icon/core/lock-locked"));
|
|
3559
|
-
var
|
|
3574
|
+
var React179 = __toESM(require("react"));
|
|
3560
3575
|
function SvgLock() {
|
|
3561
|
-
return /* @__PURE__ */
|
|
3576
|
+
return /* @__PURE__ */ React179.createElement(import_lock_locked.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3562
3577
|
}
|
|
3563
3578
|
|
|
3564
3579
|
// src/components/icon/available-icons/lock-fill.tsx
|
|
3565
|
-
var
|
|
3580
|
+
var React180 = __toESM(require("react"));
|
|
3566
3581
|
function SvgLockFill() {
|
|
3567
|
-
return /* @__PURE__ */
|
|
3582
|
+
return /* @__PURE__ */ React180.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React180.createElement("svg", { viewBox: "0 0 12 12" }, /* @__PURE__ */ React180.createElement(
|
|
3568
3583
|
"path",
|
|
3569
3584
|
{
|
|
3570
3585
|
fill: "currentColor",
|
|
@@ -3577,144 +3592,144 @@ function SvgLockFill() {
|
|
|
3577
3592
|
|
|
3578
3593
|
// src/components/icon/available-icons/log-out.tsx
|
|
3579
3594
|
var import_log_out = __toESM(require("@atlaskit/icon/core/log-out"));
|
|
3580
|
-
var
|
|
3595
|
+
var React181 = __toESM(require("react"));
|
|
3581
3596
|
function SvgLogOut() {
|
|
3582
|
-
return /* @__PURE__ */
|
|
3597
|
+
return /* @__PURE__ */ React181.createElement(import_log_out.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3583
3598
|
}
|
|
3584
3599
|
|
|
3585
3600
|
// src/components/icon/available-icons/mail.tsx
|
|
3586
3601
|
var import_email = __toESM(require("@atlaskit/icon/core/email"));
|
|
3587
|
-
var
|
|
3602
|
+
var React182 = __toESM(require("react"));
|
|
3588
3603
|
function SvgMail() {
|
|
3589
|
-
return /* @__PURE__ */
|
|
3604
|
+
return /* @__PURE__ */ React182.createElement(import_email.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3590
3605
|
}
|
|
3591
3606
|
|
|
3592
3607
|
// src/components/icon/available-icons/maximize.tsx
|
|
3593
3608
|
var import_fullscreen_enter = __toESM(require("@atlaskit/icon/core/fullscreen-enter"));
|
|
3594
|
-
var
|
|
3609
|
+
var React183 = __toESM(require("react"));
|
|
3595
3610
|
function SvgMaximize() {
|
|
3596
|
-
return /* @__PURE__ */
|
|
3611
|
+
return /* @__PURE__ */ React183.createElement(import_fullscreen_enter.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3597
3612
|
}
|
|
3598
3613
|
|
|
3599
3614
|
// src/components/icon/available-icons/menu.tsx
|
|
3600
3615
|
var import_menu = __toESM(require("@atlaskit/icon/core/menu"));
|
|
3601
|
-
var
|
|
3616
|
+
var React184 = __toESM(require("react"));
|
|
3602
3617
|
function SvgMenu() {
|
|
3603
|
-
return /* @__PURE__ */
|
|
3618
|
+
return /* @__PURE__ */ React184.createElement(import_menu.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3604
3619
|
}
|
|
3605
3620
|
|
|
3606
3621
|
// src/components/icon/available-icons/menu-hide.tsx
|
|
3607
3622
|
var import_sidebar_collapse = __toESM(require("@atlaskit/icon/core/sidebar-collapse"));
|
|
3608
|
-
var
|
|
3623
|
+
var React185 = __toESM(require("react"));
|
|
3609
3624
|
function SvgMenuHide() {
|
|
3610
|
-
return /* @__PURE__ */
|
|
3625
|
+
return /* @__PURE__ */ React185.createElement(import_sidebar_collapse.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3611
3626
|
}
|
|
3612
3627
|
|
|
3613
3628
|
// src/components/icon/available-icons/menu-show.tsx
|
|
3614
3629
|
var import_sidebar_expand = __toESM(require("@atlaskit/icon/core/sidebar-expand"));
|
|
3615
|
-
var
|
|
3630
|
+
var React186 = __toESM(require("react"));
|
|
3616
3631
|
function SvgMenuShow() {
|
|
3617
|
-
return /* @__PURE__ */
|
|
3632
|
+
return /* @__PURE__ */ React186.createElement(import_sidebar_expand.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3618
3633
|
}
|
|
3619
3634
|
|
|
3620
3635
|
// src/components/icon/available-icons/mic.tsx
|
|
3621
3636
|
var import_microphone = __toESM(require("@atlaskit/icon/core/microphone"));
|
|
3622
|
-
var
|
|
3637
|
+
var React187 = __toESM(require("react"));
|
|
3623
3638
|
function SvgMic() {
|
|
3624
|
-
return /* @__PURE__ */
|
|
3639
|
+
return /* @__PURE__ */ React187.createElement(import_microphone.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3625
3640
|
}
|
|
3626
3641
|
|
|
3627
3642
|
// src/components/icon/available-icons/mic-off.tsx
|
|
3628
3643
|
var import_microphone_strikethrough = __toESM(require("@atlaskit/icon-lab/core/microphone-strikethrough"));
|
|
3629
|
-
var
|
|
3644
|
+
var React188 = __toESM(require("react"));
|
|
3630
3645
|
function SvgMicOff() {
|
|
3631
|
-
return /* @__PURE__ */
|
|
3646
|
+
return /* @__PURE__ */ React188.createElement(import_microphone_strikethrough.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3632
3647
|
}
|
|
3633
3648
|
|
|
3634
3649
|
// src/components/icon/available-icons/microsoft-teams-logo.tsx
|
|
3635
|
-
var
|
|
3650
|
+
var React189 = __toESM(require("react"));
|
|
3636
3651
|
function SvgMicrosoftTeamsLogo(props) {
|
|
3637
|
-
return /* @__PURE__ */
|
|
3652
|
+
return /* @__PURE__ */ React189.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React189.createElement(
|
|
3638
3653
|
"path",
|
|
3639
3654
|
{
|
|
3640
3655
|
fill: "#5059C9",
|
|
3641
3656
|
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"
|
|
3642
3657
|
}
|
|
3643
|
-
), /* @__PURE__ */
|
|
3658
|
+
), /* @__PURE__ */ React189.createElement(
|
|
3644
3659
|
"path",
|
|
3645
3660
|
{
|
|
3646
3661
|
fill: "#7B83EB",
|
|
3647
3662
|
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"
|
|
3648
3663
|
}
|
|
3649
|
-
), /* @__PURE__ */
|
|
3664
|
+
), /* @__PURE__ */ React189.createElement(
|
|
3650
3665
|
"path",
|
|
3651
3666
|
{
|
|
3652
3667
|
fill: "#000",
|
|
3653
3668
|
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",
|
|
3654
3669
|
opacity: ".1"
|
|
3655
3670
|
}
|
|
3656
|
-
), /* @__PURE__ */
|
|
3671
|
+
), /* @__PURE__ */ React189.createElement(
|
|
3657
3672
|
"path",
|
|
3658
3673
|
{
|
|
3659
3674
|
fill: "#000",
|
|
3660
3675
|
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",
|
|
3661
3676
|
opacity: ".2"
|
|
3662
3677
|
}
|
|
3663
|
-
), /* @__PURE__ */
|
|
3678
|
+
), /* @__PURE__ */ React189.createElement(
|
|
3664
3679
|
"path",
|
|
3665
3680
|
{
|
|
3666
3681
|
fill: "#000",
|
|
3667
3682
|
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",
|
|
3668
3683
|
opacity: ".2"
|
|
3669
3684
|
}
|
|
3670
|
-
), /* @__PURE__ */
|
|
3685
|
+
), /* @__PURE__ */ React189.createElement(
|
|
3671
3686
|
"path",
|
|
3672
3687
|
{
|
|
3673
3688
|
fill: "#000",
|
|
3674
3689
|
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",
|
|
3675
3690
|
opacity: ".2"
|
|
3676
3691
|
}
|
|
3677
|
-
), /* @__PURE__ */
|
|
3692
|
+
), /* @__PURE__ */ React189.createElement(
|
|
3678
3693
|
"path",
|
|
3679
3694
|
{
|
|
3680
3695
|
fill: "#000",
|
|
3681
3696
|
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",
|
|
3682
3697
|
opacity: ".1"
|
|
3683
3698
|
}
|
|
3684
|
-
), /* @__PURE__ */
|
|
3699
|
+
), /* @__PURE__ */ React189.createElement(
|
|
3685
3700
|
"path",
|
|
3686
3701
|
{
|
|
3687
3702
|
fill: "#000",
|
|
3688
3703
|
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",
|
|
3689
3704
|
opacity: ".2"
|
|
3690
3705
|
}
|
|
3691
|
-
), /* @__PURE__ */
|
|
3706
|
+
), /* @__PURE__ */ React189.createElement(
|
|
3692
3707
|
"path",
|
|
3693
3708
|
{
|
|
3694
3709
|
fill: "#000",
|
|
3695
3710
|
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",
|
|
3696
3711
|
opacity: ".2"
|
|
3697
3712
|
}
|
|
3698
|
-
), /* @__PURE__ */
|
|
3713
|
+
), /* @__PURE__ */ React189.createElement(
|
|
3699
3714
|
"path",
|
|
3700
3715
|
{
|
|
3701
3716
|
fill: "#000",
|
|
3702
3717
|
d: "M12.233 7.737v.926a3.023 3.023 0 0 1-2.094-1.777h1.242c.47.002.85.382.852.851Z",
|
|
3703
3718
|
opacity: ".2"
|
|
3704
3719
|
}
|
|
3705
|
-
), /* @__PURE__ */
|
|
3720
|
+
), /* @__PURE__ */ React189.createElement(
|
|
3706
3721
|
"path",
|
|
3707
3722
|
{
|
|
3708
3723
|
fill: "url(#a)",
|
|
3709
3724
|
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"
|
|
3710
3725
|
}
|
|
3711
|
-
), /* @__PURE__ */
|
|
3726
|
+
), /* @__PURE__ */ React189.createElement(
|
|
3712
3727
|
"path",
|
|
3713
3728
|
{
|
|
3714
3729
|
fill: "#fff",
|
|
3715
3730
|
d: "M9.36 10.132H7.655v4.642H6.57v-4.642H4.873v-.9H9.36v.9Z"
|
|
3716
3731
|
}
|
|
3717
|
-
), /* @__PURE__ */
|
|
3732
|
+
), /* @__PURE__ */ React189.createElement("defs", null, /* @__PURE__ */ React189.createElement(
|
|
3718
3733
|
"linearGradient",
|
|
3719
3734
|
{
|
|
3720
3735
|
id: "a",
|
|
@@ -3724,17 +3739,17 @@ function SvgMicrosoftTeamsLogo(props) {
|
|
|
3724
3739
|
y2: "17.785",
|
|
3725
3740
|
gradientUnits: "userSpaceOnUse"
|
|
3726
3741
|
},
|
|
3727
|
-
/* @__PURE__ */
|
|
3728
|
-
/* @__PURE__ */
|
|
3729
|
-
/* @__PURE__ */
|
|
3742
|
+
/* @__PURE__ */ React189.createElement("stop", { stopColor: "#5A62C3" }),
|
|
3743
|
+
/* @__PURE__ */ React189.createElement("stop", { offset: ".5", stopColor: "#4D55BD" }),
|
|
3744
|
+
/* @__PURE__ */ React189.createElement("stop", { offset: "1", stopColor: "#3940AB" })
|
|
3730
3745
|
)));
|
|
3731
3746
|
}
|
|
3732
3747
|
|
|
3733
3748
|
// src/components/icon/available-icons/minimize.tsx
|
|
3734
3749
|
var import_fullscreen_exit = __toESM(require("@atlaskit/icon/core/fullscreen-exit"));
|
|
3735
|
-
var
|
|
3750
|
+
var React190 = __toESM(require("react"));
|
|
3736
3751
|
function SvgMinimize() {
|
|
3737
|
-
return /* @__PURE__ */
|
|
3752
|
+
return /* @__PURE__ */ React190.createElement(import_fullscreen_exit.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3738
3753
|
}
|
|
3739
3754
|
|
|
3740
3755
|
// src/components/icon/available-icons/minus.tsx
|
|
@@ -3744,43 +3759,43 @@ var SvgMinus = () => /* @__PURE__ */ import_react57.default.createElement(import
|
|
|
3744
3759
|
|
|
3745
3760
|
// src/components/icon/available-icons/minus-circle.tsx
|
|
3746
3761
|
var import_priority_blocker = __toESM(require("@atlaskit/icon/core/priority-blocker"));
|
|
3747
|
-
var
|
|
3762
|
+
var React192 = __toESM(require("react"));
|
|
3748
3763
|
function SvgMinusCircle() {
|
|
3749
|
-
return /* @__PURE__ */
|
|
3764
|
+
return /* @__PURE__ */ React192.createElement(import_priority_blocker.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3750
3765
|
}
|
|
3751
3766
|
|
|
3752
3767
|
// src/components/icon/available-icons/mobile-devices.tsx
|
|
3753
3768
|
var import_device_mobile = __toESM(require("@atlaskit/icon/core/device-mobile"));
|
|
3754
|
-
var
|
|
3769
|
+
var React193 = __toESM(require("react"));
|
|
3755
3770
|
var SvgMobileDevices = () => {
|
|
3756
|
-
return /* @__PURE__ */
|
|
3771
|
+
return /* @__PURE__ */ React193.createElement(import_device_mobile.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3757
3772
|
};
|
|
3758
3773
|
|
|
3759
3774
|
// src/components/icon/available-icons/money.tsx
|
|
3760
3775
|
var import_cash = __toESM(require("@atlaskit/icon/core/cash"));
|
|
3761
|
-
var
|
|
3776
|
+
var React194 = __toESM(require("react"));
|
|
3762
3777
|
function SvgMoney() {
|
|
3763
|
-
return /* @__PURE__ */
|
|
3778
|
+
return /* @__PURE__ */ React194.createElement(import_cash.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3764
3779
|
}
|
|
3765
3780
|
|
|
3766
3781
|
// src/components/icon/available-icons/moon.tsx
|
|
3767
3782
|
var import_theme = __toESM(require("@atlaskit/icon/core/theme"));
|
|
3768
|
-
var
|
|
3783
|
+
var React195 = __toESM(require("react"));
|
|
3769
3784
|
function SvgMoon() {
|
|
3770
|
-
return /* @__PURE__ */
|
|
3785
|
+
return /* @__PURE__ */ React195.createElement(import_theme.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3771
3786
|
}
|
|
3772
3787
|
|
|
3773
3788
|
// src/components/icon/available-icons/more-horiz.tsx
|
|
3774
3789
|
var import_show_more_horizontal = __toESM(require("@atlaskit/icon/core/show-more-horizontal"));
|
|
3775
|
-
var
|
|
3790
|
+
var React196 = __toESM(require("react"));
|
|
3776
3791
|
function SvgMoreHoriz() {
|
|
3777
|
-
return /* @__PURE__ */
|
|
3792
|
+
return /* @__PURE__ */ React196.createElement(import_show_more_horizontal.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3778
3793
|
}
|
|
3779
3794
|
|
|
3780
3795
|
// src/components/icon/available-icons/movie-filter.tsx
|
|
3781
|
-
var
|
|
3796
|
+
var React197 = __toESM(require("react"));
|
|
3782
3797
|
function SvgMovieFilter(props) {
|
|
3783
|
-
return /* @__PURE__ */
|
|
3798
|
+
return /* @__PURE__ */ React197.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React197.createElement(
|
|
3784
3799
|
"path",
|
|
3785
3800
|
{
|
|
3786
3801
|
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",
|
|
@@ -3790,9 +3805,9 @@ function SvgMovieFilter(props) {
|
|
|
3790
3805
|
}
|
|
3791
3806
|
|
|
3792
3807
|
// src/components/icon/available-icons/mute.tsx
|
|
3793
|
-
var
|
|
3808
|
+
var React198 = __toESM(require("react"));
|
|
3794
3809
|
function SvgMute(props) {
|
|
3795
|
-
return /* @__PURE__ */
|
|
3810
|
+
return /* @__PURE__ */ React198.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React198.createElement(
|
|
3796
3811
|
"path",
|
|
3797
3812
|
{
|
|
3798
3813
|
fillRule: "evenodd",
|
|
@@ -3848,27 +3863,27 @@ var SvgOfflineBolt = (props) => /* @__PURE__ */ import_react62.default.createEle
|
|
|
3848
3863
|
));
|
|
3849
3864
|
|
|
3850
3865
|
// src/components/icon/available-icons/outlook.tsx
|
|
3851
|
-
var
|
|
3866
|
+
var React204 = __toESM(require("react"));
|
|
3852
3867
|
function SvgOutlook(props) {
|
|
3853
|
-
return /* @__PURE__ */
|
|
3868
|
+
return /* @__PURE__ */ React204.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React204.createElement(
|
|
3854
3869
|
"path",
|
|
3855
3870
|
{
|
|
3856
3871
|
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",
|
|
3857
3872
|
fill: "#0072C6"
|
|
3858
3873
|
}
|
|
3859
|
-
), /* @__PURE__ */
|
|
3874
|
+
), /* @__PURE__ */ React204.createElement(
|
|
3860
3875
|
"path",
|
|
3861
3876
|
{
|
|
3862
3877
|
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",
|
|
3863
3878
|
fill: "#0072C6"
|
|
3864
3879
|
}
|
|
3865
|
-
), /* @__PURE__ */
|
|
3880
|
+
), /* @__PURE__ */ React204.createElement(
|
|
3866
3881
|
"path",
|
|
3867
3882
|
{
|
|
3868
3883
|
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",
|
|
3869
3884
|
fill: "#0072C6"
|
|
3870
3885
|
}
|
|
3871
|
-
), /* @__PURE__ */
|
|
3886
|
+
), /* @__PURE__ */ React204.createElement(
|
|
3872
3887
|
"path",
|
|
3873
3888
|
{
|
|
3874
3889
|
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",
|
|
@@ -3886,23 +3901,23 @@ function SvgOverlays() {
|
|
|
3886
3901
|
|
|
3887
3902
|
// src/components/icon/available-icons/paint-bucket.tsx
|
|
3888
3903
|
var import_paint_bucket = __toESM(require("@atlaskit/icon/core/paint-bucket"));
|
|
3889
|
-
var
|
|
3904
|
+
var React206 = __toESM(require("react"));
|
|
3890
3905
|
function SvgPaintBucket() {
|
|
3891
|
-
return /* @__PURE__ */
|
|
3906
|
+
return /* @__PURE__ */ React206.createElement(import_paint_bucket.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3892
3907
|
}
|
|
3893
3908
|
|
|
3894
3909
|
// src/components/icon/available-icons/palette.tsx
|
|
3895
3910
|
var import_paint_palette = __toESM(require("@atlaskit/icon/core/paint-palette"));
|
|
3896
|
-
var
|
|
3911
|
+
var React207 = __toESM(require("react"));
|
|
3897
3912
|
function SvgPalette() {
|
|
3898
|
-
return /* @__PURE__ */
|
|
3913
|
+
return /* @__PURE__ */ React207.createElement(import_paint_palette.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3899
3914
|
}
|
|
3900
3915
|
|
|
3901
3916
|
// src/components/icon/available-icons/pause.tsx
|
|
3902
3917
|
var import_video_pause_overlay = __toESM(require("@atlaskit/icon/core/video-pause-overlay"));
|
|
3903
|
-
var
|
|
3918
|
+
var React208 = __toESM(require("react"));
|
|
3904
3919
|
function SvgPause() {
|
|
3905
|
-
return /* @__PURE__ */
|
|
3920
|
+
return /* @__PURE__ */ React208.createElement(import_video_pause_overlay.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3906
3921
|
}
|
|
3907
3922
|
|
|
3908
3923
|
// src/components/icon/available-icons/people.tsx
|
|
@@ -3943,30 +3958,30 @@ var SvgPhotoSizeSelectActual = (props) => /* @__PURE__ */ import_react66.default
|
|
|
3943
3958
|
|
|
3944
3959
|
// src/components/icon/available-icons/picture-in-picture.tsx
|
|
3945
3960
|
var import_video_miniplayer = __toESM(require("@atlaskit/icon-lab/core/video-miniplayer"));
|
|
3946
|
-
var
|
|
3961
|
+
var React212 = __toESM(require("react"));
|
|
3947
3962
|
function SvgPictureInPicture() {
|
|
3948
|
-
return /* @__PURE__ */
|
|
3963
|
+
return /* @__PURE__ */ React212.createElement(import_video_miniplayer.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3949
3964
|
}
|
|
3950
3965
|
|
|
3951
3966
|
// src/components/icon/available-icons/pin.tsx
|
|
3952
3967
|
var import_pin = __toESM(require("@atlaskit/icon/core/pin"));
|
|
3953
|
-
var
|
|
3968
|
+
var React213 = __toESM(require("react"));
|
|
3954
3969
|
function SvgPin() {
|
|
3955
|
-
return /* @__PURE__ */
|
|
3970
|
+
return /* @__PURE__ */ React213.createElement(import_pin.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3956
3971
|
}
|
|
3957
3972
|
|
|
3958
3973
|
// src/components/icon/available-icons/pin-fill.tsx
|
|
3959
3974
|
var import_pin_filled = __toESM(require("@atlaskit/icon/core/pin-filled"));
|
|
3960
|
-
var
|
|
3975
|
+
var React214 = __toESM(require("react"));
|
|
3961
3976
|
function SvgPinFill() {
|
|
3962
|
-
return /* @__PURE__ */
|
|
3977
|
+
return /* @__PURE__ */ React214.createElement(import_pin_filled.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3963
3978
|
}
|
|
3964
3979
|
|
|
3965
3980
|
// src/components/icon/available-icons/play.tsx
|
|
3966
3981
|
var import_video_play_overlay = __toESM(require("@atlaskit/icon/core/video-play-overlay"));
|
|
3967
|
-
var
|
|
3982
|
+
var React215 = __toESM(require("react"));
|
|
3968
3983
|
function SvgPlay() {
|
|
3969
|
-
return /* @__PURE__ */
|
|
3984
|
+
return /* @__PURE__ */ React215.createElement(import_video_play_overlay.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3970
3985
|
}
|
|
3971
3986
|
|
|
3972
3987
|
// src/components/icon/available-icons/play-arrow.tsx
|
|
@@ -3981,9 +3996,9 @@ var SvgPlayArrow = (props) => /* @__PURE__ */ import_react67.default.createEleme
|
|
|
3981
3996
|
|
|
3982
3997
|
// src/components/icon/available-icons/play-circle.tsx
|
|
3983
3998
|
var import_video_play_circle = __toESM(require("@atlaskit/icon-lab/core/video-play-circle"));
|
|
3984
|
-
var
|
|
3999
|
+
var React217 = __toESM(require("react"));
|
|
3985
4000
|
function SvgPlayCircle() {
|
|
3986
|
-
return /* @__PURE__ */
|
|
4001
|
+
return /* @__PURE__ */ React217.createElement(import_video_play_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3987
4002
|
}
|
|
3988
4003
|
|
|
3989
4004
|
// src/components/icon/available-icons/play-circle-filled.tsx
|
|
@@ -4000,9 +4015,9 @@ var SvgPlayCircleFilled = (props) => /* @__PURE__ */ import_react68.default.crea
|
|
|
4000
4015
|
|
|
4001
4016
|
// src/components/icon/available-icons/plus-circle.tsx
|
|
4002
4017
|
var import_plus_circle = __toESM(require("@atlaskit/icon-lab/core/plus-circle"));
|
|
4003
|
-
var
|
|
4018
|
+
var React219 = __toESM(require("react"));
|
|
4004
4019
|
function SvgPlusCircle() {
|
|
4005
|
-
return /* @__PURE__ */
|
|
4020
|
+
return /* @__PURE__ */ React219.createElement(import_plus_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4006
4021
|
}
|
|
4007
4022
|
|
|
4008
4023
|
// src/components/icon/available-icons/power.tsx
|
|
@@ -4014,16 +4029,16 @@ function SvgPower() {
|
|
|
4014
4029
|
|
|
4015
4030
|
// src/components/icon/available-icons/present.tsx
|
|
4016
4031
|
var import_gift = __toESM(require("@atlaskit/icon-lab/core/gift"));
|
|
4017
|
-
var
|
|
4032
|
+
var React221 = __toESM(require("react"));
|
|
4018
4033
|
function SvgPresent() {
|
|
4019
|
-
return /* @__PURE__ */
|
|
4034
|
+
return /* @__PURE__ */ React221.createElement(import_gift.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4020
4035
|
}
|
|
4021
4036
|
|
|
4022
4037
|
// src/components/icon/available-icons/presenter-mode.tsx
|
|
4023
4038
|
var import_presenter_mode2 = __toESM(require("@atlaskit/icon/core/presenter-mode"));
|
|
4024
|
-
var
|
|
4039
|
+
var React222 = __toESM(require("react"));
|
|
4025
4040
|
function SvgPresenterMode() {
|
|
4026
|
-
return /* @__PURE__ */
|
|
4041
|
+
return /* @__PURE__ */ React222.createElement(import_presenter_mode2.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4027
4042
|
}
|
|
4028
4043
|
|
|
4029
4044
|
// src/components/icon/available-icons/pronunciation.tsx
|
|
@@ -4035,16 +4050,16 @@ function SvgPronunciation() {
|
|
|
4035
4050
|
|
|
4036
4051
|
// src/components/icon/available-icons/public-off.tsx
|
|
4037
4052
|
var import_globe_strikethrough = __toESM(require("@atlaskit/icon-lab/core/globe-strikethrough"));
|
|
4038
|
-
var
|
|
4053
|
+
var React224 = __toESM(require("react"));
|
|
4039
4054
|
function SvgPublicOff() {
|
|
4040
|
-
return /* @__PURE__ */
|
|
4055
|
+
return /* @__PURE__ */ React224.createElement(import_globe_strikethrough.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4041
4056
|
}
|
|
4042
4057
|
|
|
4043
4058
|
// src/components/icon/available-icons/public-on.tsx
|
|
4044
4059
|
var import_globe2 = __toESM(require("@atlaskit/icon/core/globe"));
|
|
4045
|
-
var
|
|
4060
|
+
var React225 = __toESM(require("react"));
|
|
4046
4061
|
function SvgPublicOn() {
|
|
4047
|
-
return /* @__PURE__ */
|
|
4062
|
+
return /* @__PURE__ */ React225.createElement(import_globe2.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4048
4063
|
}
|
|
4049
4064
|
|
|
4050
4065
|
// src/components/icon/available-icons/publicon.tsx
|
|
@@ -4061,23 +4076,23 @@ var SvgPublicon = (props) => /* @__PURE__ */ import_react71.default.createElemen
|
|
|
4061
4076
|
|
|
4062
4077
|
// src/components/icon/available-icons/pull-request.tsx
|
|
4063
4078
|
var import_pull_request = __toESM(require("@atlaskit/icon/core/pull-request"));
|
|
4064
|
-
var
|
|
4079
|
+
var React227 = __toESM(require("react"));
|
|
4065
4080
|
function SvgPullRequest() {
|
|
4066
|
-
return /* @__PURE__ */
|
|
4081
|
+
return /* @__PURE__ */ React227.createElement(import_pull_request.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4067
4082
|
}
|
|
4068
4083
|
|
|
4069
4084
|
// src/components/icon/available-icons/quick-edit.tsx
|
|
4070
4085
|
var import_magic_wand = __toESM(require("@atlaskit/icon/core/magic-wand"));
|
|
4071
|
-
var
|
|
4086
|
+
var React228 = __toESM(require("react"));
|
|
4072
4087
|
function SvgQuickEdit() {
|
|
4073
|
-
return /* @__PURE__ */
|
|
4088
|
+
return /* @__PURE__ */ React228.createElement(import_magic_wand.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4074
4089
|
}
|
|
4075
4090
|
|
|
4076
4091
|
// src/components/icon/available-icons/record.tsx
|
|
4077
4092
|
var import_video_record = __toESM(require("@atlaskit/icon-lab/core/video-record"));
|
|
4078
|
-
var
|
|
4093
|
+
var React229 = __toESM(require("react"));
|
|
4079
4094
|
function SvgRecord() {
|
|
4080
|
-
return /* @__PURE__ */
|
|
4095
|
+
return /* @__PURE__ */ React229.createElement(import_video_record.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4081
4096
|
}
|
|
4082
4097
|
|
|
4083
4098
|
// src/components/icon/available-icons/redo.tsx
|
|
@@ -4102,16 +4117,16 @@ var SvgRedo = (props) => /* @__PURE__ */ import_react72.default.createElement("s
|
|
|
4102
4117
|
|
|
4103
4118
|
// src/components/icon/available-icons/redo-alt.tsx
|
|
4104
4119
|
var import_redo = __toESM(require("@atlaskit/icon/core/redo"));
|
|
4105
|
-
var
|
|
4120
|
+
var React231 = __toESM(require("react"));
|
|
4106
4121
|
function SvgRedoAlt() {
|
|
4107
|
-
return /* @__PURE__ */
|
|
4122
|
+
return /* @__PURE__ */ React231.createElement(import_redo.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4108
4123
|
}
|
|
4109
4124
|
|
|
4110
4125
|
// src/components/icon/available-icons/refresh.tsx
|
|
4111
4126
|
var import_refresh = __toESM(require("@atlaskit/icon/core/refresh"));
|
|
4112
|
-
var
|
|
4127
|
+
var React232 = __toESM(require("react"));
|
|
4113
4128
|
function SvgRefresh() {
|
|
4114
|
-
return /* @__PURE__ */
|
|
4129
|
+
return /* @__PURE__ */ React232.createElement(import_refresh.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4115
4130
|
}
|
|
4116
4131
|
|
|
4117
4132
|
// src/components/icon/available-icons/remove-circle-outline.tsx
|
|
@@ -4196,23 +4211,23 @@ var SvgReply = (props) => /* @__PURE__ */ import_react77.default.createElement("
|
|
|
4196
4211
|
|
|
4197
4212
|
// src/components/icon/available-icons/reply-left.tsx
|
|
4198
4213
|
var import_reply_left = __toESM(require("@atlaskit/icon-lab/core/reply-left"));
|
|
4199
|
-
var
|
|
4214
|
+
var React238 = __toESM(require("react"));
|
|
4200
4215
|
function SvgReplyLeft() {
|
|
4201
|
-
return /* @__PURE__ */
|
|
4216
|
+
return /* @__PURE__ */ React238.createElement(import_reply_left.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4202
4217
|
}
|
|
4203
4218
|
|
|
4204
4219
|
// src/components/icon/available-icons/reply-right.tsx
|
|
4205
4220
|
var import_reply_right = __toESM(require("@atlaskit/icon-lab/core/reply-right"));
|
|
4206
|
-
var
|
|
4221
|
+
var React239 = __toESM(require("react"));
|
|
4207
4222
|
function SvgReplyRight() {
|
|
4208
|
-
return /* @__PURE__ */
|
|
4223
|
+
return /* @__PURE__ */ React239.createElement(import_reply_right.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4209
4224
|
}
|
|
4210
4225
|
|
|
4211
4226
|
// src/components/icon/available-icons/rewind.tsx
|
|
4212
4227
|
var import_video_rewind_overlay = __toESM(require("@atlaskit/icon-lab/core/video-rewind-overlay"));
|
|
4213
|
-
var
|
|
4228
|
+
var React240 = __toESM(require("react"));
|
|
4214
4229
|
function SvgRewind() {
|
|
4215
|
-
return /* @__PURE__ */
|
|
4230
|
+
return /* @__PURE__ */ React240.createElement(import_video_rewind_overlay.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4216
4231
|
}
|
|
4217
4232
|
|
|
4218
4233
|
// src/components/icon/available-icons/rotate-left.tsx
|
|
@@ -4228,9 +4243,9 @@ var SvgRotateLeft = (props) => /* @__PURE__ */ import_react78.default.createElem
|
|
|
4228
4243
|
));
|
|
4229
4244
|
|
|
4230
4245
|
// src/components/icon/available-icons/safari-logo.tsx
|
|
4231
|
-
var
|
|
4246
|
+
var React242 = __toESM(require("react"));
|
|
4232
4247
|
function SvgSafariLogo(props) {
|
|
4233
|
-
return /* @__PURE__ */
|
|
4248
|
+
return /* @__PURE__ */ React242.createElement(
|
|
4234
4249
|
"svg",
|
|
4235
4250
|
__spreadValues({
|
|
4236
4251
|
width: "96",
|
|
@@ -4239,13 +4254,13 @@ function SvgSafariLogo(props) {
|
|
|
4239
4254
|
fill: "none",
|
|
4240
4255
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4241
4256
|
}, props),
|
|
4242
|
-
/* @__PURE__ */
|
|
4257
|
+
/* @__PURE__ */ React242.createElement("g", { clipPath: "url(#clip0_2_3913)" }, /* @__PURE__ */ React242.createElement("g", { opacity: "0.53", filter: "url(#filter0_f_2_3913)" }, /* @__PURE__ */ React242.createElement(
|
|
4243
4258
|
"path",
|
|
4244
4259
|
{
|
|
4245
4260
|
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",
|
|
4246
4261
|
fill: "black"
|
|
4247
4262
|
}
|
|
4248
|
-
)), /* @__PURE__ */
|
|
4263
|
+
)), /* @__PURE__ */ React242.createElement(
|
|
4249
4264
|
"path",
|
|
4250
4265
|
{
|
|
4251
4266
|
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",
|
|
@@ -4255,37 +4270,37 @@ function SvgSafariLogo(props) {
|
|
|
4255
4270
|
strokeLinecap: "round",
|
|
4256
4271
|
strokeLinejoin: "round"
|
|
4257
4272
|
}
|
|
4258
|
-
), /* @__PURE__ */
|
|
4273
|
+
), /* @__PURE__ */ React242.createElement(
|
|
4259
4274
|
"path",
|
|
4260
4275
|
{
|
|
4261
4276
|
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",
|
|
4262
4277
|
fill: "url(#paint1_radial_2_3913)"
|
|
4263
4278
|
}
|
|
4264
|
-
), /* @__PURE__ */
|
|
4279
|
+
), /* @__PURE__ */ React242.createElement(
|
|
4265
4280
|
"path",
|
|
4266
4281
|
{
|
|
4267
4282
|
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",
|
|
4268
4283
|
fill: "#F4F2F3"
|
|
4269
4284
|
}
|
|
4270
|
-
), /* @__PURE__ */
|
|
4285
|
+
), /* @__PURE__ */ React242.createElement("g", { opacity: "0.409", filter: "url(#filter1_f_2_3913)" }, /* @__PURE__ */ React242.createElement(
|
|
4271
4286
|
"path",
|
|
4272
4287
|
{
|
|
4273
4288
|
d: "M76.623 21.8018L43.2099 41.2149L22.0837 74.4734L52.9895 51.5818L76.623 21.8018Z",
|
|
4274
4289
|
fill: "black"
|
|
4275
4290
|
}
|
|
4276
|
-
)), /* @__PURE__ */
|
|
4291
|
+
)), /* @__PURE__ */ React242.createElement(
|
|
4277
4292
|
"path",
|
|
4278
4293
|
{
|
|
4279
4294
|
d: "M52.7887 51.2451L43.2114 41.2154L77.1857 18.3608L52.7887 51.2451Z",
|
|
4280
4295
|
fill: "#FF5150"
|
|
4281
4296
|
}
|
|
4282
|
-
), /* @__PURE__ */
|
|
4297
|
+
), /* @__PURE__ */ React242.createElement(
|
|
4283
4298
|
"path",
|
|
4284
4299
|
{
|
|
4285
4300
|
d: "M52.7887 51.245L43.2113 41.2153L18.8143 74.0996L52.7887 51.245Z",
|
|
4286
4301
|
fill: "#F1F1F1"
|
|
4287
4302
|
}
|
|
4288
|
-
), /* @__PURE__ */
|
|
4303
|
+
), /* @__PURE__ */ React242.createElement(
|
|
4289
4304
|
"path",
|
|
4290
4305
|
{
|
|
4291
4306
|
opacity: "0.243",
|
|
@@ -4293,7 +4308,7 @@ function SvgSafariLogo(props) {
|
|
|
4293
4308
|
fill: "black"
|
|
4294
4309
|
}
|
|
4295
4310
|
)),
|
|
4296
|
-
/* @__PURE__ */
|
|
4311
|
+
/* @__PURE__ */ React242.createElement("defs", null, /* @__PURE__ */ React242.createElement(
|
|
4297
4312
|
"filter",
|
|
4298
4313
|
{
|
|
4299
4314
|
id: "filter0_f_2_3913",
|
|
@@ -4304,8 +4319,8 @@ function SvgSafariLogo(props) {
|
|
|
4304
4319
|
filterUnits: "userSpaceOnUse",
|
|
4305
4320
|
colorInterpolationFilters: "sRGB"
|
|
4306
4321
|
},
|
|
4307
|
-
/* @__PURE__ */
|
|
4308
|
-
/* @__PURE__ */
|
|
4322
|
+
/* @__PURE__ */ React242.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
4323
|
+
/* @__PURE__ */ React242.createElement(
|
|
4309
4324
|
"feBlend",
|
|
4310
4325
|
{
|
|
4311
4326
|
mode: "normal",
|
|
@@ -4314,14 +4329,14 @@ function SvgSafariLogo(props) {
|
|
|
4314
4329
|
result: "shape"
|
|
4315
4330
|
}
|
|
4316
4331
|
),
|
|
4317
|
-
/* @__PURE__ */
|
|
4332
|
+
/* @__PURE__ */ React242.createElement(
|
|
4318
4333
|
"feGaussianBlur",
|
|
4319
4334
|
{
|
|
4320
4335
|
stdDeviation: "2.475",
|
|
4321
4336
|
result: "effect1_foregroundBlur_2_3913"
|
|
4322
4337
|
}
|
|
4323
4338
|
)
|
|
4324
|
-
), /* @__PURE__ */
|
|
4339
|
+
), /* @__PURE__ */ React242.createElement(
|
|
4325
4340
|
"filter",
|
|
4326
4341
|
{
|
|
4327
4342
|
id: "filter1_f_2_3913",
|
|
@@ -4332,8 +4347,8 @@ function SvgSafariLogo(props) {
|
|
|
4332
4347
|
filterUnits: "userSpaceOnUse",
|
|
4333
4348
|
colorInterpolationFilters: "sRGB"
|
|
4334
4349
|
},
|
|
4335
|
-
/* @__PURE__ */
|
|
4336
|
-
/* @__PURE__ */
|
|
4350
|
+
/* @__PURE__ */ React242.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
4351
|
+
/* @__PURE__ */ React242.createElement(
|
|
4337
4352
|
"feBlend",
|
|
4338
4353
|
{
|
|
4339
4354
|
mode: "normal",
|
|
@@ -4342,14 +4357,14 @@ function SvgSafariLogo(props) {
|
|
|
4342
4357
|
result: "shape"
|
|
4343
4358
|
}
|
|
4344
4359
|
),
|
|
4345
|
-
/* @__PURE__ */
|
|
4360
|
+
/* @__PURE__ */ React242.createElement(
|
|
4346
4361
|
"feGaussianBlur",
|
|
4347
4362
|
{
|
|
4348
4363
|
stdDeviation: "1.27242",
|
|
4349
4364
|
result: "effect1_foregroundBlur_2_3913"
|
|
4350
4365
|
}
|
|
4351
4366
|
)
|
|
4352
|
-
), /* @__PURE__ */
|
|
4367
|
+
), /* @__PURE__ */ React242.createElement(
|
|
4353
4368
|
"linearGradient",
|
|
4354
4369
|
{
|
|
4355
4370
|
id: "paint0_linear_2_3913",
|
|
@@ -4359,9 +4374,9 @@ function SvgSafariLogo(props) {
|
|
|
4359
4374
|
y2: "0.780279",
|
|
4360
4375
|
gradientUnits: "userSpaceOnUse"
|
|
4361
4376
|
},
|
|
4362
|
-
/* @__PURE__ */
|
|
4363
|
-
/* @__PURE__ */
|
|
4364
|
-
), /* @__PURE__ */
|
|
4377
|
+
/* @__PURE__ */ React242.createElement("stop", { stopColor: "#BDBDBD" }),
|
|
4378
|
+
/* @__PURE__ */ React242.createElement("stop", { offset: "1", stopColor: "white" })
|
|
4379
|
+
), /* @__PURE__ */ React242.createElement(
|
|
4365
4380
|
"radialGradient",
|
|
4366
4381
|
{
|
|
4367
4382
|
id: "paint1_radial_2_3913",
|
|
@@ -4371,12 +4386,12 @@ function SvgSafariLogo(props) {
|
|
|
4371
4386
|
gradientUnits: "userSpaceOnUse",
|
|
4372
4387
|
gradientTransform: "translate(48.1888 40.1224) scale(45.4496 45.4495)"
|
|
4373
4388
|
},
|
|
4374
|
-
/* @__PURE__ */
|
|
4375
|
-
/* @__PURE__ */
|
|
4376
|
-
/* @__PURE__ */
|
|
4377
|
-
/* @__PURE__ */
|
|
4378
|
-
/* @__PURE__ */
|
|
4379
|
-
), /* @__PURE__ */
|
|
4389
|
+
/* @__PURE__ */ React242.createElement("stop", { stopColor: "#06C2E7" }),
|
|
4390
|
+
/* @__PURE__ */ React242.createElement("stop", { offset: "0.25", stopColor: "#0DB8EC" }),
|
|
4391
|
+
/* @__PURE__ */ React242.createElement("stop", { offset: "0.5", stopColor: "#12AEF1" }),
|
|
4392
|
+
/* @__PURE__ */ React242.createElement("stop", { offset: "0.75", stopColor: "#1F86F9" }),
|
|
4393
|
+
/* @__PURE__ */ React242.createElement("stop", { offset: "1", stopColor: "#107DDD" })
|
|
4394
|
+
), /* @__PURE__ */ React242.createElement("clipPath", { id: "clip0_2_3913" }, /* @__PURE__ */ React242.createElement(
|
|
4380
4395
|
"rect",
|
|
4381
4396
|
{
|
|
4382
4397
|
width: "96",
|
|
@@ -4466,9 +4481,9 @@ var import_react81 = __toESM(require("react"));
|
|
|
4466
4481
|
var SvgSchool = () => /* @__PURE__ */ import_react81.default.createElement(import_glasses.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4467
4482
|
|
|
4468
4483
|
// src/components/icon/available-icons/scissors.tsx
|
|
4469
|
-
var
|
|
4484
|
+
var React246 = __toESM(require("react"));
|
|
4470
4485
|
function SvgScissors() {
|
|
4471
|
-
return /* @__PURE__ */
|
|
4486
|
+
return /* @__PURE__ */ React246.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React246.createElement("svg", { viewBox: "0 0 24 24" }, /* @__PURE__ */ React246.createElement(
|
|
4472
4487
|
"path",
|
|
4473
4488
|
{
|
|
4474
4489
|
fillRule: "evenodd",
|
|
@@ -4476,7 +4491,7 @@ function SvgScissors() {
|
|
|
4476
4491
|
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",
|
|
4477
4492
|
fill: "currentColor"
|
|
4478
4493
|
}
|
|
4479
|
-
), /* @__PURE__ */
|
|
4494
|
+
), /* @__PURE__ */ React246.createElement(
|
|
4480
4495
|
"path",
|
|
4481
4496
|
{
|
|
4482
4497
|
d: "M15.2621 13.3305L13.1522 14.6603L21.1509 19.7016L22.3506 17.7981L15.2621 13.3305Z",
|
|
@@ -4487,23 +4502,23 @@ function SvgScissors() {
|
|
|
4487
4502
|
|
|
4488
4503
|
// src/components/icon/available-icons/screen-cam.tsx
|
|
4489
4504
|
var import_screen_record = __toESM(require("@atlaskit/icon-lab/core/screen-record"));
|
|
4490
|
-
var
|
|
4505
|
+
var React247 = __toESM(require("react"));
|
|
4491
4506
|
function SvgScreenCam() {
|
|
4492
|
-
return /* @__PURE__ */
|
|
4507
|
+
return /* @__PURE__ */ React247.createElement(import_screen_record.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4493
4508
|
}
|
|
4494
4509
|
|
|
4495
4510
|
// src/components/icon/available-icons/search.tsx
|
|
4496
4511
|
var import_search = __toESM(require("@atlaskit/icon/core/search"));
|
|
4497
|
-
var
|
|
4512
|
+
var React248 = __toESM(require("react"));
|
|
4498
4513
|
function SvgSearch() {
|
|
4499
|
-
return /* @__PURE__ */
|
|
4514
|
+
return /* @__PURE__ */ React248.createElement(import_search.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4500
4515
|
}
|
|
4501
4516
|
|
|
4502
4517
|
// src/components/icon/available-icons/send.tsx
|
|
4503
4518
|
var import_send = __toESM(require("@atlaskit/icon/core/send"));
|
|
4504
|
-
var
|
|
4519
|
+
var React249 = __toESM(require("react"));
|
|
4505
4520
|
function SvgSend() {
|
|
4506
|
-
return /* @__PURE__ */
|
|
4521
|
+
return /* @__PURE__ */ React249.createElement(import_send.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4507
4522
|
}
|
|
4508
4523
|
|
|
4509
4524
|
// src/components/icon/available-icons/sentiment-dissatisfied.tsx
|
|
@@ -4532,15 +4547,15 @@ var SvgSentimentSatisfied = (props) => /* @__PURE__ */ import_react83.default.cr
|
|
|
4532
4547
|
|
|
4533
4548
|
// src/components/icon/available-icons/settings.tsx
|
|
4534
4549
|
var import_settings = __toESM(require("@atlaskit/icon/core/settings"));
|
|
4535
|
-
var
|
|
4550
|
+
var React252 = __toESM(require("react"));
|
|
4536
4551
|
function SvgSettings() {
|
|
4537
|
-
return /* @__PURE__ */
|
|
4552
|
+
return /* @__PURE__ */ React252.createElement(import_settings.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4538
4553
|
}
|
|
4539
4554
|
|
|
4540
4555
|
// src/components/icon/available-icons/share.tsx
|
|
4541
|
-
var
|
|
4556
|
+
var React253 = __toESM(require("react"));
|
|
4542
4557
|
function SvgShare(props) {
|
|
4543
|
-
return /* @__PURE__ */
|
|
4558
|
+
return /* @__PURE__ */ React253.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React253.createElement(
|
|
4544
4559
|
"path",
|
|
4545
4560
|
{
|
|
4546
4561
|
fillRule: "evenodd",
|
|
@@ -4563,40 +4578,40 @@ var SvgShowChart = (props) => /* @__PURE__ */ import_react84.default.createEleme
|
|
|
4563
4578
|
|
|
4564
4579
|
// src/components/icon/available-icons/silence-removal.tsx
|
|
4565
4580
|
var import_ai_generative_remove_silence = __toESM(require("@atlaskit/icon-lab/core/ai-generative-remove-silence"));
|
|
4566
|
-
var
|
|
4581
|
+
var React255 = __toESM(require("react"));
|
|
4567
4582
|
function SvgSilenceRemoval() {
|
|
4568
|
-
return /* @__PURE__ */
|
|
4583
|
+
return /* @__PURE__ */ React255.createElement(import_ai_generative_remove_silence.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4569
4584
|
}
|
|
4570
4585
|
|
|
4571
4586
|
// src/components/icon/available-icons/skip-back.tsx
|
|
4572
4587
|
var import_video_previous = __toESM(require("@atlaskit/icon/core/video-previous"));
|
|
4573
|
-
var
|
|
4588
|
+
var React256 = __toESM(require("react"));
|
|
4574
4589
|
function SvgSkipBack() {
|
|
4575
|
-
return /* @__PURE__ */
|
|
4590
|
+
return /* @__PURE__ */ React256.createElement(import_video_previous.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4576
4591
|
}
|
|
4577
4592
|
|
|
4578
4593
|
// src/components/icon/available-icons/slack.tsx
|
|
4579
|
-
var
|
|
4594
|
+
var React257 = __toESM(require("react"));
|
|
4580
4595
|
function SvgSlack(props) {
|
|
4581
|
-
return /* @__PURE__ */
|
|
4596
|
+
return /* @__PURE__ */ React257.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React257.createElement(
|
|
4582
4597
|
"path",
|
|
4583
4598
|
{
|
|
4584
4599
|
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",
|
|
4585
4600
|
fill: "#E01E5A"
|
|
4586
4601
|
}
|
|
4587
|
-
), /* @__PURE__ */
|
|
4602
|
+
), /* @__PURE__ */ React257.createElement(
|
|
4588
4603
|
"path",
|
|
4589
4604
|
{
|
|
4590
4605
|
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",
|
|
4591
4606
|
fill: "#36C5F0"
|
|
4592
4607
|
}
|
|
4593
|
-
), /* @__PURE__ */
|
|
4608
|
+
), /* @__PURE__ */ React257.createElement(
|
|
4594
4609
|
"path",
|
|
4595
4610
|
{
|
|
4596
4611
|
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",
|
|
4597
4612
|
fill: "#2EB67D"
|
|
4598
4613
|
}
|
|
4599
|
-
), /* @__PURE__ */
|
|
4614
|
+
), /* @__PURE__ */ React257.createElement(
|
|
4600
4615
|
"path",
|
|
4601
4616
|
{
|
|
4602
4617
|
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",
|
|
@@ -4607,15 +4622,15 @@ function SvgSlack(props) {
|
|
|
4607
4622
|
|
|
4608
4623
|
// src/components/icon/available-icons/smile.tsx
|
|
4609
4624
|
var import_emoji = __toESM(require("@atlaskit/icon/core/emoji"));
|
|
4610
|
-
var
|
|
4625
|
+
var React258 = __toESM(require("react"));
|
|
4611
4626
|
function SvgSmile() {
|
|
4612
|
-
return /* @__PURE__ */
|
|
4627
|
+
return /* @__PURE__ */ React258.createElement(import_emoji.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4613
4628
|
}
|
|
4614
4629
|
|
|
4615
4630
|
// src/components/icon/available-icons/smile-alt.tsx
|
|
4616
|
-
var
|
|
4631
|
+
var React259 = __toESM(require("react"));
|
|
4617
4632
|
function SvgSmileAlt(props) {
|
|
4618
|
-
return /* @__PURE__ */
|
|
4633
|
+
return /* @__PURE__ */ React259.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React259.createElement(
|
|
4619
4634
|
"path",
|
|
4620
4635
|
{
|
|
4621
4636
|
fillRule: "evenodd",
|
|
@@ -4623,7 +4638,7 @@ function SvgSmileAlt(props) {
|
|
|
4623
4638
|
d: "M12 5a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1118 0 9 9 0 01-18 0z",
|
|
4624
4639
|
fill: "currentColor"
|
|
4625
4640
|
}
|
|
4626
|
-
), /* @__PURE__ */
|
|
4641
|
+
), /* @__PURE__ */ React259.createElement(
|
|
4627
4642
|
"path",
|
|
4628
4643
|
{
|
|
4629
4644
|
fillRule: "evenodd",
|
|
@@ -4636,16 +4651,16 @@ function SvgSmileAlt(props) {
|
|
|
4636
4651
|
|
|
4637
4652
|
// src/components/icon/available-icons/smile-select.tsx
|
|
4638
4653
|
var import_emoji_add = __toESM(require("@atlaskit/icon/core/emoji-add"));
|
|
4639
|
-
var
|
|
4654
|
+
var React260 = __toESM(require("react"));
|
|
4640
4655
|
function SvgSmileSelect() {
|
|
4641
|
-
return /* @__PURE__ */
|
|
4656
|
+
return /* @__PURE__ */ React260.createElement(import_emoji_add.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4642
4657
|
}
|
|
4643
4658
|
|
|
4644
4659
|
// src/components/icon/available-icons/square.tsx
|
|
4645
4660
|
var import_shape_rectangle_rounded = __toESM(require("@atlaskit/icon-lab/core/shape-rectangle-rounded"));
|
|
4646
|
-
var
|
|
4661
|
+
var React261 = __toESM(require("react"));
|
|
4647
4662
|
function SvgSquare() {
|
|
4648
|
-
return /* @__PURE__ */
|
|
4663
|
+
return /* @__PURE__ */ React261.createElement(import_shape_rectangle_rounded.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4649
4664
|
}
|
|
4650
4665
|
|
|
4651
4666
|
// src/components/icon/available-icons/sparkle.tsx
|
|
@@ -4655,29 +4670,29 @@ var SvgSparkle = () => /* @__PURE__ */ import_react85.default.createElement(impo
|
|
|
4655
4670
|
|
|
4656
4671
|
// src/components/icon/available-icons/speed-fast.tsx
|
|
4657
4672
|
var import_speedometer_right = __toESM(require("@atlaskit/icon-lab/core/speedometer-right"));
|
|
4658
|
-
var
|
|
4673
|
+
var React263 = __toESM(require("react"));
|
|
4659
4674
|
function SvgSpeedFast() {
|
|
4660
|
-
return /* @__PURE__ */
|
|
4675
|
+
return /* @__PURE__ */ React263.createElement(import_speedometer_right.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4661
4676
|
}
|
|
4662
4677
|
|
|
4663
4678
|
// src/components/icon/available-icons/speed-medium.tsx
|
|
4664
4679
|
var import_speedometer_up = __toESM(require("@atlaskit/icon-lab/core/speedometer-up"));
|
|
4665
|
-
var
|
|
4680
|
+
var React264 = __toESM(require("react"));
|
|
4666
4681
|
function SvgSpeedMedium() {
|
|
4667
|
-
return /* @__PURE__ */
|
|
4682
|
+
return /* @__PURE__ */ React264.createElement(import_speedometer_up.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4668
4683
|
}
|
|
4669
4684
|
|
|
4670
4685
|
// src/components/icon/available-icons/speed-slow.tsx
|
|
4671
4686
|
var import_speedometer_left = __toESM(require("@atlaskit/icon-lab/core/speedometer-left"));
|
|
4672
|
-
var
|
|
4687
|
+
var React265 = __toESM(require("react"));
|
|
4673
4688
|
function SvgSpeedSlow() {
|
|
4674
|
-
return /* @__PURE__ */
|
|
4689
|
+
return /* @__PURE__ */ React265.createElement(import_speedometer_left.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4675
4690
|
}
|
|
4676
4691
|
|
|
4677
4692
|
// src/components/icon/available-icons/speed-x-fast.tsx
|
|
4678
|
-
var
|
|
4693
|
+
var React266 = __toESM(require("react"));
|
|
4679
4694
|
function SvgSpeedXFast(props) {
|
|
4680
|
-
return /* @__PURE__ */
|
|
4695
|
+
return /* @__PURE__ */ React266.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React266.createElement(
|
|
4681
4696
|
"path",
|
|
4682
4697
|
{
|
|
4683
4698
|
clipRule: "evenodd",
|
|
@@ -4689,9 +4704,9 @@ function SvgSpeedXFast(props) {
|
|
|
4689
4704
|
}
|
|
4690
4705
|
|
|
4691
4706
|
// src/components/icon/available-icons/speed-x-slow.tsx
|
|
4692
|
-
var
|
|
4707
|
+
var React267 = __toESM(require("react"));
|
|
4693
4708
|
function SvgSpeedXSlow(props) {
|
|
4694
|
-
return /* @__PURE__ */
|
|
4709
|
+
return /* @__PURE__ */ React267.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React267.createElement(
|
|
4695
4710
|
"path",
|
|
4696
4711
|
{
|
|
4697
4712
|
clipRule: "evenodd",
|
|
@@ -4704,37 +4719,37 @@ function SvgSpeedXSlow(props) {
|
|
|
4704
4719
|
|
|
4705
4720
|
// src/components/icon/available-icons/split.tsx
|
|
4706
4721
|
var import_video_timeline_clip_split = __toESM(require("@atlaskit/icon-lab/core/video-timeline-clip-split"));
|
|
4707
|
-
var
|
|
4722
|
+
var React268 = __toESM(require("react"));
|
|
4708
4723
|
function SvgSplit() {
|
|
4709
|
-
return /* @__PURE__ */
|
|
4724
|
+
return /* @__PURE__ */ React268.createElement(import_video_timeline_clip_split.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4710
4725
|
}
|
|
4711
4726
|
|
|
4712
4727
|
// src/components/icon/available-icons/star.tsx
|
|
4713
4728
|
var import_star_starred = __toESM(require("@atlaskit/icon/core/star-starred"));
|
|
4714
|
-
var
|
|
4729
|
+
var React269 = __toESM(require("react"));
|
|
4715
4730
|
function SvgStar() {
|
|
4716
|
-
return /* @__PURE__ */
|
|
4731
|
+
return /* @__PURE__ */ React269.createElement(import_star_starred.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4717
4732
|
}
|
|
4718
4733
|
|
|
4719
4734
|
// src/components/icon/available-icons/star-outline.tsx
|
|
4720
4735
|
var import_star_unstarred = __toESM(require("@atlaskit/icon/core/star-unstarred"));
|
|
4721
|
-
var
|
|
4736
|
+
var React270 = __toESM(require("react"));
|
|
4722
4737
|
function SvgStarOutline() {
|
|
4723
|
-
return /* @__PURE__ */
|
|
4738
|
+
return /* @__PURE__ */ React270.createElement(import_star_unstarred.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4724
4739
|
}
|
|
4725
4740
|
|
|
4726
4741
|
// src/components/icon/available-icons/stop.tsx
|
|
4727
4742
|
var import_video_stop_overlay = __toESM(require("@atlaskit/icon/core/video-stop-overlay"));
|
|
4728
|
-
var
|
|
4743
|
+
var React271 = __toESM(require("react"));
|
|
4729
4744
|
function SvgStop() {
|
|
4730
|
-
return /* @__PURE__ */
|
|
4745
|
+
return /* @__PURE__ */ React271.createElement(import_video_stop_overlay.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4731
4746
|
}
|
|
4732
4747
|
|
|
4733
4748
|
// src/components/icon/available-icons/sun.tsx
|
|
4734
4749
|
var import_theme2 = __toESM(require("@atlaskit/icon/core/theme"));
|
|
4735
|
-
var
|
|
4750
|
+
var React272 = __toESM(require("react"));
|
|
4736
4751
|
function SvgSun() {
|
|
4737
|
-
return /* @__PURE__ */
|
|
4752
|
+
return /* @__PURE__ */ React272.createElement(import_theme2.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4738
4753
|
}
|
|
4739
4754
|
|
|
4740
4755
|
// src/components/icon/available-icons/tag-faces.tsx
|
|
@@ -4788,9 +4803,9 @@ var SvgTask = (props) => /* @__PURE__ */ import_react87.default.createElement("s
|
|
|
4788
4803
|
|
|
4789
4804
|
// src/components/icon/available-icons/text.tsx
|
|
4790
4805
|
var import_text = __toESM(require("@atlaskit/icon/core/text"));
|
|
4791
|
-
var
|
|
4806
|
+
var React275 = __toESM(require("react"));
|
|
4792
4807
|
function SvgText() {
|
|
4793
|
-
return /* @__PURE__ */
|
|
4808
|
+
return /* @__PURE__ */ React275.createElement(import_text.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4794
4809
|
}
|
|
4795
4810
|
|
|
4796
4811
|
// src/components/icon/available-icons/thumbs-down.tsx
|
|
@@ -4821,16 +4836,16 @@ var SvgThumbsUp = () => /* @__PURE__ */ import_react89.default.createElement("sv
|
|
|
4821
4836
|
|
|
4822
4837
|
// src/components/icon/available-icons/timeline-editor.tsx
|
|
4823
4838
|
var import_video_timeline_editor = __toESM(require("@atlaskit/icon-lab/core/video-timeline-editor"));
|
|
4824
|
-
var
|
|
4839
|
+
var React278 = __toESM(require("react"));
|
|
4825
4840
|
function SvgTimelineEditor() {
|
|
4826
|
-
return /* @__PURE__ */
|
|
4841
|
+
return /* @__PURE__ */ React278.createElement(import_video_timeline_editor.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4827
4842
|
}
|
|
4828
4843
|
|
|
4829
4844
|
// src/components/icon/available-icons/timer.tsx
|
|
4830
4845
|
var import_stopwatch = __toESM(require("@atlaskit/icon/core/stopwatch"));
|
|
4831
|
-
var
|
|
4846
|
+
var React279 = __toESM(require("react"));
|
|
4832
4847
|
function SvgTimer() {
|
|
4833
|
-
return /* @__PURE__ */
|
|
4848
|
+
return /* @__PURE__ */ React279.createElement(import_stopwatch.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4834
4849
|
}
|
|
4835
4850
|
|
|
4836
4851
|
// src/components/icon/available-icons/touch-app.tsx
|
|
@@ -4854,15 +4869,15 @@ function SvgTranscript() {
|
|
|
4854
4869
|
|
|
4855
4870
|
// src/components/icon/available-icons/trash.tsx
|
|
4856
4871
|
var import_delete = __toESM(require("@atlaskit/icon/core/delete"));
|
|
4857
|
-
var
|
|
4872
|
+
var React282 = __toESM(require("react"));
|
|
4858
4873
|
function SvgTrash() {
|
|
4859
|
-
return /* @__PURE__ */
|
|
4874
|
+
return /* @__PURE__ */ React282.createElement(import_delete.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4860
4875
|
}
|
|
4861
4876
|
|
|
4862
4877
|
// src/components/icon/available-icons/trash-forever.tsx
|
|
4863
|
-
var
|
|
4878
|
+
var React283 = __toESM(require("react"));
|
|
4864
4879
|
function SvgTrashForever(props) {
|
|
4865
|
-
return /* @__PURE__ */
|
|
4880
|
+
return /* @__PURE__ */ React283.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React283.createElement(
|
|
4866
4881
|
"path",
|
|
4867
4882
|
{
|
|
4868
4883
|
fillRule: "evenodd",
|
|
@@ -4870,7 +4885,7 @@ function SvgTrashForever(props) {
|
|
|
4870
4885
|
d: "M4 7.2a1 1 0 011-1h14.4a1 1 0 110 2H5a1 1 0 01-1-1z",
|
|
4871
4886
|
fill: "currentColor"
|
|
4872
4887
|
}
|
|
4873
|
-
), /* @__PURE__ */
|
|
4888
|
+
), /* @__PURE__ */ React283.createElement(
|
|
4874
4889
|
"path",
|
|
4875
4890
|
{
|
|
4876
4891
|
fillRule: "evenodd",
|
|
@@ -4878,7 +4893,7 @@ function SvgTrashForever(props) {
|
|
|
4878
4893
|
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",
|
|
4879
4894
|
fill: "currentColor"
|
|
4880
4895
|
}
|
|
4881
|
-
), /* @__PURE__ */
|
|
4896
|
+
), /* @__PURE__ */ React283.createElement(
|
|
4882
4897
|
"path",
|
|
4883
4898
|
{
|
|
4884
4899
|
fillRule: "evenodd",
|
|
@@ -4886,7 +4901,7 @@ function SvgTrashForever(props) {
|
|
|
4886
4901
|
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",
|
|
4887
4902
|
fill: "currentColor"
|
|
4888
4903
|
}
|
|
4889
|
-
), /* @__PURE__ */
|
|
4904
|
+
), /* @__PURE__ */ React283.createElement(
|
|
4890
4905
|
"path",
|
|
4891
4906
|
{
|
|
4892
4907
|
fillRule: "evenodd",
|
|
@@ -4898,16 +4913,16 @@ function SvgTrashForever(props) {
|
|
|
4898
4913
|
}
|
|
4899
4914
|
|
|
4900
4915
|
// src/components/icon/available-icons/trello-neutral.tsx
|
|
4901
|
-
var
|
|
4916
|
+
var React284 = __toESM(require("react"));
|
|
4902
4917
|
function SvgTrelloNeutral(props) {
|
|
4903
|
-
return /* @__PURE__ */
|
|
4918
|
+
return /* @__PURE__ */ React284.createElement(
|
|
4904
4919
|
"svg",
|
|
4905
4920
|
__spreadValues({
|
|
4906
4921
|
viewBox: "0 0 24 24",
|
|
4907
4922
|
fill: "none",
|
|
4908
4923
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4909
4924
|
}, props),
|
|
4910
|
-
/* @__PURE__ */
|
|
4925
|
+
/* @__PURE__ */ React284.createElement(
|
|
4911
4926
|
"path",
|
|
4912
4927
|
{
|
|
4913
4928
|
fillRule: "evenodd",
|
|
@@ -4926,65 +4941,65 @@ var SvgTune = () => /* @__PURE__ */ import_react92.default.createElement(import_
|
|
|
4926
4941
|
|
|
4927
4942
|
// src/components/icon/available-icons/underline.tsx
|
|
4928
4943
|
var import_text_underline = __toESM(require("@atlaskit/icon/core/text-underline"));
|
|
4929
|
-
var
|
|
4944
|
+
var React286 = __toESM(require("react"));
|
|
4930
4945
|
function SvgUnderline() {
|
|
4931
|
-
return /* @__PURE__ */
|
|
4946
|
+
return /* @__PURE__ */ React286.createElement(import_text_underline.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4932
4947
|
}
|
|
4933
4948
|
|
|
4934
4949
|
// src/components/icon/available-icons/undo.tsx
|
|
4935
4950
|
var import_undo = __toESM(require("@atlaskit/icon/core/undo"));
|
|
4936
|
-
var
|
|
4951
|
+
var React287 = __toESM(require("react"));
|
|
4937
4952
|
function SvgUndo() {
|
|
4938
|
-
return /* @__PURE__ */
|
|
4953
|
+
return /* @__PURE__ */ React287.createElement(import_undo.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4939
4954
|
}
|
|
4940
4955
|
|
|
4941
4956
|
// src/components/icon/available-icons/undo-alt.tsx
|
|
4942
4957
|
var import_undo2 = __toESM(require("@atlaskit/icon/core/undo"));
|
|
4943
|
-
var
|
|
4958
|
+
var React288 = __toESM(require("react"));
|
|
4944
4959
|
function SvgUndoAlt() {
|
|
4945
|
-
return /* @__PURE__ */
|
|
4960
|
+
return /* @__PURE__ */ React288.createElement(import_undo2.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4946
4961
|
}
|
|
4947
4962
|
|
|
4948
4963
|
// src/components/icon/available-icons/upload.tsx
|
|
4949
4964
|
var import_upload = __toESM(require("@atlaskit/icon/core/upload"));
|
|
4950
|
-
var
|
|
4965
|
+
var React289 = __toESM(require("react"));
|
|
4951
4966
|
function SvgUpload() {
|
|
4952
|
-
return /* @__PURE__ */
|
|
4967
|
+
return /* @__PURE__ */ React289.createElement(import_upload.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4953
4968
|
}
|
|
4954
4969
|
|
|
4955
4970
|
// src/components/icon/available-icons/user.tsx
|
|
4956
4971
|
var import_person = __toESM(require("@atlaskit/icon/core/person"));
|
|
4957
|
-
var
|
|
4972
|
+
var React290 = __toESM(require("react"));
|
|
4958
4973
|
function SvgUser() {
|
|
4959
|
-
return /* @__PURE__ */
|
|
4974
|
+
return /* @__PURE__ */ React290.createElement(import_person.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4960
4975
|
}
|
|
4961
4976
|
|
|
4962
4977
|
// src/components/icon/available-icons/users.tsx
|
|
4963
4978
|
var import_people_group = __toESM(require("@atlaskit/icon/core/people-group"));
|
|
4964
|
-
var
|
|
4979
|
+
var React291 = __toESM(require("react"));
|
|
4965
4980
|
function SvgUsers() {
|
|
4966
|
-
return /* @__PURE__ */
|
|
4981
|
+
return /* @__PURE__ */ React291.createElement(import_people_group.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4967
4982
|
}
|
|
4968
4983
|
|
|
4969
4984
|
// src/components/icon/available-icons/users-add.tsx
|
|
4970
4985
|
var import_person_add = __toESM(require("@atlaskit/icon/core/person-add"));
|
|
4971
|
-
var
|
|
4986
|
+
var React292 = __toESM(require("react"));
|
|
4972
4987
|
function SvgUsersAdd() {
|
|
4973
|
-
return /* @__PURE__ */
|
|
4988
|
+
return /* @__PURE__ */ React292.createElement(import_person_add.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4974
4989
|
}
|
|
4975
4990
|
|
|
4976
4991
|
// src/components/icon/available-icons/variables.tsx
|
|
4977
4992
|
var import_variable = __toESM(require("@atlaskit/icon-lab/core/variable"));
|
|
4978
|
-
var
|
|
4993
|
+
var React293 = __toESM(require("react"));
|
|
4979
4994
|
function SvgVariables() {
|
|
4980
|
-
return /* @__PURE__ */
|
|
4995
|
+
return /* @__PURE__ */ React293.createElement(import_variable.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4981
4996
|
}
|
|
4982
4997
|
|
|
4983
4998
|
// src/components/icon/available-icons/version-control.tsx
|
|
4984
4999
|
var import_history = __toESM(require("@atlaskit/icon-lab/core/history"));
|
|
4985
|
-
var
|
|
5000
|
+
var React294 = __toESM(require("react"));
|
|
4986
5001
|
function SvgVersionControl() {
|
|
4987
|
-
return /* @__PURE__ */
|
|
5002
|
+
return /* @__PURE__ */ React294.createElement(import_history.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4988
5003
|
}
|
|
4989
5004
|
|
|
4990
5005
|
// src/components/icon/available-icons/vertical-align-bottom.tsx
|
|
@@ -5001,9 +5016,9 @@ var SvgVerticalAlignBottom = (props) => /* @__PURE__ */ import_react93.default.c
|
|
|
5001
5016
|
|
|
5002
5017
|
// src/components/icon/available-icons/video-cam.tsx
|
|
5003
5018
|
var import_video = __toESM(require("@atlaskit/icon/core/video"));
|
|
5004
|
-
var
|
|
5019
|
+
var React296 = __toESM(require("react"));
|
|
5005
5020
|
function SvgVideoCam() {
|
|
5006
|
-
return /* @__PURE__ */
|
|
5021
|
+
return /* @__PURE__ */ React296.createElement(import_video.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5007
5022
|
}
|
|
5008
5023
|
|
|
5009
5024
|
// src/components/icon/available-icons/videocam.tsx
|
|
@@ -5030,16 +5045,16 @@ var SvgVideocamOff = (props) => /* @__PURE__ */ import_react95.default.createEle
|
|
|
5030
5045
|
|
|
5031
5046
|
// src/components/icon/available-icons/video-library.tsx
|
|
5032
5047
|
var import_library = __toESM(require("@atlaskit/icon/core/library"));
|
|
5033
|
-
var
|
|
5048
|
+
var React299 = __toESM(require("react"));
|
|
5034
5049
|
function SvgVideoLibrary() {
|
|
5035
|
-
return /* @__PURE__ */
|
|
5050
|
+
return /* @__PURE__ */ React299.createElement(import_library.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5036
5051
|
}
|
|
5037
5052
|
|
|
5038
5053
|
// src/components/icon/available-icons/video-off.tsx
|
|
5039
5054
|
var import_video_strikethrough = __toESM(require("@atlaskit/icon-lab/core/video-strikethrough"));
|
|
5040
|
-
var
|
|
5055
|
+
var React300 = __toESM(require("react"));
|
|
5041
5056
|
function SvgVideoOff() {
|
|
5042
|
-
return /* @__PURE__ */
|
|
5057
|
+
return /* @__PURE__ */ React300.createElement(import_video_strikethrough.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5043
5058
|
}
|
|
5044
5059
|
|
|
5045
5060
|
// src/components/icon/available-icons/view-list.tsx
|
|
@@ -5056,16 +5071,16 @@ var SvgViewList = (props) => /* @__PURE__ */ import_react96.default.createElemen
|
|
|
5056
5071
|
|
|
5057
5072
|
// src/components/icon/available-icons/volume1.tsx
|
|
5058
5073
|
var import_volume_low = __toESM(require("@atlaskit/icon/core/volume-low"));
|
|
5059
|
-
var
|
|
5074
|
+
var React302 = __toESM(require("react"));
|
|
5060
5075
|
function SvgVolume1() {
|
|
5061
|
-
return /* @__PURE__ */
|
|
5076
|
+
return /* @__PURE__ */ React302.createElement(import_volume_low.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5062
5077
|
}
|
|
5063
5078
|
|
|
5064
5079
|
// src/components/icon/available-icons/volume2.tsx
|
|
5065
5080
|
var import_volume_high = __toESM(require("@atlaskit/icon/core/volume-high"));
|
|
5066
|
-
var
|
|
5081
|
+
var React303 = __toESM(require("react"));
|
|
5067
5082
|
function SvgVolume2() {
|
|
5068
|
-
return /* @__PURE__ */
|
|
5083
|
+
return /* @__PURE__ */ React303.createElement(import_volume_high.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5069
5084
|
}
|
|
5070
5085
|
|
|
5071
5086
|
// src/components/icon/available-icons/volume-down.tsx
|
|
@@ -5116,9 +5131,9 @@ var SvgVolumeUp = (props) => /* @__PURE__ */ import_react100.default.createEleme
|
|
|
5116
5131
|
|
|
5117
5132
|
// src/components/icon/available-icons/volume-x.tsx
|
|
5118
5133
|
var import_volume_muted = __toESM(require("@atlaskit/icon/core/volume-muted"));
|
|
5119
|
-
var
|
|
5134
|
+
var React308 = __toESM(require("react"));
|
|
5120
5135
|
function SvgVolumeX() {
|
|
5121
|
-
return /* @__PURE__ */
|
|
5136
|
+
return /* @__PURE__ */ React308.createElement(import_volume_muted.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5122
5137
|
}
|
|
5123
5138
|
|
|
5124
5139
|
// src/components/icon/available-icons/warning-alert.tsx
|
|
@@ -5147,50 +5162,50 @@ var SvgWarningAmber = (props) => /* @__PURE__ */ import_react102.default.createE
|
|
|
5147
5162
|
|
|
5148
5163
|
// src/components/icon/available-icons/watch-later.tsx
|
|
5149
5164
|
var import_story = __toESM(require("@atlaskit/icon/core/story"));
|
|
5150
|
-
var
|
|
5165
|
+
var React311 = __toESM(require("react"));
|
|
5151
5166
|
function SvgWatchLater() {
|
|
5152
|
-
return /* @__PURE__ */
|
|
5167
|
+
return /* @__PURE__ */ React311.createElement(import_story.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5153
5168
|
}
|
|
5154
5169
|
|
|
5155
5170
|
// src/components/icon/available-icons/watch-later-added.tsx
|
|
5156
5171
|
var import_video_watch_later_saved = __toESM(require("@atlaskit/icon-lab/core/video-watch-later-saved"));
|
|
5157
|
-
var
|
|
5172
|
+
var React312 = __toESM(require("react"));
|
|
5158
5173
|
function SvgWatchLaterAdded() {
|
|
5159
|
-
return /* @__PURE__ */
|
|
5174
|
+
return /* @__PURE__ */ React312.createElement(import_video_watch_later_saved.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5160
5175
|
}
|
|
5161
5176
|
|
|
5162
5177
|
// src/components/icon/available-icons/watch-later-remove.tsx
|
|
5163
5178
|
var import_video_watch_later_remove = __toESM(require("@atlaskit/icon-lab/core/video-watch-later-remove"));
|
|
5164
|
-
var
|
|
5179
|
+
var React313 = __toESM(require("react"));
|
|
5165
5180
|
function SvgWatchLaterRemove() {
|
|
5166
|
-
return /* @__PURE__ */
|
|
5181
|
+
return /* @__PURE__ */ React313.createElement(import_video_watch_later_remove.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5167
5182
|
}
|
|
5168
5183
|
|
|
5169
5184
|
// src/components/icon/available-icons/waveform.tsx
|
|
5170
5185
|
var import_audio_waveform = __toESM(require("@atlaskit/icon-lab/core/audio-waveform"));
|
|
5171
|
-
var
|
|
5186
|
+
var React314 = __toESM(require("react"));
|
|
5172
5187
|
function SvgWaveform() {
|
|
5173
|
-
return /* @__PURE__ */
|
|
5188
|
+
return /* @__PURE__ */ React314.createElement(import_audio_waveform.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5174
5189
|
}
|
|
5175
5190
|
|
|
5176
5191
|
// src/components/icon/available-icons/window.tsx
|
|
5177
5192
|
var import_template = __toESM(require("@atlaskit/icon-lab/core/template"));
|
|
5178
|
-
var
|
|
5193
|
+
var React315 = __toESM(require("react"));
|
|
5179
5194
|
function SvgWindow() {
|
|
5180
|
-
return /* @__PURE__ */
|
|
5195
|
+
return /* @__PURE__ */ React315.createElement(import_template.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5181
5196
|
}
|
|
5182
5197
|
|
|
5183
5198
|
// src/components/icon/available-icons/windows.tsx
|
|
5184
|
-
var
|
|
5199
|
+
var React316 = __toESM(require("react"));
|
|
5185
5200
|
function SvgWindows(props) {
|
|
5186
|
-
return /* @__PURE__ */
|
|
5201
|
+
return /* @__PURE__ */ React316.createElement(
|
|
5187
5202
|
"svg",
|
|
5188
5203
|
__spreadValues({
|
|
5189
5204
|
viewBox: "0 0 24 24",
|
|
5190
5205
|
fill: "none",
|
|
5191
5206
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5192
5207
|
}, props),
|
|
5193
|
-
/* @__PURE__ */
|
|
5208
|
+
/* @__PURE__ */ React316.createElement(
|
|
5194
5209
|
"path",
|
|
5195
5210
|
{
|
|
5196
5211
|
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",
|
|
@@ -5202,29 +5217,29 @@ function SvgWindows(props) {
|
|
|
5202
5217
|
|
|
5203
5218
|
// src/components/icon/available-icons/write-document.tsx
|
|
5204
5219
|
var import_page = __toESM(require("@atlaskit/icon/core/page"));
|
|
5205
|
-
var
|
|
5220
|
+
var React317 = __toESM(require("react"));
|
|
5206
5221
|
function SvgWriteDocument() {
|
|
5207
|
-
return /* @__PURE__ */
|
|
5222
|
+
return /* @__PURE__ */ React317.createElement(import_page.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5208
5223
|
}
|
|
5209
5224
|
|
|
5210
5225
|
// src/components/icon/available-icons/write-message.tsx
|
|
5211
5226
|
var import_email2 = __toESM(require("@atlaskit/icon/core/email"));
|
|
5212
|
-
var
|
|
5227
|
+
var React318 = __toESM(require("react"));
|
|
5213
5228
|
function SvgWriteMessage() {
|
|
5214
|
-
return /* @__PURE__ */
|
|
5229
|
+
return /* @__PURE__ */ React318.createElement(import_email2.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5215
5230
|
}
|
|
5216
5231
|
|
|
5217
5232
|
// src/components/icon/available-icons/x-circle.tsx
|
|
5218
5233
|
var import_cross_circle = __toESM(require("@atlaskit/icon/core/cross-circle"));
|
|
5219
|
-
var
|
|
5234
|
+
var React319 = __toESM(require("react"));
|
|
5220
5235
|
function SvgXCircle() {
|
|
5221
|
-
return /* @__PURE__ */
|
|
5236
|
+
return /* @__PURE__ */ React319.createElement(import_cross_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5222
5237
|
}
|
|
5223
5238
|
|
|
5224
5239
|
// src/components/icon/available-icons/zap.tsx
|
|
5225
|
-
var
|
|
5240
|
+
var React320 = __toESM(require("react"));
|
|
5226
5241
|
function SvgZap(props) {
|
|
5227
|
-
return /* @__PURE__ */
|
|
5242
|
+
return /* @__PURE__ */ React320.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React320.createElement(
|
|
5228
5243
|
"path",
|
|
5229
5244
|
{
|
|
5230
5245
|
fillRule: "evenodd",
|
|
@@ -5237,34 +5252,34 @@ function SvgZap(props) {
|
|
|
5237
5252
|
|
|
5238
5253
|
// src/components/icon/available-icons/zap-outline.tsx
|
|
5239
5254
|
var import_automation = __toESM(require("@atlaskit/icon/core/automation"));
|
|
5240
|
-
var
|
|
5255
|
+
var React321 = __toESM(require("react"));
|
|
5241
5256
|
function SvgZapOutline() {
|
|
5242
|
-
return /* @__PURE__ */
|
|
5257
|
+
return /* @__PURE__ */ React321.createElement(import_automation.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5243
5258
|
}
|
|
5244
5259
|
|
|
5245
5260
|
// src/components/icon/available-icons/zoom-in.tsx
|
|
5246
5261
|
var import_zoom_in = __toESM(require("@atlaskit/icon/core/zoom-in"));
|
|
5247
|
-
var
|
|
5262
|
+
var React322 = __toESM(require("react"));
|
|
5248
5263
|
function SvgZoomIn() {
|
|
5249
|
-
return /* @__PURE__ */
|
|
5264
|
+
return /* @__PURE__ */ React322.createElement(import_zoom_in.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5250
5265
|
}
|
|
5251
5266
|
|
|
5252
5267
|
// src/components/icon/available-icons/zoom-logo.tsx
|
|
5253
|
-
var
|
|
5268
|
+
var React323 = __toESM(require("react"));
|
|
5254
5269
|
function SvgZoomLogo(props) {
|
|
5255
|
-
return /* @__PURE__ */
|
|
5270
|
+
return /* @__PURE__ */ React323.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React323.createElement(
|
|
5256
5271
|
"path",
|
|
5257
5272
|
{
|
|
5258
5273
|
fill: "url(#a)",
|
|
5259
5274
|
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"
|
|
5260
5275
|
}
|
|
5261
|
-
), /* @__PURE__ */
|
|
5276
|
+
), /* @__PURE__ */ React323.createElement(
|
|
5262
5277
|
"path",
|
|
5263
5278
|
{
|
|
5264
5279
|
fill: "#fff",
|
|
5265
5280
|
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"
|
|
5266
5281
|
}
|
|
5267
|
-
), /* @__PURE__ */
|
|
5282
|
+
), /* @__PURE__ */ React323.createElement("defs", null, /* @__PURE__ */ React323.createElement(
|
|
5268
5283
|
"linearGradient",
|
|
5269
5284
|
{
|
|
5270
5285
|
id: "a",
|
|
@@ -5274,16 +5289,16 @@ function SvgZoomLogo(props) {
|
|
|
5274
5289
|
y2: 2.878,
|
|
5275
5290
|
gradientUnits: "userSpaceOnUse"
|
|
5276
5291
|
},
|
|
5277
|
-
/* @__PURE__ */
|
|
5278
|
-
/* @__PURE__ */
|
|
5279
|
-
/* @__PURE__ */
|
|
5292
|
+
/* @__PURE__ */ React323.createElement("stop", { stopColor: "#0845BF" }),
|
|
5293
|
+
/* @__PURE__ */ React323.createElement("stop", { offset: 0.6, stopColor: "#0B5CFF" }),
|
|
5294
|
+
/* @__PURE__ */ React323.createElement("stop", { offset: 1, stopColor: "#4F90EE" })
|
|
5280
5295
|
)));
|
|
5281
5296
|
}
|
|
5282
5297
|
|
|
5283
5298
|
// src/components/icon/available-icons/zoom-out.tsx
|
|
5284
5299
|
var import_zoom_out = __toESM(require("@atlaskit/icon/core/zoom-out"));
|
|
5285
|
-
var
|
|
5300
|
+
var React324 = __toESM(require("react"));
|
|
5286
5301
|
function SvgZoomOut() {
|
|
5287
|
-
return /* @__PURE__ */
|
|
5302
|
+
return /* @__PURE__ */ React324.createElement(import_zoom_out.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5288
5303
|
}
|
|
5289
5304
|
//# sourceMappingURL=index.js.map
|