@loomhq/lens 12.12.4 → 12.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/icons/diagram-symbol-decision.js +45 -0
- package/dist/cjs/icons/diagram-symbol-decision.js.map +7 -0
- package/dist/cjs/icons/index.js +669 -656
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/index.js +162 -60
- package/dist/cjs/index.js.map +4 -4
- package/dist/esm/icons/chunk-VG3SGXWL.js +16 -0
- package/dist/esm/icons/chunk-VG3SGXWL.js.map +7 -0
- package/dist/esm/icons/diagram-symbol-decision.js +8 -0
- package/dist/esm/icons/diagram-symbol-decision.js.map +7 -0
- package/dist/esm/icons/index.js +63 -59
- package/dist/esm/index.js +191 -89
- package/dist/esm/index.js.map +4 -4
- package/dist/types/icons/diagram-symbol-decision.d.ts +3 -0
- package/dist/types/icons/diagram-symbol-decision.d.ts.map +1 -0
- package/dist/types/icons/index.d.ts +1 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/src/components/container/container.d.ts +1 -1
- package/dist/types/src/components/container/container.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/diagram-symbol-decision.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/diagram-symbol-decision.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts +1 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/types/src/components/index.d.ts +1 -1
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/components/menu/menu.d.ts +2 -1
- package/dist/types/src/components/menu/menu.d.ts.map +1 -1
- package/dist/types/src/components/modal/modal.d.ts +3 -1
- package/dist/types/src/components/modal/modal.d.ts.map +1 -1
- package/dist/types/src/components/search-bar/search-bar.d.ts.map +1 -1
- package/dist/types/src/components/select/select.d.ts +22 -3
- package/dist/types/src/components/select/select.d.ts.map +1 -1
- package/dist/types/src/components/skeleton/skeleton.d.ts +1 -1
- package/dist/types/src/components/skeleton/skeleton.d.ts.map +1 -1
- package/dist/types/src/components/text/text.d.ts +7 -1
- package/dist/types/src/components/text/text.d.ts.map +1 -1
- package/dist/types/src/components/tooltip/tooltip.d.ts.map +1 -1
- package/package.json +5 -5
package/dist/cjs/icons/index.js
CHANGED
|
@@ -156,6 +156,7 @@ __export(index_exports, {
|
|
|
156
156
|
SvgDelete: () => SvgDelete,
|
|
157
157
|
SvgDeleteForever: () => SvgDeleteForever,
|
|
158
158
|
SvgDesktopMac: () => SvgDesktopMac,
|
|
159
|
+
SvgDiagramSymbolDecision: () => SvgDiagramSymbolDecision,
|
|
159
160
|
SvgDomain: () => SvgDomain,
|
|
160
161
|
SvgDownload: () => SvgDownload,
|
|
161
162
|
SvgEdgeLogo: () => SvgEdgeLogo,
|
|
@@ -1716,24 +1717,36 @@ function SvgDesktopMac() {
|
|
|
1716
1717
|
return /* @__PURE__ */ React107.createElement(import_screen.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1717
1718
|
}
|
|
1718
1719
|
|
|
1720
|
+
// src/components/icon/available-icons/diagram-symbol-decision.tsx
|
|
1721
|
+
var React108 = __toESM(require("react"));
|
|
1722
|
+
function SvgDiagramSymbolDecision() {
|
|
1723
|
+
return /* @__PURE__ */ React108.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React108.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, /* @__PURE__ */ React108.createElement(
|
|
1724
|
+
"path",
|
|
1725
|
+
{
|
|
1726
|
+
d: "M7.13181 0.316373C7.63597 -0.0950409 8.36398 -0.0950409 8.86814 0.316373L8.97263 0.410123L15.5888 7.02633L15.6826 7.13083C16.094 7.63499 16.094 8.36299 15.6826 8.86715L15.5888 8.97165L8.97263 15.5879C8.46913 16.0913 7.67186 16.1223 7.13181 15.6816L7.02731 15.5879L0.411104 8.97165C-0.125804 8.43469 -0.125804 7.56329 0.411104 7.02633L7.02731 0.410123L7.13181 0.316373ZM1.56149 7.99899L7.99997 14.4375L14.4384 7.99899L7.99997 1.56051L1.56149 7.99899Z",
|
|
1727
|
+
fill: "#6B6E76"
|
|
1728
|
+
}
|
|
1729
|
+
)));
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1719
1732
|
// src/components/icon/available-icons/domain.tsx
|
|
1720
1733
|
var import_office_building = __toESM(require("@atlaskit/icon/core/office-building"));
|
|
1721
|
-
var
|
|
1734
|
+
var React109 = __toESM(require("react"));
|
|
1722
1735
|
function SvgDomain() {
|
|
1723
|
-
return /* @__PURE__ */
|
|
1736
|
+
return /* @__PURE__ */ React109.createElement(import_office_building.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1724
1737
|
}
|
|
1725
1738
|
|
|
1726
1739
|
// src/components/icon/available-icons/download.tsx
|
|
1727
1740
|
var import_download = __toESM(require("@atlaskit/icon/core/download"));
|
|
1728
|
-
var
|
|
1741
|
+
var React110 = __toESM(require("react"));
|
|
1729
1742
|
function SvgDownload() {
|
|
1730
|
-
return /* @__PURE__ */
|
|
1743
|
+
return /* @__PURE__ */ React110.createElement(import_download.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1731
1744
|
}
|
|
1732
1745
|
|
|
1733
1746
|
// src/components/icon/available-icons/edge-logo.tsx
|
|
1734
|
-
var
|
|
1747
|
+
var React111 = __toESM(require("react"));
|
|
1735
1748
|
function SvgEdgeLogo(props) {
|
|
1736
|
-
return /* @__PURE__ */
|
|
1749
|
+
return /* @__PURE__ */ React111.createElement(
|
|
1737
1750
|
"svg",
|
|
1738
1751
|
__spreadValues({
|
|
1739
1752
|
width: "96",
|
|
@@ -1742,46 +1755,46 @@ function SvgEdgeLogo(props) {
|
|
|
1742
1755
|
fill: "none",
|
|
1743
1756
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1744
1757
|
}, props),
|
|
1745
|
-
/* @__PURE__ */
|
|
1758
|
+
/* @__PURE__ */ React111.createElement("g", { clipPath: "url(#clip0_2_3904)" }, /* @__PURE__ */ React111.createElement(
|
|
1746
1759
|
"path",
|
|
1747
1760
|
{
|
|
1748
1761
|
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",
|
|
1749
1762
|
fill: "url(#paint0_linear_2_3904)"
|
|
1750
1763
|
}
|
|
1751
|
-
), /* @__PURE__ */
|
|
1764
|
+
), /* @__PURE__ */ React111.createElement(
|
|
1752
1765
|
"path",
|
|
1753
1766
|
{
|
|
1754
1767
|
opacity: "0.35",
|
|
1755
1768
|
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",
|
|
1756
1769
|
fill: "url(#paint1_radial_2_3904)"
|
|
1757
1770
|
}
|
|
1758
|
-
), /* @__PURE__ */
|
|
1771
|
+
), /* @__PURE__ */ React111.createElement(
|
|
1759
1772
|
"path",
|
|
1760
1773
|
{
|
|
1761
1774
|
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",
|
|
1762
1775
|
fill: "url(#paint2_linear_2_3904)"
|
|
1763
1776
|
}
|
|
1764
|
-
), /* @__PURE__ */
|
|
1777
|
+
), /* @__PURE__ */ React111.createElement(
|
|
1765
1778
|
"path",
|
|
1766
1779
|
{
|
|
1767
1780
|
opacity: "0.41",
|
|
1768
1781
|
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",
|
|
1769
1782
|
fill: "url(#paint3_radial_2_3904)"
|
|
1770
1783
|
}
|
|
1771
|
-
), /* @__PURE__ */
|
|
1784
|
+
), /* @__PURE__ */ React111.createElement(
|
|
1772
1785
|
"path",
|
|
1773
1786
|
{
|
|
1774
1787
|
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",
|
|
1775
1788
|
fill: "url(#paint4_radial_2_3904)"
|
|
1776
1789
|
}
|
|
1777
|
-
), /* @__PURE__ */
|
|
1790
|
+
), /* @__PURE__ */ React111.createElement(
|
|
1778
1791
|
"path",
|
|
1779
1792
|
{
|
|
1780
1793
|
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",
|
|
1781
1794
|
fill: "url(#paint5_radial_2_3904)"
|
|
1782
1795
|
}
|
|
1783
1796
|
)),
|
|
1784
|
-
/* @__PURE__ */
|
|
1797
|
+
/* @__PURE__ */ React111.createElement("defs", null, /* @__PURE__ */ React111.createElement(
|
|
1785
1798
|
"linearGradient",
|
|
1786
1799
|
{
|
|
1787
1800
|
id: "paint0_linear_2_3904",
|
|
@@ -1791,9 +1804,9 @@ function SvgEdgeLogo(props) {
|
|
|
1791
1804
|
y2: "66.8109",
|
|
1792
1805
|
gradientUnits: "userSpaceOnUse"
|
|
1793
1806
|
},
|
|
1794
|
-
/* @__PURE__ */
|
|
1795
|
-
/* @__PURE__ */
|
|
1796
|
-
), /* @__PURE__ */
|
|
1807
|
+
/* @__PURE__ */ React111.createElement("stop", { stopColor: "#0C59A4" }),
|
|
1808
|
+
/* @__PURE__ */ React111.createElement("stop", { offset: "1", stopColor: "#114A8B" })
|
|
1809
|
+
), /* @__PURE__ */ React111.createElement(
|
|
1797
1810
|
"radialGradient",
|
|
1798
1811
|
{
|
|
1799
1812
|
id: "paint1_radial_2_3904",
|
|
@@ -1803,10 +1816,10 @@ function SvgEdgeLogo(props) {
|
|
|
1803
1816
|
gradientUnits: "userSpaceOnUse",
|
|
1804
1817
|
gradientTransform: "translate(58.95 67.3153) scale(35.775 33.9863)"
|
|
1805
1818
|
},
|
|
1806
|
-
/* @__PURE__ */
|
|
1807
|
-
/* @__PURE__ */
|
|
1808
|
-
/* @__PURE__ */
|
|
1809
|
-
), /* @__PURE__ */
|
|
1819
|
+
/* @__PURE__ */ React111.createElement("stop", { offset: "0.7", stopOpacity: "0" }),
|
|
1820
|
+
/* @__PURE__ */ React111.createElement("stop", { offset: "0.9", stopOpacity: "0.5" }),
|
|
1821
|
+
/* @__PURE__ */ React111.createElement("stop", { offset: "1" })
|
|
1822
|
+
), /* @__PURE__ */ React111.createElement(
|
|
1810
1823
|
"linearGradient",
|
|
1811
1824
|
{
|
|
1812
1825
|
id: "paint2_linear_2_3904",
|
|
@@ -1816,11 +1829,11 @@ function SvgEdgeLogo(props) {
|
|
|
1816
1829
|
y2: "83.2734",
|
|
1817
1830
|
gradientUnits: "userSpaceOnUse"
|
|
1818
1831
|
},
|
|
1819
|
-
/* @__PURE__ */
|
|
1820
|
-
/* @__PURE__ */
|
|
1821
|
-
/* @__PURE__ */
|
|
1822
|
-
/* @__PURE__ */
|
|
1823
|
-
), /* @__PURE__ */
|
|
1832
|
+
/* @__PURE__ */ React111.createElement("stop", { stopColor: "#1B9DE2" }),
|
|
1833
|
+
/* @__PURE__ */ React111.createElement("stop", { offset: "0.2", stopColor: "#1595DF" }),
|
|
1834
|
+
/* @__PURE__ */ React111.createElement("stop", { offset: "0.7", stopColor: "#0680D7" }),
|
|
1835
|
+
/* @__PURE__ */ React111.createElement("stop", { offset: "1", stopColor: "#0078D4" })
|
|
1836
|
+
), /* @__PURE__ */ React111.createElement(
|
|
1824
1837
|
"radialGradient",
|
|
1825
1838
|
{
|
|
1826
1839
|
id: "paint3_radial_2_3904",
|
|
@@ -1830,10 +1843,10 @@ function SvgEdgeLogo(props) {
|
|
|
1830
1843
|
gradientUnits: "userSpaceOnUse",
|
|
1831
1844
|
gradientTransform: "translate(26.4581 75.0373) rotate(-81.3844) scale(53.7698 43.4406)"
|
|
1832
1845
|
},
|
|
1833
|
-
/* @__PURE__ */
|
|
1834
|
-
/* @__PURE__ */
|
|
1835
|
-
/* @__PURE__ */
|
|
1836
|
-
), /* @__PURE__ */
|
|
1846
|
+
/* @__PURE__ */ React111.createElement("stop", { offset: "0.8", stopOpacity: "0" }),
|
|
1847
|
+
/* @__PURE__ */ React111.createElement("stop", { offset: "0.9", stopOpacity: "0.5" }),
|
|
1848
|
+
/* @__PURE__ */ React111.createElement("stop", { offset: "1" })
|
|
1849
|
+
), /* @__PURE__ */ React111.createElement(
|
|
1837
1850
|
"radialGradient",
|
|
1838
1851
|
{
|
|
1839
1852
|
id: "paint4_radial_2_3904",
|
|
@@ -1843,12 +1856,12 @@ function SvgEdgeLogo(props) {
|
|
|
1843
1856
|
gradientUnits: "userSpaceOnUse",
|
|
1844
1857
|
gradientTransform: "translate(9.70875 18.1794) rotate(92.2906) scale(75.9607 161.781)"
|
|
1845
1858
|
},
|
|
1846
|
-
/* @__PURE__ */
|
|
1847
|
-
/* @__PURE__ */
|
|
1848
|
-
/* @__PURE__ */
|
|
1849
|
-
/* @__PURE__ */
|
|
1850
|
-
/* @__PURE__ */
|
|
1851
|
-
), /* @__PURE__ */
|
|
1859
|
+
/* @__PURE__ */ React111.createElement("stop", { stopColor: "#35C1F1" }),
|
|
1860
|
+
/* @__PURE__ */ React111.createElement("stop", { offset: "0.1", stopColor: "#34C1ED" }),
|
|
1861
|
+
/* @__PURE__ */ React111.createElement("stop", { offset: "0.2", stopColor: "#2FC2DF" }),
|
|
1862
|
+
/* @__PURE__ */ React111.createElement("stop", { offset: "0.3", stopColor: "#2BC3D2" }),
|
|
1863
|
+
/* @__PURE__ */ React111.createElement("stop", { offset: "0.7", stopColor: "#36C752" })
|
|
1864
|
+
), /* @__PURE__ */ React111.createElement(
|
|
1852
1865
|
"radialGradient",
|
|
1853
1866
|
{
|
|
1854
1867
|
id: "paint5_radial_2_3904",
|
|
@@ -1858,9 +1871,9 @@ function SvgEdgeLogo(props) {
|
|
|
1858
1871
|
gradientUnits: "userSpaceOnUse",
|
|
1859
1872
|
gradientTransform: "translate(90.0225 29.4234) rotate(73.7398) scale(36.4875 29.6716)"
|
|
1860
1873
|
},
|
|
1861
|
-
/* @__PURE__ */
|
|
1862
|
-
/* @__PURE__ */
|
|
1863
|
-
), /* @__PURE__ */
|
|
1874
|
+
/* @__PURE__ */ React111.createElement("stop", { stopColor: "#66EB6E" }),
|
|
1875
|
+
/* @__PURE__ */ React111.createElement("stop", { offset: "1", stopColor: "#66EB6E", stopOpacity: "0" })
|
|
1876
|
+
), /* @__PURE__ */ React111.createElement("clipPath", { id: "clip0_2_3904" }, /* @__PURE__ */ React111.createElement(
|
|
1864
1877
|
"rect",
|
|
1865
1878
|
{
|
|
1866
1879
|
width: "96",
|
|
@@ -1874,16 +1887,16 @@ function SvgEdgeLogo(props) {
|
|
|
1874
1887
|
|
|
1875
1888
|
// src/components/icon/available-icons/edit.tsx
|
|
1876
1889
|
var import_edit = __toESM(require("@atlaskit/icon/core/edit"));
|
|
1877
|
-
var
|
|
1890
|
+
var React112 = __toESM(require("react"));
|
|
1878
1891
|
function SvgEdit() {
|
|
1879
|
-
return /* @__PURE__ */
|
|
1892
|
+
return /* @__PURE__ */ React112.createElement(import_edit.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1880
1893
|
}
|
|
1881
1894
|
|
|
1882
1895
|
// src/components/icon/available-icons/editions.tsx
|
|
1883
1896
|
var import_editions = __toESM(require("@atlaskit/icon-lab/core/editions"));
|
|
1884
|
-
var
|
|
1897
|
+
var React113 = __toESM(require("react"));
|
|
1885
1898
|
function SvgEditions(props) {
|
|
1886
|
-
return /* @__PURE__ */
|
|
1899
|
+
return /* @__PURE__ */ React113.createElement(
|
|
1887
1900
|
import_editions.default,
|
|
1888
1901
|
{
|
|
1889
1902
|
label: "",
|
|
@@ -1895,9 +1908,9 @@ function SvgEditions(props) {
|
|
|
1895
1908
|
|
|
1896
1909
|
// src/components/icon/available-icons/edit-border.tsx
|
|
1897
1910
|
var import_pencil = __toESM(require("@atlaskit/icon-lab/core/pencil"));
|
|
1898
|
-
var
|
|
1911
|
+
var React114 = __toESM(require("react"));
|
|
1899
1912
|
function SvgEditBorder() {
|
|
1900
|
-
return /* @__PURE__ */
|
|
1913
|
+
return /* @__PURE__ */ React114.createElement(import_pencil.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1901
1914
|
}
|
|
1902
1915
|
|
|
1903
1916
|
// src/components/icon/available-icons/exit-to-app.tsx
|
|
@@ -1931,43 +1944,43 @@ var SvgExpandReplies = () => /* @__PURE__ */ import_react37.default.createElemen
|
|
|
1931
1944
|
|
|
1932
1945
|
// src/components/icon/available-icons/extension.tsx
|
|
1933
1946
|
var import_browser_extension = __toESM(require("@atlaskit/icon-lab/core/browser-extension"));
|
|
1934
|
-
var
|
|
1947
|
+
var React118 = __toESM(require("react"));
|
|
1935
1948
|
function SvgExtension() {
|
|
1936
|
-
return /* @__PURE__ */
|
|
1949
|
+
return /* @__PURE__ */ React118.createElement(import_browser_extension.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1937
1950
|
}
|
|
1938
1951
|
|
|
1939
1952
|
// src/components/icon/available-icons/external-link.tsx
|
|
1940
1953
|
var import_link_external = __toESM(require("@atlaskit/icon/core/link-external"));
|
|
1941
|
-
var
|
|
1954
|
+
var React119 = __toESM(require("react"));
|
|
1942
1955
|
function SvgExternalLink() {
|
|
1943
|
-
return /* @__PURE__ */
|
|
1956
|
+
return /* @__PURE__ */ React119.createElement(import_link_external.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1944
1957
|
}
|
|
1945
1958
|
|
|
1946
1959
|
// src/components/icon/available-icons/eye.tsx
|
|
1947
1960
|
var import_eye_open = __toESM(require("@atlaskit/icon/core/eye-open"));
|
|
1948
|
-
var
|
|
1961
|
+
var React120 = __toESM(require("react"));
|
|
1949
1962
|
function SvgEye() {
|
|
1950
|
-
return /* @__PURE__ */
|
|
1963
|
+
return /* @__PURE__ */ React120.createElement(import_eye_open.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1951
1964
|
}
|
|
1952
1965
|
|
|
1953
1966
|
// src/components/icon/available-icons/eye-off.tsx
|
|
1954
1967
|
var import_eye_open_strikethrough = __toESM(require("@atlaskit/icon/core/eye-open-strikethrough"));
|
|
1955
|
-
var
|
|
1968
|
+
var React121 = __toESM(require("react"));
|
|
1956
1969
|
function SvgEyeOff() {
|
|
1957
|
-
return /* @__PURE__ */
|
|
1970
|
+
return /* @__PURE__ */ React121.createElement(import_eye_open_strikethrough.default, { label: "", testId: "ads-refreshed-icon" });
|
|
1958
1971
|
}
|
|
1959
1972
|
|
|
1960
1973
|
// src/components/icon/available-icons/facebook.tsx
|
|
1961
|
-
var
|
|
1974
|
+
var React122 = __toESM(require("react"));
|
|
1962
1975
|
function SvgFacebook(props) {
|
|
1963
|
-
return /* @__PURE__ */
|
|
1976
|
+
return /* @__PURE__ */ React122.createElement(
|
|
1964
1977
|
"svg",
|
|
1965
1978
|
__spreadProps(__spreadValues({}, props), {
|
|
1966
1979
|
viewBox: "0 0 24 24",
|
|
1967
1980
|
fill: "none",
|
|
1968
1981
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1969
1982
|
}),
|
|
1970
|
-
/* @__PURE__ */
|
|
1983
|
+
/* @__PURE__ */ React122.createElement(
|
|
1971
1984
|
"path",
|
|
1972
1985
|
{
|
|
1973
1986
|
fillRule: "evenodd",
|
|
@@ -1976,7 +1989,7 @@ function SvgFacebook(props) {
|
|
|
1976
1989
|
fill: "#0866FF"
|
|
1977
1990
|
}
|
|
1978
1991
|
),
|
|
1979
|
-
/* @__PURE__ */
|
|
1992
|
+
/* @__PURE__ */ React122.createElement(
|
|
1980
1993
|
"path",
|
|
1981
1994
|
{
|
|
1982
1995
|
fillRule: "evenodd",
|
|
@@ -1994,15 +2007,15 @@ var SvgFiberManualRecord = (props) => /* @__PURE__ */ import_react38.default.cre
|
|
|
1994
2007
|
|
|
1995
2008
|
// src/components/icon/available-icons/filler-word-removal.tsx
|
|
1996
2009
|
var import_ai_generative_remove = __toESM(require("@atlaskit/icon-lab/core/ai-generative-remove"));
|
|
1997
|
-
var
|
|
2010
|
+
var React124 = __toESM(require("react"));
|
|
1998
2011
|
function SvgFillerWordRemoval() {
|
|
1999
|
-
return /* @__PURE__ */
|
|
2012
|
+
return /* @__PURE__ */ React124.createElement(import_ai_generative_remove.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2000
2013
|
}
|
|
2001
2014
|
|
|
2002
2015
|
// src/components/icon/available-icons/firefox-logo.tsx
|
|
2003
|
-
var
|
|
2016
|
+
var React125 = __toESM(require("react"));
|
|
2004
2017
|
function SvgFirefoxLogo(props) {
|
|
2005
|
-
return /* @__PURE__ */
|
|
2018
|
+
return /* @__PURE__ */ React125.createElement(
|
|
2006
2019
|
"svg",
|
|
2007
2020
|
__spreadValues({
|
|
2008
2021
|
width: "96",
|
|
@@ -2011,92 +2024,92 @@ function SvgFirefoxLogo(props) {
|
|
|
2011
2024
|
fill: "none",
|
|
2012
2025
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2013
2026
|
}, props),
|
|
2014
|
-
/* @__PURE__ */
|
|
2027
|
+
/* @__PURE__ */ React125.createElement("g", { clipPath: "url(#clip0_2_3887)" }, /* @__PURE__ */ React125.createElement(
|
|
2015
2028
|
"path",
|
|
2016
2029
|
{
|
|
2017
2030
|
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",
|
|
2018
2031
|
fill: "url(#paint0_radial_2_3887)"
|
|
2019
2032
|
}
|
|
2020
|
-
), /* @__PURE__ */
|
|
2033
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2021
2034
|
"path",
|
|
2022
2035
|
{
|
|
2023
2036
|
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",
|
|
2024
2037
|
fill: "url(#paint1_radial_2_3887)"
|
|
2025
2038
|
}
|
|
2026
|
-
), /* @__PURE__ */
|
|
2039
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2027
2040
|
"path",
|
|
2028
2041
|
{
|
|
2029
2042
|
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",
|
|
2030
2043
|
fill: "url(#paint2_linear_2_3887)"
|
|
2031
2044
|
}
|
|
2032
|
-
), /* @__PURE__ */
|
|
2045
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2033
2046
|
"path",
|
|
2034
2047
|
{
|
|
2035
2048
|
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",
|
|
2036
2049
|
fill: "url(#paint3_radial_2_3887)"
|
|
2037
2050
|
}
|
|
2038
|
-
), /* @__PURE__ */
|
|
2051
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2039
2052
|
"path",
|
|
2040
2053
|
{
|
|
2041
2054
|
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",
|
|
2042
2055
|
fill: "url(#paint4_radial_2_3887)"
|
|
2043
2056
|
}
|
|
2044
|
-
), /* @__PURE__ */
|
|
2057
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2045
2058
|
"path",
|
|
2046
2059
|
{
|
|
2047
2060
|
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",
|
|
2048
2061
|
fill: "url(#paint5_radial_2_3887)"
|
|
2049
2062
|
}
|
|
2050
|
-
), /* @__PURE__ */
|
|
2063
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2051
2064
|
"path",
|
|
2052
2065
|
{
|
|
2053
2066
|
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",
|
|
2054
2067
|
fill: "url(#paint6_radial_2_3887)"
|
|
2055
2068
|
}
|
|
2056
|
-
), /* @__PURE__ */
|
|
2069
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2057
2070
|
"path",
|
|
2058
2071
|
{
|
|
2059
2072
|
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",
|
|
2060
2073
|
fill: "url(#paint7_radial_2_3887)"
|
|
2061
2074
|
}
|
|
2062
|
-
), /* @__PURE__ */
|
|
2075
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2063
2076
|
"path",
|
|
2064
2077
|
{
|
|
2065
2078
|
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",
|
|
2066
2079
|
fill: "url(#paint8_linear_2_3887)"
|
|
2067
2080
|
}
|
|
2068
|
-
), /* @__PURE__ */
|
|
2081
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2069
2082
|
"path",
|
|
2070
2083
|
{
|
|
2071
2084
|
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",
|
|
2072
2085
|
fill: "url(#paint9_linear_2_3887)"
|
|
2073
2086
|
}
|
|
2074
|
-
), /* @__PURE__ */
|
|
2087
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2075
2088
|
"path",
|
|
2076
2089
|
{
|
|
2077
2090
|
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",
|
|
2078
2091
|
fill: "url(#paint10_linear_2_3887)"
|
|
2079
2092
|
}
|
|
2080
|
-
), /* @__PURE__ */
|
|
2093
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2081
2094
|
"path",
|
|
2082
2095
|
{
|
|
2083
2096
|
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",
|
|
2084
2097
|
fill: "url(#paint11_linear_2_3887)"
|
|
2085
2098
|
}
|
|
2086
|
-
), /* @__PURE__ */
|
|
2099
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2087
2100
|
"path",
|
|
2088
2101
|
{
|
|
2089
2102
|
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",
|
|
2090
2103
|
fill: "url(#paint12_linear_2_3887)"
|
|
2091
2104
|
}
|
|
2092
|
-
), /* @__PURE__ */
|
|
2105
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2093
2106
|
"path",
|
|
2094
2107
|
{
|
|
2095
2108
|
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",
|
|
2096
2109
|
fill: "url(#paint13_linear_2_3887)"
|
|
2097
2110
|
}
|
|
2098
2111
|
)),
|
|
2099
|
-
/* @__PURE__ */
|
|
2112
|
+
/* @__PURE__ */ React125.createElement("defs", null, /* @__PURE__ */ React125.createElement(
|
|
2100
2113
|
"radialGradient",
|
|
2101
2114
|
{
|
|
2102
2115
|
id: "paint0_radial_2_3887",
|
|
@@ -2106,15 +2119,15 @@ function SvgFirefoxLogo(props) {
|
|
|
2106
2119
|
gradientUnits: "userSpaceOnUse",
|
|
2107
2120
|
gradientTransform: "translate(91.188 24.8595) rotate(2.55481) scale(34.446 50.6293)"
|
|
2108
2121
|
},
|
|
2109
|
-
/* @__PURE__ */
|
|
2110
|
-
/* @__PURE__ */
|
|
2111
|
-
/* @__PURE__ */
|
|
2112
|
-
/* @__PURE__ */
|
|
2113
|
-
/* @__PURE__ */
|
|
2114
|
-
/* @__PURE__ */
|
|
2115
|
-
/* @__PURE__ */
|
|
2116
|
-
/* @__PURE__ */
|
|
2117
|
-
), /* @__PURE__ */
|
|
2122
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.045", stopColor: "#FFEA00" }),
|
|
2123
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.12", stopColor: "#FFDE00" }),
|
|
2124
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.254", stopColor: "#FFBF00" }),
|
|
2125
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.429", stopColor: "#FF8E00" }),
|
|
2126
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.769", stopColor: "#FF272D" }),
|
|
2127
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.872", stopColor: "#E0255A" }),
|
|
2128
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.953", stopColor: "#CC2477" }),
|
|
2129
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "1", stopColor: "#C42482" })
|
|
2130
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2118
2131
|
"radialGradient",
|
|
2119
2132
|
{
|
|
2120
2133
|
id: "paint1_radial_2_3887",
|
|
@@ -2124,15 +2137,15 @@ function SvgFirefoxLogo(props) {
|
|
|
2124
2137
|
gradientUnits: "userSpaceOnUse",
|
|
2125
2138
|
gradientTransform: "translate(66.6417 19.5445) scale(97.0809 97.0809)"
|
|
2126
2139
|
},
|
|
2127
|
-
/* @__PURE__ */
|
|
2128
|
-
/* @__PURE__ */
|
|
2129
|
-
/* @__PURE__ */
|
|
2130
|
-
/* @__PURE__ */
|
|
2131
|
-
/* @__PURE__ */
|
|
2132
|
-
/* @__PURE__ */
|
|
2133
|
-
/* @__PURE__ */
|
|
2134
|
-
/* @__PURE__ */
|
|
2135
|
-
), /* @__PURE__ */
|
|
2140
|
+
/* @__PURE__ */ React125.createElement("stop", { stopColor: "#00CCDA" }),
|
|
2141
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.22", stopColor: "#0083FF" }),
|
|
2142
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.261", stopColor: "#007AF9" }),
|
|
2143
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.33", stopColor: "#0060E8" }),
|
|
2144
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.333", stopColor: "#005FE7" }),
|
|
2145
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.438", stopColor: "#2639AD" }),
|
|
2146
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.522", stopColor: "#401E84" }),
|
|
2147
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.566", stopColor: "#4A1475" })
|
|
2148
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2136
2149
|
"linearGradient",
|
|
2137
2150
|
{
|
|
2138
2151
|
id: "paint2_linear_2_3887",
|
|
@@ -2142,10 +2155,10 @@ function SvgFirefoxLogo(props) {
|
|
|
2142
2155
|
y2: "10.5128",
|
|
2143
2156
|
gradientUnits: "userSpaceOnUse"
|
|
2144
2157
|
},
|
|
2145
|
-
/* @__PURE__ */
|
|
2146
|
-
/* @__PURE__ */
|
|
2147
|
-
/* @__PURE__ */
|
|
2148
|
-
), /* @__PURE__ */
|
|
2158
|
+
/* @__PURE__ */ React125.createElement("stop", { stopColor: "#000F43", stopOpacity: "0.4" }),
|
|
2159
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.485", stopColor: "#001962", stopOpacity: "0.173" }),
|
|
2160
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "1", stopColor: "#002079", stopOpacity: "0" })
|
|
2161
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2149
2162
|
"radialGradient",
|
|
2150
2163
|
{
|
|
2151
2164
|
id: "paint3_radial_2_3887",
|
|
@@ -2155,10 +2168,10 @@ function SvgFirefoxLogo(props) {
|
|
|
2155
2168
|
gradientUnits: "userSpaceOnUse",
|
|
2156
2169
|
gradientTransform: "translate(99.6542 63.8474) rotate(5.76178) scale(32.751 32.751)"
|
|
2157
2170
|
},
|
|
2158
|
-
/* @__PURE__ */
|
|
2159
|
-
/* @__PURE__ */
|
|
2160
|
-
/* @__PURE__ */
|
|
2161
|
-
), /* @__PURE__ */
|
|
2171
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.003", stopColor: "#FFEA00" }),
|
|
2172
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.497", stopColor: "#FF272D" }),
|
|
2173
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "1", stopColor: "#C42482" })
|
|
2174
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2162
2175
|
"radialGradient",
|
|
2163
2176
|
{
|
|
2164
2177
|
id: "paint4_radial_2_3887",
|
|
@@ -2168,15 +2181,15 @@ function SvgFirefoxLogo(props) {
|
|
|
2168
2181
|
gradientUnits: "userSpaceOnUse",
|
|
2169
2182
|
gradientTransform: "translate(99.8587 32.3043) rotate(5.76178) scale(54.6915)"
|
|
2170
2183
|
},
|
|
2171
|
-
/* @__PURE__ */
|
|
2172
|
-
/* @__PURE__ */
|
|
2173
|
-
/* @__PURE__ */
|
|
2174
|
-
/* @__PURE__ */
|
|
2175
|
-
/* @__PURE__ */
|
|
2176
|
-
/* @__PURE__ */
|
|
2177
|
-
/* @__PURE__ */
|
|
2178
|
-
/* @__PURE__ */
|
|
2179
|
-
), /* @__PURE__ */
|
|
2184
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.003", stopColor: "#FFE900" }),
|
|
2185
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.157", stopColor: "#FFAF0E" }),
|
|
2186
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.316", stopColor: "#FF7A1B" }),
|
|
2187
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.472", stopColor: "#FF4E26" }),
|
|
2188
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.621", stopColor: "#FF2C2E" }),
|
|
2189
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.762", stopColor: "#FF1434" }),
|
|
2190
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.892", stopColor: "#FF0538" }),
|
|
2191
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "1", stopColor: "#FF0039" })
|
|
2192
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2180
2193
|
"radialGradient",
|
|
2181
2194
|
{
|
|
2182
2195
|
id: "paint5_radial_2_3887",
|
|
@@ -2186,10 +2199,10 @@ function SvgFirefoxLogo(props) {
|
|
|
2186
2199
|
gradientUnits: "userSpaceOnUse",
|
|
2187
2200
|
gradientTransform: "translate(102.465 83.5229) rotate(5.76178) scale(50.1854 50.1854)"
|
|
2188
2201
|
},
|
|
2189
|
-
/* @__PURE__ */
|
|
2190
|
-
/* @__PURE__ */
|
|
2191
|
-
/* @__PURE__ */
|
|
2192
|
-
), /* @__PURE__ */
|
|
2202
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.003", stopColor: "#FF272D" }),
|
|
2203
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.497", stopColor: "#C42482" }),
|
|
2204
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.986", stopColor: "#620700" })
|
|
2205
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2193
2206
|
"radialGradient",
|
|
2194
2207
|
{
|
|
2195
2208
|
id: "paint6_radial_2_3887",
|
|
@@ -2199,16 +2212,16 @@ function SvgFirefoxLogo(props) {
|
|
|
2199
2212
|
gradientUnits: "userSpaceOnUse",
|
|
2200
2213
|
gradientTransform: "translate(71.8571 39.6675) scale(78.3434)"
|
|
2201
2214
|
},
|
|
2202
|
-
/* @__PURE__ */
|
|
2203
|
-
/* @__PURE__ */
|
|
2204
|
-
/* @__PURE__ */
|
|
2205
|
-
/* @__PURE__ */
|
|
2206
|
-
/* @__PURE__ */
|
|
2207
|
-
/* @__PURE__ */
|
|
2208
|
-
/* @__PURE__ */
|
|
2209
|
-
/* @__PURE__ */
|
|
2210
|
-
/* @__PURE__ */
|
|
2211
|
-
), /* @__PURE__ */
|
|
2215
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.156", stopColor: "#FFEA00" }),
|
|
2216
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.231", stopColor: "#FFDE00" }),
|
|
2217
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.365", stopColor: "#FFBF00" }),
|
|
2218
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.541", stopColor: "#FF8E00" }),
|
|
2219
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.763", stopColor: "#FF272D" }),
|
|
2220
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.796", stopColor: "#F92433" }),
|
|
2221
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.841", stopColor: "#E91C45" }),
|
|
2222
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.893", stopColor: "#CF0E62" }),
|
|
2223
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.935", stopColor: "#B5007F" })
|
|
2224
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2212
2225
|
"radialGradient",
|
|
2213
2226
|
{
|
|
2214
2227
|
id: "paint7_radial_2_3887",
|
|
@@ -2218,13 +2231,13 @@ function SvgFirefoxLogo(props) {
|
|
|
2218
2231
|
gradientUnits: "userSpaceOnUse",
|
|
2219
2232
|
gradientTransform: "translate(65.9626 0.329422) scale(92.5095 92.5095)"
|
|
2220
2233
|
},
|
|
2221
|
-
/* @__PURE__ */
|
|
2222
|
-
/* @__PURE__ */
|
|
2223
|
-
/* @__PURE__ */
|
|
2224
|
-
/* @__PURE__ */
|
|
2225
|
-
/* @__PURE__ */
|
|
2226
|
-
/* @__PURE__ */
|
|
2227
|
-
), /* @__PURE__ */
|
|
2234
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.279", stopColor: "#FFEA00" }),
|
|
2235
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.402", stopColor: "#FFDD00" }),
|
|
2236
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.63", stopColor: "#FFBA00" }),
|
|
2237
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.856", stopColor: "#FF9100" }),
|
|
2238
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.933", stopColor: "#FF6711" }),
|
|
2239
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.994", stopColor: "#FF4A1D" })
|
|
2240
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2228
2241
|
"linearGradient",
|
|
2229
2242
|
{
|
|
2230
2243
|
id: "paint8_linear_2_3887",
|
|
@@ -2234,14 +2247,14 @@ function SvgFirefoxLogo(props) {
|
|
|
2234
2247
|
y2: "30.3976",
|
|
2235
2248
|
gradientUnits: "userSpaceOnUse"
|
|
2236
2249
|
},
|
|
2237
|
-
/* @__PURE__ */
|
|
2238
|
-
/* @__PURE__ */
|
|
2239
|
-
/* @__PURE__ */
|
|
2240
|
-
/* @__PURE__ */
|
|
2241
|
-
/* @__PURE__ */
|
|
2242
|
-
/* @__PURE__ */
|
|
2243
|
-
/* @__PURE__ */
|
|
2244
|
-
), /* @__PURE__ */
|
|
2250
|
+
/* @__PURE__ */ React125.createElement("stop", { stopColor: "#C42482", stopOpacity: "0.5" }),
|
|
2251
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.474", stopColor: "#FF272D", stopOpacity: "0.5" }),
|
|
2252
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.486", stopColor: "#FF2C2C", stopOpacity: "0.513" }),
|
|
2253
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.675", stopColor: "#FF7A1A", stopOpacity: "0.72" }),
|
|
2254
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.829", stopColor: "#FFB20D", stopOpacity: "0.871" }),
|
|
2255
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.942", stopColor: "#FFD605", stopOpacity: "0.964" }),
|
|
2256
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "1", stopColor: "#FFE302" })
|
|
2257
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2245
2258
|
"linearGradient",
|
|
2246
2259
|
{
|
|
2247
2260
|
id: "paint9_linear_2_3887",
|
|
@@ -2251,9 +2264,9 @@ function SvgFirefoxLogo(props) {
|
|
|
2251
2264
|
y2: "11.7457",
|
|
2252
2265
|
gradientUnits: "userSpaceOnUse"
|
|
2253
2266
|
},
|
|
2254
|
-
/* @__PURE__ */
|
|
2255
|
-
/* @__PURE__ */
|
|
2256
|
-
), /* @__PURE__ */
|
|
2267
|
+
/* @__PURE__ */ React125.createElement("stop", { stopColor: "#891551", stopOpacity: "0.6" }),
|
|
2268
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "1", stopColor: "#C42482", stopOpacity: "0" })
|
|
2269
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2257
2270
|
"linearGradient",
|
|
2258
2271
|
{
|
|
2259
2272
|
id: "paint10_linear_2_3887",
|
|
@@ -2263,10 +2276,10 @@ function SvgFirefoxLogo(props) {
|
|
|
2263
2276
|
y2: "58.806",
|
|
2264
2277
|
gradientUnits: "userSpaceOnUse"
|
|
2265
2278
|
},
|
|
2266
|
-
/* @__PURE__ */
|
|
2267
|
-
/* @__PURE__ */
|
|
2268
|
-
/* @__PURE__ */
|
|
2269
|
-
), /* @__PURE__ */
|
|
2279
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.005", stopColor: "#891551", stopOpacity: "0.5" }),
|
|
2280
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.484", stopColor: "#FF272D", stopOpacity: "0.5" }),
|
|
2281
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "1", stopColor: "#FF272D", stopOpacity: "0" })
|
|
2282
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2270
2283
|
"linearGradient",
|
|
2271
2284
|
{
|
|
2272
2285
|
id: "paint11_linear_2_3887",
|
|
@@ -2276,15 +2289,15 @@ function SvgFirefoxLogo(props) {
|
|
|
2276
2289
|
y2: "60.0569",
|
|
2277
2290
|
gradientUnits: "userSpaceOnUse"
|
|
2278
2291
|
},
|
|
2279
|
-
/* @__PURE__ */
|
|
2280
|
-
/* @__PURE__ */
|
|
2281
|
-
/* @__PURE__ */
|
|
2282
|
-
/* @__PURE__ */
|
|
2283
|
-
/* @__PURE__ */
|
|
2284
|
-
/* @__PURE__ */
|
|
2285
|
-
/* @__PURE__ */
|
|
2286
|
-
/* @__PURE__ */
|
|
2287
|
-
), /* @__PURE__ */
|
|
2292
|
+
/* @__PURE__ */ React125.createElement("stop", { stopColor: "#C42482" }),
|
|
2293
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.083", stopColor: "#C42482", stopOpacity: "0.81" }),
|
|
2294
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.206", stopColor: "#C42482", stopOpacity: "0.565" }),
|
|
2295
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.328", stopColor: "#C42482", stopOpacity: "0.362" }),
|
|
2296
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.447", stopColor: "#C42482", stopOpacity: "0.204" }),
|
|
2297
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.562", stopColor: "#C42482", stopOpacity: "0.091" }),
|
|
2298
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.673", stopColor: "#C42482", stopOpacity: "0.023" }),
|
|
2299
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.773", stopColor: "#C42482", stopOpacity: "0" })
|
|
2300
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2288
2301
|
"linearGradient",
|
|
2289
2302
|
{
|
|
2290
2303
|
id: "paint12_linear_2_3887",
|
|
@@ -2294,16 +2307,16 @@ function SvgFirefoxLogo(props) {
|
|
|
2294
2307
|
y2: "72.2772",
|
|
2295
2308
|
gradientUnits: "userSpaceOnUse"
|
|
2296
2309
|
},
|
|
2297
|
-
/* @__PURE__ */
|
|
2298
|
-
/* @__PURE__ */
|
|
2299
|
-
/* @__PURE__ */
|
|
2300
|
-
/* @__PURE__ */
|
|
2301
|
-
/* @__PURE__ */
|
|
2302
|
-
/* @__PURE__ */
|
|
2303
|
-
/* @__PURE__ */
|
|
2304
|
-
/* @__PURE__ */
|
|
2305
|
-
/* @__PURE__ */
|
|
2306
|
-
), /* @__PURE__ */
|
|
2310
|
+
/* @__PURE__ */ React125.createElement("stop", { stopColor: "#FFF14F" }),
|
|
2311
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.268", stopColor: "#FFEE4C" }),
|
|
2312
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.452", stopColor: "#FFE643" }),
|
|
2313
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.612", stopColor: "#FFD834" }),
|
|
2314
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.757", stopColor: "#FFC41E" }),
|
|
2315
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.892", stopColor: "#FFAB02" }),
|
|
2316
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.902", stopColor: "#FFA900" }),
|
|
2317
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.949", stopColor: "#FFA000" }),
|
|
2318
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "1", stopColor: "#FF9100" })
|
|
2319
|
+
), /* @__PURE__ */ React125.createElement(
|
|
2307
2320
|
"linearGradient",
|
|
2308
2321
|
{
|
|
2309
2322
|
id: "paint13_linear_2_3887",
|
|
@@ -2313,19 +2326,19 @@ function SvgFirefoxLogo(props) {
|
|
|
2313
2326
|
y2: "82.1274",
|
|
2314
2327
|
gradientUnits: "userSpaceOnUse"
|
|
2315
2328
|
},
|
|
2316
|
-
/* @__PURE__ */
|
|
2317
|
-
/* @__PURE__ */
|
|
2318
|
-
/* @__PURE__ */
|
|
2319
|
-
/* @__PURE__ */
|
|
2320
|
-
/* @__PURE__ */
|
|
2321
|
-
/* @__PURE__ */
|
|
2322
|
-
/* @__PURE__ */
|
|
2323
|
-
/* @__PURE__ */
|
|
2324
|
-
/* @__PURE__ */
|
|
2325
|
-
/* @__PURE__ */
|
|
2326
|
-
/* @__PURE__ */
|
|
2327
|
-
/* @__PURE__ */
|
|
2328
|
-
), /* @__PURE__ */
|
|
2329
|
+
/* @__PURE__ */ React125.createElement("stop", { stopColor: "#FF8E00" }),
|
|
2330
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.04", stopColor: "#FF8E00", stopOpacity: "0.858" }),
|
|
2331
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.084", stopColor: "#FF8E00", stopOpacity: "0.729" }),
|
|
2332
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.13", stopColor: "#FF8E00", stopOpacity: "0.628" }),
|
|
2333
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.178", stopColor: "#FF8E00", stopOpacity: "0.557" }),
|
|
2334
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.227", stopColor: "#FF8E00", stopOpacity: "0.514" }),
|
|
2335
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.282", stopColor: "#FF8E00", stopOpacity: "0.5" }),
|
|
2336
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.389", stopColor: "#FF8E00", stopOpacity: "0.478" }),
|
|
2337
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.524", stopColor: "#FF8E00", stopOpacity: "0.416" }),
|
|
2338
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.676", stopColor: "#FF8E00", stopOpacity: "0.314" }),
|
|
2339
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "0.838", stopColor: "#FF8E00", stopOpacity: "0.172" }),
|
|
2340
|
+
/* @__PURE__ */ React125.createElement("stop", { offset: "1", stopColor: "#FF8E00", stopOpacity: "0" })
|
|
2341
|
+
), /* @__PURE__ */ React125.createElement("clipPath", { id: "clip0_2_3887" }, /* @__PURE__ */ React125.createElement("rect", { width: "96", height: "98.8718", fill: "white" })))
|
|
2329
2342
|
);
|
|
2330
2343
|
}
|
|
2331
2344
|
|
|
@@ -2343,16 +2356,16 @@ var SvgFirstPage = (props) => /* @__PURE__ */ import_react39.default.createEleme
|
|
|
2343
2356
|
|
|
2344
2357
|
// src/components/icon/available-icons/folder.tsx
|
|
2345
2358
|
var import_folder_closed = __toESM(require("@atlaskit/icon/core/folder-closed"));
|
|
2346
|
-
var
|
|
2359
|
+
var React127 = __toESM(require("react"));
|
|
2347
2360
|
function SvgFolder() {
|
|
2348
|
-
return /* @__PURE__ */
|
|
2361
|
+
return /* @__PURE__ */ React127.createElement(import_folder_closed.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2349
2362
|
}
|
|
2350
2363
|
|
|
2351
2364
|
// src/components/icon/available-icons/folder-shared.tsx
|
|
2352
2365
|
var import_folder_shared = __toESM(require("@atlaskit/icon-lab/core/folder-shared"));
|
|
2353
|
-
var
|
|
2366
|
+
var React128 = __toESM(require("react"));
|
|
2354
2367
|
function SvgFolderShared() {
|
|
2355
|
-
return /* @__PURE__ */
|
|
2368
|
+
return /* @__PURE__ */ React128.createElement(import_folder_shared.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2356
2369
|
}
|
|
2357
2370
|
|
|
2358
2371
|
// src/components/icon/available-icons/forward.tsx
|
|
@@ -2376,15 +2389,15 @@ var SvgForward = (props) => /* @__PURE__ */ import_react40.default.createElement
|
|
|
2376
2389
|
));
|
|
2377
2390
|
|
|
2378
2391
|
// src/components/icon/available-icons/forward5.tsx
|
|
2379
|
-
var
|
|
2392
|
+
var React130 = __toESM(require("react"));
|
|
2380
2393
|
function SvgForward5() {
|
|
2381
|
-
return /* @__PURE__ */
|
|
2394
|
+
return /* @__PURE__ */ React130.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React130.createElement("svg", { viewBox: "0 0 24 24" }, /* @__PURE__ */ React130.createElement(
|
|
2382
2395
|
"path",
|
|
2383
2396
|
{
|
|
2384
2397
|
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",
|
|
2385
2398
|
fill: "currentColor"
|
|
2386
2399
|
}
|
|
2387
|
-
), /* @__PURE__ */
|
|
2400
|
+
), /* @__PURE__ */ React130.createElement(
|
|
2388
2401
|
"path",
|
|
2389
2402
|
{
|
|
2390
2403
|
fillRule: "evenodd",
|
|
@@ -2392,7 +2405,7 @@ function SvgForward5() {
|
|
|
2392
2405
|
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",
|
|
2393
2406
|
fill: "currentColor"
|
|
2394
2407
|
}
|
|
2395
|
-
), /* @__PURE__ */
|
|
2408
|
+
), /* @__PURE__ */ React130.createElement(
|
|
2396
2409
|
"path",
|
|
2397
2410
|
{
|
|
2398
2411
|
fillRule: "evenodd",
|
|
@@ -2429,22 +2442,22 @@ var SvgFullscreenExit = (props) => /* @__PURE__ */ import_react42.default.create
|
|
|
2429
2442
|
|
|
2430
2443
|
// src/components/icon/available-icons/full-screen.tsx
|
|
2431
2444
|
var import_maximize = __toESM(require("@atlaskit/icon/core/maximize"));
|
|
2432
|
-
var
|
|
2445
|
+
var React133 = __toESM(require("react"));
|
|
2433
2446
|
function SvgFullScreen2() {
|
|
2434
|
-
return /* @__PURE__ */
|
|
2447
|
+
return /* @__PURE__ */ React133.createElement(import_maximize.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2435
2448
|
}
|
|
2436
2449
|
|
|
2437
2450
|
// src/components/icon/available-icons/globe.tsx
|
|
2438
2451
|
var import_globe = __toESM(require("@atlaskit/icon/core/globe"));
|
|
2439
|
-
var
|
|
2452
|
+
var React134 = __toESM(require("react"));
|
|
2440
2453
|
function SvgGlobe() {
|
|
2441
|
-
return /* @__PURE__ */
|
|
2454
|
+
return /* @__PURE__ */ React134.createElement(import_globe.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2442
2455
|
}
|
|
2443
2456
|
|
|
2444
2457
|
// src/components/icon/available-icons/google.tsx
|
|
2445
|
-
var
|
|
2458
|
+
var React135 = __toESM(require("react"));
|
|
2446
2459
|
function SvgGoogle(props) {
|
|
2447
|
-
return /* @__PURE__ */
|
|
2460
|
+
return /* @__PURE__ */ React135.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React135.createElement(
|
|
2448
2461
|
"path",
|
|
2449
2462
|
{
|
|
2450
2463
|
fillRule: "evenodd",
|
|
@@ -2452,7 +2465,7 @@ function SvgGoogle(props) {
|
|
|
2452
2465
|
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",
|
|
2453
2466
|
fill: "#4285F4"
|
|
2454
2467
|
}
|
|
2455
|
-
), /* @__PURE__ */
|
|
2468
|
+
), /* @__PURE__ */ React135.createElement(
|
|
2456
2469
|
"path",
|
|
2457
2470
|
{
|
|
2458
2471
|
fillRule: "evenodd",
|
|
@@ -2460,7 +2473,7 @@ function SvgGoogle(props) {
|
|
|
2460
2473
|
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",
|
|
2461
2474
|
fill: "#34A853"
|
|
2462
2475
|
}
|
|
2463
|
-
), /* @__PURE__ */
|
|
2476
|
+
), /* @__PURE__ */ React135.createElement(
|
|
2464
2477
|
"path",
|
|
2465
2478
|
{
|
|
2466
2479
|
fillRule: "evenodd",
|
|
@@ -2468,7 +2481,7 @@ function SvgGoogle(props) {
|
|
|
2468
2481
|
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",
|
|
2469
2482
|
fill: "#FBBC05"
|
|
2470
2483
|
}
|
|
2471
|
-
), /* @__PURE__ */
|
|
2484
|
+
), /* @__PURE__ */ React135.createElement(
|
|
2472
2485
|
"path",
|
|
2473
2486
|
{
|
|
2474
2487
|
fillRule: "evenodd",
|
|
@@ -2480,27 +2493,27 @@ function SvgGoogle(props) {
|
|
|
2480
2493
|
}
|
|
2481
2494
|
|
|
2482
2495
|
// src/components/icon/available-icons/google-calendar-logo.tsx
|
|
2483
|
-
var
|
|
2496
|
+
var React136 = __toESM(require("react"));
|
|
2484
2497
|
function SvgGoogleCalendarLogo(props) {
|
|
2485
|
-
return /* @__PURE__ */
|
|
2498
|
+
return /* @__PURE__ */ React136.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React136.createElement(
|
|
2486
2499
|
"path",
|
|
2487
2500
|
{
|
|
2488
2501
|
d: "M2 17.385h4.744V6.744h10.64V2H4.373C2.79 2 2 2.748 2 4.244",
|
|
2489
2502
|
fill: "#4285F4"
|
|
2490
2503
|
}
|
|
2491
|
-
), /* @__PURE__ */
|
|
2504
|
+
), /* @__PURE__ */ React136.createElement(
|
|
2492
2505
|
"path",
|
|
2493
2506
|
{
|
|
2494
2507
|
d: "M17.256 2v4.872H22V4.244C22 2.748 21.252 2 19.756 2",
|
|
2495
2508
|
fill: "#1967D2"
|
|
2496
2509
|
}
|
|
2497
|
-
), /* @__PURE__ */
|
|
2510
|
+
), /* @__PURE__ */ React136.createElement("path", { d: "M17.256 6.744H22v10.512h-4.744", fill: "#FBBC04" }), /* @__PURE__ */ React136.createElement(
|
|
2498
2511
|
"path",
|
|
2499
2512
|
{
|
|
2500
2513
|
d: "M2 17.256v2.5C2 21.252 2.748 22 4.244 22h2.628v-4.744",
|
|
2501
2514
|
fill: "#188038"
|
|
2502
2515
|
}
|
|
2503
|
-
), /* @__PURE__ */
|
|
2516
|
+
), /* @__PURE__ */ React136.createElement("path", { d: "M6.744 17.256h10.512V22H6.744", fill: "#34A853" }), /* @__PURE__ */ React136.createElement("path", { d: "M17.256 22v-4.744H22", fill: "#EA4335" }), /* @__PURE__ */ React136.createElement(
|
|
2504
2517
|
"path",
|
|
2505
2518
|
{
|
|
2506
2519
|
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",
|
|
@@ -2511,9 +2524,9 @@ function SvgGoogleCalendarLogo(props) {
|
|
|
2511
2524
|
|
|
2512
2525
|
// src/components/icon/available-icons/grid.tsx
|
|
2513
2526
|
var import_grid = __toESM(require("@atlaskit/icon/core/grid"));
|
|
2514
|
-
var
|
|
2527
|
+
var React137 = __toESM(require("react"));
|
|
2515
2528
|
function SvgGrid() {
|
|
2516
|
-
return /* @__PURE__ */
|
|
2529
|
+
return /* @__PURE__ */ React137.createElement(import_grid.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2517
2530
|
}
|
|
2518
2531
|
|
|
2519
2532
|
// src/components/icon/available-icons/group-add.tsx
|
|
@@ -2542,9 +2555,9 @@ var SvgHelp = (props) => /* @__PURE__ */ import_react44.default.createElement("s
|
|
|
2542
2555
|
|
|
2543
2556
|
// src/components/icon/available-icons/help-circle.tsx
|
|
2544
2557
|
var import_question_circle = __toESM(require("@atlaskit/icon/core/question-circle"));
|
|
2545
|
-
var
|
|
2558
|
+
var React140 = __toESM(require("react"));
|
|
2546
2559
|
function SvgHelpCircle() {
|
|
2547
|
-
return /* @__PURE__ */
|
|
2560
|
+
return /* @__PURE__ */ React140.createElement(import_question_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2548
2561
|
}
|
|
2549
2562
|
|
|
2550
2563
|
// src/components/icon/available-icons/highlight-off.tsx
|
|
@@ -2561,9 +2574,9 @@ var SvgHighlightOff = (props) => /* @__PURE__ */ import_react45.default.createEl
|
|
|
2561
2574
|
|
|
2562
2575
|
// src/components/icon/available-icons/highlight-text.tsx
|
|
2563
2576
|
var import_field_text = __toESM(require("@atlaskit/icon-lab/core/field-text"));
|
|
2564
|
-
var
|
|
2577
|
+
var React142 = __toESM(require("react"));
|
|
2565
2578
|
function SvgHighlightText() {
|
|
2566
|
-
return /* @__PURE__ */
|
|
2579
|
+
return /* @__PURE__ */ React142.createElement(import_field_text.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2567
2580
|
}
|
|
2568
2581
|
|
|
2569
2582
|
// src/components/icon/available-icons/home.tsx
|
|
@@ -2585,25 +2598,25 @@ var SvgImage = (props) => /* @__PURE__ */ import_react47.default.createElement("
|
|
|
2585
2598
|
|
|
2586
2599
|
// src/components/icon/available-icons/image-inline.tsx
|
|
2587
2600
|
var import_image_inline = __toESM(require("@atlaskit/icon/core/image-inline"));
|
|
2588
|
-
var
|
|
2589
|
-
var SvgImageInline = () => /* @__PURE__ */
|
|
2601
|
+
var React145 = __toESM(require("react"));
|
|
2602
|
+
var SvgImageInline = () => /* @__PURE__ */ React145.createElement(import_image_inline.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2590
2603
|
|
|
2591
2604
|
// src/components/icon/available-icons/image-strikethrough.tsx
|
|
2592
|
-
var
|
|
2605
|
+
var React146 = __toESM(require("react"));
|
|
2593
2606
|
function SvgImageStrikethrough() {
|
|
2594
|
-
return /* @__PURE__ */
|
|
2607
|
+
return /* @__PURE__ */ React146.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React146.createElement("svg", { viewBox: "0 0 24 24" }, /* @__PURE__ */ React146.createElement(
|
|
2595
2608
|
"path",
|
|
2596
2609
|
{
|
|
2597
2610
|
d: "M23.2954 21.7046L21.7046 23.2954L0.70459 2.29541L2.29541 0.70459L23.2954 21.7046Z",
|
|
2598
2611
|
fill: "currentColor"
|
|
2599
2612
|
}
|
|
2600
|
-
), /* @__PURE__ */
|
|
2613
|
+
), /* @__PURE__ */ React146.createElement(
|
|
2601
2614
|
"path",
|
|
2602
2615
|
{
|
|
2603
2616
|
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",
|
|
2604
2617
|
fill: "currentColor"
|
|
2605
2618
|
}
|
|
2606
|
-
), /* @__PURE__ */
|
|
2619
|
+
), /* @__PURE__ */ React146.createElement(
|
|
2607
2620
|
"path",
|
|
2608
2621
|
{
|
|
2609
2622
|
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",
|
|
@@ -2614,15 +2627,15 @@ function SvgImageStrikethrough() {
|
|
|
2614
2627
|
|
|
2615
2628
|
// src/components/icon/available-icons/image1.tsx
|
|
2616
2629
|
var import_image = __toESM(require("@atlaskit/icon/core/image"));
|
|
2617
|
-
var
|
|
2630
|
+
var React147 = __toESM(require("react"));
|
|
2618
2631
|
function SvgImage1() {
|
|
2619
|
-
return /* @__PURE__ */
|
|
2632
|
+
return /* @__PURE__ */ React147.createElement(import_image.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2620
2633
|
}
|
|
2621
2634
|
|
|
2622
2635
|
// src/components/icon/available-icons/image2.tsx
|
|
2623
|
-
var
|
|
2636
|
+
var React148 = __toESM(require("react"));
|
|
2624
2637
|
function SvgImage2(props) {
|
|
2625
|
-
return /* @__PURE__ */
|
|
2638
|
+
return /* @__PURE__ */ React148.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React148.createElement(
|
|
2626
2639
|
"path",
|
|
2627
2640
|
{
|
|
2628
2641
|
fillRule: "evenodd",
|
|
@@ -2630,7 +2643,7 @@ function SvgImage2(props) {
|
|
|
2630
2643
|
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",
|
|
2631
2644
|
fill: "currentColor"
|
|
2632
2645
|
}
|
|
2633
|
-
), /* @__PURE__ */
|
|
2646
|
+
), /* @__PURE__ */ React148.createElement(
|
|
2634
2647
|
"path",
|
|
2635
2648
|
{
|
|
2636
2649
|
fillRule: "evenodd",
|
|
@@ -2643,23 +2656,23 @@ function SvgImage2(props) {
|
|
|
2643
2656
|
|
|
2644
2657
|
// src/components/icon/available-icons/import.tsx
|
|
2645
2658
|
var import_cloud_arrow_up = __toESM(require("@atlaskit/icon/core/cloud-arrow-up"));
|
|
2646
|
-
var
|
|
2659
|
+
var React149 = __toESM(require("react"));
|
|
2647
2660
|
function SvgImport() {
|
|
2648
|
-
return /* @__PURE__ */
|
|
2661
|
+
return /* @__PURE__ */ React149.createElement(import_cloud_arrow_up.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2649
2662
|
}
|
|
2650
2663
|
|
|
2651
2664
|
// src/components/icon/available-icons/info.tsx
|
|
2652
2665
|
var import_information_circle = __toESM(require("@atlaskit/icon/core/information-circle"));
|
|
2653
|
-
var
|
|
2666
|
+
var React150 = __toESM(require("react"));
|
|
2654
2667
|
function SvgInfo() {
|
|
2655
|
-
return /* @__PURE__ */
|
|
2668
|
+
return /* @__PURE__ */ React150.createElement(import_information_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2656
2669
|
}
|
|
2657
2670
|
|
|
2658
2671
|
// src/components/icon/available-icons/info-fill.tsx
|
|
2659
2672
|
var import_information = __toESM(require("@atlaskit/icon/core/information"));
|
|
2660
|
-
var
|
|
2673
|
+
var React151 = __toESM(require("react"));
|
|
2661
2674
|
function SvgInfoFill() {
|
|
2662
|
-
return /* @__PURE__ */
|
|
2675
|
+
return /* @__PURE__ */ React151.createElement(import_information.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2663
2676
|
}
|
|
2664
2677
|
|
|
2665
2678
|
// src/components/icon/available-icons/info-outline.tsx
|
|
@@ -2676,43 +2689,43 @@ var SvgInfoOutline = (props) => /* @__PURE__ */ import_react48.default.createEle
|
|
|
2676
2689
|
|
|
2677
2690
|
// src/components/icon/available-icons/italics.tsx
|
|
2678
2691
|
var import_text_italic = __toESM(require("@atlaskit/icon/core/text-italic"));
|
|
2679
|
-
var
|
|
2692
|
+
var React153 = __toESM(require("react"));
|
|
2680
2693
|
function SvgItalics() {
|
|
2681
|
-
return /* @__PURE__ */
|
|
2694
|
+
return /* @__PURE__ */ React153.createElement(import_text_italic.default, { label: "", testId: "ads-refreshed-icon" });
|
|
2682
2695
|
}
|
|
2683
2696
|
|
|
2684
2697
|
// src/components/icon/available-icons/airtable.tsx
|
|
2685
|
-
var
|
|
2698
|
+
var React154 = __toESM(require("react"));
|
|
2686
2699
|
function SvgAirtable(props) {
|
|
2687
|
-
return /* @__PURE__ */
|
|
2700
|
+
return /* @__PURE__ */ React154.createElement(
|
|
2688
2701
|
"svg",
|
|
2689
2702
|
__spreadProps(__spreadValues({}, props), {
|
|
2690
2703
|
viewBox: "0 0 24 24",
|
|
2691
2704
|
fill: "none",
|
|
2692
2705
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2693
2706
|
}),
|
|
2694
|
-
/* @__PURE__ */
|
|
2707
|
+
/* @__PURE__ */ React154.createElement(
|
|
2695
2708
|
"path",
|
|
2696
2709
|
{
|
|
2697
2710
|
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",
|
|
2698
2711
|
fill: "#FFBF00"
|
|
2699
2712
|
}
|
|
2700
2713
|
),
|
|
2701
|
-
/* @__PURE__ */
|
|
2714
|
+
/* @__PURE__ */ React154.createElement(
|
|
2702
2715
|
"path",
|
|
2703
2716
|
{
|
|
2704
2717
|
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",
|
|
2705
2718
|
fill: "#26B5F8"
|
|
2706
2719
|
}
|
|
2707
2720
|
),
|
|
2708
|
-
/* @__PURE__ */
|
|
2721
|
+
/* @__PURE__ */ React154.createElement(
|
|
2709
2722
|
"path",
|
|
2710
2723
|
{
|
|
2711
2724
|
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",
|
|
2712
2725
|
fill: "#ED3049"
|
|
2713
2726
|
}
|
|
2714
2727
|
),
|
|
2715
|
-
/* @__PURE__ */
|
|
2728
|
+
/* @__PURE__ */ React154.createElement(
|
|
2716
2729
|
"path",
|
|
2717
2730
|
{
|
|
2718
2731
|
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",
|
|
@@ -2724,30 +2737,30 @@ function SvgAirtable(props) {
|
|
|
2724
2737
|
}
|
|
2725
2738
|
|
|
2726
2739
|
// src/components/icon/available-icons/bitbucket.tsx
|
|
2727
|
-
var
|
|
2740
|
+
var React155 = __toESM(require("react"));
|
|
2728
2741
|
function SvgBitbucket(props) {
|
|
2729
|
-
return /* @__PURE__ */
|
|
2742
|
+
return /* @__PURE__ */ React155.createElement(
|
|
2730
2743
|
"svg",
|
|
2731
2744
|
__spreadProps(__spreadValues({}, props), {
|
|
2732
2745
|
viewBox: "0 0 24 22",
|
|
2733
2746
|
fill: "none",
|
|
2734
2747
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2735
2748
|
}),
|
|
2736
|
-
/* @__PURE__ */
|
|
2749
|
+
/* @__PURE__ */ React155.createElement(
|
|
2737
2750
|
"path",
|
|
2738
2751
|
{
|
|
2739
2752
|
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",
|
|
2740
2753
|
fill: "#2684FF"
|
|
2741
2754
|
}
|
|
2742
2755
|
),
|
|
2743
|
-
/* @__PURE__ */
|
|
2756
|
+
/* @__PURE__ */ React155.createElement(
|
|
2744
2757
|
"path",
|
|
2745
2758
|
{
|
|
2746
2759
|
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",
|
|
2747
2760
|
fill: "url(#paint0_linear_1_5)"
|
|
2748
2761
|
}
|
|
2749
2762
|
),
|
|
2750
|
-
/* @__PURE__ */
|
|
2763
|
+
/* @__PURE__ */ React155.createElement("defs", null, /* @__PURE__ */ React155.createElement(
|
|
2751
2764
|
"linearGradient",
|
|
2752
2765
|
{
|
|
2753
2766
|
id: "paint0_linear_1_5",
|
|
@@ -2757,23 +2770,23 @@ function SvgBitbucket(props) {
|
|
|
2757
2770
|
y2: "18.5316",
|
|
2758
2771
|
gradientUnits: "userSpaceOnUse"
|
|
2759
2772
|
},
|
|
2760
|
-
/* @__PURE__ */
|
|
2761
|
-
/* @__PURE__ */
|
|
2773
|
+
/* @__PURE__ */ React155.createElement("stop", { offset: "0.176", stopColor: "#0052CC" }),
|
|
2774
|
+
/* @__PURE__ */ React155.createElement("stop", { offset: "1", stopColor: "#2684FF" })
|
|
2762
2775
|
))
|
|
2763
2776
|
);
|
|
2764
2777
|
}
|
|
2765
2778
|
|
|
2766
2779
|
// src/components/icon/available-icons/coda.tsx
|
|
2767
|
-
var
|
|
2780
|
+
var React156 = __toESM(require("react"));
|
|
2768
2781
|
function SvgCoda(props) {
|
|
2769
|
-
return /* @__PURE__ */
|
|
2782
|
+
return /* @__PURE__ */ React156.createElement(
|
|
2770
2783
|
"svg",
|
|
2771
2784
|
__spreadProps(__spreadValues({}, props), {
|
|
2772
2785
|
viewBox: "0 0 24 24",
|
|
2773
2786
|
fill: "none",
|
|
2774
2787
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2775
2788
|
}),
|
|
2776
|
-
/* @__PURE__ */
|
|
2789
|
+
/* @__PURE__ */ React156.createElement(
|
|
2777
2790
|
"path",
|
|
2778
2791
|
{
|
|
2779
2792
|
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",
|
|
@@ -2784,44 +2797,44 @@ function SvgCoda(props) {
|
|
|
2784
2797
|
}
|
|
2785
2798
|
|
|
2786
2799
|
// src/components/icon/available-icons/figma.tsx
|
|
2787
|
-
var
|
|
2800
|
+
var React157 = __toESM(require("react"));
|
|
2788
2801
|
function SvgFigma(props) {
|
|
2789
|
-
return /* @__PURE__ */
|
|
2802
|
+
return /* @__PURE__ */ React157.createElement(
|
|
2790
2803
|
"svg",
|
|
2791
2804
|
__spreadProps(__spreadValues({}, props), {
|
|
2792
2805
|
viewBox: "0 0 24 24",
|
|
2793
2806
|
fill: "none",
|
|
2794
2807
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2795
2808
|
}),
|
|
2796
|
-
/* @__PURE__ */
|
|
2809
|
+
/* @__PURE__ */ React157.createElement(
|
|
2797
2810
|
"path",
|
|
2798
2811
|
{
|
|
2799
2812
|
d: "M9 21C10.656 21 12 19.656 12 18V15H9C7.344 15 6 16.344 6 18C6 19.656 7.344 21 9 21Z",
|
|
2800
2813
|
fill: "#0ACF83"
|
|
2801
2814
|
}
|
|
2802
2815
|
),
|
|
2803
|
-
/* @__PURE__ */
|
|
2816
|
+
/* @__PURE__ */ React157.createElement(
|
|
2804
2817
|
"path",
|
|
2805
2818
|
{
|
|
2806
2819
|
d: "M6 12C6 10.344 7.344 9 9 9H12V15H9C7.344 15 6 13.656 6 12Z",
|
|
2807
2820
|
fill: "#A259FF"
|
|
2808
2821
|
}
|
|
2809
2822
|
),
|
|
2810
|
-
/* @__PURE__ */
|
|
2823
|
+
/* @__PURE__ */ React157.createElement(
|
|
2811
2824
|
"path",
|
|
2812
2825
|
{
|
|
2813
2826
|
d: "M6 6C6 4.344 7.344 3 9 3H12V9H9C7.344 9 6 7.656 6 6Z",
|
|
2814
2827
|
fill: "#F24E1E"
|
|
2815
2828
|
}
|
|
2816
2829
|
),
|
|
2817
|
-
/* @__PURE__ */
|
|
2830
|
+
/* @__PURE__ */ React157.createElement(
|
|
2818
2831
|
"path",
|
|
2819
2832
|
{
|
|
2820
2833
|
d: "M12 3H15C16.656 3 18 4.344 18 6C18 7.656 16.656 9 15 9H12V3Z",
|
|
2821
2834
|
fill: "#FF7262"
|
|
2822
2835
|
}
|
|
2823
2836
|
),
|
|
2824
|
-
/* @__PURE__ */
|
|
2837
|
+
/* @__PURE__ */ React157.createElement(
|
|
2825
2838
|
"path",
|
|
2826
2839
|
{
|
|
2827
2840
|
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",
|
|
@@ -2832,16 +2845,16 @@ function SvgFigma(props) {
|
|
|
2832
2845
|
}
|
|
2833
2846
|
|
|
2834
2847
|
// src/components/icon/available-icons/github.tsx
|
|
2835
|
-
var
|
|
2848
|
+
var React158 = __toESM(require("react"));
|
|
2836
2849
|
function SvgGithub(props) {
|
|
2837
|
-
return /* @__PURE__ */
|
|
2850
|
+
return /* @__PURE__ */ React158.createElement(
|
|
2838
2851
|
"svg",
|
|
2839
2852
|
__spreadProps(__spreadValues({}, props), {
|
|
2840
2853
|
viewBox: "0 0 24 24",
|
|
2841
2854
|
fill: "none",
|
|
2842
2855
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2843
2856
|
}),
|
|
2844
|
-
/* @__PURE__ */
|
|
2857
|
+
/* @__PURE__ */ React158.createElement(
|
|
2845
2858
|
"path",
|
|
2846
2859
|
{
|
|
2847
2860
|
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",
|
|
@@ -2852,29 +2865,29 @@ function SvgGithub(props) {
|
|
|
2852
2865
|
}
|
|
2853
2866
|
|
|
2854
2867
|
// src/components/icon/available-icons/google_docs.tsx
|
|
2855
|
-
var
|
|
2868
|
+
var React159 = __toESM(require("react"));
|
|
2856
2869
|
function SvgGoogleDocs(props) {
|
|
2857
|
-
return /* @__PURE__ */
|
|
2870
|
+
return /* @__PURE__ */ React159.createElement(
|
|
2858
2871
|
"svg",
|
|
2859
2872
|
__spreadProps(__spreadValues({}, props), {
|
|
2860
2873
|
viewBox: "0 0 24 22",
|
|
2861
2874
|
fill: "none",
|
|
2862
2875
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2863
2876
|
}),
|
|
2864
|
-
/* @__PURE__ */
|
|
2877
|
+
/* @__PURE__ */ React159.createElement("g", { clipPath: "url(#clip0_14_171)" }, /* @__PURE__ */ React159.createElement(
|
|
2865
2878
|
"path",
|
|
2866
2879
|
{
|
|
2867
2880
|
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",
|
|
2868
2881
|
fill: "#3086F6"
|
|
2869
2882
|
}
|
|
2870
|
-
), /* @__PURE__ */
|
|
2883
|
+
), /* @__PURE__ */ React159.createElement("path", { d: "M15.1874 2L19.9999 7H15.1874V2Z", fill: "#0C67D6" }), /* @__PURE__ */ React159.createElement(
|
|
2871
2884
|
"path",
|
|
2872
2885
|
{
|
|
2873
2886
|
d: "M15.9375 10.8636H8.0625V9.72726H15.9375V10.8636ZM15.9375 12.4545H8.0625V13.5909H15.9375V12.4545ZM13.75 15.1818H8.0625V16.3182H13.75V15.1818Z",
|
|
2874
2887
|
fill: "#FDFFFF"
|
|
2875
2888
|
}
|
|
2876
2889
|
)),
|
|
2877
|
-
/* @__PURE__ */
|
|
2890
|
+
/* @__PURE__ */ React159.createElement("defs", null, /* @__PURE__ */ React159.createElement("clipPath", { id: "clip0_14_171" }, /* @__PURE__ */ React159.createElement(
|
|
2878
2891
|
"rect",
|
|
2879
2892
|
{
|
|
2880
2893
|
width: "16",
|
|
@@ -2887,29 +2900,29 @@ function SvgGoogleDocs(props) {
|
|
|
2887
2900
|
}
|
|
2888
2901
|
|
|
2889
2902
|
// src/components/icon/available-icons/google_sheets.tsx
|
|
2890
|
-
var
|
|
2903
|
+
var React160 = __toESM(require("react"));
|
|
2891
2904
|
function SvgGoogleSheets(props) {
|
|
2892
|
-
return /* @__PURE__ */
|
|
2905
|
+
return /* @__PURE__ */ React160.createElement(
|
|
2893
2906
|
"svg",
|
|
2894
2907
|
__spreadProps(__spreadValues({}, props), {
|
|
2895
2908
|
viewBox: "0 0 24 22",
|
|
2896
2909
|
fill: "none",
|
|
2897
2910
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2898
2911
|
}),
|
|
2899
|
-
/* @__PURE__ */
|
|
2912
|
+
/* @__PURE__ */ React160.createElement("g", { clipPath: "url(#clip0_14_172)" }, /* @__PURE__ */ React160.createElement(
|
|
2900
2913
|
"path",
|
|
2901
2914
|
{
|
|
2902
2915
|
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",
|
|
2903
2916
|
fill: "#26A668"
|
|
2904
2917
|
}
|
|
2905
|
-
), /* @__PURE__ */
|
|
2918
|
+
), /* @__PURE__ */ React160.createElement("path", { d: "M15.1874 2L19.9999 7H15.1874V2Z", fill: "#207A50" }), /* @__PURE__ */ React160.createElement(
|
|
2906
2919
|
"path",
|
|
2907
2920
|
{
|
|
2908
2921
|
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",
|
|
2909
2922
|
fill: "#FDFFFF"
|
|
2910
2923
|
}
|
|
2911
2924
|
)),
|
|
2912
|
-
/* @__PURE__ */
|
|
2925
|
+
/* @__PURE__ */ React160.createElement("defs", null, /* @__PURE__ */ React160.createElement("clipPath", { id: "clip0_14_172" }, /* @__PURE__ */ React160.createElement(
|
|
2913
2926
|
"rect",
|
|
2914
2927
|
{
|
|
2915
2928
|
width: "16",
|
|
@@ -2922,51 +2935,51 @@ function SvgGoogleSheets(props) {
|
|
|
2922
2935
|
}
|
|
2923
2936
|
|
|
2924
2937
|
// src/components/icon/available-icons/google_drive.tsx
|
|
2925
|
-
var
|
|
2938
|
+
var React161 = __toESM(require("react"));
|
|
2926
2939
|
function SvgGoogleDrive(props) {
|
|
2927
|
-
return /* @__PURE__ */
|
|
2940
|
+
return /* @__PURE__ */ React161.createElement(
|
|
2928
2941
|
"svg",
|
|
2929
2942
|
__spreadProps(__spreadValues({}, props), {
|
|
2930
2943
|
viewBox: "0 0 24 22",
|
|
2931
2944
|
fill: "none",
|
|
2932
2945
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2933
2946
|
}),
|
|
2934
|
-
/* @__PURE__ */
|
|
2947
|
+
/* @__PURE__ */ React161.createElement(
|
|
2935
2948
|
"path",
|
|
2936
2949
|
{
|
|
2937
2950
|
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",
|
|
2938
2951
|
fill: "#0066DA"
|
|
2939
2952
|
}
|
|
2940
2953
|
),
|
|
2941
|
-
/* @__PURE__ */
|
|
2954
|
+
/* @__PURE__ */ React161.createElement(
|
|
2942
2955
|
"path",
|
|
2943
2956
|
{
|
|
2944
2957
|
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",
|
|
2945
2958
|
fill: "#00AC47"
|
|
2946
2959
|
}
|
|
2947
2960
|
),
|
|
2948
|
-
/* @__PURE__ */
|
|
2961
|
+
/* @__PURE__ */ React161.createElement(
|
|
2949
2962
|
"path",
|
|
2950
2963
|
{
|
|
2951
2964
|
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",
|
|
2952
2965
|
fill: "#EA4335"
|
|
2953
2966
|
}
|
|
2954
2967
|
),
|
|
2955
|
-
/* @__PURE__ */
|
|
2968
|
+
/* @__PURE__ */ React161.createElement(
|
|
2956
2969
|
"path",
|
|
2957
2970
|
{
|
|
2958
2971
|
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",
|
|
2959
2972
|
fill: "#00832D"
|
|
2960
2973
|
}
|
|
2961
2974
|
),
|
|
2962
|
-
/* @__PURE__ */
|
|
2975
|
+
/* @__PURE__ */ React161.createElement(
|
|
2963
2976
|
"path",
|
|
2964
2977
|
{
|
|
2965
2978
|
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",
|
|
2966
2979
|
fill: "#2684FC"
|
|
2967
2980
|
}
|
|
2968
2981
|
),
|
|
2969
|
-
/* @__PURE__ */
|
|
2982
|
+
/* @__PURE__ */ React161.createElement(
|
|
2970
2983
|
"path",
|
|
2971
2984
|
{
|
|
2972
2985
|
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",
|
|
@@ -2977,29 +2990,29 @@ function SvgGoogleDrive(props) {
|
|
|
2977
2990
|
}
|
|
2978
2991
|
|
|
2979
2992
|
// src/components/icon/available-icons/google_forms.tsx
|
|
2980
|
-
var
|
|
2993
|
+
var React162 = __toESM(require("react"));
|
|
2981
2994
|
function SvgGoogleForms(props) {
|
|
2982
|
-
return /* @__PURE__ */
|
|
2995
|
+
return /* @__PURE__ */ React162.createElement(
|
|
2983
2996
|
"svg",
|
|
2984
2997
|
__spreadProps(__spreadValues({}, props), {
|
|
2985
2998
|
viewBox: "0 0 24 22",
|
|
2986
2999
|
fill: "none",
|
|
2987
3000
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2988
3001
|
}),
|
|
2989
|
-
/* @__PURE__ */
|
|
3002
|
+
/* @__PURE__ */ React162.createElement("g", { clipPath: "url(#clip0_14_173)" }, /* @__PURE__ */ React162.createElement(
|
|
2990
3003
|
"path",
|
|
2991
3004
|
{
|
|
2992
3005
|
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",
|
|
2993
3006
|
fill: "#7248BC"
|
|
2994
3007
|
}
|
|
2995
|
-
), /* @__PURE__ */
|
|
3008
|
+
), /* @__PURE__ */ React162.createElement("path", { d: "M15.1874 2L19.9999 7H15.1874V2Z", fill: "#432382" }), /* @__PURE__ */ React162.createElement(
|
|
2996
3009
|
"path",
|
|
2997
3010
|
{
|
|
2998
3011
|
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",
|
|
2999
3012
|
fill: "white"
|
|
3000
3013
|
}
|
|
3001
3014
|
)),
|
|
3002
|
-
/* @__PURE__ */
|
|
3015
|
+
/* @__PURE__ */ React162.createElement("defs", null, /* @__PURE__ */ React162.createElement("clipPath", { id: "clip0_14_173" }, /* @__PURE__ */ React162.createElement(
|
|
3003
3016
|
"rect",
|
|
3004
3017
|
{
|
|
3005
3018
|
width: "16",
|
|
@@ -3012,29 +3025,29 @@ function SvgGoogleForms(props) {
|
|
|
3012
3025
|
}
|
|
3013
3026
|
|
|
3014
3027
|
// src/components/icon/available-icons/google_slides.tsx
|
|
3015
|
-
var
|
|
3028
|
+
var React163 = __toESM(require("react"));
|
|
3016
3029
|
function SvgGoogleSlides(props) {
|
|
3017
|
-
return /* @__PURE__ */
|
|
3030
|
+
return /* @__PURE__ */ React163.createElement(
|
|
3018
3031
|
"svg",
|
|
3019
3032
|
__spreadProps(__spreadValues({}, props), {
|
|
3020
3033
|
viewBox: "0 0 24 22",
|
|
3021
3034
|
fill: "none",
|
|
3022
3035
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3023
3036
|
}),
|
|
3024
|
-
/* @__PURE__ */
|
|
3037
|
+
/* @__PURE__ */ React163.createElement("g", { clipPath: "url(#clip0_14_174)" }, /* @__PURE__ */ React163.createElement(
|
|
3025
3038
|
"path",
|
|
3026
3039
|
{
|
|
3027
3040
|
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",
|
|
3028
3041
|
fill: "#F8BF08"
|
|
3029
3042
|
}
|
|
3030
|
-
), /* @__PURE__ */
|
|
3043
|
+
), /* @__PURE__ */ React163.createElement("path", { d: "M15.1874 2L19.9999 7H15.1874V2Z", fill: "#F59307" }), /* @__PURE__ */ React163.createElement(
|
|
3031
3044
|
"path",
|
|
3032
3045
|
{
|
|
3033
3046
|
d: "M7.28577 9.84415V16.7013H16.7143V9.84415H7.28577ZM15.5358 15.4768H8.46434V11.0686H15.5358V15.4768Z",
|
|
3034
3047
|
fill: "#FDFFFF"
|
|
3035
3048
|
}
|
|
3036
3049
|
)),
|
|
3037
|
-
/* @__PURE__ */
|
|
3050
|
+
/* @__PURE__ */ React163.createElement("defs", null, /* @__PURE__ */ React163.createElement("clipPath", { id: "clip0_14_174" }, /* @__PURE__ */ React163.createElement(
|
|
3038
3051
|
"rect",
|
|
3039
3052
|
{
|
|
3040
3053
|
width: "16",
|
|
@@ -3047,16 +3060,16 @@ function SvgGoogleSlides(props) {
|
|
|
3047
3060
|
}
|
|
3048
3061
|
|
|
3049
3062
|
// src/components/icon/available-icons/notion.tsx
|
|
3050
|
-
var
|
|
3063
|
+
var React164 = __toESM(require("react"));
|
|
3051
3064
|
function SvgNotion(props) {
|
|
3052
|
-
return /* @__PURE__ */
|
|
3065
|
+
return /* @__PURE__ */ React164.createElement(
|
|
3053
3066
|
"svg",
|
|
3054
3067
|
__spreadProps(__spreadValues({}, props), {
|
|
3055
3068
|
viewBox: "0 0 24 22",
|
|
3056
3069
|
fill: "none",
|
|
3057
3070
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3058
3071
|
}),
|
|
3059
|
-
/* @__PURE__ */
|
|
3072
|
+
/* @__PURE__ */ React164.createElement(
|
|
3060
3073
|
"path",
|
|
3061
3074
|
{
|
|
3062
3075
|
fillRule: "evenodd",
|
|
@@ -3069,75 +3082,75 @@ function SvgNotion(props) {
|
|
|
3069
3082
|
}
|
|
3070
3083
|
|
|
3071
3084
|
// src/components/icon/available-icons/microsoft_excel.tsx
|
|
3072
|
-
var
|
|
3085
|
+
var React165 = __toESM(require("react"));
|
|
3073
3086
|
function SvgMicrosoftExcel(props) {
|
|
3074
|
-
return /* @__PURE__ */
|
|
3087
|
+
return /* @__PURE__ */ React165.createElement(
|
|
3075
3088
|
"svg",
|
|
3076
3089
|
__spreadProps(__spreadValues({}, props), {
|
|
3077
3090
|
viewBox: "0 0 24 24",
|
|
3078
3091
|
fill: "none",
|
|
3079
3092
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3080
3093
|
}),
|
|
3081
|
-
/* @__PURE__ */
|
|
3094
|
+
/* @__PURE__ */ React165.createElement("g", { clipPath: "url(#clip0_14_237)" }, /* @__PURE__ */ React165.createElement(
|
|
3082
3095
|
"path",
|
|
3083
3096
|
{
|
|
3084
3097
|
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",
|
|
3085
3098
|
fill: "#185C37"
|
|
3086
3099
|
}
|
|
3087
|
-
), /* @__PURE__ */
|
|
3100
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3088
3101
|
"path",
|
|
3089
3102
|
{
|
|
3090
3103
|
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",
|
|
3091
3104
|
fill: "#21A366"
|
|
3092
3105
|
}
|
|
3093
|
-
), /* @__PURE__ */
|
|
3106
|
+
), /* @__PURE__ */ React165.createElement("path", { d: "M6.65112 7.5H14.5581V12H6.65112V7.5Z", fill: "#107C41" }), /* @__PURE__ */ React165.createElement(
|
|
3094
3107
|
"path",
|
|
3095
3108
|
{
|
|
3096
3109
|
opacity: "0.1",
|
|
3097
3110
|
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",
|
|
3098
3111
|
fill: "black"
|
|
3099
3112
|
}
|
|
3100
|
-
), /* @__PURE__ */
|
|
3113
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3101
3114
|
"path",
|
|
3102
3115
|
{
|
|
3103
3116
|
opacity: "0.2",
|
|
3104
3117
|
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",
|
|
3105
3118
|
fill: "black"
|
|
3106
3119
|
}
|
|
3107
|
-
), /* @__PURE__ */
|
|
3120
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3108
3121
|
"path",
|
|
3109
3122
|
{
|
|
3110
3123
|
opacity: "0.2",
|
|
3111
3124
|
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",
|
|
3112
3125
|
fill: "black"
|
|
3113
3126
|
}
|
|
3114
|
-
), /* @__PURE__ */
|
|
3127
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3115
3128
|
"path",
|
|
3116
3129
|
{
|
|
3117
3130
|
opacity: "0.2",
|
|
3118
3131
|
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",
|
|
3119
3132
|
fill: "black"
|
|
3120
3133
|
}
|
|
3121
|
-
), /* @__PURE__ */
|
|
3134
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3122
3135
|
"path",
|
|
3123
3136
|
{
|
|
3124
3137
|
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",
|
|
3125
3138
|
fill: "url(#paint0_linear_14_237)"
|
|
3126
3139
|
}
|
|
3127
|
-
), /* @__PURE__ */
|
|
3140
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3128
3141
|
"path",
|
|
3129
3142
|
{
|
|
3130
3143
|
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",
|
|
3131
3144
|
fill: "white"
|
|
3132
3145
|
}
|
|
3133
|
-
), /* @__PURE__ */
|
|
3146
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3134
3147
|
"path",
|
|
3135
3148
|
{
|
|
3136
3149
|
d: "M21.1474 3H14.5581V7.5H22V3.82485C22 3.3693 21.6183 3 21.1474 3Z",
|
|
3137
3150
|
fill: "#33C481"
|
|
3138
3151
|
}
|
|
3139
|
-
), /* @__PURE__ */
|
|
3140
|
-
/* @__PURE__ */
|
|
3152
|
+
), /* @__PURE__ */ React165.createElement("path", { d: "M14.5581 12H22V16.5H14.5581V12Z", fill: "#107C41" })),
|
|
3153
|
+
/* @__PURE__ */ React165.createElement("defs", null, /* @__PURE__ */ React165.createElement(
|
|
3141
3154
|
"linearGradient",
|
|
3142
3155
|
{
|
|
3143
3156
|
id: "paint0_linear_14_237",
|
|
@@ -3147,10 +3160,10 @@ function SvgMicrosoftExcel(props) {
|
|
|
3147
3160
|
y2: "17.7763",
|
|
3148
3161
|
gradientUnits: "userSpaceOnUse"
|
|
3149
3162
|
},
|
|
3150
|
-
/* @__PURE__ */
|
|
3151
|
-
/* @__PURE__ */
|
|
3152
|
-
/* @__PURE__ */
|
|
3153
|
-
), /* @__PURE__ */
|
|
3163
|
+
/* @__PURE__ */ React165.createElement("stop", { stopColor: "#18884F" }),
|
|
3164
|
+
/* @__PURE__ */ React165.createElement("stop", { offset: "0.5", stopColor: "#117E43" }),
|
|
3165
|
+
/* @__PURE__ */ React165.createElement("stop", { offset: "1", stopColor: "#0B6631" })
|
|
3166
|
+
), /* @__PURE__ */ React165.createElement("clipPath", { id: "clip0_14_237" }, /* @__PURE__ */ React165.createElement(
|
|
3154
3167
|
"rect",
|
|
3155
3168
|
{
|
|
3156
3169
|
width: "20",
|
|
@@ -3163,81 +3176,81 @@ function SvgMicrosoftExcel(props) {
|
|
|
3163
3176
|
}
|
|
3164
3177
|
|
|
3165
3178
|
// src/components/icon/available-icons/microsoft_one_note.tsx
|
|
3166
|
-
var
|
|
3179
|
+
var React166 = __toESM(require("react"));
|
|
3167
3180
|
function SvgMicrosoftOneNote(props) {
|
|
3168
|
-
return /* @__PURE__ */
|
|
3181
|
+
return /* @__PURE__ */ React166.createElement(
|
|
3169
3182
|
"svg",
|
|
3170
3183
|
__spreadProps(__spreadValues({}, props), {
|
|
3171
3184
|
viewBox: "0 0 24 24",
|
|
3172
3185
|
fill: "none",
|
|
3173
3186
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3174
3187
|
}),
|
|
3175
|
-
/* @__PURE__ */
|
|
3188
|
+
/* @__PURE__ */ React166.createElement("g", { clipPath: "url(#clip0_14_250)" }, /* @__PURE__ */ React166.createElement(
|
|
3176
3189
|
"path",
|
|
3177
3190
|
{
|
|
3178
3191
|
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",
|
|
3179
3192
|
fill: "#CA64EA"
|
|
3180
3193
|
}
|
|
3181
|
-
), /* @__PURE__ */
|
|
3194
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3182
3195
|
"path",
|
|
3183
3196
|
{
|
|
3184
3197
|
d: "M22 12L19.6745 13.35L17.3489 12V7.5H22L22 12Z",
|
|
3185
3198
|
fill: "#AE4BD5"
|
|
3186
3199
|
}
|
|
3187
|
-
), /* @__PURE__ */
|
|
3200
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3188
3201
|
"path",
|
|
3189
3202
|
{
|
|
3190
3203
|
d: "M22 16.5L19.6745 17.85L17.3489 16.5V12H22V16.5Z",
|
|
3191
3204
|
fill: "#9332BF"
|
|
3192
3205
|
}
|
|
3193
|
-
), /* @__PURE__ */
|
|
3206
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3194
3207
|
"path",
|
|
3195
3208
|
{
|
|
3196
3209
|
d: "M17.3489 16.5H22V20.1563C22 20.6222 21.6096 21 21.1279 21H17.3489V16.5Z",
|
|
3197
3210
|
fill: "#7719AA"
|
|
3198
3211
|
}
|
|
3199
|
-
), /* @__PURE__ */
|
|
3212
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3200
3213
|
"path",
|
|
3201
3214
|
{
|
|
3202
3215
|
opacity: "0.2",
|
|
3203
3216
|
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",
|
|
3204
3217
|
fill: "black"
|
|
3205
3218
|
}
|
|
3206
|
-
), /* @__PURE__ */
|
|
3219
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3207
3220
|
"path",
|
|
3208
3221
|
{
|
|
3209
3222
|
opacity: "0.2",
|
|
3210
3223
|
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",
|
|
3211
3224
|
fill: "black"
|
|
3212
3225
|
}
|
|
3213
|
-
), /* @__PURE__ */
|
|
3226
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3214
3227
|
"path",
|
|
3215
3228
|
{
|
|
3216
3229
|
opacity: "0.5",
|
|
3217
3230
|
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",
|
|
3218
3231
|
fill: "black"
|
|
3219
3232
|
}
|
|
3220
|
-
), /* @__PURE__ */
|
|
3233
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3221
3234
|
"path",
|
|
3222
3235
|
{
|
|
3223
3236
|
opacity: "0.5",
|
|
3224
3237
|
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",
|
|
3225
3238
|
fill: "black"
|
|
3226
3239
|
}
|
|
3227
|
-
), /* @__PURE__ */
|
|
3240
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3228
3241
|
"path",
|
|
3229
3242
|
{
|
|
3230
3243
|
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",
|
|
3231
3244
|
fill: "url(#paint0_linear_14_250)"
|
|
3232
3245
|
}
|
|
3233
|
-
), /* @__PURE__ */
|
|
3246
|
+
), /* @__PURE__ */ React166.createElement(
|
|
3234
3247
|
"path",
|
|
3235
3248
|
{
|
|
3236
3249
|
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",
|
|
3237
3250
|
fill: "white"
|
|
3238
3251
|
}
|
|
3239
3252
|
)),
|
|
3240
|
-
/* @__PURE__ */
|
|
3253
|
+
/* @__PURE__ */ React166.createElement("defs", null, /* @__PURE__ */ React166.createElement(
|
|
3241
3254
|
"linearGradient",
|
|
3242
3255
|
{
|
|
3243
3256
|
id: "paint0_linear_14_250",
|
|
@@ -3247,10 +3260,10 @@ function SvgMicrosoftOneNote(props) {
|
|
|
3247
3260
|
y2: "17.7763",
|
|
3248
3261
|
gradientUnits: "userSpaceOnUse"
|
|
3249
3262
|
},
|
|
3250
|
-
/* @__PURE__ */
|
|
3251
|
-
/* @__PURE__ */
|
|
3252
|
-
/* @__PURE__ */
|
|
3253
|
-
), /* @__PURE__ */
|
|
3263
|
+
/* @__PURE__ */ React166.createElement("stop", { stopColor: "#8324B3" }),
|
|
3264
|
+
/* @__PURE__ */ React166.createElement("stop", { offset: "0.5", stopColor: "#7A1BAC" }),
|
|
3265
|
+
/* @__PURE__ */ React166.createElement("stop", { offset: "1", stopColor: "#621197" })
|
|
3266
|
+
), /* @__PURE__ */ React166.createElement("clipPath", { id: "clip0_14_250" }, /* @__PURE__ */ React166.createElement(
|
|
3254
3267
|
"rect",
|
|
3255
3268
|
{
|
|
3256
3269
|
width: "20",
|
|
@@ -3263,81 +3276,81 @@ function SvgMicrosoftOneNote(props) {
|
|
|
3263
3276
|
}
|
|
3264
3277
|
|
|
3265
3278
|
// src/components/icon/available-icons/microsoft_word.tsx
|
|
3266
|
-
var
|
|
3279
|
+
var React167 = __toESM(require("react"));
|
|
3267
3280
|
function SvgMicrosoftWord(props) {
|
|
3268
|
-
return /* @__PURE__ */
|
|
3281
|
+
return /* @__PURE__ */ React167.createElement(
|
|
3269
3282
|
"svg",
|
|
3270
3283
|
__spreadProps(__spreadValues({}, props), {
|
|
3271
3284
|
viewBox: "0 0 24 24",
|
|
3272
3285
|
fill: "none",
|
|
3273
3286
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3274
3287
|
}),
|
|
3275
|
-
/* @__PURE__ */
|
|
3288
|
+
/* @__PURE__ */ React167.createElement("g", { clipPath: "url(#clip0_14_214)" }, /* @__PURE__ */ React167.createElement(
|
|
3276
3289
|
"path",
|
|
3277
3290
|
{
|
|
3278
3291
|
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",
|
|
3279
3292
|
fill: "#41A5EE"
|
|
3280
3293
|
}
|
|
3281
|
-
), /* @__PURE__ */
|
|
3294
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3282
3295
|
"path",
|
|
3283
3296
|
{
|
|
3284
3297
|
d: "M22 7.75H6.65112V12.5L14.5581 13.925L22 12.5V7.75Z",
|
|
3285
3298
|
fill: "#2B7CD3"
|
|
3286
3299
|
}
|
|
3287
|
-
), /* @__PURE__ */
|
|
3300
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3288
3301
|
"path",
|
|
3289
3302
|
{
|
|
3290
3303
|
d: "M6.65112 12.5V17.25L14.093 18.2L22 17.25V12.5H6.65112Z",
|
|
3291
3304
|
fill: "#185ABD"
|
|
3292
3305
|
}
|
|
3293
|
-
), /* @__PURE__ */
|
|
3306
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3294
3307
|
"path",
|
|
3295
3308
|
{
|
|
3296
3309
|
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",
|
|
3297
3310
|
fill: "#103F91"
|
|
3298
3311
|
}
|
|
3299
|
-
), /* @__PURE__ */
|
|
3312
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3300
3313
|
"path",
|
|
3301
3314
|
{
|
|
3302
3315
|
opacity: "0.1",
|
|
3303
3316
|
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",
|
|
3304
3317
|
fill: "black"
|
|
3305
3318
|
}
|
|
3306
|
-
), /* @__PURE__ */
|
|
3319
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3307
3320
|
"path",
|
|
3308
3321
|
{
|
|
3309
3322
|
opacity: "0.2",
|
|
3310
3323
|
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",
|
|
3311
3324
|
fill: "black"
|
|
3312
3325
|
}
|
|
3313
|
-
), /* @__PURE__ */
|
|
3326
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3314
3327
|
"path",
|
|
3315
3328
|
{
|
|
3316
3329
|
opacity: "0.2",
|
|
3317
3330
|
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",
|
|
3318
3331
|
fill: "black"
|
|
3319
3332
|
}
|
|
3320
|
-
), /* @__PURE__ */
|
|
3333
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3321
3334
|
"path",
|
|
3322
3335
|
{
|
|
3323
3336
|
opacity: "0.2",
|
|
3324
3337
|
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",
|
|
3325
3338
|
fill: "black"
|
|
3326
3339
|
}
|
|
3327
|
-
), /* @__PURE__ */
|
|
3340
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3328
3341
|
"path",
|
|
3329
3342
|
{
|
|
3330
3343
|
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",
|
|
3331
3344
|
fill: "url(#paint0_linear_14_214)"
|
|
3332
3345
|
}
|
|
3333
|
-
), /* @__PURE__ */
|
|
3346
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3334
3347
|
"path",
|
|
3335
3348
|
{
|
|
3336
3349
|
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",
|
|
3337
3350
|
fill: "white"
|
|
3338
3351
|
}
|
|
3339
3352
|
)),
|
|
3340
|
-
/* @__PURE__ */
|
|
3353
|
+
/* @__PURE__ */ React167.createElement("defs", null, /* @__PURE__ */ React167.createElement(
|
|
3341
3354
|
"linearGradient",
|
|
3342
3355
|
{
|
|
3343
3356
|
id: "paint0_linear_14_214",
|
|
@@ -3347,10 +3360,10 @@ function SvgMicrosoftWord(props) {
|
|
|
3347
3360
|
y2: "18.2798",
|
|
3348
3361
|
gradientUnits: "userSpaceOnUse"
|
|
3349
3362
|
},
|
|
3350
|
-
/* @__PURE__ */
|
|
3351
|
-
/* @__PURE__ */
|
|
3352
|
-
/* @__PURE__ */
|
|
3353
|
-
), /* @__PURE__ */
|
|
3363
|
+
/* @__PURE__ */ React167.createElement("stop", { stopColor: "#2368C4" }),
|
|
3364
|
+
/* @__PURE__ */ React167.createElement("stop", { offset: "0.5", stopColor: "#1A5DBE" }),
|
|
3365
|
+
/* @__PURE__ */ React167.createElement("stop", { offset: "1", stopColor: "#1146AC" })
|
|
3366
|
+
), /* @__PURE__ */ React167.createElement("clipPath", { id: "clip0_14_214" }, /* @__PURE__ */ React167.createElement(
|
|
3354
3367
|
"rect",
|
|
3355
3368
|
{
|
|
3356
3369
|
width: "20",
|
|
@@ -3363,75 +3376,75 @@ function SvgMicrosoftWord(props) {
|
|
|
3363
3376
|
}
|
|
3364
3377
|
|
|
3365
3378
|
// src/components/icon/available-icons/microsoft_powerpoint.tsx
|
|
3366
|
-
var
|
|
3379
|
+
var React168 = __toESM(require("react"));
|
|
3367
3380
|
function SvgMicrosoftPowerpoint(props) {
|
|
3368
|
-
return /* @__PURE__ */
|
|
3381
|
+
return /* @__PURE__ */ React168.createElement(
|
|
3369
3382
|
"svg",
|
|
3370
3383
|
__spreadProps(__spreadValues({}, props), {
|
|
3371
3384
|
viewBox: "0 0 24 24",
|
|
3372
3385
|
fill: "none",
|
|
3373
3386
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3374
3387
|
}),
|
|
3375
|
-
/* @__PURE__ */
|
|
3388
|
+
/* @__PURE__ */ React168.createElement("g", { clipPath: "url(#clip0_14_226)" }, /* @__PURE__ */ React168.createElement(
|
|
3376
3389
|
"path",
|
|
3377
3390
|
{
|
|
3378
3391
|
d: "M14.0931 13.45L12.6977 3H12.5935C7.51968 3.01513 3.4102 7.21194 3.39539 12.3936V12.5L14.0931 13.45Z",
|
|
3379
3392
|
fill: "#ED6C47"
|
|
3380
3393
|
}
|
|
3381
|
-
), /* @__PURE__ */
|
|
3394
|
+
), /* @__PURE__ */ React168.createElement(
|
|
3382
3395
|
"path",
|
|
3383
3396
|
{
|
|
3384
3397
|
d: "M12.8018 3H12.6976V12.5L17.3488 14.4L22 12.5V12.3936C21.9851 7.21194 17.8757 3.01513 12.8018 3Z",
|
|
3385
3398
|
fill: "#FF8F6B"
|
|
3386
3399
|
}
|
|
3387
|
-
), /* @__PURE__ */
|
|
3400
|
+
), /* @__PURE__ */ React168.createElement(
|
|
3388
3401
|
"path",
|
|
3389
3402
|
{
|
|
3390
3403
|
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",
|
|
3391
3404
|
fill: "#D35230"
|
|
3392
3405
|
}
|
|
3393
|
-
), /* @__PURE__ */
|
|
3406
|
+
), /* @__PURE__ */ React168.createElement(
|
|
3394
3407
|
"path",
|
|
3395
3408
|
{
|
|
3396
3409
|
opacity: "0.1",
|
|
3397
3410
|
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",
|
|
3398
3411
|
fill: "black"
|
|
3399
3412
|
}
|
|
3400
|
-
), /* @__PURE__ */
|
|
3413
|
+
), /* @__PURE__ */ React168.createElement(
|
|
3401
3414
|
"path",
|
|
3402
3415
|
{
|
|
3403
3416
|
opacity: "0.2",
|
|
3404
3417
|
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",
|
|
3405
3418
|
fill: "black"
|
|
3406
3419
|
}
|
|
3407
|
-
), /* @__PURE__ */
|
|
3420
|
+
), /* @__PURE__ */ React168.createElement(
|
|
3408
3421
|
"path",
|
|
3409
3422
|
{
|
|
3410
3423
|
opacity: "0.2",
|
|
3411
3424
|
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",
|
|
3412
3425
|
fill: "black"
|
|
3413
3426
|
}
|
|
3414
|
-
), /* @__PURE__ */
|
|
3427
|
+
), /* @__PURE__ */ React168.createElement(
|
|
3415
3428
|
"path",
|
|
3416
3429
|
{
|
|
3417
3430
|
opacity: "0.2",
|
|
3418
3431
|
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",
|
|
3419
3432
|
fill: "black"
|
|
3420
3433
|
}
|
|
3421
|
-
), /* @__PURE__ */
|
|
3434
|
+
), /* @__PURE__ */ React168.createElement(
|
|
3422
3435
|
"path",
|
|
3423
3436
|
{
|
|
3424
3437
|
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",
|
|
3425
3438
|
fill: "url(#paint0_linear_14_226)"
|
|
3426
3439
|
}
|
|
3427
|
-
), /* @__PURE__ */
|
|
3440
|
+
), /* @__PURE__ */ React168.createElement(
|
|
3428
3441
|
"path",
|
|
3429
3442
|
{
|
|
3430
3443
|
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",
|
|
3431
3444
|
fill: "white"
|
|
3432
3445
|
}
|
|
3433
3446
|
)),
|
|
3434
|
-
/* @__PURE__ */
|
|
3447
|
+
/* @__PURE__ */ React168.createElement("defs", null, /* @__PURE__ */ React168.createElement(
|
|
3435
3448
|
"linearGradient",
|
|
3436
3449
|
{
|
|
3437
3450
|
id: "paint0_linear_14_226",
|
|
@@ -3441,10 +3454,10 @@ function SvgMicrosoftPowerpoint(props) {
|
|
|
3441
3454
|
y2: "18.2798",
|
|
3442
3455
|
gradientUnits: "userSpaceOnUse"
|
|
3443
3456
|
},
|
|
3444
|
-
/* @__PURE__ */
|
|
3445
|
-
/* @__PURE__ */
|
|
3446
|
-
/* @__PURE__ */
|
|
3447
|
-
), /* @__PURE__ */
|
|
3457
|
+
/* @__PURE__ */ React168.createElement("stop", { stopColor: "#CA4C28" }),
|
|
3458
|
+
/* @__PURE__ */ React168.createElement("stop", { offset: "0.5", stopColor: "#C5401E" }),
|
|
3459
|
+
/* @__PURE__ */ React168.createElement("stop", { offset: "1", stopColor: "#B62F14" })
|
|
3460
|
+
), /* @__PURE__ */ React168.createElement("clipPath", { id: "clip0_14_226" }, /* @__PURE__ */ React168.createElement(
|
|
3448
3461
|
"rect",
|
|
3449
3462
|
{
|
|
3450
3463
|
width: "20",
|
|
@@ -3457,65 +3470,65 @@ function SvgMicrosoftPowerpoint(props) {
|
|
|
3457
3470
|
}
|
|
3458
3471
|
|
|
3459
3472
|
// src/components/icon/available-icons/lucidchart.tsx
|
|
3460
|
-
var
|
|
3473
|
+
var React169 = __toESM(require("react"));
|
|
3461
3474
|
function SvgLucidchart(props) {
|
|
3462
|
-
return /* @__PURE__ */
|
|
3475
|
+
return /* @__PURE__ */ React169.createElement(
|
|
3463
3476
|
"svg",
|
|
3464
3477
|
__spreadProps(__spreadValues({}, props), {
|
|
3465
3478
|
viewBox: "0 0 21 24",
|
|
3466
3479
|
fill: "none",
|
|
3467
3480
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3468
3481
|
}),
|
|
3469
|
-
/* @__PURE__ */
|
|
3482
|
+
/* @__PURE__ */ React169.createElement(
|
|
3470
3483
|
"path",
|
|
3471
3484
|
{
|
|
3472
3485
|
d: "M0 6.00433V18.0043L10.5 24V21.0065L2.625 16.4989V7.50109L0 6.00433Z",
|
|
3473
3486
|
fill: "#F96B13"
|
|
3474
3487
|
}
|
|
3475
3488
|
),
|
|
3476
|
-
/* @__PURE__ */
|
|
3489
|
+
/* @__PURE__ */ React169.createElement(
|
|
3477
3490
|
"path",
|
|
3478
3491
|
{
|
|
3479
3492
|
d: "M18.375 7.50109V19.5011L21 18.0043V6.00433L18.375 7.50109Z",
|
|
3480
3493
|
fill: "#CC4E00"
|
|
3481
3494
|
}
|
|
3482
3495
|
),
|
|
3483
|
-
/* @__PURE__ */
|
|
3496
|
+
/* @__PURE__ */ React169.createElement(
|
|
3484
3497
|
"path",
|
|
3485
3498
|
{
|
|
3486
3499
|
d: "M7.875 1.49676L18.375 7.50108L21 6.00433L10.5 0L7.875 1.49676Z",
|
|
3487
3500
|
fill: "#FFCA73"
|
|
3488
3501
|
}
|
|
3489
3502
|
),
|
|
3490
|
-
/* @__PURE__ */
|
|
3503
|
+
/* @__PURE__ */ React169.createElement(
|
|
3491
3504
|
"path",
|
|
3492
3505
|
{
|
|
3493
3506
|
d: "M0 6.00431L2.625 7.50107L5.25 6.00431L2.625 4.4989L0 6.00431Z",
|
|
3494
3507
|
fill: "#FFCA73"
|
|
3495
3508
|
}
|
|
3496
3509
|
),
|
|
3497
|
-
/* @__PURE__ */
|
|
3510
|
+
/* @__PURE__ */ React169.createElement(
|
|
3498
3511
|
"path",
|
|
3499
3512
|
{
|
|
3500
3513
|
d: "M2.625 7.50109V16.4989L5.25 15.0021V6.00433L2.625 7.50109Z",
|
|
3501
3514
|
fill: "#CC4E00"
|
|
3502
3515
|
}
|
|
3503
3516
|
),
|
|
3504
|
-
/* @__PURE__ */
|
|
3517
|
+
/* @__PURE__ */ React169.createElement(
|
|
3505
3518
|
"path",
|
|
3506
3519
|
{
|
|
3507
3520
|
d: "M10.5 21.0065V24L13.125 22.5033V19.5011L10.5 21.0065Z",
|
|
3508
3521
|
fill: "#CC4E00"
|
|
3509
3522
|
}
|
|
3510
3523
|
),
|
|
3511
|
-
/* @__PURE__ */
|
|
3524
|
+
/* @__PURE__ */ React169.createElement(
|
|
3512
3525
|
"path",
|
|
3513
3526
|
{
|
|
3514
3527
|
d: "M2.625 16.4989L10.5 21.0065L13.125 19.5011L5.25 15.0021L2.625 16.4989Z",
|
|
3515
3528
|
fill: "#FFCA73"
|
|
3516
3529
|
}
|
|
3517
3530
|
),
|
|
3518
|
-
/* @__PURE__ */
|
|
3531
|
+
/* @__PURE__ */ React169.createElement(
|
|
3519
3532
|
"path",
|
|
3520
3533
|
{
|
|
3521
3534
|
d: "M7.875 1.49673V4.49889L15.75 8.99785V18.0043L18.375 19.5011V7.50105L7.875 1.49673Z",
|
|
@@ -3526,15 +3539,15 @@ function SvgLucidchart(props) {
|
|
|
3526
3539
|
}
|
|
3527
3540
|
|
|
3528
3541
|
// src/components/icon/available-icons/jira.tsx
|
|
3529
|
-
var
|
|
3542
|
+
var React170 = __toESM(require("react"));
|
|
3530
3543
|
function SvgJira() {
|
|
3531
|
-
return /* @__PURE__ */
|
|
3544
|
+
return /* @__PURE__ */ React170.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React170.createElement("svg", { viewBox: "0 0 24 24", "aria-hidden": "true" }, /* @__PURE__ */ React170.createElement(
|
|
3532
3545
|
"path",
|
|
3533
3546
|
{
|
|
3534
3547
|
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",
|
|
3535
3548
|
fill: "#1868DB"
|
|
3536
3549
|
}
|
|
3537
|
-
), /* @__PURE__ */
|
|
3550
|
+
), /* @__PURE__ */ React170.createElement(
|
|
3538
3551
|
"path",
|
|
3539
3552
|
{
|
|
3540
3553
|
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",
|
|
@@ -3544,9 +3557,9 @@ function SvgJira() {
|
|
|
3544
3557
|
}
|
|
3545
3558
|
|
|
3546
3559
|
// src/components/icon/available-icons/jira-neutral.tsx
|
|
3547
|
-
var
|
|
3560
|
+
var React171 = __toESM(require("react"));
|
|
3548
3561
|
function SvgJiraNeutral(props) {
|
|
3549
|
-
return /* @__PURE__ */
|
|
3562
|
+
return /* @__PURE__ */ React171.createElement(
|
|
3550
3563
|
"svg",
|
|
3551
3564
|
__spreadValues({
|
|
3552
3565
|
width: "24",
|
|
@@ -3555,20 +3568,20 @@ function SvgJiraNeutral(props) {
|
|
|
3555
3568
|
fill: "none",
|
|
3556
3569
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3557
3570
|
}, props),
|
|
3558
|
-
/* @__PURE__ */
|
|
3571
|
+
/* @__PURE__ */ React171.createElement("g", { clipPath: "url(#clip0_11514_33)" }, /* @__PURE__ */ React171.createElement(
|
|
3559
3572
|
"path",
|
|
3560
3573
|
{
|
|
3561
3574
|
d: "M0 6C0 2.68629 2.68629 0 6 0H18C21.3137 0 24 2.68629 24 6V18C24 21.3137 21.3137 24 18 24H6C2.68629 24 0 21.3137 0 18V6Z",
|
|
3562
3575
|
fill: "white"
|
|
3563
3576
|
}
|
|
3564
|
-
), /* @__PURE__ */
|
|
3577
|
+
), /* @__PURE__ */ React171.createElement(
|
|
3565
3578
|
"path",
|
|
3566
3579
|
{
|
|
3567
3580
|
d: "M8.97313 15.5029H7.62057C5.58062 15.5029 4.11719 14.263 4.11719 12.4475H11.39C11.767 12.4475 12.0109 12.7131 12.0109 13.0895V20.3517C10.1927 20.3517 8.97313 18.8904 8.97313 16.8535V15.5029ZM12.5652 11.8939H11.2126C9.17269 11.8939 7.70926 10.6762 7.70926 8.86065H14.9821C15.359 8.86065 15.6251 9.1042 15.6251 9.48059V16.7428C13.8069 16.7428 12.5652 15.2815 12.5652 13.2445V11.8939ZM16.1794 8.30713H14.8269C12.7869 8.30713 11.3235 7.06725 11.3235 5.25171H18.5963C18.9733 5.25171 19.2172 5.5174 19.2172 5.87165V13.1338C17.399 13.1338 16.1794 11.6725 16.1794 9.63558V8.30713Z",
|
|
3568
3581
|
fill: "#1868DB"
|
|
3569
3582
|
}
|
|
3570
3583
|
)),
|
|
3571
|
-
/* @__PURE__ */
|
|
3584
|
+
/* @__PURE__ */ React171.createElement("defs", null, /* @__PURE__ */ React171.createElement("clipPath", { id: "clip0_11514_33" }, /* @__PURE__ */ React171.createElement("rect", { width: "24", height: "24", fill: "white" })))
|
|
3572
3585
|
);
|
|
3573
3586
|
}
|
|
3574
3587
|
|
|
@@ -3637,15 +3650,15 @@ var SvgLightbulbOutline = (props) => /* @__PURE__ */ import_react54.default.crea
|
|
|
3637
3650
|
));
|
|
3638
3651
|
|
|
3639
3652
|
// src/components/icon/available-icons/linearDark.tsx
|
|
3640
|
-
var
|
|
3653
|
+
var React178 = __toESM(require("react"));
|
|
3641
3654
|
function SvgLinearDark(props) {
|
|
3642
|
-
return /* @__PURE__ */
|
|
3655
|
+
return /* @__PURE__ */ React178.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React178.createElement("g", { clipPath: "url(#clip0_11637_9734)" }, /* @__PURE__ */ React178.createElement(
|
|
3643
3656
|
"path",
|
|
3644
3657
|
{
|
|
3645
3658
|
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",
|
|
3646
3659
|
fill: "currentColor"
|
|
3647
3660
|
}
|
|
3648
|
-
)), /* @__PURE__ */
|
|
3661
|
+
)), /* @__PURE__ */ React178.createElement("defs", null, /* @__PURE__ */ React178.createElement("clipPath", { id: "clip0_11637_9734" }, /* @__PURE__ */ React178.createElement("rect", { width: "24", height: "24", fill: "currentColor" }))));
|
|
3649
3662
|
}
|
|
3650
3663
|
|
|
3651
3664
|
// src/components/icon/available-icons/line-thickness.tsx
|
|
@@ -3655,16 +3668,16 @@ var SvgLineThickness = () => /* @__PURE__ */ import_react55.default.createElemen
|
|
|
3655
3668
|
|
|
3656
3669
|
// src/components/icon/available-icons/link.tsx
|
|
3657
3670
|
var import_link = __toESM(require("@atlaskit/icon/core/link"));
|
|
3658
|
-
var
|
|
3671
|
+
var React180 = __toESM(require("react"));
|
|
3659
3672
|
function SvgLink() {
|
|
3660
|
-
return /* @__PURE__ */
|
|
3673
|
+
return /* @__PURE__ */ React180.createElement(import_link.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3661
3674
|
}
|
|
3662
3675
|
|
|
3663
3676
|
// src/components/icon/available-icons/link-broken.tsx
|
|
3664
3677
|
var import_link_broken = __toESM(require("@atlaskit/icon/core/link-broken"));
|
|
3665
|
-
var
|
|
3678
|
+
var React181 = __toESM(require("react"));
|
|
3666
3679
|
function SvgLinkBroken() {
|
|
3667
|
-
return /* @__PURE__ */
|
|
3680
|
+
return /* @__PURE__ */ React181.createElement(React181.Fragment, null, /* @__PURE__ */ React181.createElement("span", { className: "lens-legacy-icon" }), /* @__PURE__ */ React181.createElement(import_link_broken.default, { label: "" }));
|
|
3668
3681
|
}
|
|
3669
3682
|
|
|
3670
3683
|
// src/components/icon/available-icons/linkedin.tsx
|
|
@@ -3681,29 +3694,29 @@ var SvgLinkedIn = (props) => /* @__PURE__ */ import_react56.default.createElemen
|
|
|
3681
3694
|
|
|
3682
3695
|
// src/components/icon/available-icons/link-off.tsx
|
|
3683
3696
|
var import_link_restricted_access = __toESM(require("@atlaskit/icon-lab/core/link-restricted-access"));
|
|
3684
|
-
var
|
|
3697
|
+
var React183 = __toESM(require("react"));
|
|
3685
3698
|
function SvgLinkOff() {
|
|
3686
|
-
return /* @__PURE__ */
|
|
3699
|
+
return /* @__PURE__ */ React183.createElement(import_link_restricted_access.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3687
3700
|
}
|
|
3688
3701
|
|
|
3689
3702
|
// src/components/icon/available-icons/list.tsx
|
|
3690
3703
|
var import_list_bulleted = __toESM(require("@atlaskit/icon/core/list-bulleted"));
|
|
3691
|
-
var
|
|
3704
|
+
var React184 = __toESM(require("react"));
|
|
3692
3705
|
function SvgList() {
|
|
3693
|
-
return /* @__PURE__ */
|
|
3706
|
+
return /* @__PURE__ */ React184.createElement(import_list_bulleted.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3694
3707
|
}
|
|
3695
3708
|
|
|
3696
3709
|
// src/components/icon/available-icons/lock.tsx
|
|
3697
3710
|
var import_lock_locked = __toESM(require("@atlaskit/icon/core/lock-locked"));
|
|
3698
|
-
var
|
|
3711
|
+
var React185 = __toESM(require("react"));
|
|
3699
3712
|
function SvgLock() {
|
|
3700
|
-
return /* @__PURE__ */
|
|
3713
|
+
return /* @__PURE__ */ React185.createElement(import_lock_locked.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3701
3714
|
}
|
|
3702
3715
|
|
|
3703
3716
|
// src/components/icon/available-icons/lock-fill.tsx
|
|
3704
|
-
var
|
|
3717
|
+
var React186 = __toESM(require("react"));
|
|
3705
3718
|
function SvgLockFill() {
|
|
3706
|
-
return /* @__PURE__ */
|
|
3719
|
+
return /* @__PURE__ */ React186.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React186.createElement("svg", { viewBox: "0 0 12 12" }, /* @__PURE__ */ React186.createElement(
|
|
3707
3720
|
"path",
|
|
3708
3721
|
{
|
|
3709
3722
|
fill: "currentColor",
|
|
@@ -3716,144 +3729,144 @@ function SvgLockFill() {
|
|
|
3716
3729
|
|
|
3717
3730
|
// src/components/icon/available-icons/log-out.tsx
|
|
3718
3731
|
var import_log_out = __toESM(require("@atlaskit/icon/core/log-out"));
|
|
3719
|
-
var
|
|
3732
|
+
var React187 = __toESM(require("react"));
|
|
3720
3733
|
function SvgLogOut() {
|
|
3721
|
-
return /* @__PURE__ */
|
|
3734
|
+
return /* @__PURE__ */ React187.createElement(import_log_out.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3722
3735
|
}
|
|
3723
3736
|
|
|
3724
3737
|
// src/components/icon/available-icons/mail.tsx
|
|
3725
3738
|
var import_email = __toESM(require("@atlaskit/icon/core/email"));
|
|
3726
|
-
var
|
|
3739
|
+
var React188 = __toESM(require("react"));
|
|
3727
3740
|
function SvgMail() {
|
|
3728
|
-
return /* @__PURE__ */
|
|
3741
|
+
return /* @__PURE__ */ React188.createElement(import_email.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3729
3742
|
}
|
|
3730
3743
|
|
|
3731
3744
|
// src/components/icon/available-icons/maximize.tsx
|
|
3732
3745
|
var import_fullscreen_enter = __toESM(require("@atlaskit/icon/core/fullscreen-enter"));
|
|
3733
|
-
var
|
|
3746
|
+
var React189 = __toESM(require("react"));
|
|
3734
3747
|
function SvgMaximize() {
|
|
3735
|
-
return /* @__PURE__ */
|
|
3748
|
+
return /* @__PURE__ */ React189.createElement(import_fullscreen_enter.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3736
3749
|
}
|
|
3737
3750
|
|
|
3738
3751
|
// src/components/icon/available-icons/menu.tsx
|
|
3739
3752
|
var import_menu = __toESM(require("@atlaskit/icon/core/menu"));
|
|
3740
|
-
var
|
|
3753
|
+
var React190 = __toESM(require("react"));
|
|
3741
3754
|
function SvgMenu() {
|
|
3742
|
-
return /* @__PURE__ */
|
|
3755
|
+
return /* @__PURE__ */ React190.createElement(import_menu.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3743
3756
|
}
|
|
3744
3757
|
|
|
3745
3758
|
// src/components/icon/available-icons/menu-hide.tsx
|
|
3746
3759
|
var import_sidebar_collapse = __toESM(require("@atlaskit/icon/core/sidebar-collapse"));
|
|
3747
|
-
var
|
|
3760
|
+
var React191 = __toESM(require("react"));
|
|
3748
3761
|
function SvgMenuHide() {
|
|
3749
|
-
return /* @__PURE__ */
|
|
3762
|
+
return /* @__PURE__ */ React191.createElement(import_sidebar_collapse.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3750
3763
|
}
|
|
3751
3764
|
|
|
3752
3765
|
// src/components/icon/available-icons/menu-show.tsx
|
|
3753
3766
|
var import_sidebar_expand = __toESM(require("@atlaskit/icon/core/sidebar-expand"));
|
|
3754
|
-
var
|
|
3767
|
+
var React192 = __toESM(require("react"));
|
|
3755
3768
|
function SvgMenuShow() {
|
|
3756
|
-
return /* @__PURE__ */
|
|
3769
|
+
return /* @__PURE__ */ React192.createElement(import_sidebar_expand.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3757
3770
|
}
|
|
3758
3771
|
|
|
3759
3772
|
// src/components/icon/available-icons/mic.tsx
|
|
3760
3773
|
var import_microphone = __toESM(require("@atlaskit/icon/core/microphone"));
|
|
3761
|
-
var
|
|
3774
|
+
var React193 = __toESM(require("react"));
|
|
3762
3775
|
function SvgMic() {
|
|
3763
|
-
return /* @__PURE__ */
|
|
3776
|
+
return /* @__PURE__ */ React193.createElement(import_microphone.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3764
3777
|
}
|
|
3765
3778
|
|
|
3766
3779
|
// src/components/icon/available-icons/mic-off.tsx
|
|
3767
3780
|
var import_microphone_strikethrough = __toESM(require("@atlaskit/icon-lab/core/microphone-strikethrough"));
|
|
3768
|
-
var
|
|
3781
|
+
var React194 = __toESM(require("react"));
|
|
3769
3782
|
function SvgMicOff() {
|
|
3770
|
-
return /* @__PURE__ */
|
|
3783
|
+
return /* @__PURE__ */ React194.createElement(import_microphone_strikethrough.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3771
3784
|
}
|
|
3772
3785
|
|
|
3773
3786
|
// src/components/icon/available-icons/microsoft-teams-logo.tsx
|
|
3774
|
-
var
|
|
3787
|
+
var React195 = __toESM(require("react"));
|
|
3775
3788
|
function SvgMicrosoftTeamsLogo(props) {
|
|
3776
|
-
return /* @__PURE__ */
|
|
3789
|
+
return /* @__PURE__ */ React195.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React195.createElement(
|
|
3777
3790
|
"path",
|
|
3778
3791
|
{
|
|
3779
3792
|
fill: "#5059C9",
|
|
3780
3793
|
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"
|
|
3781
3794
|
}
|
|
3782
|
-
), /* @__PURE__ */
|
|
3795
|
+
), /* @__PURE__ */ React195.createElement(
|
|
3783
3796
|
"path",
|
|
3784
3797
|
{
|
|
3785
3798
|
fill: "#7B83EB",
|
|
3786
3799
|
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"
|
|
3787
3800
|
}
|
|
3788
|
-
), /* @__PURE__ */
|
|
3801
|
+
), /* @__PURE__ */ React195.createElement(
|
|
3789
3802
|
"path",
|
|
3790
3803
|
{
|
|
3791
3804
|
fill: "#000",
|
|
3792
3805
|
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",
|
|
3793
3806
|
opacity: ".1"
|
|
3794
3807
|
}
|
|
3795
|
-
), /* @__PURE__ */
|
|
3808
|
+
), /* @__PURE__ */ React195.createElement(
|
|
3796
3809
|
"path",
|
|
3797
3810
|
{
|
|
3798
3811
|
fill: "#000",
|
|
3799
3812
|
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",
|
|
3800
3813
|
opacity: ".2"
|
|
3801
3814
|
}
|
|
3802
|
-
), /* @__PURE__ */
|
|
3815
|
+
), /* @__PURE__ */ React195.createElement(
|
|
3803
3816
|
"path",
|
|
3804
3817
|
{
|
|
3805
3818
|
fill: "#000",
|
|
3806
3819
|
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",
|
|
3807
3820
|
opacity: ".2"
|
|
3808
3821
|
}
|
|
3809
|
-
), /* @__PURE__ */
|
|
3822
|
+
), /* @__PURE__ */ React195.createElement(
|
|
3810
3823
|
"path",
|
|
3811
3824
|
{
|
|
3812
3825
|
fill: "#000",
|
|
3813
3826
|
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",
|
|
3814
3827
|
opacity: ".2"
|
|
3815
3828
|
}
|
|
3816
|
-
), /* @__PURE__ */
|
|
3829
|
+
), /* @__PURE__ */ React195.createElement(
|
|
3817
3830
|
"path",
|
|
3818
3831
|
{
|
|
3819
3832
|
fill: "#000",
|
|
3820
3833
|
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",
|
|
3821
3834
|
opacity: ".1"
|
|
3822
3835
|
}
|
|
3823
|
-
), /* @__PURE__ */
|
|
3836
|
+
), /* @__PURE__ */ React195.createElement(
|
|
3824
3837
|
"path",
|
|
3825
3838
|
{
|
|
3826
3839
|
fill: "#000",
|
|
3827
3840
|
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",
|
|
3828
3841
|
opacity: ".2"
|
|
3829
3842
|
}
|
|
3830
|
-
), /* @__PURE__ */
|
|
3843
|
+
), /* @__PURE__ */ React195.createElement(
|
|
3831
3844
|
"path",
|
|
3832
3845
|
{
|
|
3833
3846
|
fill: "#000",
|
|
3834
3847
|
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",
|
|
3835
3848
|
opacity: ".2"
|
|
3836
3849
|
}
|
|
3837
|
-
), /* @__PURE__ */
|
|
3850
|
+
), /* @__PURE__ */ React195.createElement(
|
|
3838
3851
|
"path",
|
|
3839
3852
|
{
|
|
3840
3853
|
fill: "#000",
|
|
3841
3854
|
d: "M12.233 7.737v.926a3.023 3.023 0 0 1-2.094-1.777h1.242c.47.002.85.382.852.851Z",
|
|
3842
3855
|
opacity: ".2"
|
|
3843
3856
|
}
|
|
3844
|
-
), /* @__PURE__ */
|
|
3857
|
+
), /* @__PURE__ */ React195.createElement(
|
|
3845
3858
|
"path",
|
|
3846
3859
|
{
|
|
3847
3860
|
fill: "url(#a)",
|
|
3848
3861
|
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"
|
|
3849
3862
|
}
|
|
3850
|
-
), /* @__PURE__ */
|
|
3863
|
+
), /* @__PURE__ */ React195.createElement(
|
|
3851
3864
|
"path",
|
|
3852
3865
|
{
|
|
3853
3866
|
fill: "#fff",
|
|
3854
3867
|
d: "M9.36 10.132H7.655v4.642H6.57v-4.642H4.873v-.9H9.36v.9Z"
|
|
3855
3868
|
}
|
|
3856
|
-
), /* @__PURE__ */
|
|
3869
|
+
), /* @__PURE__ */ React195.createElement("defs", null, /* @__PURE__ */ React195.createElement(
|
|
3857
3870
|
"linearGradient",
|
|
3858
3871
|
{
|
|
3859
3872
|
id: "a",
|
|
@@ -3863,17 +3876,17 @@ function SvgMicrosoftTeamsLogo(props) {
|
|
|
3863
3876
|
y2: "17.785",
|
|
3864
3877
|
gradientUnits: "userSpaceOnUse"
|
|
3865
3878
|
},
|
|
3866
|
-
/* @__PURE__ */
|
|
3867
|
-
/* @__PURE__ */
|
|
3868
|
-
/* @__PURE__ */
|
|
3879
|
+
/* @__PURE__ */ React195.createElement("stop", { stopColor: "#5A62C3" }),
|
|
3880
|
+
/* @__PURE__ */ React195.createElement("stop", { offset: ".5", stopColor: "#4D55BD" }),
|
|
3881
|
+
/* @__PURE__ */ React195.createElement("stop", { offset: "1", stopColor: "#3940AB" })
|
|
3869
3882
|
)));
|
|
3870
3883
|
}
|
|
3871
3884
|
|
|
3872
3885
|
// src/components/icon/available-icons/minimize.tsx
|
|
3873
3886
|
var import_fullscreen_exit = __toESM(require("@atlaskit/icon/core/fullscreen-exit"));
|
|
3874
|
-
var
|
|
3887
|
+
var React196 = __toESM(require("react"));
|
|
3875
3888
|
function SvgMinimize() {
|
|
3876
|
-
return /* @__PURE__ */
|
|
3889
|
+
return /* @__PURE__ */ React196.createElement(import_fullscreen_exit.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3877
3890
|
}
|
|
3878
3891
|
|
|
3879
3892
|
// src/components/icon/available-icons/minus.tsx
|
|
@@ -3883,43 +3896,43 @@ var SvgMinus = () => /* @__PURE__ */ import_react57.default.createElement(import
|
|
|
3883
3896
|
|
|
3884
3897
|
// src/components/icon/available-icons/minus-circle.tsx
|
|
3885
3898
|
var import_priority_blocker = __toESM(require("@atlaskit/icon/core/priority-blocker"));
|
|
3886
|
-
var
|
|
3899
|
+
var React198 = __toESM(require("react"));
|
|
3887
3900
|
function SvgMinusCircle() {
|
|
3888
|
-
return /* @__PURE__ */
|
|
3901
|
+
return /* @__PURE__ */ React198.createElement(import_priority_blocker.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3889
3902
|
}
|
|
3890
3903
|
|
|
3891
3904
|
// src/components/icon/available-icons/mobile-devices.tsx
|
|
3892
3905
|
var import_device_mobile = __toESM(require("@atlaskit/icon/core/device-mobile"));
|
|
3893
|
-
var
|
|
3906
|
+
var React199 = __toESM(require("react"));
|
|
3894
3907
|
var SvgMobileDevices = () => {
|
|
3895
|
-
return /* @__PURE__ */
|
|
3908
|
+
return /* @__PURE__ */ React199.createElement(import_device_mobile.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3896
3909
|
};
|
|
3897
3910
|
|
|
3898
3911
|
// src/components/icon/available-icons/money.tsx
|
|
3899
3912
|
var import_cash = __toESM(require("@atlaskit/icon/core/cash"));
|
|
3900
|
-
var
|
|
3913
|
+
var React200 = __toESM(require("react"));
|
|
3901
3914
|
function SvgMoney() {
|
|
3902
|
-
return /* @__PURE__ */
|
|
3915
|
+
return /* @__PURE__ */ React200.createElement(import_cash.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3903
3916
|
}
|
|
3904
3917
|
|
|
3905
3918
|
// src/components/icon/available-icons/moon.tsx
|
|
3906
3919
|
var import_theme = __toESM(require("@atlaskit/icon/core/theme"));
|
|
3907
|
-
var
|
|
3920
|
+
var React201 = __toESM(require("react"));
|
|
3908
3921
|
function SvgMoon() {
|
|
3909
|
-
return /* @__PURE__ */
|
|
3922
|
+
return /* @__PURE__ */ React201.createElement(import_theme.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3910
3923
|
}
|
|
3911
3924
|
|
|
3912
3925
|
// src/components/icon/available-icons/more-horiz.tsx
|
|
3913
3926
|
var import_show_more_horizontal = __toESM(require("@atlaskit/icon/core/show-more-horizontal"));
|
|
3914
|
-
var
|
|
3927
|
+
var React202 = __toESM(require("react"));
|
|
3915
3928
|
function SvgMoreHoriz() {
|
|
3916
|
-
return /* @__PURE__ */
|
|
3929
|
+
return /* @__PURE__ */ React202.createElement(import_show_more_horizontal.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3917
3930
|
}
|
|
3918
3931
|
|
|
3919
3932
|
// src/components/icon/available-icons/movie-filter.tsx
|
|
3920
|
-
var
|
|
3933
|
+
var React203 = __toESM(require("react"));
|
|
3921
3934
|
function SvgMovieFilter(props) {
|
|
3922
|
-
return /* @__PURE__ */
|
|
3935
|
+
return /* @__PURE__ */ React203.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React203.createElement(
|
|
3923
3936
|
"path",
|
|
3924
3937
|
{
|
|
3925
3938
|
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",
|
|
@@ -3929,9 +3942,9 @@ function SvgMovieFilter(props) {
|
|
|
3929
3942
|
}
|
|
3930
3943
|
|
|
3931
3944
|
// src/components/icon/available-icons/mute.tsx
|
|
3932
|
-
var
|
|
3945
|
+
var React204 = __toESM(require("react"));
|
|
3933
3946
|
function SvgMute(props) {
|
|
3934
|
-
return /* @__PURE__ */
|
|
3947
|
+
return /* @__PURE__ */ React204.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React204.createElement(
|
|
3935
3948
|
"path",
|
|
3936
3949
|
{
|
|
3937
3950
|
fillRule: "evenodd",
|
|
@@ -3987,27 +4000,27 @@ var SvgOfflineBolt = (props) => /* @__PURE__ */ import_react62.default.createEle
|
|
|
3987
4000
|
));
|
|
3988
4001
|
|
|
3989
4002
|
// src/components/icon/available-icons/outlook.tsx
|
|
3990
|
-
var
|
|
4003
|
+
var React210 = __toESM(require("react"));
|
|
3991
4004
|
function SvgOutlook(props) {
|
|
3992
|
-
return /* @__PURE__ */
|
|
4005
|
+
return /* @__PURE__ */ React210.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React210.createElement(
|
|
3993
4006
|
"path",
|
|
3994
4007
|
{
|
|
3995
4008
|
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",
|
|
3996
4009
|
fill: "#0072C6"
|
|
3997
4010
|
}
|
|
3998
|
-
), /* @__PURE__ */
|
|
4011
|
+
), /* @__PURE__ */ React210.createElement(
|
|
3999
4012
|
"path",
|
|
4000
4013
|
{
|
|
4001
4014
|
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",
|
|
4002
4015
|
fill: "#0072C6"
|
|
4003
4016
|
}
|
|
4004
|
-
), /* @__PURE__ */
|
|
4017
|
+
), /* @__PURE__ */ React210.createElement(
|
|
4005
4018
|
"path",
|
|
4006
4019
|
{
|
|
4007
4020
|
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",
|
|
4008
4021
|
fill: "#0072C6"
|
|
4009
4022
|
}
|
|
4010
|
-
), /* @__PURE__ */
|
|
4023
|
+
), /* @__PURE__ */ React210.createElement(
|
|
4011
4024
|
"path",
|
|
4012
4025
|
{
|
|
4013
4026
|
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",
|
|
@@ -4025,23 +4038,23 @@ function SvgOverlays() {
|
|
|
4025
4038
|
|
|
4026
4039
|
// src/components/icon/available-icons/paint-bucket.tsx
|
|
4027
4040
|
var import_paint_bucket = __toESM(require("@atlaskit/icon/core/paint-bucket"));
|
|
4028
|
-
var
|
|
4041
|
+
var React212 = __toESM(require("react"));
|
|
4029
4042
|
function SvgPaintBucket() {
|
|
4030
|
-
return /* @__PURE__ */
|
|
4043
|
+
return /* @__PURE__ */ React212.createElement(import_paint_bucket.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4031
4044
|
}
|
|
4032
4045
|
|
|
4033
4046
|
// src/components/icon/available-icons/palette.tsx
|
|
4034
4047
|
var import_paint_palette = __toESM(require("@atlaskit/icon/core/paint-palette"));
|
|
4035
|
-
var
|
|
4048
|
+
var React213 = __toESM(require("react"));
|
|
4036
4049
|
function SvgPalette() {
|
|
4037
|
-
return /* @__PURE__ */
|
|
4050
|
+
return /* @__PURE__ */ React213.createElement(import_paint_palette.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4038
4051
|
}
|
|
4039
4052
|
|
|
4040
4053
|
// src/components/icon/available-icons/pause.tsx
|
|
4041
4054
|
var import_video_pause_overlay = __toESM(require("@atlaskit/icon/core/video-pause-overlay"));
|
|
4042
|
-
var
|
|
4055
|
+
var React214 = __toESM(require("react"));
|
|
4043
4056
|
function SvgPause() {
|
|
4044
|
-
return /* @__PURE__ */
|
|
4057
|
+
return /* @__PURE__ */ React214.createElement(import_video_pause_overlay.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4045
4058
|
}
|
|
4046
4059
|
|
|
4047
4060
|
// src/components/icon/available-icons/people.tsx
|
|
@@ -4082,30 +4095,30 @@ var SvgPhotoSizeSelectActual = (props) => /* @__PURE__ */ import_react66.default
|
|
|
4082
4095
|
|
|
4083
4096
|
// src/components/icon/available-icons/picture-in-picture.tsx
|
|
4084
4097
|
var import_video_miniplayer = __toESM(require("@atlaskit/icon-lab/core/video-miniplayer"));
|
|
4085
|
-
var
|
|
4098
|
+
var React218 = __toESM(require("react"));
|
|
4086
4099
|
function SvgPictureInPicture() {
|
|
4087
|
-
return /* @__PURE__ */
|
|
4100
|
+
return /* @__PURE__ */ React218.createElement(import_video_miniplayer.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4088
4101
|
}
|
|
4089
4102
|
|
|
4090
4103
|
// src/components/icon/available-icons/pin.tsx
|
|
4091
4104
|
var import_pin = __toESM(require("@atlaskit/icon/core/pin"));
|
|
4092
|
-
var
|
|
4105
|
+
var React219 = __toESM(require("react"));
|
|
4093
4106
|
function SvgPin() {
|
|
4094
|
-
return /* @__PURE__ */
|
|
4107
|
+
return /* @__PURE__ */ React219.createElement(import_pin.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4095
4108
|
}
|
|
4096
4109
|
|
|
4097
4110
|
// src/components/icon/available-icons/pin-fill.tsx
|
|
4098
4111
|
var import_pin_filled = __toESM(require("@atlaskit/icon/core/pin-filled"));
|
|
4099
|
-
var
|
|
4112
|
+
var React220 = __toESM(require("react"));
|
|
4100
4113
|
function SvgPinFill() {
|
|
4101
|
-
return /* @__PURE__ */
|
|
4114
|
+
return /* @__PURE__ */ React220.createElement(import_pin_filled.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4102
4115
|
}
|
|
4103
4116
|
|
|
4104
4117
|
// src/components/icon/available-icons/play.tsx
|
|
4105
4118
|
var import_video_play_overlay = __toESM(require("@atlaskit/icon/core/video-play-overlay"));
|
|
4106
|
-
var
|
|
4119
|
+
var React221 = __toESM(require("react"));
|
|
4107
4120
|
function SvgPlay() {
|
|
4108
|
-
return /* @__PURE__ */
|
|
4121
|
+
return /* @__PURE__ */ React221.createElement(import_video_play_overlay.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4109
4122
|
}
|
|
4110
4123
|
|
|
4111
4124
|
// src/components/icon/available-icons/play-arrow.tsx
|
|
@@ -4120,9 +4133,9 @@ var SvgPlayArrow = (props) => /* @__PURE__ */ import_react67.default.createEleme
|
|
|
4120
4133
|
|
|
4121
4134
|
// src/components/icon/available-icons/play-circle.tsx
|
|
4122
4135
|
var import_video_play_circle = __toESM(require("@atlaskit/icon-lab/core/video-play-circle"));
|
|
4123
|
-
var
|
|
4136
|
+
var React223 = __toESM(require("react"));
|
|
4124
4137
|
function SvgPlayCircle() {
|
|
4125
|
-
return /* @__PURE__ */
|
|
4138
|
+
return /* @__PURE__ */ React223.createElement(import_video_play_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4126
4139
|
}
|
|
4127
4140
|
|
|
4128
4141
|
// src/components/icon/available-icons/play-circle-filled.tsx
|
|
@@ -4139,9 +4152,9 @@ var SvgPlayCircleFilled = (props) => /* @__PURE__ */ import_react68.default.crea
|
|
|
4139
4152
|
|
|
4140
4153
|
// src/components/icon/available-icons/plus-circle.tsx
|
|
4141
4154
|
var import_plus_circle = __toESM(require("@atlaskit/icon-lab/core/plus-circle"));
|
|
4142
|
-
var
|
|
4155
|
+
var React225 = __toESM(require("react"));
|
|
4143
4156
|
function SvgPlusCircle() {
|
|
4144
|
-
return /* @__PURE__ */
|
|
4157
|
+
return /* @__PURE__ */ React225.createElement(import_plus_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4145
4158
|
}
|
|
4146
4159
|
|
|
4147
4160
|
// src/components/icon/available-icons/power.tsx
|
|
@@ -4153,16 +4166,16 @@ function SvgPower() {
|
|
|
4153
4166
|
|
|
4154
4167
|
// src/components/icon/available-icons/present.tsx
|
|
4155
4168
|
var import_gift = __toESM(require("@atlaskit/icon-lab/core/gift"));
|
|
4156
|
-
var
|
|
4169
|
+
var React227 = __toESM(require("react"));
|
|
4157
4170
|
function SvgPresent() {
|
|
4158
|
-
return /* @__PURE__ */
|
|
4171
|
+
return /* @__PURE__ */ React227.createElement(import_gift.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4159
4172
|
}
|
|
4160
4173
|
|
|
4161
4174
|
// src/components/icon/available-icons/presenter-mode.tsx
|
|
4162
4175
|
var import_presenter_mode2 = __toESM(require("@atlaskit/icon/core/presenter-mode"));
|
|
4163
|
-
var
|
|
4176
|
+
var React228 = __toESM(require("react"));
|
|
4164
4177
|
function SvgPresenterMode() {
|
|
4165
|
-
return /* @__PURE__ */
|
|
4178
|
+
return /* @__PURE__ */ React228.createElement(import_presenter_mode2.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4166
4179
|
}
|
|
4167
4180
|
|
|
4168
4181
|
// src/components/icon/available-icons/pronunciation.tsx
|
|
@@ -4174,16 +4187,16 @@ function SvgPronunciation() {
|
|
|
4174
4187
|
|
|
4175
4188
|
// src/components/icon/available-icons/public-off.tsx
|
|
4176
4189
|
var import_globe_strikethrough = __toESM(require("@atlaskit/icon-lab/core/globe-strikethrough"));
|
|
4177
|
-
var
|
|
4190
|
+
var React230 = __toESM(require("react"));
|
|
4178
4191
|
function SvgPublicOff() {
|
|
4179
|
-
return /* @__PURE__ */
|
|
4192
|
+
return /* @__PURE__ */ React230.createElement(import_globe_strikethrough.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4180
4193
|
}
|
|
4181
4194
|
|
|
4182
4195
|
// src/components/icon/available-icons/public-on.tsx
|
|
4183
4196
|
var import_globe2 = __toESM(require("@atlaskit/icon/core/globe"));
|
|
4184
|
-
var
|
|
4197
|
+
var React231 = __toESM(require("react"));
|
|
4185
4198
|
function SvgPublicOn() {
|
|
4186
|
-
return /* @__PURE__ */
|
|
4199
|
+
return /* @__PURE__ */ React231.createElement(import_globe2.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4187
4200
|
}
|
|
4188
4201
|
|
|
4189
4202
|
// src/components/icon/available-icons/publicon.tsx
|
|
@@ -4200,23 +4213,23 @@ var SvgPublicon = (props) => /* @__PURE__ */ import_react71.default.createElemen
|
|
|
4200
4213
|
|
|
4201
4214
|
// src/components/icon/available-icons/pull-request.tsx
|
|
4202
4215
|
var import_pull_request = __toESM(require("@atlaskit/icon/core/pull-request"));
|
|
4203
|
-
var
|
|
4216
|
+
var React233 = __toESM(require("react"));
|
|
4204
4217
|
function SvgPullRequest() {
|
|
4205
|
-
return /* @__PURE__ */
|
|
4218
|
+
return /* @__PURE__ */ React233.createElement(import_pull_request.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4206
4219
|
}
|
|
4207
4220
|
|
|
4208
4221
|
// src/components/icon/available-icons/quick-edit.tsx
|
|
4209
4222
|
var import_magic_wand = __toESM(require("@atlaskit/icon/core/magic-wand"));
|
|
4210
|
-
var
|
|
4223
|
+
var React234 = __toESM(require("react"));
|
|
4211
4224
|
function SvgQuickEdit() {
|
|
4212
|
-
return /* @__PURE__ */
|
|
4225
|
+
return /* @__PURE__ */ React234.createElement(import_magic_wand.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4213
4226
|
}
|
|
4214
4227
|
|
|
4215
4228
|
// src/components/icon/available-icons/record.tsx
|
|
4216
4229
|
var import_video_record = __toESM(require("@atlaskit/icon-lab/core/video-record"));
|
|
4217
|
-
var
|
|
4230
|
+
var React235 = __toESM(require("react"));
|
|
4218
4231
|
function SvgRecord() {
|
|
4219
|
-
return /* @__PURE__ */
|
|
4232
|
+
return /* @__PURE__ */ React235.createElement(import_video_record.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4220
4233
|
}
|
|
4221
4234
|
|
|
4222
4235
|
// src/components/icon/available-icons/redo.tsx
|
|
@@ -4241,16 +4254,16 @@ var SvgRedo = (props) => /* @__PURE__ */ import_react72.default.createElement("s
|
|
|
4241
4254
|
|
|
4242
4255
|
// src/components/icon/available-icons/redo-alt.tsx
|
|
4243
4256
|
var import_redo = __toESM(require("@atlaskit/icon/core/redo"));
|
|
4244
|
-
var
|
|
4257
|
+
var React237 = __toESM(require("react"));
|
|
4245
4258
|
function SvgRedoAlt() {
|
|
4246
|
-
return /* @__PURE__ */
|
|
4259
|
+
return /* @__PURE__ */ React237.createElement(import_redo.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4247
4260
|
}
|
|
4248
4261
|
|
|
4249
4262
|
// src/components/icon/available-icons/refresh.tsx
|
|
4250
4263
|
var import_refresh = __toESM(require("@atlaskit/icon/core/refresh"));
|
|
4251
|
-
var
|
|
4264
|
+
var React238 = __toESM(require("react"));
|
|
4252
4265
|
function SvgRefresh() {
|
|
4253
|
-
return /* @__PURE__ */
|
|
4266
|
+
return /* @__PURE__ */ React238.createElement(import_refresh.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4254
4267
|
}
|
|
4255
4268
|
|
|
4256
4269
|
// src/components/icon/available-icons/remove-circle-outline.tsx
|
|
@@ -4279,9 +4292,9 @@ var SvgRemoveRedEye = (props) => /* @__PURE__ */ import_react74.default.createEl
|
|
|
4279
4292
|
|
|
4280
4293
|
// src/components/icon/available-icons/repeat.tsx
|
|
4281
4294
|
var import_repeat = __toESM(require("@atlaskit/icon-lab/core/repeat"));
|
|
4282
|
-
var
|
|
4295
|
+
var React241 = __toESM(require("react"));
|
|
4283
4296
|
function SvgRepeat() {
|
|
4284
|
-
return /* @__PURE__ */
|
|
4297
|
+
return /* @__PURE__ */ React241.createElement(import_repeat.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4285
4298
|
}
|
|
4286
4299
|
|
|
4287
4300
|
// src/components/icon/available-icons/replay.tsx
|
|
@@ -4342,23 +4355,23 @@ var SvgReply = (props) => /* @__PURE__ */ import_react77.default.createElement("
|
|
|
4342
4355
|
|
|
4343
4356
|
// src/components/icon/available-icons/reply-left.tsx
|
|
4344
4357
|
var import_reply_left = __toESM(require("@atlaskit/icon-lab/core/reply-left"));
|
|
4345
|
-
var
|
|
4358
|
+
var React245 = __toESM(require("react"));
|
|
4346
4359
|
function SvgReplyLeft() {
|
|
4347
|
-
return /* @__PURE__ */
|
|
4360
|
+
return /* @__PURE__ */ React245.createElement(import_reply_left.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4348
4361
|
}
|
|
4349
4362
|
|
|
4350
4363
|
// src/components/icon/available-icons/reply-right.tsx
|
|
4351
4364
|
var import_reply_right = __toESM(require("@atlaskit/icon-lab/core/reply-right"));
|
|
4352
|
-
var
|
|
4365
|
+
var React246 = __toESM(require("react"));
|
|
4353
4366
|
function SvgReplyRight() {
|
|
4354
|
-
return /* @__PURE__ */
|
|
4367
|
+
return /* @__PURE__ */ React246.createElement(import_reply_right.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4355
4368
|
}
|
|
4356
4369
|
|
|
4357
4370
|
// src/components/icon/available-icons/rewind.tsx
|
|
4358
4371
|
var import_video_rewind_overlay = __toESM(require("@atlaskit/icon-lab/core/video-rewind-overlay"));
|
|
4359
|
-
var
|
|
4372
|
+
var React247 = __toESM(require("react"));
|
|
4360
4373
|
function SvgRewind() {
|
|
4361
|
-
return /* @__PURE__ */
|
|
4374
|
+
return /* @__PURE__ */ React247.createElement(import_video_rewind_overlay.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4362
4375
|
}
|
|
4363
4376
|
|
|
4364
4377
|
// src/components/icon/available-icons/rotate-left.tsx
|
|
@@ -4388,9 +4401,9 @@ function SvgRovo() {
|
|
|
4388
4401
|
}
|
|
4389
4402
|
|
|
4390
4403
|
// src/components/icon/available-icons/safari-logo.tsx
|
|
4391
|
-
var
|
|
4404
|
+
var React250 = __toESM(require("react"));
|
|
4392
4405
|
function SvgSafariLogo(props) {
|
|
4393
|
-
return /* @__PURE__ */
|
|
4406
|
+
return /* @__PURE__ */ React250.createElement(
|
|
4394
4407
|
"svg",
|
|
4395
4408
|
__spreadValues({
|
|
4396
4409
|
width: "96",
|
|
@@ -4399,13 +4412,13 @@ function SvgSafariLogo(props) {
|
|
|
4399
4412
|
fill: "none",
|
|
4400
4413
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4401
4414
|
}, props),
|
|
4402
|
-
/* @__PURE__ */
|
|
4415
|
+
/* @__PURE__ */ React250.createElement("g", { clipPath: "url(#clip0_2_3913)" }, /* @__PURE__ */ React250.createElement("g", { opacity: "0.53", filter: "url(#filter0_f_2_3913)" }, /* @__PURE__ */ React250.createElement(
|
|
4403
4416
|
"path",
|
|
4404
4417
|
{
|
|
4405
4418
|
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",
|
|
4406
4419
|
fill: "black"
|
|
4407
4420
|
}
|
|
4408
|
-
)), /* @__PURE__ */
|
|
4421
|
+
)), /* @__PURE__ */ React250.createElement(
|
|
4409
4422
|
"path",
|
|
4410
4423
|
{
|
|
4411
4424
|
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",
|
|
@@ -4415,37 +4428,37 @@ function SvgSafariLogo(props) {
|
|
|
4415
4428
|
strokeLinecap: "round",
|
|
4416
4429
|
strokeLinejoin: "round"
|
|
4417
4430
|
}
|
|
4418
|
-
), /* @__PURE__ */
|
|
4431
|
+
), /* @__PURE__ */ React250.createElement(
|
|
4419
4432
|
"path",
|
|
4420
4433
|
{
|
|
4421
4434
|
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",
|
|
4422
4435
|
fill: "url(#paint1_radial_2_3913)"
|
|
4423
4436
|
}
|
|
4424
|
-
), /* @__PURE__ */
|
|
4437
|
+
), /* @__PURE__ */ React250.createElement(
|
|
4425
4438
|
"path",
|
|
4426
4439
|
{
|
|
4427
4440
|
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",
|
|
4428
4441
|
fill: "#F4F2F3"
|
|
4429
4442
|
}
|
|
4430
|
-
), /* @__PURE__ */
|
|
4443
|
+
), /* @__PURE__ */ React250.createElement("g", { opacity: "0.409", filter: "url(#filter1_f_2_3913)" }, /* @__PURE__ */ React250.createElement(
|
|
4431
4444
|
"path",
|
|
4432
4445
|
{
|
|
4433
4446
|
d: "M76.623 21.8018L43.2099 41.2149L22.0837 74.4734L52.9895 51.5818L76.623 21.8018Z",
|
|
4434
4447
|
fill: "black"
|
|
4435
4448
|
}
|
|
4436
|
-
)), /* @__PURE__ */
|
|
4449
|
+
)), /* @__PURE__ */ React250.createElement(
|
|
4437
4450
|
"path",
|
|
4438
4451
|
{
|
|
4439
4452
|
d: "M52.7887 51.2451L43.2114 41.2154L77.1857 18.3608L52.7887 51.2451Z",
|
|
4440
4453
|
fill: "#FF5150"
|
|
4441
4454
|
}
|
|
4442
|
-
), /* @__PURE__ */
|
|
4455
|
+
), /* @__PURE__ */ React250.createElement(
|
|
4443
4456
|
"path",
|
|
4444
4457
|
{
|
|
4445
4458
|
d: "M52.7887 51.245L43.2113 41.2153L18.8143 74.0996L52.7887 51.245Z",
|
|
4446
4459
|
fill: "#F1F1F1"
|
|
4447
4460
|
}
|
|
4448
|
-
), /* @__PURE__ */
|
|
4461
|
+
), /* @__PURE__ */ React250.createElement(
|
|
4449
4462
|
"path",
|
|
4450
4463
|
{
|
|
4451
4464
|
opacity: "0.243",
|
|
@@ -4453,7 +4466,7 @@ function SvgSafariLogo(props) {
|
|
|
4453
4466
|
fill: "black"
|
|
4454
4467
|
}
|
|
4455
4468
|
)),
|
|
4456
|
-
/* @__PURE__ */
|
|
4469
|
+
/* @__PURE__ */ React250.createElement("defs", null, /* @__PURE__ */ React250.createElement(
|
|
4457
4470
|
"filter",
|
|
4458
4471
|
{
|
|
4459
4472
|
id: "filter0_f_2_3913",
|
|
@@ -4464,8 +4477,8 @@ function SvgSafariLogo(props) {
|
|
|
4464
4477
|
filterUnits: "userSpaceOnUse",
|
|
4465
4478
|
colorInterpolationFilters: "sRGB"
|
|
4466
4479
|
},
|
|
4467
|
-
/* @__PURE__ */
|
|
4468
|
-
/* @__PURE__ */
|
|
4480
|
+
/* @__PURE__ */ React250.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
4481
|
+
/* @__PURE__ */ React250.createElement(
|
|
4469
4482
|
"feBlend",
|
|
4470
4483
|
{
|
|
4471
4484
|
mode: "normal",
|
|
@@ -4474,14 +4487,14 @@ function SvgSafariLogo(props) {
|
|
|
4474
4487
|
result: "shape"
|
|
4475
4488
|
}
|
|
4476
4489
|
),
|
|
4477
|
-
/* @__PURE__ */
|
|
4490
|
+
/* @__PURE__ */ React250.createElement(
|
|
4478
4491
|
"feGaussianBlur",
|
|
4479
4492
|
{
|
|
4480
4493
|
stdDeviation: "2.475",
|
|
4481
4494
|
result: "effect1_foregroundBlur_2_3913"
|
|
4482
4495
|
}
|
|
4483
4496
|
)
|
|
4484
|
-
), /* @__PURE__ */
|
|
4497
|
+
), /* @__PURE__ */ React250.createElement(
|
|
4485
4498
|
"filter",
|
|
4486
4499
|
{
|
|
4487
4500
|
id: "filter1_f_2_3913",
|
|
@@ -4492,8 +4505,8 @@ function SvgSafariLogo(props) {
|
|
|
4492
4505
|
filterUnits: "userSpaceOnUse",
|
|
4493
4506
|
colorInterpolationFilters: "sRGB"
|
|
4494
4507
|
},
|
|
4495
|
-
/* @__PURE__ */
|
|
4496
|
-
/* @__PURE__ */
|
|
4508
|
+
/* @__PURE__ */ React250.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
4509
|
+
/* @__PURE__ */ React250.createElement(
|
|
4497
4510
|
"feBlend",
|
|
4498
4511
|
{
|
|
4499
4512
|
mode: "normal",
|
|
@@ -4502,14 +4515,14 @@ function SvgSafariLogo(props) {
|
|
|
4502
4515
|
result: "shape"
|
|
4503
4516
|
}
|
|
4504
4517
|
),
|
|
4505
|
-
/* @__PURE__ */
|
|
4518
|
+
/* @__PURE__ */ React250.createElement(
|
|
4506
4519
|
"feGaussianBlur",
|
|
4507
4520
|
{
|
|
4508
4521
|
stdDeviation: "1.27242",
|
|
4509
4522
|
result: "effect1_foregroundBlur_2_3913"
|
|
4510
4523
|
}
|
|
4511
4524
|
)
|
|
4512
|
-
), /* @__PURE__ */
|
|
4525
|
+
), /* @__PURE__ */ React250.createElement(
|
|
4513
4526
|
"linearGradient",
|
|
4514
4527
|
{
|
|
4515
4528
|
id: "paint0_linear_2_3913",
|
|
@@ -4519,9 +4532,9 @@ function SvgSafariLogo(props) {
|
|
|
4519
4532
|
y2: "0.780279",
|
|
4520
4533
|
gradientUnits: "userSpaceOnUse"
|
|
4521
4534
|
},
|
|
4522
|
-
/* @__PURE__ */
|
|
4523
|
-
/* @__PURE__ */
|
|
4524
|
-
), /* @__PURE__ */
|
|
4535
|
+
/* @__PURE__ */ React250.createElement("stop", { stopColor: "#BDBDBD" }),
|
|
4536
|
+
/* @__PURE__ */ React250.createElement("stop", { offset: "1", stopColor: "white" })
|
|
4537
|
+
), /* @__PURE__ */ React250.createElement(
|
|
4525
4538
|
"radialGradient",
|
|
4526
4539
|
{
|
|
4527
4540
|
id: "paint1_radial_2_3913",
|
|
@@ -4531,12 +4544,12 @@ function SvgSafariLogo(props) {
|
|
|
4531
4544
|
gradientUnits: "userSpaceOnUse",
|
|
4532
4545
|
gradientTransform: "translate(48.1888 40.1224) scale(45.4496 45.4495)"
|
|
4533
4546
|
},
|
|
4534
|
-
/* @__PURE__ */
|
|
4535
|
-
/* @__PURE__ */
|
|
4536
|
-
/* @__PURE__ */
|
|
4537
|
-
/* @__PURE__ */
|
|
4538
|
-
/* @__PURE__ */
|
|
4539
|
-
), /* @__PURE__ */
|
|
4547
|
+
/* @__PURE__ */ React250.createElement("stop", { stopColor: "#06C2E7" }),
|
|
4548
|
+
/* @__PURE__ */ React250.createElement("stop", { offset: "0.25", stopColor: "#0DB8EC" }),
|
|
4549
|
+
/* @__PURE__ */ React250.createElement("stop", { offset: "0.5", stopColor: "#12AEF1" }),
|
|
4550
|
+
/* @__PURE__ */ React250.createElement("stop", { offset: "0.75", stopColor: "#1F86F9" }),
|
|
4551
|
+
/* @__PURE__ */ React250.createElement("stop", { offset: "1", stopColor: "#107DDD" })
|
|
4552
|
+
), /* @__PURE__ */ React250.createElement("clipPath", { id: "clip0_2_3913" }, /* @__PURE__ */ React250.createElement(
|
|
4540
4553
|
"rect",
|
|
4541
4554
|
{
|
|
4542
4555
|
width: "96",
|
|
@@ -4626,9 +4639,9 @@ var import_react82 = __toESM(require("react"));
|
|
|
4626
4639
|
var SvgSchool = () => /* @__PURE__ */ import_react82.default.createElement(import_glasses.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4627
4640
|
|
|
4628
4641
|
// src/components/icon/available-icons/scissors.tsx
|
|
4629
|
-
var
|
|
4642
|
+
var React254 = __toESM(require("react"));
|
|
4630
4643
|
function SvgScissors() {
|
|
4631
|
-
return /* @__PURE__ */
|
|
4644
|
+
return /* @__PURE__ */ React254.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React254.createElement("svg", { viewBox: "0 0 24 24" }, /* @__PURE__ */ React254.createElement(
|
|
4632
4645
|
"path",
|
|
4633
4646
|
{
|
|
4634
4647
|
fillRule: "evenodd",
|
|
@@ -4636,7 +4649,7 @@ function SvgScissors() {
|
|
|
4636
4649
|
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",
|
|
4637
4650
|
fill: "currentColor"
|
|
4638
4651
|
}
|
|
4639
|
-
), /* @__PURE__ */
|
|
4652
|
+
), /* @__PURE__ */ React254.createElement(
|
|
4640
4653
|
"path",
|
|
4641
4654
|
{
|
|
4642
4655
|
d: "M15.2621 13.3305L13.1522 14.6603L21.1509 19.7016L22.3506 17.7981L15.2621 13.3305Z",
|
|
@@ -4647,23 +4660,23 @@ function SvgScissors() {
|
|
|
4647
4660
|
|
|
4648
4661
|
// src/components/icon/available-icons/screen-cam.tsx
|
|
4649
4662
|
var import_screen_record = __toESM(require("@atlaskit/icon-lab/core/screen-record"));
|
|
4650
|
-
var
|
|
4663
|
+
var React255 = __toESM(require("react"));
|
|
4651
4664
|
function SvgScreenCam() {
|
|
4652
|
-
return /* @__PURE__ */
|
|
4665
|
+
return /* @__PURE__ */ React255.createElement(import_screen_record.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4653
4666
|
}
|
|
4654
4667
|
|
|
4655
4668
|
// src/components/icon/available-icons/search.tsx
|
|
4656
4669
|
var import_search = __toESM(require("@atlaskit/icon/core/search"));
|
|
4657
|
-
var
|
|
4670
|
+
var React256 = __toESM(require("react"));
|
|
4658
4671
|
function SvgSearch() {
|
|
4659
|
-
return /* @__PURE__ */
|
|
4672
|
+
return /* @__PURE__ */ React256.createElement(import_search.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4660
4673
|
}
|
|
4661
4674
|
|
|
4662
4675
|
// src/components/icon/available-icons/send.tsx
|
|
4663
4676
|
var import_send = __toESM(require("@atlaskit/icon/core/send"));
|
|
4664
|
-
var
|
|
4677
|
+
var React257 = __toESM(require("react"));
|
|
4665
4678
|
function SvgSend() {
|
|
4666
|
-
return /* @__PURE__ */
|
|
4679
|
+
return /* @__PURE__ */ React257.createElement(import_send.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4667
4680
|
}
|
|
4668
4681
|
|
|
4669
4682
|
// src/components/icon/available-icons/sentiment-dissatisfied.tsx
|
|
@@ -4692,15 +4705,15 @@ var SvgSentimentSatisfied = (props) => /* @__PURE__ */ import_react84.default.cr
|
|
|
4692
4705
|
|
|
4693
4706
|
// src/components/icon/available-icons/settings.tsx
|
|
4694
4707
|
var import_settings = __toESM(require("@atlaskit/icon/core/settings"));
|
|
4695
|
-
var
|
|
4708
|
+
var React260 = __toESM(require("react"));
|
|
4696
4709
|
function SvgSettings() {
|
|
4697
|
-
return /* @__PURE__ */
|
|
4710
|
+
return /* @__PURE__ */ React260.createElement(import_settings.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4698
4711
|
}
|
|
4699
4712
|
|
|
4700
4713
|
// src/components/icon/available-icons/share.tsx
|
|
4701
|
-
var
|
|
4714
|
+
var React261 = __toESM(require("react"));
|
|
4702
4715
|
function SvgShare(props) {
|
|
4703
|
-
return /* @__PURE__ */
|
|
4716
|
+
return /* @__PURE__ */ React261.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React261.createElement(
|
|
4704
4717
|
"path",
|
|
4705
4718
|
{
|
|
4706
4719
|
fillRule: "evenodd",
|
|
@@ -4723,40 +4736,40 @@ var SvgShowChart = (props) => /* @__PURE__ */ import_react85.default.createEleme
|
|
|
4723
4736
|
|
|
4724
4737
|
// src/components/icon/available-icons/silence-removal.tsx
|
|
4725
4738
|
var import_ai_generative_remove_silence = __toESM(require("@atlaskit/icon-lab/core/ai-generative-remove-silence"));
|
|
4726
|
-
var
|
|
4739
|
+
var React263 = __toESM(require("react"));
|
|
4727
4740
|
function SvgSilenceRemoval() {
|
|
4728
|
-
return /* @__PURE__ */
|
|
4741
|
+
return /* @__PURE__ */ React263.createElement(import_ai_generative_remove_silence.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4729
4742
|
}
|
|
4730
4743
|
|
|
4731
4744
|
// src/components/icon/available-icons/skip-back.tsx
|
|
4732
4745
|
var import_video_previous = __toESM(require("@atlaskit/icon/core/video-previous"));
|
|
4733
|
-
var
|
|
4746
|
+
var React264 = __toESM(require("react"));
|
|
4734
4747
|
function SvgSkipBack() {
|
|
4735
|
-
return /* @__PURE__ */
|
|
4748
|
+
return /* @__PURE__ */ React264.createElement(import_video_previous.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4736
4749
|
}
|
|
4737
4750
|
|
|
4738
4751
|
// src/components/icon/available-icons/slack.tsx
|
|
4739
|
-
var
|
|
4752
|
+
var React265 = __toESM(require("react"));
|
|
4740
4753
|
function SvgSlack(props) {
|
|
4741
|
-
return /* @__PURE__ */
|
|
4754
|
+
return /* @__PURE__ */ React265.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React265.createElement(
|
|
4742
4755
|
"path",
|
|
4743
4756
|
{
|
|
4744
4757
|
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",
|
|
4745
4758
|
fill: "#E01E5A"
|
|
4746
4759
|
}
|
|
4747
|
-
), /* @__PURE__ */
|
|
4760
|
+
), /* @__PURE__ */ React265.createElement(
|
|
4748
4761
|
"path",
|
|
4749
4762
|
{
|
|
4750
4763
|
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",
|
|
4751
4764
|
fill: "#36C5F0"
|
|
4752
4765
|
}
|
|
4753
|
-
), /* @__PURE__ */
|
|
4766
|
+
), /* @__PURE__ */ React265.createElement(
|
|
4754
4767
|
"path",
|
|
4755
4768
|
{
|
|
4756
4769
|
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",
|
|
4757
4770
|
fill: "#2EB67D"
|
|
4758
4771
|
}
|
|
4759
|
-
), /* @__PURE__ */
|
|
4772
|
+
), /* @__PURE__ */ React265.createElement(
|
|
4760
4773
|
"path",
|
|
4761
4774
|
{
|
|
4762
4775
|
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",
|
|
@@ -4767,15 +4780,15 @@ function SvgSlack(props) {
|
|
|
4767
4780
|
|
|
4768
4781
|
// src/components/icon/available-icons/smile.tsx
|
|
4769
4782
|
var import_emoji = __toESM(require("@atlaskit/icon/core/emoji"));
|
|
4770
|
-
var
|
|
4783
|
+
var React266 = __toESM(require("react"));
|
|
4771
4784
|
function SvgSmile() {
|
|
4772
|
-
return /* @__PURE__ */
|
|
4785
|
+
return /* @__PURE__ */ React266.createElement(import_emoji.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4773
4786
|
}
|
|
4774
4787
|
|
|
4775
4788
|
// src/components/icon/available-icons/smile-alt.tsx
|
|
4776
|
-
var
|
|
4789
|
+
var React267 = __toESM(require("react"));
|
|
4777
4790
|
function SvgSmileAlt(props) {
|
|
4778
|
-
return /* @__PURE__ */
|
|
4791
|
+
return /* @__PURE__ */ React267.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React267.createElement(
|
|
4779
4792
|
"path",
|
|
4780
4793
|
{
|
|
4781
4794
|
fillRule: "evenodd",
|
|
@@ -4783,7 +4796,7 @@ function SvgSmileAlt(props) {
|
|
|
4783
4796
|
d: "M12 5a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1118 0 9 9 0 01-18 0z",
|
|
4784
4797
|
fill: "currentColor"
|
|
4785
4798
|
}
|
|
4786
|
-
), /* @__PURE__ */
|
|
4799
|
+
), /* @__PURE__ */ React267.createElement(
|
|
4787
4800
|
"path",
|
|
4788
4801
|
{
|
|
4789
4802
|
fillRule: "evenodd",
|
|
@@ -4796,28 +4809,28 @@ function SvgSmileAlt(props) {
|
|
|
4796
4809
|
|
|
4797
4810
|
// src/components/icon/available-icons/smile-select.tsx
|
|
4798
4811
|
var import_emoji_add = __toESM(require("@atlaskit/icon/core/emoji-add"));
|
|
4799
|
-
var
|
|
4812
|
+
var React268 = __toESM(require("react"));
|
|
4800
4813
|
function SvgSmileSelect() {
|
|
4801
|
-
return /* @__PURE__ */
|
|
4814
|
+
return /* @__PURE__ */ React268.createElement(import_emoji_add.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4802
4815
|
}
|
|
4803
4816
|
|
|
4804
4817
|
// src/components/icon/available-icons/square.tsx
|
|
4805
4818
|
var import_shape_rectangle_rounded = __toESM(require("@atlaskit/icon-lab/core/shape-rectangle-rounded"));
|
|
4806
|
-
var
|
|
4819
|
+
var React269 = __toESM(require("react"));
|
|
4807
4820
|
function SvgSquare() {
|
|
4808
|
-
return /* @__PURE__ */
|
|
4821
|
+
return /* @__PURE__ */ React269.createElement(import_shape_rectangle_rounded.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4809
4822
|
}
|
|
4810
4823
|
|
|
4811
4824
|
// src/components/icon/available-icons/spaces.tsx
|
|
4812
|
-
var
|
|
4825
|
+
var React270 = __toESM(require("react"));
|
|
4813
4826
|
function SvgSpaces() {
|
|
4814
|
-
return /* @__PURE__ */
|
|
4827
|
+
return /* @__PURE__ */ React270.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React270.createElement("svg", { viewBox: "0 0 24 24" }, /* @__PURE__ */ React270.createElement(
|
|
4815
4828
|
"path",
|
|
4816
4829
|
{
|
|
4817
4830
|
d: "M20.7129 14.2444C20.1321 16.503 18.6795 18.5347 16.5 19.7932C14.3206 21.0515 11.834 21.295 9.58744 20.6692C11.4292 19.9429 13.4036 18.9846 15.375 17.8464C17.3465 16.7082 19.163 15.4762 20.7129 14.2444Z",
|
|
4818
4831
|
fill: "currentColor"
|
|
4819
4832
|
}
|
|
4820
|
-
), /* @__PURE__ */
|
|
4833
|
+
), /* @__PURE__ */ React270.createElement(
|
|
4821
4834
|
"path",
|
|
4822
4835
|
{
|
|
4823
4836
|
fillRule: "evenodd",
|
|
@@ -4835,29 +4848,29 @@ var SvgSparkle = () => /* @__PURE__ */ import_react86.default.createElement(impo
|
|
|
4835
4848
|
|
|
4836
4849
|
// src/components/icon/available-icons/speed-fast.tsx
|
|
4837
4850
|
var import_speedometer_right = __toESM(require("@atlaskit/icon-lab/core/speedometer-right"));
|
|
4838
|
-
var
|
|
4851
|
+
var React272 = __toESM(require("react"));
|
|
4839
4852
|
function SvgSpeedFast() {
|
|
4840
|
-
return /* @__PURE__ */
|
|
4853
|
+
return /* @__PURE__ */ React272.createElement(import_speedometer_right.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4841
4854
|
}
|
|
4842
4855
|
|
|
4843
4856
|
// src/components/icon/available-icons/speed-medium.tsx
|
|
4844
4857
|
var import_speedometer_up = __toESM(require("@atlaskit/icon-lab/core/speedometer-up"));
|
|
4845
|
-
var
|
|
4858
|
+
var React273 = __toESM(require("react"));
|
|
4846
4859
|
function SvgSpeedMedium() {
|
|
4847
|
-
return /* @__PURE__ */
|
|
4860
|
+
return /* @__PURE__ */ React273.createElement(import_speedometer_up.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4848
4861
|
}
|
|
4849
4862
|
|
|
4850
4863
|
// src/components/icon/available-icons/speed-slow.tsx
|
|
4851
4864
|
var import_speedometer_left = __toESM(require("@atlaskit/icon-lab/core/speedometer-left"));
|
|
4852
|
-
var
|
|
4865
|
+
var React274 = __toESM(require("react"));
|
|
4853
4866
|
function SvgSpeedSlow() {
|
|
4854
|
-
return /* @__PURE__ */
|
|
4867
|
+
return /* @__PURE__ */ React274.createElement(import_speedometer_left.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4855
4868
|
}
|
|
4856
4869
|
|
|
4857
4870
|
// src/components/icon/available-icons/speed-x-fast.tsx
|
|
4858
|
-
var
|
|
4871
|
+
var React275 = __toESM(require("react"));
|
|
4859
4872
|
function SvgSpeedXFast(props) {
|
|
4860
|
-
return /* @__PURE__ */
|
|
4873
|
+
return /* @__PURE__ */ React275.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React275.createElement(
|
|
4861
4874
|
"path",
|
|
4862
4875
|
{
|
|
4863
4876
|
clipRule: "evenodd",
|
|
@@ -4869,9 +4882,9 @@ function SvgSpeedXFast(props) {
|
|
|
4869
4882
|
}
|
|
4870
4883
|
|
|
4871
4884
|
// src/components/icon/available-icons/speed-x-slow.tsx
|
|
4872
|
-
var
|
|
4885
|
+
var React276 = __toESM(require("react"));
|
|
4873
4886
|
function SvgSpeedXSlow(props) {
|
|
4874
|
-
return /* @__PURE__ */
|
|
4887
|
+
return /* @__PURE__ */ React276.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React276.createElement(
|
|
4875
4888
|
"path",
|
|
4876
4889
|
{
|
|
4877
4890
|
clipRule: "evenodd",
|
|
@@ -4884,37 +4897,37 @@ function SvgSpeedXSlow(props) {
|
|
|
4884
4897
|
|
|
4885
4898
|
// src/components/icon/available-icons/split.tsx
|
|
4886
4899
|
var import_video_timeline_clip_split = __toESM(require("@atlaskit/icon-lab/core/video-timeline-clip-split"));
|
|
4887
|
-
var
|
|
4900
|
+
var React277 = __toESM(require("react"));
|
|
4888
4901
|
function SvgSplit() {
|
|
4889
|
-
return /* @__PURE__ */
|
|
4902
|
+
return /* @__PURE__ */ React277.createElement(import_video_timeline_clip_split.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4890
4903
|
}
|
|
4891
4904
|
|
|
4892
4905
|
// src/components/icon/available-icons/star.tsx
|
|
4893
4906
|
var import_star_starred = __toESM(require("@atlaskit/icon/core/star-starred"));
|
|
4894
|
-
var
|
|
4907
|
+
var React278 = __toESM(require("react"));
|
|
4895
4908
|
function SvgStar() {
|
|
4896
|
-
return /* @__PURE__ */
|
|
4909
|
+
return /* @__PURE__ */ React278.createElement(import_star_starred.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4897
4910
|
}
|
|
4898
4911
|
|
|
4899
4912
|
// src/components/icon/available-icons/star-outline.tsx
|
|
4900
4913
|
var import_star_unstarred = __toESM(require("@atlaskit/icon/core/star-unstarred"));
|
|
4901
|
-
var
|
|
4914
|
+
var React279 = __toESM(require("react"));
|
|
4902
4915
|
function SvgStarOutline() {
|
|
4903
|
-
return /* @__PURE__ */
|
|
4916
|
+
return /* @__PURE__ */ React279.createElement(import_star_unstarred.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4904
4917
|
}
|
|
4905
4918
|
|
|
4906
4919
|
// src/components/icon/available-icons/stop.tsx
|
|
4907
4920
|
var import_video_stop_overlay = __toESM(require("@atlaskit/icon/core/video-stop-overlay"));
|
|
4908
|
-
var
|
|
4921
|
+
var React280 = __toESM(require("react"));
|
|
4909
4922
|
function SvgStop() {
|
|
4910
|
-
return /* @__PURE__ */
|
|
4923
|
+
return /* @__PURE__ */ React280.createElement(import_video_stop_overlay.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4911
4924
|
}
|
|
4912
4925
|
|
|
4913
4926
|
// src/components/icon/available-icons/sun.tsx
|
|
4914
4927
|
var import_theme2 = __toESM(require("@atlaskit/icon/core/theme"));
|
|
4915
|
-
var
|
|
4928
|
+
var React281 = __toESM(require("react"));
|
|
4916
4929
|
function SvgSun() {
|
|
4917
|
-
return /* @__PURE__ */
|
|
4930
|
+
return /* @__PURE__ */ React281.createElement(import_theme2.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4918
4931
|
}
|
|
4919
4932
|
|
|
4920
4933
|
// src/components/icon/available-icons/tag-faces.tsx
|
|
@@ -5077,32 +5090,32 @@ var SvgTeamworkAgentSmall = (props) => /* @__PURE__ */ import_react90.default.cr
|
|
|
5077
5090
|
));
|
|
5078
5091
|
|
|
5079
5092
|
// src/components/icon/available-icons/teamwork-graph.tsx
|
|
5080
|
-
var
|
|
5081
|
-
var SvgTeamworkGraph = (props) => /* @__PURE__ */
|
|
5093
|
+
var React286 = __toESM(require("react"));
|
|
5094
|
+
var SvgTeamworkGraph = (props) => /* @__PURE__ */ React286.createElement("svg", __spreadValues({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, props), /* @__PURE__ */ React286.createElement(
|
|
5082
5095
|
"path",
|
|
5083
5096
|
{
|
|
5084
5097
|
d: "M9 2.50009C9 1.94781 8.55229 1.50009 8 1.50009C7.44772 1.50009 7 1.94781 7 2.50009C7 3.05238 7.44772 3.50009 8 3.50009C8.55229 3.50009 9 3.05238 9 2.50009ZM10.5 2.50009C10.5 3.8808 9.38071 5.00009 8 5.00009C6.61929 5.00009 5.5 3.8808 5.5 2.50009C5.5 1.11938 6.61929 9.17765e-05 8 9.17765e-05C9.38071 9.17765e-05 10.5 1.11938 10.5 2.50009Z",
|
|
5085
5098
|
fill: "#6B6E76"
|
|
5086
5099
|
}
|
|
5087
|
-
), /* @__PURE__ */
|
|
5100
|
+
), /* @__PURE__ */ React286.createElement(
|
|
5088
5101
|
"path",
|
|
5089
5102
|
{
|
|
5090
5103
|
d: "M3 8.00009C3 7.58588 2.66421 7.25009 2.25 7.25009C1.83579 7.25009 1.5 7.58588 1.5 8.00009C1.5 8.4143 1.83579 8.75009 2.25 8.75009C2.66421 8.75009 3 8.4143 3 8.00009ZM4.5 8.00009C4.5 9.24273 3.49264 10.2501 2.25 10.2501C1.00736 10.2501 0 9.24273 0 8.00009C0 6.75745 1.00736 5.75009 2.25 5.75009C3.49264 5.75009 4.5 6.75745 4.5 8.00009Z",
|
|
5091
5104
|
fill: "#6B6E76"
|
|
5092
5105
|
}
|
|
5093
|
-
), /* @__PURE__ */
|
|
5106
|
+
), /* @__PURE__ */ React286.createElement(
|
|
5094
5107
|
"path",
|
|
5095
5108
|
{
|
|
5096
5109
|
d: "M14.5 8.00009C14.5 7.58588 14.1642 7.25009 13.75 7.25009C13.3358 7.25009 13 7.58588 13 8.00009C13 8.4143 13.3358 8.75009 13.75 8.75009C14.1642 8.75009 14.5 8.4143 14.5 8.00009ZM16 8.00009C16 9.24273 14.9926 10.2501 13.75 10.2501C12.5074 10.2501 11.5 9.24273 11.5 8.00009C11.5 6.75745 12.5074 5.75009 13.75 5.75009C14.9926 5.75009 16 6.75745 16 8.00009Z",
|
|
5097
5110
|
fill: "#6B6E76"
|
|
5098
5111
|
}
|
|
5099
|
-
), /* @__PURE__ */
|
|
5112
|
+
), /* @__PURE__ */ React286.createElement(
|
|
5100
5113
|
"path",
|
|
5101
5114
|
{
|
|
5102
5115
|
d: "M8.75 13.7501C8.75 13.3359 8.41421 13.0001 8 13.0001C7.58579 13.0001 7.25 13.3359 7.25 13.7501C7.25 14.1643 7.58579 14.5001 8 14.5001C8.41421 14.5001 8.75 14.1643 8.75 13.7501ZM10.25 13.7501C10.25 14.9927 9.24264 16.0001 8 16.0001C6.75736 16.0001 5.75 14.9927 5.75 13.7501C5.75 12.5075 6.75736 11.5001 8 11.5001C9.24264 11.5001 10.25 12.5075 10.25 13.7501Z",
|
|
5103
5116
|
fill: "#6B6E76"
|
|
5104
5117
|
}
|
|
5105
|
-
), /* @__PURE__ */
|
|
5118
|
+
), /* @__PURE__ */ React286.createElement(
|
|
5106
5119
|
"path",
|
|
5107
5120
|
{
|
|
5108
5121
|
d: "M2.78038 8.53035C2.92661 8.3841 2.99963 8.19403 2.99997 8.0014C3.0002 7.80798 2.9272 7.61651 2.78038 7.46969C2.4875 7.17681 2.01261 7.17683 1.71972 7.46969C1.42682 7.76258 1.42682 8.23746 1.71972 8.53035C2.01261 8.82324 2.48748 8.82324 2.78038 8.53035ZM8.53045 14.2804C8.82328 13.9876 8.82316 13.5127 8.53045 13.2198C8.23756 12.9269 7.76269 12.9269 7.46979 13.2198C7.17697 13.5127 7.17692 13.9876 7.46979 14.2804C7.76267 14.5731 8.23762 14.5732 8.53045 14.2804ZM8.53045 2.78027C8.82323 2.48737 8.82331 2.01247 8.53045 1.71961C8.2376 1.42676 7.76269 1.42683 7.46979 1.71961C7.1769 2.01251 7.1769 2.48738 7.46979 2.78027C7.76269 3.07317 8.23756 3.07317 8.53045 2.78027ZM14.2805 8.53035C14.5734 8.23752 14.5732 7.7626 14.2805 7.46969C13.9876 7.1768 13.5128 7.1768 13.2199 7.46969C13.0731 7.6165 12.9998 7.80669 13 8.00009C13.0003 8.19284 13.0735 8.38401 13.2199 8.53035C13.5128 8.82305 13.9877 8.82318 14.2805 8.53035ZM15.3412 9.59101C14.6488 10.2834 13.6189 10.4268 12.7828 10.0281L10.0296 12.7813C10.4286 13.6175 10.2836 14.6486 9.59111 15.3411C8.71249 16.2196 7.2878 16.2196 6.40913 15.3411C5.53048 14.4624 5.53053 13.0378 6.40913 12.1591C7.10176 11.4665 8.13266 11.3213 8.96894 11.7206L11.7214 8.96815C11.6875 8.89709 11.6577 8.82486 11.6316 8.75132L4.36791 8.75063C4.25952 9.05705 4.08599 9.34605 3.84104 9.59101C2.96236 10.4697 1.53774 10.4697 0.659056 9.59101C-0.219624 8.71233 -0.219624 7.28771 0.659056 6.40903C1.35155 5.71657 2.38199 5.57221 3.21817 5.97123L5.97133 3.21807C5.57234 2.38189 5.71665 1.35143 6.40913 0.658953C7.28782 -0.219613 8.71247 -0.219689 9.59111 0.658953C10.4698 1.5376 10.4697 2.96224 9.59111 3.84093C8.89863 4.53341 7.86818 4.67772 7.03199 4.27873L4.27883 7.03189C4.31305 7.10361 4.3431 7.17655 4.36929 7.25079L11.6303 7.25148C11.7386 6.94409 11.9136 6.65469 12.1592 6.40903C13.0379 5.53035 14.4625 5.53035 15.3412 6.40903C16.2197 7.28772 16.2198 8.71239 15.3412 9.59101Z",
|
|
@@ -5112,16 +5125,16 @@ var SvgTeamworkGraph = (props) => /* @__PURE__ */ React285.createElement("svg",
|
|
|
5112
5125
|
|
|
5113
5126
|
// src/components/icon/available-icons/text.tsx
|
|
5114
5127
|
var import_text = __toESM(require("@atlaskit/icon/core/text"));
|
|
5115
|
-
var
|
|
5128
|
+
var React287 = __toESM(require("react"));
|
|
5116
5129
|
function SvgText() {
|
|
5117
|
-
return /* @__PURE__ */
|
|
5130
|
+
return /* @__PURE__ */ React287.createElement(import_text.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5118
5131
|
}
|
|
5119
5132
|
|
|
5120
5133
|
// src/components/icon/available-icons/text-rephrase.tsx
|
|
5121
5134
|
var import_text_rephrase = __toESM(require("@atlaskit/icon-lab/core/text-rephrase"));
|
|
5122
|
-
var
|
|
5135
|
+
var React288 = __toESM(require("react"));
|
|
5123
5136
|
function SvgTextRephrase() {
|
|
5124
|
-
return /* @__PURE__ */
|
|
5137
|
+
return /* @__PURE__ */ React288.createElement(import_text_rephrase.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5125
5138
|
}
|
|
5126
5139
|
|
|
5127
5140
|
// src/components/icon/available-icons/thumbs-down.tsx
|
|
@@ -5152,16 +5165,16 @@ var SvgThumbsUp = () => /* @__PURE__ */ import_react92.default.createElement("sv
|
|
|
5152
5165
|
|
|
5153
5166
|
// src/components/icon/available-icons/timeline-editor.tsx
|
|
5154
5167
|
var import_video_timeline_editor = __toESM(require("@atlaskit/icon-lab/core/video-timeline-editor"));
|
|
5155
|
-
var
|
|
5168
|
+
var React291 = __toESM(require("react"));
|
|
5156
5169
|
function SvgTimelineEditor() {
|
|
5157
|
-
return /* @__PURE__ */
|
|
5170
|
+
return /* @__PURE__ */ React291.createElement(import_video_timeline_editor.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5158
5171
|
}
|
|
5159
5172
|
|
|
5160
5173
|
// src/components/icon/available-icons/timer.tsx
|
|
5161
5174
|
var import_stopwatch = __toESM(require("@atlaskit/icon/core/stopwatch"));
|
|
5162
|
-
var
|
|
5175
|
+
var React292 = __toESM(require("react"));
|
|
5163
5176
|
function SvgTimer() {
|
|
5164
|
-
return /* @__PURE__ */
|
|
5177
|
+
return /* @__PURE__ */ React292.createElement(import_stopwatch.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5165
5178
|
}
|
|
5166
5179
|
|
|
5167
5180
|
// src/components/icon/available-icons/touch-app.tsx
|
|
@@ -5185,15 +5198,15 @@ function SvgTranscript() {
|
|
|
5185
5198
|
|
|
5186
5199
|
// src/components/icon/available-icons/trash.tsx
|
|
5187
5200
|
var import_delete = __toESM(require("@atlaskit/icon/core/delete"));
|
|
5188
|
-
var
|
|
5201
|
+
var React295 = __toESM(require("react"));
|
|
5189
5202
|
function SvgTrash() {
|
|
5190
|
-
return /* @__PURE__ */
|
|
5203
|
+
return /* @__PURE__ */ React295.createElement(import_delete.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5191
5204
|
}
|
|
5192
5205
|
|
|
5193
5206
|
// src/components/icon/available-icons/trash-forever.tsx
|
|
5194
|
-
var
|
|
5207
|
+
var React296 = __toESM(require("react"));
|
|
5195
5208
|
function SvgTrashForever(props) {
|
|
5196
|
-
return /* @__PURE__ */
|
|
5209
|
+
return /* @__PURE__ */ React296.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React296.createElement(
|
|
5197
5210
|
"path",
|
|
5198
5211
|
{
|
|
5199
5212
|
fillRule: "evenodd",
|
|
@@ -5201,7 +5214,7 @@ function SvgTrashForever(props) {
|
|
|
5201
5214
|
d: "M4 7.2a1 1 0 011-1h14.4a1 1 0 110 2H5a1 1 0 01-1-1z",
|
|
5202
5215
|
fill: "currentColor"
|
|
5203
5216
|
}
|
|
5204
|
-
), /* @__PURE__ */
|
|
5217
|
+
), /* @__PURE__ */ React296.createElement(
|
|
5205
5218
|
"path",
|
|
5206
5219
|
{
|
|
5207
5220
|
fillRule: "evenodd",
|
|
@@ -5209,7 +5222,7 @@ function SvgTrashForever(props) {
|
|
|
5209
5222
|
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",
|
|
5210
5223
|
fill: "currentColor"
|
|
5211
5224
|
}
|
|
5212
|
-
), /* @__PURE__ */
|
|
5225
|
+
), /* @__PURE__ */ React296.createElement(
|
|
5213
5226
|
"path",
|
|
5214
5227
|
{
|
|
5215
5228
|
fillRule: "evenodd",
|
|
@@ -5217,7 +5230,7 @@ function SvgTrashForever(props) {
|
|
|
5217
5230
|
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",
|
|
5218
5231
|
fill: "currentColor"
|
|
5219
5232
|
}
|
|
5220
|
-
), /* @__PURE__ */
|
|
5233
|
+
), /* @__PURE__ */ React296.createElement(
|
|
5221
5234
|
"path",
|
|
5222
5235
|
{
|
|
5223
5236
|
fillRule: "evenodd",
|
|
@@ -5229,16 +5242,16 @@ function SvgTrashForever(props) {
|
|
|
5229
5242
|
}
|
|
5230
5243
|
|
|
5231
5244
|
// src/components/icon/available-icons/trello-neutral.tsx
|
|
5232
|
-
var
|
|
5245
|
+
var React297 = __toESM(require("react"));
|
|
5233
5246
|
function SvgTrelloNeutral(props) {
|
|
5234
|
-
return /* @__PURE__ */
|
|
5247
|
+
return /* @__PURE__ */ React297.createElement(
|
|
5235
5248
|
"svg",
|
|
5236
5249
|
__spreadValues({
|
|
5237
5250
|
viewBox: "0 0 24 24",
|
|
5238
5251
|
fill: "none",
|
|
5239
5252
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5240
5253
|
}, props),
|
|
5241
|
-
/* @__PURE__ */
|
|
5254
|
+
/* @__PURE__ */ React297.createElement(
|
|
5242
5255
|
"path",
|
|
5243
5256
|
{
|
|
5244
5257
|
fillRule: "evenodd",
|
|
@@ -5251,16 +5264,16 @@ function SvgTrelloNeutral(props) {
|
|
|
5251
5264
|
}
|
|
5252
5265
|
|
|
5253
5266
|
// src/components/icon/available-icons/trello.tsx
|
|
5254
|
-
var
|
|
5267
|
+
var React298 = __toESM(require("react"));
|
|
5255
5268
|
function SvgTrello(props) {
|
|
5256
|
-
return /* @__PURE__ */
|
|
5269
|
+
return /* @__PURE__ */ React298.createElement(
|
|
5257
5270
|
"svg",
|
|
5258
5271
|
__spreadValues({
|
|
5259
5272
|
viewBox: "0 0 24 24",
|
|
5260
5273
|
fill: "none",
|
|
5261
5274
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5262
5275
|
}, props),
|
|
5263
|
-
/* @__PURE__ */
|
|
5276
|
+
/* @__PURE__ */ React298.createElement(
|
|
5264
5277
|
"path",
|
|
5265
5278
|
{
|
|
5266
5279
|
fillRule: "evenodd",
|
|
@@ -5279,65 +5292,65 @@ var SvgTune = () => /* @__PURE__ */ import_react95.default.createElement(import_
|
|
|
5279
5292
|
|
|
5280
5293
|
// src/components/icon/available-icons/underline.tsx
|
|
5281
5294
|
var import_text_underline = __toESM(require("@atlaskit/icon/core/text-underline"));
|
|
5282
|
-
var
|
|
5295
|
+
var React300 = __toESM(require("react"));
|
|
5283
5296
|
function SvgUnderline() {
|
|
5284
|
-
return /* @__PURE__ */
|
|
5297
|
+
return /* @__PURE__ */ React300.createElement(import_text_underline.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5285
5298
|
}
|
|
5286
5299
|
|
|
5287
5300
|
// src/components/icon/available-icons/undo.tsx
|
|
5288
5301
|
var import_undo = __toESM(require("@atlaskit/icon/core/undo"));
|
|
5289
|
-
var
|
|
5302
|
+
var React301 = __toESM(require("react"));
|
|
5290
5303
|
function SvgUndo() {
|
|
5291
|
-
return /* @__PURE__ */
|
|
5304
|
+
return /* @__PURE__ */ React301.createElement(import_undo.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5292
5305
|
}
|
|
5293
5306
|
|
|
5294
5307
|
// src/components/icon/available-icons/undo-alt.tsx
|
|
5295
5308
|
var import_undo2 = __toESM(require("@atlaskit/icon/core/undo"));
|
|
5296
|
-
var
|
|
5309
|
+
var React302 = __toESM(require("react"));
|
|
5297
5310
|
function SvgUndoAlt() {
|
|
5298
|
-
return /* @__PURE__ */
|
|
5311
|
+
return /* @__PURE__ */ React302.createElement(import_undo2.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5299
5312
|
}
|
|
5300
5313
|
|
|
5301
5314
|
// src/components/icon/available-icons/upload.tsx
|
|
5302
5315
|
var import_upload = __toESM(require("@atlaskit/icon/core/upload"));
|
|
5303
|
-
var
|
|
5316
|
+
var React303 = __toESM(require("react"));
|
|
5304
5317
|
function SvgUpload() {
|
|
5305
|
-
return /* @__PURE__ */
|
|
5318
|
+
return /* @__PURE__ */ React303.createElement(import_upload.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5306
5319
|
}
|
|
5307
5320
|
|
|
5308
5321
|
// src/components/icon/available-icons/user.tsx
|
|
5309
5322
|
var import_person = __toESM(require("@atlaskit/icon/core/person"));
|
|
5310
|
-
var
|
|
5323
|
+
var React304 = __toESM(require("react"));
|
|
5311
5324
|
function SvgUser() {
|
|
5312
|
-
return /* @__PURE__ */
|
|
5325
|
+
return /* @__PURE__ */ React304.createElement(import_person.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5313
5326
|
}
|
|
5314
5327
|
|
|
5315
5328
|
// src/components/icon/available-icons/users.tsx
|
|
5316
5329
|
var import_people_group = __toESM(require("@atlaskit/icon/core/people-group"));
|
|
5317
|
-
var
|
|
5330
|
+
var React305 = __toESM(require("react"));
|
|
5318
5331
|
function SvgUsers() {
|
|
5319
|
-
return /* @__PURE__ */
|
|
5332
|
+
return /* @__PURE__ */ React305.createElement(import_people_group.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5320
5333
|
}
|
|
5321
5334
|
|
|
5322
5335
|
// src/components/icon/available-icons/users-add.tsx
|
|
5323
5336
|
var import_person_add = __toESM(require("@atlaskit/icon/core/person-add"));
|
|
5324
|
-
var
|
|
5337
|
+
var React306 = __toESM(require("react"));
|
|
5325
5338
|
function SvgUsersAdd() {
|
|
5326
|
-
return /* @__PURE__ */
|
|
5339
|
+
return /* @__PURE__ */ React306.createElement(import_person_add.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5327
5340
|
}
|
|
5328
5341
|
|
|
5329
5342
|
// src/components/icon/available-icons/variables.tsx
|
|
5330
5343
|
var import_variable = __toESM(require("@atlaskit/icon-lab/core/variable"));
|
|
5331
|
-
var
|
|
5344
|
+
var React307 = __toESM(require("react"));
|
|
5332
5345
|
function SvgVariables() {
|
|
5333
|
-
return /* @__PURE__ */
|
|
5346
|
+
return /* @__PURE__ */ React307.createElement(import_variable.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5334
5347
|
}
|
|
5335
5348
|
|
|
5336
5349
|
// src/components/icon/available-icons/version-control.tsx
|
|
5337
5350
|
var import_history = __toESM(require("@atlaskit/icon-lab/core/history"));
|
|
5338
|
-
var
|
|
5351
|
+
var React308 = __toESM(require("react"));
|
|
5339
5352
|
function SvgVersionControl() {
|
|
5340
|
-
return /* @__PURE__ */
|
|
5353
|
+
return /* @__PURE__ */ React308.createElement(import_history.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5341
5354
|
}
|
|
5342
5355
|
|
|
5343
5356
|
// src/components/icon/available-icons/vertical-align-bottom.tsx
|
|
@@ -5354,9 +5367,9 @@ var SvgVerticalAlignBottom = (props) => /* @__PURE__ */ import_react96.default.c
|
|
|
5354
5367
|
|
|
5355
5368
|
// src/components/icon/available-icons/video-cam.tsx
|
|
5356
5369
|
var import_video = __toESM(require("@atlaskit/icon/core/video"));
|
|
5357
|
-
var
|
|
5370
|
+
var React310 = __toESM(require("react"));
|
|
5358
5371
|
function SvgVideoCam() {
|
|
5359
|
-
return /* @__PURE__ */
|
|
5372
|
+
return /* @__PURE__ */ React310.createElement(import_video.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5360
5373
|
}
|
|
5361
5374
|
|
|
5362
5375
|
// src/components/icon/available-icons/videocam.tsx
|
|
@@ -5383,16 +5396,16 @@ var SvgVideocamOff = (props) => /* @__PURE__ */ import_react98.default.createEle
|
|
|
5383
5396
|
|
|
5384
5397
|
// src/components/icon/available-icons/video-library.tsx
|
|
5385
5398
|
var import_library = __toESM(require("@atlaskit/icon/core/library"));
|
|
5386
|
-
var
|
|
5399
|
+
var React313 = __toESM(require("react"));
|
|
5387
5400
|
function SvgVideoLibrary() {
|
|
5388
|
-
return /* @__PURE__ */
|
|
5401
|
+
return /* @__PURE__ */ React313.createElement(import_library.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5389
5402
|
}
|
|
5390
5403
|
|
|
5391
5404
|
// src/components/icon/available-icons/video-off.tsx
|
|
5392
5405
|
var import_video_strikethrough = __toESM(require("@atlaskit/icon-lab/core/video-strikethrough"));
|
|
5393
|
-
var
|
|
5406
|
+
var React314 = __toESM(require("react"));
|
|
5394
5407
|
function SvgVideoOff() {
|
|
5395
|
-
return /* @__PURE__ */
|
|
5408
|
+
return /* @__PURE__ */ React314.createElement(import_video_strikethrough.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5396
5409
|
}
|
|
5397
5410
|
|
|
5398
5411
|
// src/components/icon/available-icons/view-list.tsx
|
|
@@ -5409,16 +5422,16 @@ var SvgViewList = (props) => /* @__PURE__ */ import_react99.default.createElemen
|
|
|
5409
5422
|
|
|
5410
5423
|
// src/components/icon/available-icons/volume1.tsx
|
|
5411
5424
|
var import_volume_low = __toESM(require("@atlaskit/icon/core/volume-low"));
|
|
5412
|
-
var
|
|
5425
|
+
var React316 = __toESM(require("react"));
|
|
5413
5426
|
function SvgVolume1() {
|
|
5414
|
-
return /* @__PURE__ */
|
|
5427
|
+
return /* @__PURE__ */ React316.createElement(import_volume_low.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5415
5428
|
}
|
|
5416
5429
|
|
|
5417
5430
|
// src/components/icon/available-icons/volume2.tsx
|
|
5418
5431
|
var import_volume_high = __toESM(require("@atlaskit/icon/core/volume-high"));
|
|
5419
|
-
var
|
|
5432
|
+
var React317 = __toESM(require("react"));
|
|
5420
5433
|
function SvgVolume2() {
|
|
5421
|
-
return /* @__PURE__ */
|
|
5434
|
+
return /* @__PURE__ */ React317.createElement(import_volume_high.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5422
5435
|
}
|
|
5423
5436
|
|
|
5424
5437
|
// src/components/icon/available-icons/volume-down.tsx
|
|
@@ -5469,9 +5482,9 @@ var SvgVolumeUp = (props) => /* @__PURE__ */ import_react103.default.createEleme
|
|
|
5469
5482
|
|
|
5470
5483
|
// src/components/icon/available-icons/volume-x.tsx
|
|
5471
5484
|
var import_volume_muted = __toESM(require("@atlaskit/icon/core/volume-muted"));
|
|
5472
|
-
var
|
|
5485
|
+
var React322 = __toESM(require("react"));
|
|
5473
5486
|
function SvgVolumeX() {
|
|
5474
|
-
return /* @__PURE__ */
|
|
5487
|
+
return /* @__PURE__ */ React322.createElement(import_volume_muted.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5475
5488
|
}
|
|
5476
5489
|
|
|
5477
5490
|
// src/components/icon/available-icons/warning-alert.tsx
|
|
@@ -5500,50 +5513,50 @@ var SvgWarningAmber = (props) => /* @__PURE__ */ import_react105.default.createE
|
|
|
5500
5513
|
|
|
5501
5514
|
// src/components/icon/available-icons/watch-later.tsx
|
|
5502
5515
|
var import_story = __toESM(require("@atlaskit/icon/core/story"));
|
|
5503
|
-
var
|
|
5516
|
+
var React325 = __toESM(require("react"));
|
|
5504
5517
|
function SvgWatchLater() {
|
|
5505
|
-
return /* @__PURE__ */
|
|
5518
|
+
return /* @__PURE__ */ React325.createElement(import_story.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5506
5519
|
}
|
|
5507
5520
|
|
|
5508
5521
|
// src/components/icon/available-icons/watch-later-added.tsx
|
|
5509
5522
|
var import_video_watch_later_saved = __toESM(require("@atlaskit/icon-lab/core/video-watch-later-saved"));
|
|
5510
|
-
var
|
|
5523
|
+
var React326 = __toESM(require("react"));
|
|
5511
5524
|
function SvgWatchLaterAdded() {
|
|
5512
|
-
return /* @__PURE__ */
|
|
5525
|
+
return /* @__PURE__ */ React326.createElement(import_video_watch_later_saved.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5513
5526
|
}
|
|
5514
5527
|
|
|
5515
5528
|
// src/components/icon/available-icons/watch-later-remove.tsx
|
|
5516
5529
|
var import_video_watch_later_remove = __toESM(require("@atlaskit/icon-lab/core/video-watch-later-remove"));
|
|
5517
|
-
var
|
|
5530
|
+
var React327 = __toESM(require("react"));
|
|
5518
5531
|
function SvgWatchLaterRemove() {
|
|
5519
|
-
return /* @__PURE__ */
|
|
5532
|
+
return /* @__PURE__ */ React327.createElement(import_video_watch_later_remove.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5520
5533
|
}
|
|
5521
5534
|
|
|
5522
5535
|
// src/components/icon/available-icons/waveform.tsx
|
|
5523
5536
|
var import_audio_waveform = __toESM(require("@atlaskit/icon-lab/core/audio-waveform"));
|
|
5524
|
-
var
|
|
5537
|
+
var React328 = __toESM(require("react"));
|
|
5525
5538
|
function SvgWaveform() {
|
|
5526
|
-
return /* @__PURE__ */
|
|
5539
|
+
return /* @__PURE__ */ React328.createElement(import_audio_waveform.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5527
5540
|
}
|
|
5528
5541
|
|
|
5529
5542
|
// src/components/icon/available-icons/window.tsx
|
|
5530
5543
|
var import_template = __toESM(require("@atlaskit/icon-lab/core/template"));
|
|
5531
|
-
var
|
|
5544
|
+
var React329 = __toESM(require("react"));
|
|
5532
5545
|
function SvgWindow() {
|
|
5533
|
-
return /* @__PURE__ */
|
|
5546
|
+
return /* @__PURE__ */ React329.createElement(import_template.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5534
5547
|
}
|
|
5535
5548
|
|
|
5536
5549
|
// src/components/icon/available-icons/windows.tsx
|
|
5537
|
-
var
|
|
5550
|
+
var React330 = __toESM(require("react"));
|
|
5538
5551
|
function SvgWindows(props) {
|
|
5539
|
-
return /* @__PURE__ */
|
|
5552
|
+
return /* @__PURE__ */ React330.createElement(
|
|
5540
5553
|
"svg",
|
|
5541
5554
|
__spreadValues({
|
|
5542
5555
|
viewBox: "0 0 24 24",
|
|
5543
5556
|
fill: "none",
|
|
5544
5557
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5545
5558
|
}, props),
|
|
5546
|
-
/* @__PURE__ */
|
|
5559
|
+
/* @__PURE__ */ React330.createElement(
|
|
5547
5560
|
"path",
|
|
5548
5561
|
{
|
|
5549
5562
|
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",
|
|
@@ -5555,36 +5568,36 @@ function SvgWindows(props) {
|
|
|
5555
5568
|
|
|
5556
5569
|
// src/components/icon/available-icons/write-document.tsx
|
|
5557
5570
|
var import_page = __toESM(require("@atlaskit/icon/core/page"));
|
|
5558
|
-
var
|
|
5571
|
+
var React331 = __toESM(require("react"));
|
|
5559
5572
|
function SvgWriteDocument() {
|
|
5560
|
-
return /* @__PURE__ */
|
|
5573
|
+
return /* @__PURE__ */ React331.createElement(import_page.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5561
5574
|
}
|
|
5562
5575
|
|
|
5563
5576
|
// src/components/icon/available-icons/write-message.tsx
|
|
5564
5577
|
var import_email2 = __toESM(require("@atlaskit/icon/core/email"));
|
|
5565
|
-
var
|
|
5578
|
+
var React332 = __toESM(require("react"));
|
|
5566
5579
|
function SvgWriteMessage() {
|
|
5567
|
-
return /* @__PURE__ */
|
|
5580
|
+
return /* @__PURE__ */ React332.createElement(import_email2.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5568
5581
|
}
|
|
5569
5582
|
|
|
5570
5583
|
// src/components/icon/available-icons/x-circle.tsx
|
|
5571
5584
|
var import_cross_circle = __toESM(require("@atlaskit/icon/core/cross-circle"));
|
|
5572
|
-
var
|
|
5585
|
+
var React333 = __toESM(require("react"));
|
|
5573
5586
|
function SvgXCircle() {
|
|
5574
|
-
return /* @__PURE__ */
|
|
5587
|
+
return /* @__PURE__ */ React333.createElement(import_cross_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5575
5588
|
}
|
|
5576
5589
|
|
|
5577
5590
|
// src/components/icon/available-icons/x-twitter.tsx
|
|
5578
|
-
var
|
|
5591
|
+
var React334 = __toESM(require("react"));
|
|
5579
5592
|
function SvgXLogo(props) {
|
|
5580
|
-
return /* @__PURE__ */
|
|
5593
|
+
return /* @__PURE__ */ React334.createElement(
|
|
5581
5594
|
"svg",
|
|
5582
5595
|
__spreadProps(__spreadValues({}, props), {
|
|
5583
5596
|
viewBox: "-2 -2 28 28",
|
|
5584
5597
|
fill: "none",
|
|
5585
5598
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5586
5599
|
}),
|
|
5587
|
-
/* @__PURE__ */
|
|
5600
|
+
/* @__PURE__ */ React334.createElement(
|
|
5588
5601
|
"path",
|
|
5589
5602
|
{
|
|
5590
5603
|
fillRule: "evenodd",
|
|
@@ -5597,9 +5610,9 @@ function SvgXLogo(props) {
|
|
|
5597
5610
|
}
|
|
5598
5611
|
|
|
5599
5612
|
// src/components/icon/available-icons/zap.tsx
|
|
5600
|
-
var
|
|
5613
|
+
var React335 = __toESM(require("react"));
|
|
5601
5614
|
function SvgZap(props) {
|
|
5602
|
-
return /* @__PURE__ */
|
|
5615
|
+
return /* @__PURE__ */ React335.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React335.createElement(
|
|
5603
5616
|
"path",
|
|
5604
5617
|
{
|
|
5605
5618
|
fillRule: "evenodd",
|
|
@@ -5612,34 +5625,34 @@ function SvgZap(props) {
|
|
|
5612
5625
|
|
|
5613
5626
|
// src/components/icon/available-icons/zap-outline.tsx
|
|
5614
5627
|
var import_automation = __toESM(require("@atlaskit/icon/core/automation"));
|
|
5615
|
-
var
|
|
5628
|
+
var React336 = __toESM(require("react"));
|
|
5616
5629
|
function SvgZapOutline() {
|
|
5617
|
-
return /* @__PURE__ */
|
|
5630
|
+
return /* @__PURE__ */ React336.createElement(import_automation.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5618
5631
|
}
|
|
5619
5632
|
|
|
5620
5633
|
// src/components/icon/available-icons/zoom-in.tsx
|
|
5621
5634
|
var import_zoom_in = __toESM(require("@atlaskit/icon/core/zoom-in"));
|
|
5622
|
-
var
|
|
5635
|
+
var React337 = __toESM(require("react"));
|
|
5623
5636
|
function SvgZoomIn() {
|
|
5624
|
-
return /* @__PURE__ */
|
|
5637
|
+
return /* @__PURE__ */ React337.createElement(import_zoom_in.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5625
5638
|
}
|
|
5626
5639
|
|
|
5627
5640
|
// src/components/icon/available-icons/zoom-logo.tsx
|
|
5628
|
-
var
|
|
5641
|
+
var React338 = __toESM(require("react"));
|
|
5629
5642
|
function SvgZoomLogo(props) {
|
|
5630
|
-
return /* @__PURE__ */
|
|
5643
|
+
return /* @__PURE__ */ React338.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true" }, props), /* @__PURE__ */ React338.createElement(
|
|
5631
5644
|
"path",
|
|
5632
5645
|
{
|
|
5633
5646
|
fill: "url(#a)",
|
|
5634
5647
|
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"
|
|
5635
5648
|
}
|
|
5636
|
-
), /* @__PURE__ */
|
|
5649
|
+
), /* @__PURE__ */ React338.createElement(
|
|
5637
5650
|
"path",
|
|
5638
5651
|
{
|
|
5639
5652
|
fill: "#fff",
|
|
5640
5653
|
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"
|
|
5641
5654
|
}
|
|
5642
|
-
), /* @__PURE__ */
|
|
5655
|
+
), /* @__PURE__ */ React338.createElement("defs", null, /* @__PURE__ */ React338.createElement(
|
|
5643
5656
|
"linearGradient",
|
|
5644
5657
|
{
|
|
5645
5658
|
id: "a",
|
|
@@ -5649,16 +5662,16 @@ function SvgZoomLogo(props) {
|
|
|
5649
5662
|
y2: 2.878,
|
|
5650
5663
|
gradientUnits: "userSpaceOnUse"
|
|
5651
5664
|
},
|
|
5652
|
-
/* @__PURE__ */
|
|
5653
|
-
/* @__PURE__ */
|
|
5654
|
-
/* @__PURE__ */
|
|
5665
|
+
/* @__PURE__ */ React338.createElement("stop", { stopColor: "#0845BF" }),
|
|
5666
|
+
/* @__PURE__ */ React338.createElement("stop", { offset: 0.6, stopColor: "#0B5CFF" }),
|
|
5667
|
+
/* @__PURE__ */ React338.createElement("stop", { offset: 1, stopColor: "#4F90EE" })
|
|
5655
5668
|
)));
|
|
5656
5669
|
}
|
|
5657
5670
|
|
|
5658
5671
|
// src/components/icon/available-icons/zoom-out.tsx
|
|
5659
5672
|
var import_zoom_out = __toESM(require("@atlaskit/icon/core/zoom-out"));
|
|
5660
|
-
var
|
|
5673
|
+
var React339 = __toESM(require("react"));
|
|
5661
5674
|
function SvgZoomOut() {
|
|
5662
|
-
return /* @__PURE__ */
|
|
5675
|
+
return /* @__PURE__ */ React339.createElement(import_zoom_out.default, { label: "", testId: "ads-refreshed-icon" });
|
|
5663
5676
|
}
|
|
5664
5677
|
//# sourceMappingURL=index.js.map
|