@oxide/design-system 2.6.0 → 2.6.1--canary.bd00ffd.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/{chunk-YRJL4JLL.js → chunk-XUWE6OLY.js} +556 -430
- package/dist/chunk-XUWE6OLY.js.map +1 -0
- package/dist/components/src/index.js +1 -1
- package/dist/icons/index.d.ts +12 -0
- package/dist/icons/react/index.d.ts +189 -165
- package/dist/icons/react/index.js +9 -1
- package/icons/sprite.svg +1 -1
- package/icons/svg/cpu-16.svg +1 -1
- package/icons/svg/loader-12.svg +1 -1
- package/icons/svg/new-window-16.svg +1 -1
- package/icons/svg/sparkle-16.svg +1 -0
- package/icons/svg/submit-16.svg +1 -0
- package/icons/svg/webhooks-16.svg +1 -0
- package/icons/svg/webhooks-24.svg +1 -0
- package/package.json +1 -1
- package/dist/chunk-YRJL4JLL.js.map +0 -1
|
@@ -1818,13 +1818,45 @@ var Question24Icon = ({
|
|
|
1818
1818
|
);
|
|
1819
1819
|
var Question24Icon_default = Question24Icon;
|
|
1820
1820
|
|
|
1821
|
-
// icons/react/
|
|
1821
|
+
// icons/react/Webhooks24Icon.tsx
|
|
1822
1822
|
import { jsx as jsx60, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
1823
|
-
var
|
|
1823
|
+
var Webhooks24Icon = ({
|
|
1824
1824
|
title,
|
|
1825
1825
|
titleId,
|
|
1826
1826
|
...props
|
|
1827
1827
|
}) => /* @__PURE__ */ jsxs60(
|
|
1828
|
+
"svg",
|
|
1829
|
+
{
|
|
1830
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1831
|
+
width: 24,
|
|
1832
|
+
height: 24,
|
|
1833
|
+
viewBox: "0 0 24 24",
|
|
1834
|
+
role: "img",
|
|
1835
|
+
"aria-labelledby": titleId,
|
|
1836
|
+
...props,
|
|
1837
|
+
children: [
|
|
1838
|
+
title ? /* @__PURE__ */ jsx60("title", { id: titleId, children: title }) : null,
|
|
1839
|
+
/* @__PURE__ */ jsx60(
|
|
1840
|
+
"path",
|
|
1841
|
+
{
|
|
1842
|
+
fill: "currentColor",
|
|
1843
|
+
fillRule: "evenodd",
|
|
1844
|
+
d: "M12.75 0h-1.5a.75.75 0 0 0-.75.75v4.5c0 .414.336.75.75.75h1.5a.75.75 0 0 0 .75-.75V.75a.75.75 0 0 0-.75-.75M10.5 18.75a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1-.75-.75zm5.212-1.977 1.061-1.06a.75.75 0 0 1 1.06 0l2.476 2.474a.75.75 0 0 1 0 1.06l-1.061 1.061a.75.75 0 0 1-1.06 0l-2.476-2.474a.75.75 0 0 1 0-1.061M4.752 3.691l-1.06 1.061a.75.75 0 0 0 0 1.06l2.474 2.476a.75.75 0 0 0 1.061 0l1.06-1.061a.75.75 0 0 0 0-1.06L5.814 3.69a.75.75 0 0 0-1.06 0m12.021 4.597-1.06-1.061a.75.75 0 0 1 0-1.06l2.474-2.476a.75.75 0 0 1 1.06 0l1.061 1.061a.75.75 0 0 1 0 1.06l-2.474 2.476a.75.75 0 0 1-1.061 0M3.692 19.248l1.06 1.06a.75.75 0 0 0 1.06 0l2.476-2.474a.75.75 0 0 0 0-1.061l-1.06-1.06a.75.75 0 0 0-1.062 0l-2.474 2.474a.75.75 0 0 0 0 1.06M6 11.25v1.5a.75.75 0 0 1-.75.75H.75a.75.75 0 0 1-.75-.75v-1.5a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 .75.75m17.25 2.25a.75.75 0 0 0 .75-.75v-1.5a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75zM12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6",
|
|
1845
|
+
clipRule: "evenodd"
|
|
1846
|
+
}
|
|
1847
|
+
)
|
|
1848
|
+
]
|
|
1849
|
+
}
|
|
1850
|
+
);
|
|
1851
|
+
var Webhooks24Icon_default = Webhooks24Icon;
|
|
1852
|
+
|
|
1853
|
+
// icons/react/Access16Icon.tsx
|
|
1854
|
+
import { jsx as jsx61, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
1855
|
+
var Access16Icon = ({
|
|
1856
|
+
title,
|
|
1857
|
+
titleId,
|
|
1858
|
+
...props
|
|
1859
|
+
}) => /* @__PURE__ */ jsxs61(
|
|
1828
1860
|
"svg",
|
|
1829
1861
|
{
|
|
1830
1862
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1835,8 +1867,8 @@ var Access16Icon = ({
|
|
|
1835
1867
|
"aria-labelledby": titleId,
|
|
1836
1868
|
...props,
|
|
1837
1869
|
children: [
|
|
1838
|
-
title ? /* @__PURE__ */
|
|
1839
|
-
/* @__PURE__ */
|
|
1870
|
+
title ? /* @__PURE__ */ jsx61("title", { id: titleId, children: title }) : null,
|
|
1871
|
+
/* @__PURE__ */ jsx61(
|
|
1840
1872
|
"path",
|
|
1841
1873
|
{
|
|
1842
1874
|
fill: "currentColor",
|
|
@@ -1851,12 +1883,12 @@ var Access16Icon = ({
|
|
|
1851
1883
|
var Access16Icon_default = Access16Icon;
|
|
1852
1884
|
|
|
1853
1885
|
// icons/react/Affinity16Icon.tsx
|
|
1854
|
-
import { jsx as
|
|
1886
|
+
import { jsx as jsx62, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
1855
1887
|
var Affinity16Icon = ({
|
|
1856
1888
|
title,
|
|
1857
1889
|
titleId,
|
|
1858
1890
|
...props
|
|
1859
|
-
}) => /* @__PURE__ */
|
|
1891
|
+
}) => /* @__PURE__ */ jsxs62(
|
|
1860
1892
|
"svg",
|
|
1861
1893
|
{
|
|
1862
1894
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1867,8 +1899,8 @@ var Affinity16Icon = ({
|
|
|
1867
1899
|
"aria-labelledby": titleId,
|
|
1868
1900
|
...props,
|
|
1869
1901
|
children: [
|
|
1870
|
-
title ? /* @__PURE__ */
|
|
1871
|
-
/* @__PURE__ */
|
|
1902
|
+
title ? /* @__PURE__ */ jsx62("title", { id: titleId, children: title }) : null,
|
|
1903
|
+
/* @__PURE__ */ jsx62(
|
|
1872
1904
|
"path",
|
|
1873
1905
|
{
|
|
1874
1906
|
fill: "currentColor",
|
|
@@ -1883,12 +1915,12 @@ var Affinity16Icon = ({
|
|
|
1883
1915
|
var Affinity16Icon_default = Affinity16Icon;
|
|
1884
1916
|
|
|
1885
1917
|
// icons/react/Action16Icon.tsx
|
|
1886
|
-
import { jsx as
|
|
1918
|
+
import { jsx as jsx63, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
1887
1919
|
var Action16Icon = ({
|
|
1888
1920
|
title,
|
|
1889
1921
|
titleId,
|
|
1890
1922
|
...props
|
|
1891
|
-
}) => /* @__PURE__ */
|
|
1923
|
+
}) => /* @__PURE__ */ jsxs63(
|
|
1892
1924
|
"svg",
|
|
1893
1925
|
{
|
|
1894
1926
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1899,8 +1931,8 @@ var Action16Icon = ({
|
|
|
1899
1931
|
"aria-labelledby": titleId,
|
|
1900
1932
|
...props,
|
|
1901
1933
|
children: [
|
|
1902
|
-
title ? /* @__PURE__ */
|
|
1903
|
-
/* @__PURE__ */
|
|
1934
|
+
title ? /* @__PURE__ */ jsx63("title", { id: titleId, children: title }) : null,
|
|
1935
|
+
/* @__PURE__ */ jsx63(
|
|
1904
1936
|
"path",
|
|
1905
1937
|
{
|
|
1906
1938
|
fill: "currentColor",
|
|
@@ -1913,12 +1945,12 @@ var Action16Icon = ({
|
|
|
1913
1945
|
var Action16Icon_default = Action16Icon;
|
|
1914
1946
|
|
|
1915
1947
|
// icons/react/AddRoundel16Icon.tsx
|
|
1916
|
-
import { jsx as
|
|
1948
|
+
import { jsx as jsx64, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
1917
1949
|
var AddRoundel16Icon = ({
|
|
1918
1950
|
title,
|
|
1919
1951
|
titleId,
|
|
1920
1952
|
...props
|
|
1921
|
-
}) => /* @__PURE__ */
|
|
1953
|
+
}) => /* @__PURE__ */ jsxs64(
|
|
1922
1954
|
"svg",
|
|
1923
1955
|
{
|
|
1924
1956
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1929,8 +1961,8 @@ var AddRoundel16Icon = ({
|
|
|
1929
1961
|
"aria-labelledby": titleId,
|
|
1930
1962
|
...props,
|
|
1931
1963
|
children: [
|
|
1932
|
-
title ? /* @__PURE__ */
|
|
1933
|
-
/* @__PURE__ */
|
|
1964
|
+
title ? /* @__PURE__ */ jsx64("title", { id: titleId, children: title }) : null,
|
|
1965
|
+
/* @__PURE__ */ jsx64(
|
|
1934
1966
|
"path",
|
|
1935
1967
|
{
|
|
1936
1968
|
fill: "currentColor",
|
|
@@ -1945,12 +1977,12 @@ var AddRoundel16Icon = ({
|
|
|
1945
1977
|
var AddRoundel16Icon_default = AddRoundel16Icon;
|
|
1946
1978
|
|
|
1947
1979
|
// icons/react/Calendar16Icon.tsx
|
|
1948
|
-
import { jsx as
|
|
1980
|
+
import { jsx as jsx65, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
1949
1981
|
var Calendar16Icon = ({
|
|
1950
1982
|
title,
|
|
1951
1983
|
titleId,
|
|
1952
1984
|
...props
|
|
1953
|
-
}) => /* @__PURE__ */
|
|
1985
|
+
}) => /* @__PURE__ */ jsxs65(
|
|
1954
1986
|
"svg",
|
|
1955
1987
|
{
|
|
1956
1988
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1961,8 +1993,8 @@ var Calendar16Icon = ({
|
|
|
1961
1993
|
"aria-labelledby": titleId,
|
|
1962
1994
|
...props,
|
|
1963
1995
|
children: [
|
|
1964
|
-
title ? /* @__PURE__ */
|
|
1965
|
-
/* @__PURE__ */
|
|
1996
|
+
title ? /* @__PURE__ */ jsx65("title", { id: titleId, children: title }) : null,
|
|
1997
|
+
/* @__PURE__ */ jsx65(
|
|
1966
1998
|
"path",
|
|
1967
1999
|
{
|
|
1968
2000
|
fill: "currentColor",
|
|
@@ -1977,8 +2009,8 @@ var Calendar16Icon = ({
|
|
|
1977
2009
|
var Calendar16Icon_default = Calendar16Icon;
|
|
1978
2010
|
|
|
1979
2011
|
// icons/react/Chat16Icon.tsx
|
|
1980
|
-
import { jsx as
|
|
1981
|
-
var Chat16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2012
|
+
import { jsx as jsx66, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
2013
|
+
var Chat16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs66(
|
|
1982
2014
|
"svg",
|
|
1983
2015
|
{
|
|
1984
2016
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1989,8 +2021,8 @@ var Chat16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs65(
|
|
|
1989
2021
|
"aria-labelledby": titleId,
|
|
1990
2022
|
...props,
|
|
1991
2023
|
children: [
|
|
1992
|
-
title ? /* @__PURE__ */
|
|
1993
|
-
/* @__PURE__ */
|
|
2024
|
+
title ? /* @__PURE__ */ jsx66("title", { id: titleId, children: title }) : null,
|
|
2025
|
+
/* @__PURE__ */ jsx66(
|
|
1994
2026
|
"path",
|
|
1995
2027
|
{
|
|
1996
2028
|
fill: "currentColor",
|
|
@@ -2005,12 +2037,12 @@ var Chat16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs65(
|
|
|
2005
2037
|
var Chat16Icon_default = Chat16Icon;
|
|
2006
2038
|
|
|
2007
2039
|
// icons/react/Clipboard16Icon.tsx
|
|
2008
|
-
import { jsx as
|
|
2040
|
+
import { jsx as jsx67, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
2009
2041
|
var Clipboard16Icon = ({
|
|
2010
2042
|
title,
|
|
2011
2043
|
titleId,
|
|
2012
2044
|
...props
|
|
2013
|
-
}) => /* @__PURE__ */
|
|
2045
|
+
}) => /* @__PURE__ */ jsxs67(
|
|
2014
2046
|
"svg",
|
|
2015
2047
|
{
|
|
2016
2048
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2021,8 +2053,8 @@ var Clipboard16Icon = ({
|
|
|
2021
2053
|
"aria-labelledby": titleId,
|
|
2022
2054
|
...props,
|
|
2023
2055
|
children: [
|
|
2024
|
-
title ? /* @__PURE__ */
|
|
2025
|
-
/* @__PURE__ */
|
|
2056
|
+
title ? /* @__PURE__ */ jsx67("title", { id: titleId, children: title }) : null,
|
|
2057
|
+
/* @__PURE__ */ jsx67(
|
|
2026
2058
|
"path",
|
|
2027
2059
|
{
|
|
2028
2060
|
fill: "currentColor",
|
|
@@ -2037,8 +2069,8 @@ var Clipboard16Icon = ({
|
|
|
2037
2069
|
var Clipboard16Icon_default = Clipboard16Icon;
|
|
2038
2070
|
|
|
2039
2071
|
// icons/react/Cloud16Icon.tsx
|
|
2040
|
-
import { jsx as
|
|
2041
|
-
var Cloud16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2072
|
+
import { jsx as jsx68, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
2073
|
+
var Cloud16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs68(
|
|
2042
2074
|
"svg",
|
|
2043
2075
|
{
|
|
2044
2076
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2049,8 +2081,8 @@ var Cloud16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs67(
|
|
|
2049
2081
|
"aria-labelledby": titleId,
|
|
2050
2082
|
...props,
|
|
2051
2083
|
children: [
|
|
2052
|
-
title ? /* @__PURE__ */
|
|
2053
|
-
/* @__PURE__ */
|
|
2084
|
+
title ? /* @__PURE__ */ jsx68("title", { id: titleId, children: title }) : null,
|
|
2085
|
+
/* @__PURE__ */ jsx68(
|
|
2054
2086
|
"path",
|
|
2055
2087
|
{
|
|
2056
2088
|
fill: "currentColor",
|
|
@@ -2065,8 +2097,8 @@ var Cloud16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs67(
|
|
|
2065
2097
|
var Cloud16Icon_default = Cloud16Icon;
|
|
2066
2098
|
|
|
2067
2099
|
// icons/react/Close16Icon.tsx
|
|
2068
|
-
import { jsx as
|
|
2069
|
-
var Close16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2100
|
+
import { jsx as jsx69, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
2101
|
+
var Close16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs69(
|
|
2070
2102
|
"svg",
|
|
2071
2103
|
{
|
|
2072
2104
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2077,8 +2109,8 @@ var Close16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs68(
|
|
|
2077
2109
|
"aria-labelledby": titleId,
|
|
2078
2110
|
...props,
|
|
2079
2111
|
children: [
|
|
2080
|
-
title ? /* @__PURE__ */
|
|
2081
|
-
/* @__PURE__ */
|
|
2112
|
+
title ? /* @__PURE__ */ jsx69("title", { id: titleId, children: title }) : null,
|
|
2113
|
+
/* @__PURE__ */ jsx69(
|
|
2082
2114
|
"path",
|
|
2083
2115
|
{
|
|
2084
2116
|
fill: "currentColor",
|
|
@@ -2093,12 +2125,12 @@ var Close16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs68(
|
|
|
2093
2125
|
var Close16Icon_default = Close16Icon;
|
|
2094
2126
|
|
|
2095
2127
|
// icons/react/Compability16Icon.tsx
|
|
2096
|
-
import { jsx as
|
|
2128
|
+
import { jsx as jsx70, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
2097
2129
|
var Compability16Icon = ({
|
|
2098
2130
|
title,
|
|
2099
2131
|
titleId,
|
|
2100
2132
|
...props
|
|
2101
|
-
}) => /* @__PURE__ */
|
|
2133
|
+
}) => /* @__PURE__ */ jsxs70(
|
|
2102
2134
|
"svg",
|
|
2103
2135
|
{
|
|
2104
2136
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2109,8 +2141,8 @@ var Compability16Icon = ({
|
|
|
2109
2141
|
"aria-labelledby": titleId,
|
|
2110
2142
|
...props,
|
|
2111
2143
|
children: [
|
|
2112
|
-
title ? /* @__PURE__ */
|
|
2113
|
-
/* @__PURE__ */
|
|
2144
|
+
title ? /* @__PURE__ */ jsx70("title", { id: titleId, children: title }) : null,
|
|
2145
|
+
/* @__PURE__ */ jsx70(
|
|
2114
2146
|
"path",
|
|
2115
2147
|
{
|
|
2116
2148
|
fill: "currentColor",
|
|
@@ -2125,12 +2157,12 @@ var Compability16Icon = ({
|
|
|
2125
2157
|
var Compability16Icon_default = Compability16Icon;
|
|
2126
2158
|
|
|
2127
2159
|
// icons/react/Compass16Icon.tsx
|
|
2128
|
-
import { jsx as
|
|
2160
|
+
import { jsx as jsx71, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
2129
2161
|
var Compass16Icon = ({
|
|
2130
2162
|
title,
|
|
2131
2163
|
titleId,
|
|
2132
2164
|
...props
|
|
2133
|
-
}) => /* @__PURE__ */
|
|
2165
|
+
}) => /* @__PURE__ */ jsxs71(
|
|
2134
2166
|
"svg",
|
|
2135
2167
|
{
|
|
2136
2168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2141,8 +2173,8 @@ var Compass16Icon = ({
|
|
|
2141
2173
|
"aria-labelledby": titleId,
|
|
2142
2174
|
...props,
|
|
2143
2175
|
children: [
|
|
2144
|
-
title ? /* @__PURE__ */
|
|
2145
|
-
/* @__PURE__ */
|
|
2176
|
+
title ? /* @__PURE__ */ jsx71("title", { id: titleId, children: title }) : null,
|
|
2177
|
+
/* @__PURE__ */ jsx71(
|
|
2146
2178
|
"path",
|
|
2147
2179
|
{
|
|
2148
2180
|
fill: "currentColor",
|
|
@@ -2157,12 +2189,12 @@ var Compass16Icon = ({
|
|
|
2157
2189
|
var Compass16Icon_default = Compass16Icon;
|
|
2158
2190
|
|
|
2159
2191
|
// icons/react/Contrast16Icon.tsx
|
|
2160
|
-
import { jsx as
|
|
2192
|
+
import { jsx as jsx72, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
2161
2193
|
var Contrast16Icon = ({
|
|
2162
2194
|
title,
|
|
2163
2195
|
titleId,
|
|
2164
2196
|
...props
|
|
2165
|
-
}) => /* @__PURE__ */
|
|
2197
|
+
}) => /* @__PURE__ */ jsxs72(
|
|
2166
2198
|
"svg",
|
|
2167
2199
|
{
|
|
2168
2200
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2173,8 +2205,8 @@ var Contrast16Icon = ({
|
|
|
2173
2205
|
"aria-labelledby": titleId,
|
|
2174
2206
|
...props,
|
|
2175
2207
|
children: [
|
|
2176
|
-
title ? /* @__PURE__ */
|
|
2177
|
-
/* @__PURE__ */
|
|
2208
|
+
title ? /* @__PURE__ */ jsx72("title", { id: titleId, children: title }) : null,
|
|
2209
|
+
/* @__PURE__ */ jsx72(
|
|
2178
2210
|
"path",
|
|
2179
2211
|
{
|
|
2180
2212
|
fill: "currentColor",
|
|
@@ -2189,8 +2221,8 @@ var Contrast16Icon = ({
|
|
|
2189
2221
|
var Contrast16Icon_default = Contrast16Icon;
|
|
2190
2222
|
|
|
2191
2223
|
// icons/react/Cpu16Icon.tsx
|
|
2192
|
-
import { jsx as
|
|
2193
|
-
var Cpu16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2224
|
+
import { jsx as jsx73, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
2225
|
+
var Cpu16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs73(
|
|
2194
2226
|
"svg",
|
|
2195
2227
|
{
|
|
2196
2228
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2201,13 +2233,13 @@ var Cpu16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs72(
|
|
|
2201
2233
|
"aria-labelledby": titleId,
|
|
2202
2234
|
...props,
|
|
2203
2235
|
children: [
|
|
2204
|
-
title ? /* @__PURE__ */
|
|
2205
|
-
/* @__PURE__ */
|
|
2236
|
+
title ? /* @__PURE__ */ jsx73("title", { id: titleId, children: title }) : null,
|
|
2237
|
+
/* @__PURE__ */ jsx73(
|
|
2206
2238
|
"path",
|
|
2207
2239
|
{
|
|
2208
2240
|
fill: "currentColor",
|
|
2209
2241
|
fillRule: "evenodd",
|
|
2210
|
-
d: "M7 0v3h2V0h2v3h1.25a.75.75 0 0 1 .75.75V5h3v2h-3v2h3v2h-3v1.25a.75.75 0 0 1-.75.75H11v3H9v-3H7v3H5v-3H3.75a.75.75 0 0 1-.75-.75V11H0V9h3V7H0V5h3V3.75A.75.75 0 0 1 3.75
|
|
2242
|
+
d: "M7 0v3h2V0h2v3h1.25a.75.75 0 0 1 .75.75V5h3v2h-3v2h3v2h-3v1.25a.75.75 0 0 1-.75.75H11v3H9v-3H7v3H5v-3H3.75a.75.75 0 0 1-.75-.75V11H0V9h3V7H0V5h3V3.75A.75.75 0 0 1 3.75 3H5V0zM5.4 10.99l.1.01h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .4.49M9 9H7V7h2z",
|
|
2211
2243
|
clipRule: "evenodd"
|
|
2212
2244
|
}
|
|
2213
2245
|
)
|
|
@@ -2217,12 +2249,12 @@ var Cpu16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs72(
|
|
|
2217
2249
|
var Cpu16Icon_default = Cpu16Icon;
|
|
2218
2250
|
|
|
2219
2251
|
// icons/react/Delete16Icon.tsx
|
|
2220
|
-
import { jsx as
|
|
2252
|
+
import { jsx as jsx74, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
2221
2253
|
var Delete16Icon = ({
|
|
2222
2254
|
title,
|
|
2223
2255
|
titleId,
|
|
2224
2256
|
...props
|
|
2225
|
-
}) => /* @__PURE__ */
|
|
2257
|
+
}) => /* @__PURE__ */ jsxs74(
|
|
2226
2258
|
"svg",
|
|
2227
2259
|
{
|
|
2228
2260
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2233,8 +2265,8 @@ var Delete16Icon = ({
|
|
|
2233
2265
|
"aria-labelledby": titleId,
|
|
2234
2266
|
...props,
|
|
2235
2267
|
children: [
|
|
2236
|
-
title ? /* @__PURE__ */
|
|
2237
|
-
/* @__PURE__ */
|
|
2268
|
+
title ? /* @__PURE__ */ jsx74("title", { id: titleId, children: title }) : null,
|
|
2269
|
+
/* @__PURE__ */ jsx74(
|
|
2238
2270
|
"path",
|
|
2239
2271
|
{
|
|
2240
2272
|
fill: "currentColor",
|
|
@@ -2249,12 +2281,12 @@ var Delete16Icon = ({
|
|
|
2249
2281
|
var Delete16Icon_default = Delete16Icon;
|
|
2250
2282
|
|
|
2251
2283
|
// icons/react/Dislike16Icon.tsx
|
|
2252
|
-
import { jsx as
|
|
2284
|
+
import { jsx as jsx75, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
2253
2285
|
var Dislike16Icon = ({
|
|
2254
2286
|
title,
|
|
2255
2287
|
titleId,
|
|
2256
2288
|
...props
|
|
2257
|
-
}) => /* @__PURE__ */
|
|
2289
|
+
}) => /* @__PURE__ */ jsxs75(
|
|
2258
2290
|
"svg",
|
|
2259
2291
|
{
|
|
2260
2292
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2265,8 +2297,8 @@ var Dislike16Icon = ({
|
|
|
2265
2297
|
"aria-labelledby": titleId,
|
|
2266
2298
|
...props,
|
|
2267
2299
|
children: [
|
|
2268
|
-
title ? /* @__PURE__ */
|
|
2269
|
-
/* @__PURE__ */
|
|
2300
|
+
title ? /* @__PURE__ */ jsx75("title", { id: titleId, children: title }) : null,
|
|
2301
|
+
/* @__PURE__ */ jsx75(
|
|
2270
2302
|
"path",
|
|
2271
2303
|
{
|
|
2272
2304
|
fill: "currentColor",
|
|
@@ -2281,12 +2313,12 @@ var Dislike16Icon = ({
|
|
|
2281
2313
|
var Dislike16Icon_default = Dislike16Icon;
|
|
2282
2314
|
|
|
2283
2315
|
// icons/react/Document16Icon.tsx
|
|
2284
|
-
import { jsx as
|
|
2316
|
+
import { jsx as jsx76, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
2285
2317
|
var Document16Icon = ({
|
|
2286
2318
|
title,
|
|
2287
2319
|
titleId,
|
|
2288
2320
|
...props
|
|
2289
|
-
}) => /* @__PURE__ */
|
|
2321
|
+
}) => /* @__PURE__ */ jsxs76(
|
|
2290
2322
|
"svg",
|
|
2291
2323
|
{
|
|
2292
2324
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2297,8 +2329,8 @@ var Document16Icon = ({
|
|
|
2297
2329
|
"aria-labelledby": titleId,
|
|
2298
2330
|
...props,
|
|
2299
2331
|
children: [
|
|
2300
|
-
title ? /* @__PURE__ */
|
|
2301
|
-
/* @__PURE__ */
|
|
2332
|
+
title ? /* @__PURE__ */ jsx76("title", { id: titleId, children: title }) : null,
|
|
2333
|
+
/* @__PURE__ */ jsx76(
|
|
2302
2334
|
"path",
|
|
2303
2335
|
{
|
|
2304
2336
|
fill: "currentColor",
|
|
@@ -2311,12 +2343,12 @@ var Document16Icon = ({
|
|
|
2311
2343
|
var Document16Icon_default = Document16Icon;
|
|
2312
2344
|
|
|
2313
2345
|
// icons/react/DocumentApi16Icon.tsx
|
|
2314
|
-
import { jsx as
|
|
2346
|
+
import { jsx as jsx77, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
2315
2347
|
var DocumentApi16Icon = ({
|
|
2316
2348
|
title,
|
|
2317
2349
|
titleId,
|
|
2318
2350
|
...props
|
|
2319
|
-
}) => /* @__PURE__ */
|
|
2351
|
+
}) => /* @__PURE__ */ jsxs77(
|
|
2320
2352
|
"svg",
|
|
2321
2353
|
{
|
|
2322
2354
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2327,8 +2359,8 @@ var DocumentApi16Icon = ({
|
|
|
2327
2359
|
"aria-labelledby": titleId,
|
|
2328
2360
|
...props,
|
|
2329
2361
|
children: [
|
|
2330
|
-
title ? /* @__PURE__ */
|
|
2331
|
-
/* @__PURE__ */
|
|
2362
|
+
title ? /* @__PURE__ */ jsx77("title", { id: titleId, children: title }) : null,
|
|
2363
|
+
/* @__PURE__ */ jsx77(
|
|
2332
2364
|
"path",
|
|
2333
2365
|
{
|
|
2334
2366
|
fill: "currentColor",
|
|
@@ -2343,8 +2375,8 @@ var DocumentApi16Icon = ({
|
|
|
2343
2375
|
var DocumentApi16Icon_default = DocumentApi16Icon;
|
|
2344
2376
|
|
|
2345
2377
|
// icons/react/Dots16Icon.tsx
|
|
2346
|
-
import { jsx as
|
|
2347
|
-
var Dots16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2378
|
+
import { jsx as jsx78, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
2379
|
+
var Dots16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs78(
|
|
2348
2380
|
"svg",
|
|
2349
2381
|
{
|
|
2350
2382
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2355,8 +2387,8 @@ var Dots16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs77(
|
|
|
2355
2387
|
"aria-labelledby": titleId,
|
|
2356
2388
|
...props,
|
|
2357
2389
|
children: [
|
|
2358
|
-
title ? /* @__PURE__ */
|
|
2359
|
-
/* @__PURE__ */
|
|
2390
|
+
title ? /* @__PURE__ */ jsx78("title", { id: titleId, children: title }) : null,
|
|
2391
|
+
/* @__PURE__ */ jsx78(
|
|
2360
2392
|
"path",
|
|
2361
2393
|
{
|
|
2362
2394
|
fill: "currentColor",
|
|
@@ -2371,12 +2403,12 @@ var Dots16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs77(
|
|
|
2371
2403
|
var Dots16Icon_default = Dots16Icon;
|
|
2372
2404
|
|
|
2373
2405
|
// icons/react/DownloadRoundel16Icon.tsx
|
|
2374
|
-
import { jsx as
|
|
2406
|
+
import { jsx as jsx79, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
2375
2407
|
var DownloadRoundel16Icon = ({
|
|
2376
2408
|
title,
|
|
2377
2409
|
titleId,
|
|
2378
2410
|
...props
|
|
2379
|
-
}) => /* @__PURE__ */
|
|
2411
|
+
}) => /* @__PURE__ */ jsxs79(
|
|
2380
2412
|
"svg",
|
|
2381
2413
|
{
|
|
2382
2414
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2387,8 +2419,8 @@ var DownloadRoundel16Icon = ({
|
|
|
2387
2419
|
"aria-labelledby": titleId,
|
|
2388
2420
|
...props,
|
|
2389
2421
|
children: [
|
|
2390
|
-
title ? /* @__PURE__ */
|
|
2391
|
-
/* @__PURE__ */
|
|
2422
|
+
title ? /* @__PURE__ */ jsx79("title", { id: titleId, children: title }) : null,
|
|
2423
|
+
/* @__PURE__ */ jsx79(
|
|
2392
2424
|
"path",
|
|
2393
2425
|
{
|
|
2394
2426
|
fill: "currentColor",
|
|
@@ -2403,8 +2435,8 @@ var DownloadRoundel16Icon = ({
|
|
|
2403
2435
|
var DownloadRoundel16Icon_default = DownloadRoundel16Icon;
|
|
2404
2436
|
|
|
2405
2437
|
// icons/react/Edit16Icon.tsx
|
|
2406
|
-
import { jsx as
|
|
2407
|
-
var Edit16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2438
|
+
import { jsx as jsx80, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
2439
|
+
var Edit16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs80(
|
|
2408
2440
|
"svg",
|
|
2409
2441
|
{
|
|
2410
2442
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2415,8 +2447,8 @@ var Edit16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs79(
|
|
|
2415
2447
|
"aria-labelledby": titleId,
|
|
2416
2448
|
...props,
|
|
2417
2449
|
children: [
|
|
2418
|
-
title ? /* @__PURE__ */
|
|
2419
|
-
/* @__PURE__ */
|
|
2450
|
+
title ? /* @__PURE__ */ jsx80("title", { id: titleId, children: title }) : null,
|
|
2451
|
+
/* @__PURE__ */ jsx80(
|
|
2420
2452
|
"path",
|
|
2421
2453
|
{
|
|
2422
2454
|
fill: "currentColor",
|
|
@@ -2431,8 +2463,8 @@ var Edit16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs79(
|
|
|
2431
2463
|
var Edit16Icon_default = Edit16Icon;
|
|
2432
2464
|
|
|
2433
2465
|
// icons/react/Email16Icon.tsx
|
|
2434
|
-
import { jsx as
|
|
2435
|
-
var Email16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2466
|
+
import { jsx as jsx81, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
2467
|
+
var Email16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs81(
|
|
2436
2468
|
"svg",
|
|
2437
2469
|
{
|
|
2438
2470
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2443,8 +2475,8 @@ var Email16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs80(
|
|
|
2443
2475
|
"aria-labelledby": titleId,
|
|
2444
2476
|
...props,
|
|
2445
2477
|
children: [
|
|
2446
|
-
title ? /* @__PURE__ */
|
|
2447
|
-
/* @__PURE__ */
|
|
2478
|
+
title ? /* @__PURE__ */ jsx81("title", { id: titleId, children: title }) : null,
|
|
2479
|
+
/* @__PURE__ */ jsx81(
|
|
2448
2480
|
"path",
|
|
2449
2481
|
{
|
|
2450
2482
|
fill: "currentColor",
|
|
@@ -2459,8 +2491,8 @@ var Email16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs80(
|
|
|
2459
2491
|
var Email16Icon_default = Email16Icon;
|
|
2460
2492
|
|
|
2461
2493
|
// icons/react/Error16Icon.tsx
|
|
2462
|
-
import { jsx as
|
|
2463
|
-
var Error16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2494
|
+
import { jsx as jsx82, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
2495
|
+
var Error16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs82(
|
|
2464
2496
|
"svg",
|
|
2465
2497
|
{
|
|
2466
2498
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2471,8 +2503,8 @@ var Error16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs81(
|
|
|
2471
2503
|
"aria-labelledby": titleId,
|
|
2472
2504
|
...props,
|
|
2473
2505
|
children: [
|
|
2474
|
-
title ? /* @__PURE__ */
|
|
2475
|
-
/* @__PURE__ */
|
|
2506
|
+
title ? /* @__PURE__ */ jsx82("title", { id: titleId, children: title }) : null,
|
|
2507
|
+
/* @__PURE__ */ jsx82(
|
|
2476
2508
|
"path",
|
|
2477
2509
|
{
|
|
2478
2510
|
fill: "currentColor",
|
|
@@ -2487,12 +2519,12 @@ var Error16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs81(
|
|
|
2487
2519
|
var Error16Icon_default = Error16Icon;
|
|
2488
2520
|
|
|
2489
2521
|
// icons/react/Filter16Icon.tsx
|
|
2490
|
-
import { jsx as
|
|
2522
|
+
import { jsx as jsx83, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
2491
2523
|
var Filter16Icon = ({
|
|
2492
2524
|
title,
|
|
2493
2525
|
titleId,
|
|
2494
2526
|
...props
|
|
2495
|
-
}) => /* @__PURE__ */
|
|
2527
|
+
}) => /* @__PURE__ */ jsxs83(
|
|
2496
2528
|
"svg",
|
|
2497
2529
|
{
|
|
2498
2530
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2503,8 +2535,8 @@ var Filter16Icon = ({
|
|
|
2503
2535
|
"aria-labelledby": titleId,
|
|
2504
2536
|
...props,
|
|
2505
2537
|
children: [
|
|
2506
|
-
title ? /* @__PURE__ */
|
|
2507
|
-
/* @__PURE__ */
|
|
2538
|
+
title ? /* @__PURE__ */ jsx83("title", { id: titleId, children: title }) : null,
|
|
2539
|
+
/* @__PURE__ */ jsx83(
|
|
2508
2540
|
"path",
|
|
2509
2541
|
{
|
|
2510
2542
|
fill: "currentColor",
|
|
@@ -2519,12 +2551,12 @@ var Filter16Icon = ({
|
|
|
2519
2551
|
var Filter16Icon_default = Filter16Icon;
|
|
2520
2552
|
|
|
2521
2553
|
// icons/react/Firewall16Icon.tsx
|
|
2522
|
-
import { jsx as
|
|
2554
|
+
import { jsx as jsx84, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
2523
2555
|
var Firewall16Icon = ({
|
|
2524
2556
|
title,
|
|
2525
2557
|
titleId,
|
|
2526
2558
|
...props
|
|
2527
|
-
}) => /* @__PURE__ */
|
|
2559
|
+
}) => /* @__PURE__ */ jsxs84(
|
|
2528
2560
|
"svg",
|
|
2529
2561
|
{
|
|
2530
2562
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2535,8 +2567,8 @@ var Firewall16Icon = ({
|
|
|
2535
2567
|
"aria-labelledby": titleId,
|
|
2536
2568
|
...props,
|
|
2537
2569
|
children: [
|
|
2538
|
-
title ? /* @__PURE__ */
|
|
2539
|
-
/* @__PURE__ */
|
|
2570
|
+
title ? /* @__PURE__ */ jsx84("title", { id: titleId, children: title }) : null,
|
|
2571
|
+
/* @__PURE__ */ jsx84(
|
|
2540
2572
|
"path",
|
|
2541
2573
|
{
|
|
2542
2574
|
fill: "currentColor",
|
|
@@ -2551,12 +2583,12 @@ var Firewall16Icon = ({
|
|
|
2551
2583
|
var Firewall16Icon_default = Firewall16Icon;
|
|
2552
2584
|
|
|
2553
2585
|
// icons/react/Folder16Icon.tsx
|
|
2554
|
-
import { jsx as
|
|
2586
|
+
import { jsx as jsx85, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
2555
2587
|
var Folder16Icon = ({
|
|
2556
2588
|
title,
|
|
2557
2589
|
titleId,
|
|
2558
2590
|
...props
|
|
2559
|
-
}) => /* @__PURE__ */
|
|
2591
|
+
}) => /* @__PURE__ */ jsxs85(
|
|
2560
2592
|
"svg",
|
|
2561
2593
|
{
|
|
2562
2594
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2567,8 +2599,8 @@ var Folder16Icon = ({
|
|
|
2567
2599
|
"aria-labelledby": titleId,
|
|
2568
2600
|
...props,
|
|
2569
2601
|
children: [
|
|
2570
|
-
title ? /* @__PURE__ */
|
|
2571
|
-
/* @__PURE__ */
|
|
2602
|
+
title ? /* @__PURE__ */ jsx85("title", { id: titleId, children: title }) : null,
|
|
2603
|
+
/* @__PURE__ */ jsx85(
|
|
2572
2604
|
"path",
|
|
2573
2605
|
{
|
|
2574
2606
|
fill: "currentColor",
|
|
@@ -2583,12 +2615,12 @@ var Folder16Icon = ({
|
|
|
2583
2615
|
var Folder16Icon_default = Folder16Icon;
|
|
2584
2616
|
|
|
2585
2617
|
// icons/react/Gateway16Icon.tsx
|
|
2586
|
-
import { jsx as
|
|
2618
|
+
import { jsx as jsx86, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
2587
2619
|
var Gateway16Icon = ({
|
|
2588
2620
|
title,
|
|
2589
2621
|
titleId,
|
|
2590
2622
|
...props
|
|
2591
|
-
}) => /* @__PURE__ */
|
|
2623
|
+
}) => /* @__PURE__ */ jsxs86(
|
|
2592
2624
|
"svg",
|
|
2593
2625
|
{
|
|
2594
2626
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2599,8 +2631,8 @@ var Gateway16Icon = ({
|
|
|
2599
2631
|
"aria-labelledby": titleId,
|
|
2600
2632
|
...props,
|
|
2601
2633
|
children: [
|
|
2602
|
-
title ? /* @__PURE__ */
|
|
2603
|
-
/* @__PURE__ */
|
|
2634
|
+
title ? /* @__PURE__ */ jsx86("title", { id: titleId, children: title }) : null,
|
|
2635
|
+
/* @__PURE__ */ jsx86(
|
|
2604
2636
|
"path",
|
|
2605
2637
|
{
|
|
2606
2638
|
fill: "currentColor",
|
|
@@ -2615,8 +2647,8 @@ var Gateway16Icon = ({
|
|
|
2615
2647
|
var Gateway16Icon_default = Gateway16Icon;
|
|
2616
2648
|
|
|
2617
2649
|
// icons/react/Heart16Icon.tsx
|
|
2618
|
-
import { jsx as
|
|
2619
|
-
var Heart16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2650
|
+
import { jsx as jsx87, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
2651
|
+
var Heart16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs87(
|
|
2620
2652
|
"svg",
|
|
2621
2653
|
{
|
|
2622
2654
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2627,8 +2659,8 @@ var Heart16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs86(
|
|
|
2627
2659
|
"aria-labelledby": titleId,
|
|
2628
2660
|
...props,
|
|
2629
2661
|
children: [
|
|
2630
|
-
title ? /* @__PURE__ */
|
|
2631
|
-
/* @__PURE__ */
|
|
2662
|
+
title ? /* @__PURE__ */ jsx87("title", { id: titleId, children: title }) : null,
|
|
2663
|
+
/* @__PURE__ */ jsx87(
|
|
2632
2664
|
"path",
|
|
2633
2665
|
{
|
|
2634
2666
|
fill: "currentColor",
|
|
@@ -2641,8 +2673,8 @@ var Heart16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs86(
|
|
|
2641
2673
|
var Heart16Icon_default = Heart16Icon;
|
|
2642
2674
|
|
|
2643
2675
|
// icons/react/Hide16Icon.tsx
|
|
2644
|
-
import { jsx as
|
|
2645
|
-
var Hide16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2676
|
+
import { jsx as jsx88, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
2677
|
+
var Hide16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs88(
|
|
2646
2678
|
"svg",
|
|
2647
2679
|
{
|
|
2648
2680
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2653,8 +2685,8 @@ var Hide16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs87(
|
|
|
2653
2685
|
"aria-labelledby": titleId,
|
|
2654
2686
|
...props,
|
|
2655
2687
|
children: [
|
|
2656
|
-
title ? /* @__PURE__ */
|
|
2657
|
-
/* @__PURE__ */
|
|
2688
|
+
title ? /* @__PURE__ */ jsx88("title", { id: titleId, children: title }) : null,
|
|
2689
|
+
/* @__PURE__ */ jsx88(
|
|
2658
2690
|
"path",
|
|
2659
2691
|
{
|
|
2660
2692
|
fill: "currentColor",
|
|
@@ -2669,12 +2701,12 @@ var Hide16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs87(
|
|
|
2669
2701
|
var Hide16Icon_default = Hide16Icon;
|
|
2670
2702
|
|
|
2671
2703
|
// icons/react/Hourglass16Icon.tsx
|
|
2672
|
-
import { jsx as
|
|
2704
|
+
import { jsx as jsx89, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
2673
2705
|
var Hourglass16Icon = ({
|
|
2674
2706
|
title,
|
|
2675
2707
|
titleId,
|
|
2676
2708
|
...props
|
|
2677
|
-
}) => /* @__PURE__ */
|
|
2709
|
+
}) => /* @__PURE__ */ jsxs89(
|
|
2678
2710
|
"svg",
|
|
2679
2711
|
{
|
|
2680
2712
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2685,8 +2717,8 @@ var Hourglass16Icon = ({
|
|
|
2685
2717
|
"aria-labelledby": titleId,
|
|
2686
2718
|
...props,
|
|
2687
2719
|
children: [
|
|
2688
|
-
title ? /* @__PURE__ */
|
|
2689
|
-
/* @__PURE__ */
|
|
2720
|
+
title ? /* @__PURE__ */ jsx89("title", { id: titleId, children: title }) : null,
|
|
2721
|
+
/* @__PURE__ */ jsx89(
|
|
2690
2722
|
"path",
|
|
2691
2723
|
{
|
|
2692
2724
|
fill: "currentColor",
|
|
@@ -2701,12 +2733,12 @@ var Hourglass16Icon = ({
|
|
|
2701
2733
|
var Hourglass16Icon_default = Hourglass16Icon;
|
|
2702
2734
|
|
|
2703
2735
|
// icons/react/Images16Icon.tsx
|
|
2704
|
-
import { jsx as
|
|
2736
|
+
import { jsx as jsx90, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
2705
2737
|
var Images16Icon = ({
|
|
2706
2738
|
title,
|
|
2707
2739
|
titleId,
|
|
2708
2740
|
...props
|
|
2709
|
-
}) => /* @__PURE__ */
|
|
2741
|
+
}) => /* @__PURE__ */ jsxs90(
|
|
2710
2742
|
"svg",
|
|
2711
2743
|
{
|
|
2712
2744
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2717,16 +2749,16 @@ var Images16Icon = ({
|
|
|
2717
2749
|
"aria-labelledby": titleId,
|
|
2718
2750
|
...props,
|
|
2719
2751
|
children: [
|
|
2720
|
-
title ? /* @__PURE__ */
|
|
2721
|
-
/* @__PURE__ */
|
|
2752
|
+
title ? /* @__PURE__ */ jsx90("title", { id: titleId, children: title }) : null,
|
|
2753
|
+
/* @__PURE__ */ jsx90("g", { fill: "currentColor", children: /* @__PURE__ */ jsx90("path", { d: "M1.523 5.312A.375.375 0 0 0 1 5.657v5.808a.75.75 0 0 0 .451.688l5.024 2.184A.375.375 0 0 0 7 13.993V8.154a.75.75 0 0 0-.455-.69zM9 13.993c0 .27.277.452.525.344l5.024-2.184a.75.75 0 0 0 .451-.688V5.657c0-.27-.275-.451-.523-.345L9.455 7.465A.75.75 0 0 0 9 8.154zM12.891 3.816a.375.375 0 0 0 .002-.689L8.299 1.13a.75.75 0 0 0-.598 0L3.107 3.127c-.301.131-.3.56.002.689l4.596 1.97a.75.75 0 0 0 .59 0z" }) })
|
|
2722
2754
|
]
|
|
2723
2755
|
}
|
|
2724
2756
|
);
|
|
2725
2757
|
var Images16Icon_default = Images16Icon;
|
|
2726
2758
|
|
|
2727
2759
|
// icons/react/Info16Icon.tsx
|
|
2728
|
-
import { jsx as
|
|
2729
|
-
var Info16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2760
|
+
import { jsx as jsx91, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
2761
|
+
var Info16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs91(
|
|
2730
2762
|
"svg",
|
|
2731
2763
|
{
|
|
2732
2764
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2737,8 +2769,8 @@ var Info16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs90(
|
|
|
2737
2769
|
"aria-labelledby": titleId,
|
|
2738
2770
|
...props,
|
|
2739
2771
|
children: [
|
|
2740
|
-
title ? /* @__PURE__ */
|
|
2741
|
-
/* @__PURE__ */
|
|
2772
|
+
title ? /* @__PURE__ */ jsx91("title", { id: titleId, children: title }) : null,
|
|
2773
|
+
/* @__PURE__ */ jsx91(
|
|
2742
2774
|
"path",
|
|
2743
2775
|
{
|
|
2744
2776
|
fill: "currentColor",
|
|
@@ -2753,12 +2785,12 @@ var Info16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs90(
|
|
|
2753
2785
|
var Info16Icon_default = Info16Icon;
|
|
2754
2786
|
|
|
2755
2787
|
// icons/react/Instances16Icon.tsx
|
|
2756
|
-
import { jsx as
|
|
2788
|
+
import { jsx as jsx92, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
2757
2789
|
var Instances16Icon = ({
|
|
2758
2790
|
title,
|
|
2759
2791
|
titleId,
|
|
2760
2792
|
...props
|
|
2761
|
-
}) => /* @__PURE__ */
|
|
2793
|
+
}) => /* @__PURE__ */ jsxs92(
|
|
2762
2794
|
"svg",
|
|
2763
2795
|
{
|
|
2764
2796
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2769,8 +2801,8 @@ var Instances16Icon = ({
|
|
|
2769
2801
|
"aria-labelledby": titleId,
|
|
2770
2802
|
...props,
|
|
2771
2803
|
children: [
|
|
2772
|
-
title ? /* @__PURE__ */
|
|
2773
|
-
/* @__PURE__ */
|
|
2804
|
+
title ? /* @__PURE__ */ jsx92("title", { id: titleId, children: title }) : null,
|
|
2805
|
+
/* @__PURE__ */ jsx92(
|
|
2774
2806
|
"path",
|
|
2775
2807
|
{
|
|
2776
2808
|
fill: "currentColor",
|
|
@@ -2785,12 +2817,12 @@ var Instances16Icon = ({
|
|
|
2785
2817
|
var Instances16Icon_default = Instances16Icon;
|
|
2786
2818
|
|
|
2787
2819
|
// icons/react/Integration16Icon.tsx
|
|
2788
|
-
import { jsx as
|
|
2820
|
+
import { jsx as jsx93, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
2789
2821
|
var Integration16Icon = ({
|
|
2790
2822
|
title,
|
|
2791
2823
|
titleId,
|
|
2792
2824
|
...props
|
|
2793
|
-
}) => /* @__PURE__ */
|
|
2825
|
+
}) => /* @__PURE__ */ jsxs93(
|
|
2794
2826
|
"svg",
|
|
2795
2827
|
{
|
|
2796
2828
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2801,8 +2833,8 @@ var Integration16Icon = ({
|
|
|
2801
2833
|
"aria-labelledby": titleId,
|
|
2802
2834
|
...props,
|
|
2803
2835
|
children: [
|
|
2804
|
-
title ? /* @__PURE__ */
|
|
2805
|
-
/* @__PURE__ */
|
|
2836
|
+
title ? /* @__PURE__ */ jsx93("title", { id: titleId, children: title }) : null,
|
|
2837
|
+
/* @__PURE__ */ jsx93(
|
|
2806
2838
|
"path",
|
|
2807
2839
|
{
|
|
2808
2840
|
fill: "currentColor",
|
|
@@ -2817,12 +2849,12 @@ var Integration16Icon = ({
|
|
|
2817
2849
|
var Integration16Icon_default = Integration16Icon;
|
|
2818
2850
|
|
|
2819
2851
|
// icons/react/IpGlobal16Icon.tsx
|
|
2820
|
-
import { jsx as
|
|
2852
|
+
import { jsx as jsx94, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
2821
2853
|
var IpGlobal16Icon = ({
|
|
2822
2854
|
title,
|
|
2823
2855
|
titleId,
|
|
2824
2856
|
...props
|
|
2825
|
-
}) => /* @__PURE__ */
|
|
2857
|
+
}) => /* @__PURE__ */ jsxs94(
|
|
2826
2858
|
"svg",
|
|
2827
2859
|
{
|
|
2828
2860
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2833,8 +2865,8 @@ var IpGlobal16Icon = ({
|
|
|
2833
2865
|
"aria-labelledby": titleId,
|
|
2834
2866
|
...props,
|
|
2835
2867
|
children: [
|
|
2836
|
-
title ? /* @__PURE__ */
|
|
2837
|
-
/* @__PURE__ */
|
|
2868
|
+
title ? /* @__PURE__ */ jsx94("title", { id: titleId, children: title }) : null,
|
|
2869
|
+
/* @__PURE__ */ jsx94(
|
|
2838
2870
|
"path",
|
|
2839
2871
|
{
|
|
2840
2872
|
fill: "currentColor",
|
|
@@ -2849,12 +2881,12 @@ var IpGlobal16Icon = ({
|
|
|
2849
2881
|
var IpGlobal16Icon_default = IpGlobal16Icon;
|
|
2850
2882
|
|
|
2851
2883
|
// icons/react/IpLocal16Icon.tsx
|
|
2852
|
-
import { jsx as
|
|
2884
|
+
import { jsx as jsx95, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
2853
2885
|
var IpLocal16Icon = ({
|
|
2854
2886
|
title,
|
|
2855
2887
|
titleId,
|
|
2856
2888
|
...props
|
|
2857
|
-
}) => /* @__PURE__ */
|
|
2889
|
+
}) => /* @__PURE__ */ jsxs95(
|
|
2858
2890
|
"svg",
|
|
2859
2891
|
{
|
|
2860
2892
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2865,8 +2897,8 @@ var IpLocal16Icon = ({
|
|
|
2865
2897
|
"aria-labelledby": titleId,
|
|
2866
2898
|
...props,
|
|
2867
2899
|
children: [
|
|
2868
|
-
title ? /* @__PURE__ */
|
|
2869
|
-
/* @__PURE__ */
|
|
2900
|
+
title ? /* @__PURE__ */ jsx95("title", { id: titleId, children: title }) : null,
|
|
2901
|
+
/* @__PURE__ */ jsx95(
|
|
2870
2902
|
"path",
|
|
2871
2903
|
{
|
|
2872
2904
|
fill: "currentColor",
|
|
@@ -2881,12 +2913,12 @@ var IpLocal16Icon = ({
|
|
|
2881
2913
|
var IpLocal16Icon_default = IpLocal16Icon;
|
|
2882
2914
|
|
|
2883
2915
|
// icons/react/Issues16Icon.tsx
|
|
2884
|
-
import { jsx as
|
|
2916
|
+
import { jsx as jsx96, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
2885
2917
|
var Issues16Icon = ({
|
|
2886
2918
|
title,
|
|
2887
2919
|
titleId,
|
|
2888
2920
|
...props
|
|
2889
|
-
}) => /* @__PURE__ */
|
|
2921
|
+
}) => /* @__PURE__ */ jsxs96(
|
|
2890
2922
|
"svg",
|
|
2891
2923
|
{
|
|
2892
2924
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2897,8 +2929,8 @@ var Issues16Icon = ({
|
|
|
2897
2929
|
"aria-labelledby": titleId,
|
|
2898
2930
|
...props,
|
|
2899
2931
|
children: [
|
|
2900
|
-
title ? /* @__PURE__ */
|
|
2901
|
-
/* @__PURE__ */
|
|
2932
|
+
title ? /* @__PURE__ */ jsx96("title", { id: titleId, children: title }) : null,
|
|
2933
|
+
/* @__PURE__ */ jsx96(
|
|
2902
2934
|
"path",
|
|
2903
2935
|
{
|
|
2904
2936
|
fill: "currentColor",
|
|
@@ -2913,8 +2945,8 @@ var Issues16Icon = ({
|
|
|
2913
2945
|
var Issues16Icon_default = Issues16Icon;
|
|
2914
2946
|
|
|
2915
2947
|
// icons/react/Key16Icon.tsx
|
|
2916
|
-
import { jsx as
|
|
2917
|
-
var Key16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2948
|
+
import { jsx as jsx97, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
2949
|
+
var Key16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs97(
|
|
2918
2950
|
"svg",
|
|
2919
2951
|
{
|
|
2920
2952
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2925,8 +2957,8 @@ var Key16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs96(
|
|
|
2925
2957
|
"aria-labelledby": titleId,
|
|
2926
2958
|
...props,
|
|
2927
2959
|
children: [
|
|
2928
|
-
title ? /* @__PURE__ */
|
|
2929
|
-
/* @__PURE__ */
|
|
2960
|
+
title ? /* @__PURE__ */ jsx97("title", { id: titleId, children: title }) : null,
|
|
2961
|
+
/* @__PURE__ */ jsx97(
|
|
2930
2962
|
"path",
|
|
2931
2963
|
{
|
|
2932
2964
|
fill: "currentColor",
|
|
@@ -2941,8 +2973,8 @@ var Key16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs96(
|
|
|
2941
2973
|
var Key16Icon_default = Key16Icon;
|
|
2942
2974
|
|
|
2943
2975
|
// icons/react/Like16Icon.tsx
|
|
2944
|
-
import { jsx as
|
|
2945
|
-
var Like16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2976
|
+
import { jsx as jsx98, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
2977
|
+
var Like16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs98(
|
|
2946
2978
|
"svg",
|
|
2947
2979
|
{
|
|
2948
2980
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2953,8 +2985,8 @@ var Like16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs97(
|
|
|
2953
2985
|
"aria-labelledby": titleId,
|
|
2954
2986
|
...props,
|
|
2955
2987
|
children: [
|
|
2956
|
-
title ? /* @__PURE__ */
|
|
2957
|
-
/* @__PURE__ */
|
|
2988
|
+
title ? /* @__PURE__ */ jsx98("title", { id: titleId, children: title }) : null,
|
|
2989
|
+
/* @__PURE__ */ jsx98(
|
|
2958
2990
|
"path",
|
|
2959
2991
|
{
|
|
2960
2992
|
fill: "currentColor",
|
|
@@ -2969,8 +3001,8 @@ var Like16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs97(
|
|
|
2969
3001
|
var Like16Icon_default = Like16Icon;
|
|
2970
3002
|
|
|
2971
3003
|
// icons/react/Link16Icon.tsx
|
|
2972
|
-
import { jsx as
|
|
2973
|
-
var Link16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
3004
|
+
import { jsx as jsx99, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
3005
|
+
var Link16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs99(
|
|
2974
3006
|
"svg",
|
|
2975
3007
|
{
|
|
2976
3008
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2981,10 +3013,10 @@ var Link16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs98(
|
|
|
2981
3013
|
"aria-labelledby": titleId,
|
|
2982
3014
|
...props,
|
|
2983
3015
|
children: [
|
|
2984
|
-
title ? /* @__PURE__ */
|
|
2985
|
-
/* @__PURE__ */
|
|
2986
|
-
/* @__PURE__ */
|
|
2987
|
-
/* @__PURE__ */
|
|
3016
|
+
title ? /* @__PURE__ */ jsx99("title", { id: titleId, children: title }) : null,
|
|
3017
|
+
/* @__PURE__ */ jsxs99("g", { fill: "currentColor", children: [
|
|
3018
|
+
/* @__PURE__ */ jsx99("path", { d: "m6.586 12.243 1.59-1.591a.75.75 0 0 1 1.061 0l.354.353a.75.75 0 0 1 0 1.06L8 13.658A4 4 0 0 1 2.343 8l1.591-1.591a.75.75 0 0 1 1.06 0l.354.354a.75.75 0 0 1 0 1.06l-1.59 1.591a2 2 0 1 0 2.828 2.829M12.066 9.591a.75.75 0 0 1-1.06 0l-.354-.354a.75.75 0 0 1 0-1.06l1.59-1.591a2 2 0 1 0-2.828-2.829l-1.59 1.591a.75.75 0 0 1-1.061 0l-.354-.353a.75.75 0 0 1 0-1.06L8 2.342A4 4 0 0 1 13.657 8z" }),
|
|
3019
|
+
/* @__PURE__ */ jsx99("path", { d: "M9.945 5.702a.75.75 0 0 0-1.061 0L5.702 8.884a.75.75 0 0 0 0 1.06l.353.354a.75.75 0 0 0 1.061 0l3.182-3.182a.75.75 0 0 0 0-1.06z" })
|
|
2988
3020
|
] })
|
|
2989
3021
|
]
|
|
2990
3022
|
}
|
|
@@ -2992,12 +3024,12 @@ var Link16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs98(
|
|
|
2992
3024
|
var Link16Icon_default = Link16Icon;
|
|
2993
3025
|
|
|
2994
3026
|
// icons/react/LoadBalancer16Icon.tsx
|
|
2995
|
-
import { jsx as
|
|
3027
|
+
import { jsx as jsx100, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
2996
3028
|
var LoadBalancer16Icon = ({
|
|
2997
3029
|
title,
|
|
2998
3030
|
titleId,
|
|
2999
3031
|
...props
|
|
3000
|
-
}) => /* @__PURE__ */
|
|
3032
|
+
}) => /* @__PURE__ */ jsxs100(
|
|
3001
3033
|
"svg",
|
|
3002
3034
|
{
|
|
3003
3035
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3008,8 +3040,8 @@ var LoadBalancer16Icon = ({
|
|
|
3008
3040
|
"aria-labelledby": titleId,
|
|
3009
3041
|
...props,
|
|
3010
3042
|
children: [
|
|
3011
|
-
title ? /* @__PURE__ */
|
|
3012
|
-
/* @__PURE__ */
|
|
3043
|
+
title ? /* @__PURE__ */ jsx100("title", { id: titleId, children: title }) : null,
|
|
3044
|
+
/* @__PURE__ */ jsx100(
|
|
3013
3045
|
"path",
|
|
3014
3046
|
{
|
|
3015
3047
|
fill: "currentColor",
|
|
@@ -3024,8 +3056,8 @@ var LoadBalancer16Icon = ({
|
|
|
3024
3056
|
var LoadBalancer16Icon_default = LoadBalancer16Icon;
|
|
3025
3057
|
|
|
3026
3058
|
// icons/react/Logs16Icon.tsx
|
|
3027
|
-
import { jsx as
|
|
3028
|
-
var Logs16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
3059
|
+
import { jsx as jsx101, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
3060
|
+
var Logs16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs101(
|
|
3029
3061
|
"svg",
|
|
3030
3062
|
{
|
|
3031
3063
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3036,8 +3068,8 @@ var Logs16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs100(
|
|
|
3036
3068
|
"aria-labelledby": titleId,
|
|
3037
3069
|
...props,
|
|
3038
3070
|
children: [
|
|
3039
|
-
title ? /* @__PURE__ */
|
|
3040
|
-
/* @__PURE__ */
|
|
3071
|
+
title ? /* @__PURE__ */ jsx101("title", { id: titleId, children: title }) : null,
|
|
3072
|
+
/* @__PURE__ */ jsx101(
|
|
3041
3073
|
"path",
|
|
3042
3074
|
{
|
|
3043
3075
|
fill: "currentColor",
|
|
@@ -3052,12 +3084,12 @@ var Logs16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs100(
|
|
|
3052
3084
|
var Logs16Icon_default = Logs16Icon;
|
|
3053
3085
|
|
|
3054
3086
|
// icons/react/Metrics16Icon.tsx
|
|
3055
|
-
import { jsx as
|
|
3087
|
+
import { jsx as jsx102, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
3056
3088
|
var Metrics16Icon = ({
|
|
3057
3089
|
title,
|
|
3058
3090
|
titleId,
|
|
3059
3091
|
...props
|
|
3060
|
-
}) => /* @__PURE__ */
|
|
3092
|
+
}) => /* @__PURE__ */ jsxs102(
|
|
3061
3093
|
"svg",
|
|
3062
3094
|
{
|
|
3063
3095
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3068,8 +3100,8 @@ var Metrics16Icon = ({
|
|
|
3068
3100
|
"aria-labelledby": titleId,
|
|
3069
3101
|
...props,
|
|
3070
3102
|
children: [
|
|
3071
|
-
title ? /* @__PURE__ */
|
|
3072
|
-
/* @__PURE__ */
|
|
3103
|
+
title ? /* @__PURE__ */ jsx102("title", { id: titleId, children: title }) : null,
|
|
3104
|
+
/* @__PURE__ */ jsx102(
|
|
3073
3105
|
"path",
|
|
3074
3106
|
{
|
|
3075
3107
|
fill: "currentColor",
|
|
@@ -3084,12 +3116,12 @@ var Metrics16Icon = ({
|
|
|
3084
3116
|
var Metrics16Icon_default = Metrics16Icon;
|
|
3085
3117
|
|
|
3086
3118
|
// icons/react/Monitoring16Icon.tsx
|
|
3087
|
-
import { jsx as
|
|
3119
|
+
import { jsx as jsx103, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
3088
3120
|
var Monitoring16Icon = ({
|
|
3089
3121
|
title,
|
|
3090
3122
|
titleId,
|
|
3091
3123
|
...props
|
|
3092
|
-
}) => /* @__PURE__ */
|
|
3124
|
+
}) => /* @__PURE__ */ jsxs103(
|
|
3093
3125
|
"svg",
|
|
3094
3126
|
{
|
|
3095
3127
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3100,8 +3132,8 @@ var Monitoring16Icon = ({
|
|
|
3100
3132
|
"aria-labelledby": titleId,
|
|
3101
3133
|
...props,
|
|
3102
3134
|
children: [
|
|
3103
|
-
title ? /* @__PURE__ */
|
|
3104
|
-
/* @__PURE__ */
|
|
3135
|
+
title ? /* @__PURE__ */ jsx103("title", { id: titleId, children: title }) : null,
|
|
3136
|
+
/* @__PURE__ */ jsx103(
|
|
3105
3137
|
"path",
|
|
3106
3138
|
{
|
|
3107
3139
|
fill: "currentColor",
|
|
@@ -3116,12 +3148,12 @@ var Monitoring16Icon = ({
|
|
|
3116
3148
|
var Monitoring16Icon_default = Monitoring16Icon;
|
|
3117
3149
|
|
|
3118
3150
|
// icons/react/Networking16Icon.tsx
|
|
3119
|
-
import { jsx as
|
|
3151
|
+
import { jsx as jsx104, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
3120
3152
|
var Networking16Icon = ({
|
|
3121
3153
|
title,
|
|
3122
3154
|
titleId,
|
|
3123
3155
|
...props
|
|
3124
|
-
}) => /* @__PURE__ */
|
|
3156
|
+
}) => /* @__PURE__ */ jsxs104(
|
|
3125
3157
|
"svg",
|
|
3126
3158
|
{
|
|
3127
3159
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3132,8 +3164,8 @@ var Networking16Icon = ({
|
|
|
3132
3164
|
"aria-labelledby": titleId,
|
|
3133
3165
|
...props,
|
|
3134
3166
|
children: [
|
|
3135
|
-
title ? /* @__PURE__ */
|
|
3136
|
-
/* @__PURE__ */
|
|
3167
|
+
title ? /* @__PURE__ */ jsx104("title", { id: titleId, children: title }) : null,
|
|
3168
|
+
/* @__PURE__ */ jsx104(
|
|
3137
3169
|
"path",
|
|
3138
3170
|
{
|
|
3139
3171
|
fill: "currentColor",
|
|
@@ -3148,12 +3180,12 @@ var Networking16Icon = ({
|
|
|
3148
3180
|
var Networking16Icon_default = Networking16Icon;
|
|
3149
3181
|
|
|
3150
3182
|
// icons/react/NewWindow16Icon.tsx
|
|
3151
|
-
import { jsx as
|
|
3183
|
+
import { jsx as jsx105, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
3152
3184
|
var NewWindow16Icon = ({
|
|
3153
3185
|
title,
|
|
3154
3186
|
titleId,
|
|
3155
3187
|
...props
|
|
3156
|
-
}) => /* @__PURE__ */
|
|
3188
|
+
}) => /* @__PURE__ */ jsxs105(
|
|
3157
3189
|
"svg",
|
|
3158
3190
|
{
|
|
3159
3191
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3164,13 +3196,13 @@ var NewWindow16Icon = ({
|
|
|
3164
3196
|
"aria-labelledby": titleId,
|
|
3165
3197
|
...props,
|
|
3166
3198
|
children: [
|
|
3167
|
-
title ? /* @__PURE__ */
|
|
3168
|
-
/* @__PURE__ */
|
|
3199
|
+
title ? /* @__PURE__ */ jsx105("title", { id: titleId, children: title }) : null,
|
|
3200
|
+
/* @__PURE__ */ jsx105(
|
|
3169
3201
|
"path",
|
|
3170
3202
|
{
|
|
3171
3203
|
fill: "currentColor",
|
|
3172
3204
|
fillRule: "evenodd",
|
|
3173
|
-
d: "M14.25 1h-8.5a.75.75 0 0 0-.75.75v8.5c0 .414.336.75.75.75h8.5a.75.75 0 0 0 .75-.75v-8.5a.75.75 0 0 0-.75-.75M7 3.75A.75.75 0 0 1 7.75 3h4.5a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-.75.75h-4.5A.75.75 0 0 1 7 4.25zM1.75 5H4v2H3v6h6v-1h2v2.25a.75.75 0 0 1-.75.75h-8.
|
|
3205
|
+
d: "M14.25 1h-8.5a.75.75 0 0 0-.75.75v8.5c0 .414.336.75.75.75h8.5a.75.75 0 0 0 .75-.75v-8.5a.75.75 0 0 0-.75-.75M7 3.75A.75.75 0 0 1 7.75 3h4.5a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-.75.75h-4.5A.75.75 0 0 1 7 4.25zM1.75 5H4v2H3v6h6v-1h2v2.25a.75.75 0 0 1-.75.75h-8.5l-.077-.004A.75.75 0 0 1 1 14.25v-8.5A.75.75 0 0 1 1.75 5",
|
|
3174
3206
|
clipRule: "evenodd"
|
|
3175
3207
|
}
|
|
3176
3208
|
)
|
|
@@ -3180,12 +3212,12 @@ var NewWindow16Icon = ({
|
|
|
3180
3212
|
var NewWindow16Icon_default = NewWindow16Icon;
|
|
3181
3213
|
|
|
3182
3214
|
// icons/react/Notifications16Icon.tsx
|
|
3183
|
-
import { jsx as
|
|
3215
|
+
import { jsx as jsx106, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
3184
3216
|
var Notifications16Icon = ({
|
|
3185
3217
|
title,
|
|
3186
3218
|
titleId,
|
|
3187
3219
|
...props
|
|
3188
|
-
}) => /* @__PURE__ */
|
|
3220
|
+
}) => /* @__PURE__ */ jsxs106(
|
|
3189
3221
|
"svg",
|
|
3190
3222
|
{
|
|
3191
3223
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3196,8 +3228,8 @@ var Notifications16Icon = ({
|
|
|
3196
3228
|
"aria-labelledby": titleId,
|
|
3197
3229
|
...props,
|
|
3198
3230
|
children: [
|
|
3199
|
-
title ? /* @__PURE__ */
|
|
3200
|
-
/* @__PURE__ */
|
|
3231
|
+
title ? /* @__PURE__ */ jsx106("title", { id: titleId, children: title }) : null,
|
|
3232
|
+
/* @__PURE__ */ jsx106(
|
|
3201
3233
|
"path",
|
|
3202
3234
|
{
|
|
3203
3235
|
fill: "currentColor",
|
|
@@ -3212,12 +3244,12 @@ var Notifications16Icon = ({
|
|
|
3212
3244
|
var Notifications16Icon_default = Notifications16Icon;
|
|
3213
3245
|
|
|
3214
3246
|
// icons/react/Organization16Icon.tsx
|
|
3215
|
-
import { jsx as
|
|
3247
|
+
import { jsx as jsx107, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
3216
3248
|
var Organization16Icon = ({
|
|
3217
3249
|
title,
|
|
3218
3250
|
titleId,
|
|
3219
3251
|
...props
|
|
3220
|
-
}) => /* @__PURE__ */
|
|
3252
|
+
}) => /* @__PURE__ */ jsxs107(
|
|
3221
3253
|
"svg",
|
|
3222
3254
|
{
|
|
3223
3255
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3228,8 +3260,8 @@ var Organization16Icon = ({
|
|
|
3228
3260
|
"aria-labelledby": titleId,
|
|
3229
3261
|
...props,
|
|
3230
3262
|
children: [
|
|
3231
|
-
title ? /* @__PURE__ */
|
|
3232
|
-
/* @__PURE__ */
|
|
3263
|
+
title ? /* @__PURE__ */ jsx107("title", { id: titleId, children: title }) : null,
|
|
3264
|
+
/* @__PURE__ */ jsx107(
|
|
3233
3265
|
"path",
|
|
3234
3266
|
{
|
|
3235
3267
|
fill: "currentColor",
|
|
@@ -3244,12 +3276,12 @@ var Organization16Icon = ({
|
|
|
3244
3276
|
var Organization16Icon_default = Organization16Icon;
|
|
3245
3277
|
|
|
3246
3278
|
// icons/react/Overview16Icon.tsx
|
|
3247
|
-
import { jsx as
|
|
3279
|
+
import { jsx as jsx108, jsxs as jsxs108 } from "react/jsx-runtime";
|
|
3248
3280
|
var Overview16Icon = ({
|
|
3249
3281
|
title,
|
|
3250
3282
|
titleId,
|
|
3251
3283
|
...props
|
|
3252
|
-
}) => /* @__PURE__ */
|
|
3284
|
+
}) => /* @__PURE__ */ jsxs108(
|
|
3253
3285
|
"svg",
|
|
3254
3286
|
{
|
|
3255
3287
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3260,8 +3292,8 @@ var Overview16Icon = ({
|
|
|
3260
3292
|
"aria-labelledby": titleId,
|
|
3261
3293
|
...props,
|
|
3262
3294
|
children: [
|
|
3263
|
-
title ? /* @__PURE__ */
|
|
3264
|
-
/* @__PURE__ */
|
|
3295
|
+
title ? /* @__PURE__ */ jsx108("title", { id: titleId, children: title }) : null,
|
|
3296
|
+
/* @__PURE__ */ jsx108(
|
|
3265
3297
|
"path",
|
|
3266
3298
|
{
|
|
3267
3299
|
fill: "currentColor",
|
|
@@ -3276,12 +3308,12 @@ var Overview16Icon = ({
|
|
|
3276
3308
|
var Overview16Icon_default = Overview16Icon;
|
|
3277
3309
|
|
|
3278
3310
|
// icons/react/Person16Icon.tsx
|
|
3279
|
-
import { jsx as
|
|
3311
|
+
import { jsx as jsx109, jsxs as jsxs109 } from "react/jsx-runtime";
|
|
3280
3312
|
var Person16Icon = ({
|
|
3281
3313
|
title,
|
|
3282
3314
|
titleId,
|
|
3283
3315
|
...props
|
|
3284
|
-
}) => /* @__PURE__ */
|
|
3316
|
+
}) => /* @__PURE__ */ jsxs109(
|
|
3285
3317
|
"svg",
|
|
3286
3318
|
{
|
|
3287
3319
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3292,8 +3324,8 @@ var Person16Icon = ({
|
|
|
3292
3324
|
"aria-labelledby": titleId,
|
|
3293
3325
|
...props,
|
|
3294
3326
|
children: [
|
|
3295
|
-
title ? /* @__PURE__ */
|
|
3296
|
-
/* @__PURE__ */
|
|
3327
|
+
title ? /* @__PURE__ */ jsx109("title", { id: titleId, children: title }) : null,
|
|
3328
|
+
/* @__PURE__ */ jsx109(
|
|
3297
3329
|
"path",
|
|
3298
3330
|
{
|
|
3299
3331
|
fill: "currentColor",
|
|
@@ -3308,12 +3340,12 @@ var Person16Icon = ({
|
|
|
3308
3340
|
var Person16Icon_default = Person16Icon;
|
|
3309
3341
|
|
|
3310
3342
|
// icons/react/PersonGroup16Icon.tsx
|
|
3311
|
-
import { jsx as
|
|
3343
|
+
import { jsx as jsx110, jsxs as jsxs110 } from "react/jsx-runtime";
|
|
3312
3344
|
var PersonGroup16Icon = ({
|
|
3313
3345
|
title,
|
|
3314
3346
|
titleId,
|
|
3315
3347
|
...props
|
|
3316
|
-
}) => /* @__PURE__ */
|
|
3348
|
+
}) => /* @__PURE__ */ jsxs110(
|
|
3317
3349
|
"svg",
|
|
3318
3350
|
{
|
|
3319
3351
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3324,8 +3356,8 @@ var PersonGroup16Icon = ({
|
|
|
3324
3356
|
"aria-labelledby": titleId,
|
|
3325
3357
|
...props,
|
|
3326
3358
|
children: [
|
|
3327
|
-
title ? /* @__PURE__ */
|
|
3328
|
-
/* @__PURE__ */
|
|
3359
|
+
title ? /* @__PURE__ */ jsx110("title", { id: titleId, children: title }) : null,
|
|
3360
|
+
/* @__PURE__ */ jsx110(
|
|
3329
3361
|
"path",
|
|
3330
3362
|
{
|
|
3331
3363
|
fill: "currentColor",
|
|
@@ -3340,12 +3372,12 @@ var PersonGroup16Icon = ({
|
|
|
3340
3372
|
var PersonGroup16Icon_default = PersonGroup16Icon;
|
|
3341
3373
|
|
|
3342
3374
|
// icons/react/Profile16Icon.tsx
|
|
3343
|
-
import { jsx as
|
|
3375
|
+
import { jsx as jsx111, jsxs as jsxs111 } from "react/jsx-runtime";
|
|
3344
3376
|
var Profile16Icon = ({
|
|
3345
3377
|
title,
|
|
3346
3378
|
titleId,
|
|
3347
3379
|
...props
|
|
3348
|
-
}) => /* @__PURE__ */
|
|
3380
|
+
}) => /* @__PURE__ */ jsxs111(
|
|
3349
3381
|
"svg",
|
|
3350
3382
|
{
|
|
3351
3383
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3356,8 +3388,8 @@ var Profile16Icon = ({
|
|
|
3356
3388
|
"aria-labelledby": titleId,
|
|
3357
3389
|
...props,
|
|
3358
3390
|
children: [
|
|
3359
|
-
title ? /* @__PURE__ */
|
|
3360
|
-
/* @__PURE__ */
|
|
3391
|
+
title ? /* @__PURE__ */ jsx111("title", { id: titleId, children: title }) : null,
|
|
3392
|
+
/* @__PURE__ */ jsx111(
|
|
3361
3393
|
"path",
|
|
3362
3394
|
{
|
|
3363
3395
|
fill: "currentColor",
|
|
@@ -3372,12 +3404,12 @@ var Profile16Icon = ({
|
|
|
3372
3404
|
var Profile16Icon_default = Profile16Icon;
|
|
3373
3405
|
|
|
3374
3406
|
// icons/react/Refresh16Icon.tsx
|
|
3375
|
-
import { jsx as
|
|
3407
|
+
import { jsx as jsx112, jsxs as jsxs112 } from "react/jsx-runtime";
|
|
3376
3408
|
var Refresh16Icon = ({
|
|
3377
3409
|
title,
|
|
3378
3410
|
titleId,
|
|
3379
3411
|
...props
|
|
3380
|
-
}) => /* @__PURE__ */
|
|
3412
|
+
}) => /* @__PURE__ */ jsxs112(
|
|
3381
3413
|
"svg",
|
|
3382
3414
|
{
|
|
3383
3415
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3388,8 +3420,8 @@ var Refresh16Icon = ({
|
|
|
3388
3420
|
"aria-labelledby": titleId,
|
|
3389
3421
|
...props,
|
|
3390
3422
|
children: [
|
|
3391
|
-
title ? /* @__PURE__ */
|
|
3392
|
-
/* @__PURE__ */
|
|
3423
|
+
title ? /* @__PURE__ */ jsx112("title", { id: titleId, children: title }) : null,
|
|
3424
|
+
/* @__PURE__ */ jsx112(
|
|
3393
3425
|
"path",
|
|
3394
3426
|
{
|
|
3395
3427
|
fill: "currentColor",
|
|
@@ -3404,8 +3436,8 @@ var Refresh16Icon = ({
|
|
|
3404
3436
|
var Refresh16Icon_default = Refresh16Icon;
|
|
3405
3437
|
|
|
3406
3438
|
// icons/react/Ram16Icon.tsx
|
|
3407
|
-
import { jsx as
|
|
3408
|
-
var Ram16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
3439
|
+
import { jsx as jsx113, jsxs as jsxs113 } from "react/jsx-runtime";
|
|
3440
|
+
var Ram16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs113(
|
|
3409
3441
|
"svg",
|
|
3410
3442
|
{
|
|
3411
3443
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3416,8 +3448,8 @@ var Ram16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs112(
|
|
|
3416
3448
|
"aria-labelledby": titleId,
|
|
3417
3449
|
...props,
|
|
3418
3450
|
children: [
|
|
3419
|
-
title ? /* @__PURE__ */
|
|
3420
|
-
/* @__PURE__ */
|
|
3451
|
+
title ? /* @__PURE__ */ jsx113("title", { id: titleId, children: title }) : null,
|
|
3452
|
+
/* @__PURE__ */ jsx113(
|
|
3421
3453
|
"path",
|
|
3422
3454
|
{
|
|
3423
3455
|
fill: "currentColor",
|
|
@@ -3432,12 +3464,12 @@ var Ram16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs112(
|
|
|
3432
3464
|
var Ram16Icon_default = Ram16Icon;
|
|
3433
3465
|
|
|
3434
3466
|
// icons/react/Repair16Icon.tsx
|
|
3435
|
-
import { jsx as
|
|
3467
|
+
import { jsx as jsx114, jsxs as jsxs114 } from "react/jsx-runtime";
|
|
3436
3468
|
var Repair16Icon = ({
|
|
3437
3469
|
title,
|
|
3438
3470
|
titleId,
|
|
3439
3471
|
...props
|
|
3440
|
-
}) => /* @__PURE__ */
|
|
3472
|
+
}) => /* @__PURE__ */ jsxs114(
|
|
3441
3473
|
"svg",
|
|
3442
3474
|
{
|
|
3443
3475
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3448,8 +3480,8 @@ var Repair16Icon = ({
|
|
|
3448
3480
|
"aria-labelledby": titleId,
|
|
3449
3481
|
...props,
|
|
3450
3482
|
children: [
|
|
3451
|
-
title ? /* @__PURE__ */
|
|
3452
|
-
/* @__PURE__ */
|
|
3483
|
+
title ? /* @__PURE__ */ jsx114("title", { id: titleId, children: title }) : null,
|
|
3484
|
+
/* @__PURE__ */ jsx114(
|
|
3453
3485
|
"path",
|
|
3454
3486
|
{
|
|
3455
3487
|
fill: "currentColor",
|
|
@@ -3464,12 +3496,12 @@ var Repair16Icon = ({
|
|
|
3464
3496
|
var Repair16Icon_default = Repair16Icon;
|
|
3465
3497
|
|
|
3466
3498
|
// icons/react/Resize16Icon.tsx
|
|
3467
|
-
import { jsx as
|
|
3499
|
+
import { jsx as jsx115, jsxs as jsxs115 } from "react/jsx-runtime";
|
|
3468
3500
|
var Resize16Icon = ({
|
|
3469
3501
|
title,
|
|
3470
3502
|
titleId,
|
|
3471
3503
|
...props
|
|
3472
|
-
}) => /* @__PURE__ */
|
|
3504
|
+
}) => /* @__PURE__ */ jsxs115(
|
|
3473
3505
|
"svg",
|
|
3474
3506
|
{
|
|
3475
3507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3480,8 +3512,8 @@ var Resize16Icon = ({
|
|
|
3480
3512
|
"aria-labelledby": titleId,
|
|
3481
3513
|
...props,
|
|
3482
3514
|
children: [
|
|
3483
|
-
title ? /* @__PURE__ */
|
|
3484
|
-
/* @__PURE__ */
|
|
3515
|
+
title ? /* @__PURE__ */ jsx115("title", { id: titleId, children: title }) : null,
|
|
3516
|
+
/* @__PURE__ */ jsx115(
|
|
3485
3517
|
"path",
|
|
3486
3518
|
{
|
|
3487
3519
|
fill: "currentColor",
|
|
@@ -3496,12 +3528,12 @@ var Resize16Icon = ({
|
|
|
3496
3528
|
var Resize16Icon_default = Resize16Icon;
|
|
3497
3529
|
|
|
3498
3530
|
// icons/react/Router16Icon.tsx
|
|
3499
|
-
import { jsx as
|
|
3531
|
+
import { jsx as jsx116, jsxs as jsxs116 } from "react/jsx-runtime";
|
|
3500
3532
|
var Router16Icon = ({
|
|
3501
3533
|
title,
|
|
3502
3534
|
titleId,
|
|
3503
3535
|
...props
|
|
3504
|
-
}) => /* @__PURE__ */
|
|
3536
|
+
}) => /* @__PURE__ */ jsxs116(
|
|
3505
3537
|
"svg",
|
|
3506
3538
|
{
|
|
3507
3539
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3512,8 +3544,8 @@ var Router16Icon = ({
|
|
|
3512
3544
|
"aria-labelledby": titleId,
|
|
3513
3545
|
...props,
|
|
3514
3546
|
children: [
|
|
3515
|
-
title ? /* @__PURE__ */
|
|
3516
|
-
/* @__PURE__ */
|
|
3547
|
+
title ? /* @__PURE__ */ jsx116("title", { id: titleId, children: title }) : null,
|
|
3548
|
+
/* @__PURE__ */ jsx116(
|
|
3517
3549
|
"path",
|
|
3518
3550
|
{
|
|
3519
3551
|
fill: "currentColor",
|
|
@@ -3528,8 +3560,8 @@ var Router16Icon = ({
|
|
|
3528
3560
|
var Router16Icon_default = Router16Icon;
|
|
3529
3561
|
|
|
3530
3562
|
// icons/react/Sort16Icon.tsx
|
|
3531
|
-
import { jsx as
|
|
3532
|
-
var Sort16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
3563
|
+
import { jsx as jsx117, jsxs as jsxs117 } from "react/jsx-runtime";
|
|
3564
|
+
var Sort16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs117(
|
|
3533
3565
|
"svg",
|
|
3534
3566
|
{
|
|
3535
3567
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3540,8 +3572,8 @@ var Sort16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs116(
|
|
|
3540
3572
|
"aria-labelledby": titleId,
|
|
3541
3573
|
...props,
|
|
3542
3574
|
children: [
|
|
3543
|
-
title ? /* @__PURE__ */
|
|
3544
|
-
/* @__PURE__ */
|
|
3575
|
+
title ? /* @__PURE__ */ jsx117("title", { id: titleId, children: title }) : null,
|
|
3576
|
+
/* @__PURE__ */ jsx117(
|
|
3545
3577
|
"path",
|
|
3546
3578
|
{
|
|
3547
3579
|
fill: "currentColor",
|
|
@@ -3556,12 +3588,12 @@ var Sort16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs116(
|
|
|
3556
3588
|
var Sort16Icon_default = Sort16Icon;
|
|
3557
3589
|
|
|
3558
3590
|
// icons/react/Search16Icon.tsx
|
|
3559
|
-
import { jsx as
|
|
3591
|
+
import { jsx as jsx118, jsxs as jsxs118 } from "react/jsx-runtime";
|
|
3560
3592
|
var Search16Icon = ({
|
|
3561
3593
|
title,
|
|
3562
3594
|
titleId,
|
|
3563
3595
|
...props
|
|
3564
|
-
}) => /* @__PURE__ */
|
|
3596
|
+
}) => /* @__PURE__ */ jsxs118(
|
|
3565
3597
|
"svg",
|
|
3566
3598
|
{
|
|
3567
3599
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3572,8 +3604,8 @@ var Search16Icon = ({
|
|
|
3572
3604
|
"aria-labelledby": titleId,
|
|
3573
3605
|
...props,
|
|
3574
3606
|
children: [
|
|
3575
|
-
title ? /* @__PURE__ */
|
|
3576
|
-
/* @__PURE__ */
|
|
3607
|
+
title ? /* @__PURE__ */ jsx118("title", { id: titleId, children: title }) : null,
|
|
3608
|
+
/* @__PURE__ */ jsx118(
|
|
3577
3609
|
"path",
|
|
3578
3610
|
{
|
|
3579
3611
|
fill: "currentColor",
|
|
@@ -3588,12 +3620,12 @@ var Search16Icon = ({
|
|
|
3588
3620
|
var Search16Icon_default = Search16Icon;
|
|
3589
3621
|
|
|
3590
3622
|
// icons/react/Security16Icon.tsx
|
|
3591
|
-
import { jsx as
|
|
3623
|
+
import { jsx as jsx119, jsxs as jsxs119 } from "react/jsx-runtime";
|
|
3592
3624
|
var Security16Icon = ({
|
|
3593
3625
|
title,
|
|
3594
3626
|
titleId,
|
|
3595
3627
|
...props
|
|
3596
|
-
}) => /* @__PURE__ */
|
|
3628
|
+
}) => /* @__PURE__ */ jsxs119(
|
|
3597
3629
|
"svg",
|
|
3598
3630
|
{
|
|
3599
3631
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3604,8 +3636,8 @@ var Security16Icon = ({
|
|
|
3604
3636
|
"aria-labelledby": titleId,
|
|
3605
3637
|
...props,
|
|
3606
3638
|
children: [
|
|
3607
|
-
title ? /* @__PURE__ */
|
|
3608
|
-
/* @__PURE__ */
|
|
3639
|
+
title ? /* @__PURE__ */ jsx119("title", { id: titleId, children: title }) : null,
|
|
3640
|
+
/* @__PURE__ */ jsx119(
|
|
3609
3641
|
"path",
|
|
3610
3642
|
{
|
|
3611
3643
|
fill: "currentColor",
|
|
@@ -3620,12 +3652,12 @@ var Security16Icon = ({
|
|
|
3620
3652
|
var Security16Icon_default = Security16Icon;
|
|
3621
3653
|
|
|
3622
3654
|
// icons/react/Servers16Icon.tsx
|
|
3623
|
-
import { jsx as
|
|
3655
|
+
import { jsx as jsx120, jsxs as jsxs120 } from "react/jsx-runtime";
|
|
3624
3656
|
var Servers16Icon = ({
|
|
3625
3657
|
title,
|
|
3626
3658
|
titleId,
|
|
3627
3659
|
...props
|
|
3628
|
-
}) => /* @__PURE__ */
|
|
3660
|
+
}) => /* @__PURE__ */ jsxs120(
|
|
3629
3661
|
"svg",
|
|
3630
3662
|
{
|
|
3631
3663
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3636,8 +3668,8 @@ var Servers16Icon = ({
|
|
|
3636
3668
|
"aria-labelledby": titleId,
|
|
3637
3669
|
...props,
|
|
3638
3670
|
children: [
|
|
3639
|
-
title ? /* @__PURE__ */
|
|
3640
|
-
/* @__PURE__ */
|
|
3671
|
+
title ? /* @__PURE__ */ jsx120("title", { id: titleId, children: title }) : null,
|
|
3672
|
+
/* @__PURE__ */ jsx120(
|
|
3641
3673
|
"path",
|
|
3642
3674
|
{
|
|
3643
3675
|
fill: "currentColor",
|
|
@@ -3652,12 +3684,12 @@ var Servers16Icon = ({
|
|
|
3652
3684
|
var Servers16Icon_default = Servers16Icon;
|
|
3653
3685
|
|
|
3654
3686
|
// icons/react/Settings16Icon.tsx
|
|
3655
|
-
import { jsx as
|
|
3687
|
+
import { jsx as jsx121, jsxs as jsxs121 } from "react/jsx-runtime";
|
|
3656
3688
|
var Settings16Icon = ({
|
|
3657
3689
|
title,
|
|
3658
3690
|
titleId,
|
|
3659
3691
|
...props
|
|
3660
|
-
}) => /* @__PURE__ */
|
|
3692
|
+
}) => /* @__PURE__ */ jsxs121(
|
|
3661
3693
|
"svg",
|
|
3662
3694
|
{
|
|
3663
3695
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3668,8 +3700,8 @@ var Settings16Icon = ({
|
|
|
3668
3700
|
"aria-labelledby": titleId,
|
|
3669
3701
|
...props,
|
|
3670
3702
|
children: [
|
|
3671
|
-
title ? /* @__PURE__ */
|
|
3672
|
-
/* @__PURE__ */
|
|
3703
|
+
title ? /* @__PURE__ */ jsx121("title", { id: titleId, children: title }) : null,
|
|
3704
|
+
/* @__PURE__ */ jsx121(
|
|
3673
3705
|
"path",
|
|
3674
3706
|
{
|
|
3675
3707
|
fill: "currentColor",
|
|
@@ -3684,8 +3716,8 @@ var Settings16Icon = ({
|
|
|
3684
3716
|
var Settings16Icon_default = Settings16Icon;
|
|
3685
3717
|
|
|
3686
3718
|
// icons/react/Show16Icon.tsx
|
|
3687
|
-
import { jsx as
|
|
3688
|
-
var Show16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
3719
|
+
import { jsx as jsx122, jsxs as jsxs122 } from "react/jsx-runtime";
|
|
3720
|
+
var Show16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs122(
|
|
3689
3721
|
"svg",
|
|
3690
3722
|
{
|
|
3691
3723
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3696,8 +3728,8 @@ var Show16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs121(
|
|
|
3696
3728
|
"aria-labelledby": titleId,
|
|
3697
3729
|
...props,
|
|
3698
3730
|
children: [
|
|
3699
|
-
title ? /* @__PURE__ */
|
|
3700
|
-
/* @__PURE__ */
|
|
3731
|
+
title ? /* @__PURE__ */ jsx122("title", { id: titleId, children: title }) : null,
|
|
3732
|
+
/* @__PURE__ */ jsx122(
|
|
3701
3733
|
"path",
|
|
3702
3734
|
{
|
|
3703
3735
|
fill: "currentColor",
|
|
@@ -3712,12 +3744,12 @@ var Show16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs121(
|
|
|
3712
3744
|
var Show16Icon_default = Show16Icon;
|
|
3713
3745
|
|
|
3714
3746
|
// icons/react/SignOut16Icon.tsx
|
|
3715
|
-
import { jsx as
|
|
3747
|
+
import { jsx as jsx123, jsxs as jsxs123 } from "react/jsx-runtime";
|
|
3716
3748
|
var SignOut16Icon = ({
|
|
3717
3749
|
title,
|
|
3718
3750
|
titleId,
|
|
3719
3751
|
...props
|
|
3720
|
-
}) => /* @__PURE__ */
|
|
3752
|
+
}) => /* @__PURE__ */ jsxs123(
|
|
3721
3753
|
"svg",
|
|
3722
3754
|
{
|
|
3723
3755
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3728,8 +3760,8 @@ var SignOut16Icon = ({
|
|
|
3728
3760
|
"aria-labelledby": titleId,
|
|
3729
3761
|
...props,
|
|
3730
3762
|
children: [
|
|
3731
|
-
title ? /* @__PURE__ */
|
|
3732
|
-
/* @__PURE__ */
|
|
3763
|
+
title ? /* @__PURE__ */ jsx123("title", { id: titleId, children: title }) : null,
|
|
3764
|
+
/* @__PURE__ */ jsx123(
|
|
3733
3765
|
"path",
|
|
3734
3766
|
{
|
|
3735
3767
|
fill: "currentColor",
|
|
@@ -3744,12 +3776,12 @@ var SignOut16Icon = ({
|
|
|
3744
3776
|
var SignOut16Icon_default = SignOut16Icon;
|
|
3745
3777
|
|
|
3746
3778
|
// icons/react/Snapshots16Icon.tsx
|
|
3747
|
-
import { jsx as
|
|
3779
|
+
import { jsx as jsx124, jsxs as jsxs124 } from "react/jsx-runtime";
|
|
3748
3780
|
var Snapshots16Icon = ({
|
|
3749
3781
|
title,
|
|
3750
3782
|
titleId,
|
|
3751
3783
|
...props
|
|
3752
|
-
}) => /* @__PURE__ */
|
|
3784
|
+
}) => /* @__PURE__ */ jsxs124(
|
|
3753
3785
|
"svg",
|
|
3754
3786
|
{
|
|
3755
3787
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3760,8 +3792,8 @@ var Snapshots16Icon = ({
|
|
|
3760
3792
|
"aria-labelledby": titleId,
|
|
3761
3793
|
...props,
|
|
3762
3794
|
children: [
|
|
3763
|
-
title ? /* @__PURE__ */
|
|
3764
|
-
/* @__PURE__ */
|
|
3795
|
+
title ? /* @__PURE__ */ jsx124("title", { id: titleId, children: title }) : null,
|
|
3796
|
+
/* @__PURE__ */ jsx124(
|
|
3765
3797
|
"path",
|
|
3766
3798
|
{
|
|
3767
3799
|
fill: "currentColor",
|
|
@@ -3776,12 +3808,12 @@ var Snapshots16Icon = ({
|
|
|
3776
3808
|
var Snapshots16Icon_default = Snapshots16Icon;
|
|
3777
3809
|
|
|
3778
3810
|
// icons/react/SoftwareUpdate16Icon.tsx
|
|
3779
|
-
import { jsx as
|
|
3811
|
+
import { jsx as jsx125, jsxs as jsxs125 } from "react/jsx-runtime";
|
|
3780
3812
|
var SoftwareUpdate16Icon = ({
|
|
3781
3813
|
title,
|
|
3782
3814
|
titleId,
|
|
3783
3815
|
...props
|
|
3784
|
-
}) => /* @__PURE__ */
|
|
3816
|
+
}) => /* @__PURE__ */ jsxs125(
|
|
3785
3817
|
"svg",
|
|
3786
3818
|
{
|
|
3787
3819
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3792,8 +3824,8 @@ var SoftwareUpdate16Icon = ({
|
|
|
3792
3824
|
"aria-labelledby": titleId,
|
|
3793
3825
|
...props,
|
|
3794
3826
|
children: [
|
|
3795
|
-
title ? /* @__PURE__ */
|
|
3796
|
-
/* @__PURE__ */
|
|
3827
|
+
title ? /* @__PURE__ */ jsx125("title", { id: titleId, children: title }) : null,
|
|
3828
|
+
/* @__PURE__ */ jsx125(
|
|
3797
3829
|
"path",
|
|
3798
3830
|
{
|
|
3799
3831
|
fill: "currentColor",
|
|
@@ -3808,8 +3840,8 @@ var SoftwareUpdate16Icon = ({
|
|
|
3808
3840
|
var SoftwareUpdate16Icon_default = SoftwareUpdate16Icon;
|
|
3809
3841
|
|
|
3810
3842
|
// icons/react/Ssd16Icon.tsx
|
|
3811
|
-
import { jsx as
|
|
3812
|
-
var Ssd16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
3843
|
+
import { jsx as jsx126, jsxs as jsxs126 } from "react/jsx-runtime";
|
|
3844
|
+
var Ssd16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs126(
|
|
3813
3845
|
"svg",
|
|
3814
3846
|
{
|
|
3815
3847
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3820,8 +3852,8 @@ var Ssd16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs125(
|
|
|
3820
3852
|
"aria-labelledby": titleId,
|
|
3821
3853
|
...props,
|
|
3822
3854
|
children: [
|
|
3823
|
-
title ? /* @__PURE__ */
|
|
3824
|
-
/* @__PURE__ */
|
|
3855
|
+
title ? /* @__PURE__ */ jsx126("title", { id: titleId, children: title }) : null,
|
|
3856
|
+
/* @__PURE__ */ jsx126(
|
|
3825
3857
|
"path",
|
|
3826
3858
|
{
|
|
3827
3859
|
fill: "currentColor",
|
|
@@ -3836,12 +3868,12 @@ var Ssd16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs125(
|
|
|
3836
3868
|
var Ssd16Icon_default = Ssd16Icon;
|
|
3837
3869
|
|
|
3838
3870
|
// icons/react/Storage16Icon.tsx
|
|
3839
|
-
import { jsx as
|
|
3871
|
+
import { jsx as jsx127, jsxs as jsxs127 } from "react/jsx-runtime";
|
|
3840
3872
|
var Storage16Icon = ({
|
|
3841
3873
|
title,
|
|
3842
3874
|
titleId,
|
|
3843
3875
|
...props
|
|
3844
|
-
}) => /* @__PURE__ */
|
|
3876
|
+
}) => /* @__PURE__ */ jsxs127(
|
|
3845
3877
|
"svg",
|
|
3846
3878
|
{
|
|
3847
3879
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3852,8 +3884,8 @@ var Storage16Icon = ({
|
|
|
3852
3884
|
"aria-labelledby": titleId,
|
|
3853
3885
|
...props,
|
|
3854
3886
|
children: [
|
|
3855
|
-
title ? /* @__PURE__ */
|
|
3856
|
-
/* @__PURE__ */
|
|
3887
|
+
title ? /* @__PURE__ */ jsx127("title", { id: titleId, children: title }) : null,
|
|
3888
|
+
/* @__PURE__ */ jsx127(
|
|
3857
3889
|
"path",
|
|
3858
3890
|
{
|
|
3859
3891
|
fill: "currentColor",
|
|
@@ -3868,12 +3900,12 @@ var Storage16Icon = ({
|
|
|
3868
3900
|
var Storage16Icon_default = Storage16Icon;
|
|
3869
3901
|
|
|
3870
3902
|
// icons/react/Subnet16Icon.tsx
|
|
3871
|
-
import { jsx as
|
|
3903
|
+
import { jsx as jsx128, jsxs as jsxs128 } from "react/jsx-runtime";
|
|
3872
3904
|
var Subnet16Icon = ({
|
|
3873
3905
|
title,
|
|
3874
3906
|
titleId,
|
|
3875
3907
|
...props
|
|
3876
|
-
}) => /* @__PURE__ */
|
|
3908
|
+
}) => /* @__PURE__ */ jsxs128(
|
|
3877
3909
|
"svg",
|
|
3878
3910
|
{
|
|
3879
3911
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3884,8 +3916,8 @@ var Subnet16Icon = ({
|
|
|
3884
3916
|
"aria-labelledby": titleId,
|
|
3885
3917
|
...props,
|
|
3886
3918
|
children: [
|
|
3887
|
-
title ? /* @__PURE__ */
|
|
3888
|
-
/* @__PURE__ */
|
|
3919
|
+
title ? /* @__PURE__ */ jsx128("title", { id: titleId, children: title }) : null,
|
|
3920
|
+
/* @__PURE__ */ jsx128(
|
|
3889
3921
|
"path",
|
|
3890
3922
|
{
|
|
3891
3923
|
fill: "currentColor",
|
|
@@ -3900,8 +3932,8 @@ var Subnet16Icon = ({
|
|
|
3900
3932
|
var Subnet16Icon_default = Subnet16Icon;
|
|
3901
3933
|
|
|
3902
3934
|
// icons/react/Tags16Icon.tsx
|
|
3903
|
-
import { jsx as
|
|
3904
|
-
var Tags16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
3935
|
+
import { jsx as jsx129, jsxs as jsxs129 } from "react/jsx-runtime";
|
|
3936
|
+
var Tags16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs129(
|
|
3905
3937
|
"svg",
|
|
3906
3938
|
{
|
|
3907
3939
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3912,8 +3944,8 @@ var Tags16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs128(
|
|
|
3912
3944
|
"aria-labelledby": titleId,
|
|
3913
3945
|
...props,
|
|
3914
3946
|
children: [
|
|
3915
|
-
title ? /* @__PURE__ */
|
|
3916
|
-
/* @__PURE__ */
|
|
3947
|
+
title ? /* @__PURE__ */ jsx129("title", { id: titleId, children: title }) : null,
|
|
3948
|
+
/* @__PURE__ */ jsx129(
|
|
3917
3949
|
"path",
|
|
3918
3950
|
{
|
|
3919
3951
|
fill: "currentColor",
|
|
@@ -3928,12 +3960,12 @@ var Tags16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs128(
|
|
|
3928
3960
|
var Tags16Icon_default = Tags16Icon;
|
|
3929
3961
|
|
|
3930
3962
|
// icons/react/Terminal16Icon.tsx
|
|
3931
|
-
import { jsx as
|
|
3963
|
+
import { jsx as jsx130, jsxs as jsxs130 } from "react/jsx-runtime";
|
|
3932
3964
|
var Terminal16Icon = ({
|
|
3933
3965
|
title,
|
|
3934
3966
|
titleId,
|
|
3935
3967
|
...props
|
|
3936
|
-
}) => /* @__PURE__ */
|
|
3968
|
+
}) => /* @__PURE__ */ jsxs130(
|
|
3937
3969
|
"svg",
|
|
3938
3970
|
{
|
|
3939
3971
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3944,8 +3976,8 @@ var Terminal16Icon = ({
|
|
|
3944
3976
|
"aria-labelledby": titleId,
|
|
3945
3977
|
...props,
|
|
3946
3978
|
children: [
|
|
3947
|
-
title ? /* @__PURE__ */
|
|
3948
|
-
/* @__PURE__ */
|
|
3979
|
+
title ? /* @__PURE__ */ jsx130("title", { id: titleId, children: title }) : null,
|
|
3980
|
+
/* @__PURE__ */ jsx130(
|
|
3949
3981
|
"path",
|
|
3950
3982
|
{
|
|
3951
3983
|
fill: "currentColor",
|
|
@@ -3960,8 +3992,8 @@ var Terminal16Icon = ({
|
|
|
3960
3992
|
var Terminal16Icon_default = Terminal16Icon;
|
|
3961
3993
|
|
|
3962
3994
|
// icons/react/Time16Icon.tsx
|
|
3963
|
-
import { jsx as
|
|
3964
|
-
var Time16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
3995
|
+
import { jsx as jsx131, jsxs as jsxs131 } from "react/jsx-runtime";
|
|
3996
|
+
var Time16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs131(
|
|
3965
3997
|
"svg",
|
|
3966
3998
|
{
|
|
3967
3999
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3972,8 +4004,8 @@ var Time16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs130(
|
|
|
3972
4004
|
"aria-labelledby": titleId,
|
|
3973
4005
|
...props,
|
|
3974
4006
|
children: [
|
|
3975
|
-
title ? /* @__PURE__ */
|
|
3976
|
-
/* @__PURE__ */
|
|
4007
|
+
title ? /* @__PURE__ */ jsx131("title", { id: titleId, children: title }) : null,
|
|
4008
|
+
/* @__PURE__ */ jsx131(
|
|
3977
4009
|
"path",
|
|
3978
4010
|
{
|
|
3979
4011
|
fill: "currentColor",
|
|
@@ -3988,12 +4020,12 @@ var Time16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs130(
|
|
|
3988
4020
|
var Time16Icon_default = Time16Icon;
|
|
3989
4021
|
|
|
3990
4022
|
// icons/react/Transmit16Icon.tsx
|
|
3991
|
-
import { jsx as
|
|
4023
|
+
import { jsx as jsx132, jsxs as jsxs132 } from "react/jsx-runtime";
|
|
3992
4024
|
var Transmit16Icon = ({
|
|
3993
4025
|
title,
|
|
3994
4026
|
titleId,
|
|
3995
4027
|
...props
|
|
3996
|
-
}) => /* @__PURE__ */
|
|
4028
|
+
}) => /* @__PURE__ */ jsxs132(
|
|
3997
4029
|
"svg",
|
|
3998
4030
|
{
|
|
3999
4031
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4004,8 +4036,8 @@ var Transmit16Icon = ({
|
|
|
4004
4036
|
"aria-labelledby": titleId,
|
|
4005
4037
|
...props,
|
|
4006
4038
|
children: [
|
|
4007
|
-
title ? /* @__PURE__ */
|
|
4008
|
-
/* @__PURE__ */
|
|
4039
|
+
title ? /* @__PURE__ */ jsx132("title", { id: titleId, children: title }) : null,
|
|
4040
|
+
/* @__PURE__ */ jsx132(
|
|
4009
4041
|
"path",
|
|
4010
4042
|
{
|
|
4011
4043
|
fill: "currentColor",
|
|
@@ -4020,12 +4052,12 @@ var Transmit16Icon = ({
|
|
|
4020
4052
|
var Transmit16Icon_default = Transmit16Icon;
|
|
4021
4053
|
|
|
4022
4054
|
// icons/react/Question16Icon.tsx
|
|
4023
|
-
import { jsx as
|
|
4055
|
+
import { jsx as jsx133, jsxs as jsxs133 } from "react/jsx-runtime";
|
|
4024
4056
|
var Question16Icon = ({
|
|
4025
4057
|
title,
|
|
4026
4058
|
titleId,
|
|
4027
4059
|
...props
|
|
4028
|
-
}) => /* @__PURE__ */
|
|
4060
|
+
}) => /* @__PURE__ */ jsxs133(
|
|
4029
4061
|
"svg",
|
|
4030
4062
|
{
|
|
4031
4063
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4036,8 +4068,8 @@ var Question16Icon = ({
|
|
|
4036
4068
|
"aria-labelledby": titleId,
|
|
4037
4069
|
...props,
|
|
4038
4070
|
children: [
|
|
4039
|
-
title ? /* @__PURE__ */
|
|
4040
|
-
/* @__PURE__ */
|
|
4071
|
+
title ? /* @__PURE__ */ jsx133("title", { id: titleId, children: title }) : null,
|
|
4072
|
+
/* @__PURE__ */ jsx133(
|
|
4041
4073
|
"path",
|
|
4042
4074
|
{
|
|
4043
4075
|
fill: "currentColor",
|
|
@@ -4051,9 +4083,41 @@ var Question16Icon = ({
|
|
|
4051
4083
|
);
|
|
4052
4084
|
var Question16Icon_default = Question16Icon;
|
|
4053
4085
|
|
|
4086
|
+
// icons/react/Webhooks16Icon.tsx
|
|
4087
|
+
import { jsx as jsx134, jsxs as jsxs134 } from "react/jsx-runtime";
|
|
4088
|
+
var Webhooks16Icon = ({
|
|
4089
|
+
title,
|
|
4090
|
+
titleId,
|
|
4091
|
+
...props
|
|
4092
|
+
}) => /* @__PURE__ */ jsxs134(
|
|
4093
|
+
"svg",
|
|
4094
|
+
{
|
|
4095
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4096
|
+
width: 16,
|
|
4097
|
+
height: 16,
|
|
4098
|
+
viewBox: "0 0 16 16",
|
|
4099
|
+
role: "img",
|
|
4100
|
+
"aria-labelledby": titleId,
|
|
4101
|
+
...props,
|
|
4102
|
+
children: [
|
|
4103
|
+
title ? /* @__PURE__ */ jsx134("title", { id: titleId, children: title }) : null,
|
|
4104
|
+
/* @__PURE__ */ jsx134(
|
|
4105
|
+
"path",
|
|
4106
|
+
{
|
|
4107
|
+
fill: "currentColor",
|
|
4108
|
+
fillRule: "evenodd",
|
|
4109
|
+
d: "M8.25 4h-.5A.75.75 0 0 1 7 3.25V.75A.75.75 0 0 1 7.75 0h.5A.75.75 0 0 1 9 .75v2.5a.75.75 0 0 1-.75.75M4.995 5.348l.353-.353a.75.75 0 0 0 0-1.061l-1.06-1.06a.75.75 0 0 0-1.061 0l-.354.353a.75.75 0 0 0 0 1.06l1.061 1.061a.75.75 0 0 0 1.06 0m5.657-.353.353.353a.75.75 0 0 0 1.06 0l1.062-1.06a.75.75 0 0 0 0-1.061l-.354-.354a.75.75 0 0 0-1.06 0l-1.061 1.061a.75.75 0 0 0 0 1.06M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0m-1.75 8a.75.75 0 0 0 .75-.75v-2.5a.75.75 0 0 0-.75-.75h-.5a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75zm-5.023-2.874-.354-.353a.75.75 0 0 1 0-1.06l1.061-1.061a.75.75 0 0 1 1.06 0l.354.353a.75.75 0 0 1 0 1.06l-1.06 1.061a.75.75 0 0 1-1.061 0m9.9-.353-.354.354a.75.75 0 0 1-1.06 0l-1.061-1.061a.75.75 0 0 1 0-1.06l.353-.354a.75.75 0 0 1 1.06 0l1.061 1.06a.75.75 0 0 1 0 1.061M0 7.75v.5c0 .414.336.75.75.75h2.5A.75.75 0 0 0 4 8.25v-.5A.75.75 0 0 0 3.25 7H.75a.75.75 0 0 0-.75.75m12 .5v-.5a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75",
|
|
4110
|
+
clipRule: "evenodd"
|
|
4111
|
+
}
|
|
4112
|
+
)
|
|
4113
|
+
]
|
|
4114
|
+
}
|
|
4115
|
+
);
|
|
4116
|
+
var Webhooks16Icon_default = Webhooks16Icon;
|
|
4117
|
+
|
|
4054
4118
|
// icons/react/Add12Icon.tsx
|
|
4055
|
-
import { jsx as
|
|
4056
|
-
var Add12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4119
|
+
import { jsx as jsx135, jsxs as jsxs135 } from "react/jsx-runtime";
|
|
4120
|
+
var Add12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs135(
|
|
4057
4121
|
"svg",
|
|
4058
4122
|
{
|
|
4059
4123
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4064,8 +4128,8 @@ var Add12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs133(
|
|
|
4064
4128
|
"aria-labelledby": titleId,
|
|
4065
4129
|
...props,
|
|
4066
4130
|
children: [
|
|
4067
|
-
title ? /* @__PURE__ */
|
|
4068
|
-
/* @__PURE__ */
|
|
4131
|
+
title ? /* @__PURE__ */ jsx135("title", { id: titleId, children: title }) : null,
|
|
4132
|
+
/* @__PURE__ */ jsx135(
|
|
4069
4133
|
"path",
|
|
4070
4134
|
{
|
|
4071
4135
|
fill: "currentColor",
|
|
@@ -4080,12 +4144,12 @@ var Add12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs133(
|
|
|
4080
4144
|
var Add12Icon_default = Add12Icon;
|
|
4081
4145
|
|
|
4082
4146
|
// icons/react/AutoRestart12Icon.tsx
|
|
4083
|
-
import { jsx as
|
|
4147
|
+
import { jsx as jsx136, jsxs as jsxs136 } from "react/jsx-runtime";
|
|
4084
4148
|
var AutoRestart12Icon = ({
|
|
4085
4149
|
title,
|
|
4086
4150
|
titleId,
|
|
4087
4151
|
...props
|
|
4088
|
-
}) => /* @__PURE__ */
|
|
4152
|
+
}) => /* @__PURE__ */ jsxs136(
|
|
4089
4153
|
"svg",
|
|
4090
4154
|
{
|
|
4091
4155
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4096,8 +4160,8 @@ var AutoRestart12Icon = ({
|
|
|
4096
4160
|
"aria-labelledby": titleId,
|
|
4097
4161
|
...props,
|
|
4098
4162
|
children: [
|
|
4099
|
-
title ? /* @__PURE__ */
|
|
4100
|
-
/* @__PURE__ */
|
|
4163
|
+
title ? /* @__PURE__ */ jsx136("title", { id: titleId, children: title }) : null,
|
|
4164
|
+
/* @__PURE__ */ jsx136(
|
|
4101
4165
|
"path",
|
|
4102
4166
|
{
|
|
4103
4167
|
fill: "currentColor",
|
|
@@ -4110,12 +4174,12 @@ var AutoRestart12Icon = ({
|
|
|
4110
4174
|
var AutoRestart12Icon_default = AutoRestart12Icon;
|
|
4111
4175
|
|
|
4112
4176
|
// icons/react/AddRoundel12Icon.tsx
|
|
4113
|
-
import { jsx as
|
|
4177
|
+
import { jsx as jsx137, jsxs as jsxs137 } from "react/jsx-runtime";
|
|
4114
4178
|
var AddRoundel12Icon = ({
|
|
4115
4179
|
title,
|
|
4116
4180
|
titleId,
|
|
4117
4181
|
...props
|
|
4118
|
-
}) => /* @__PURE__ */
|
|
4182
|
+
}) => /* @__PURE__ */ jsxs137(
|
|
4119
4183
|
"svg",
|
|
4120
4184
|
{
|
|
4121
4185
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4126,8 +4190,8 @@ var AddRoundel12Icon = ({
|
|
|
4126
4190
|
"aria-labelledby": titleId,
|
|
4127
4191
|
...props,
|
|
4128
4192
|
children: [
|
|
4129
|
-
title ? /* @__PURE__ */
|
|
4130
|
-
/* @__PURE__ */
|
|
4193
|
+
title ? /* @__PURE__ */ jsx137("title", { id: titleId, children: title }) : null,
|
|
4194
|
+
/* @__PURE__ */ jsx137(
|
|
4131
4195
|
"path",
|
|
4132
4196
|
{
|
|
4133
4197
|
fill: "currentColor",
|
|
@@ -4142,12 +4206,12 @@ var AddRoundel12Icon = ({
|
|
|
4142
4206
|
var AddRoundel12Icon_default = AddRoundel12Icon;
|
|
4143
4207
|
|
|
4144
4208
|
// icons/react/Checkmark12Icon.tsx
|
|
4145
|
-
import { jsx as
|
|
4209
|
+
import { jsx as jsx138, jsxs as jsxs138 } from "react/jsx-runtime";
|
|
4146
4210
|
var Checkmark12Icon = ({
|
|
4147
4211
|
title,
|
|
4148
4212
|
titleId,
|
|
4149
4213
|
...props
|
|
4150
|
-
}) => /* @__PURE__ */
|
|
4214
|
+
}) => /* @__PURE__ */ jsxs138(
|
|
4151
4215
|
"svg",
|
|
4152
4216
|
{
|
|
4153
4217
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4158,8 +4222,8 @@ var Checkmark12Icon = ({
|
|
|
4158
4222
|
"aria-labelledby": titleId,
|
|
4159
4223
|
...props,
|
|
4160
4224
|
children: [
|
|
4161
|
-
title ? /* @__PURE__ */
|
|
4162
|
-
/* @__PURE__ */
|
|
4225
|
+
title ? /* @__PURE__ */ jsx138("title", { id: titleId, children: title }) : null,
|
|
4226
|
+
/* @__PURE__ */ jsx138(
|
|
4163
4227
|
"path",
|
|
4164
4228
|
{
|
|
4165
4229
|
fill: "currentColor",
|
|
@@ -4174,8 +4238,8 @@ var Checkmark12Icon = ({
|
|
|
4174
4238
|
var Checkmark12Icon_default = Checkmark12Icon;
|
|
4175
4239
|
|
|
4176
4240
|
// icons/react/Close12Icon.tsx
|
|
4177
|
-
import { jsx as
|
|
4178
|
-
var Close12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4241
|
+
import { jsx as jsx139, jsxs as jsxs139 } from "react/jsx-runtime";
|
|
4242
|
+
var Close12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs139(
|
|
4179
4243
|
"svg",
|
|
4180
4244
|
{
|
|
4181
4245
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4186,8 +4250,8 @@ var Close12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs137(
|
|
|
4186
4250
|
"aria-labelledby": titleId,
|
|
4187
4251
|
...props,
|
|
4188
4252
|
children: [
|
|
4189
|
-
title ? /* @__PURE__ */
|
|
4190
|
-
/* @__PURE__ */
|
|
4253
|
+
title ? /* @__PURE__ */ jsx139("title", { id: titleId, children: title }) : null,
|
|
4254
|
+
/* @__PURE__ */ jsx139(
|
|
4191
4255
|
"path",
|
|
4192
4256
|
{
|
|
4193
4257
|
fill: "currentColor",
|
|
@@ -4200,12 +4264,12 @@ var Close12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs137(
|
|
|
4200
4264
|
var Close12Icon_default = Close12Icon;
|
|
4201
4265
|
|
|
4202
4266
|
// icons/react/DirectionRightIcon.tsx
|
|
4203
|
-
import { jsx as
|
|
4267
|
+
import { jsx as jsx140, jsxs as jsxs140 } from "react/jsx-runtime";
|
|
4204
4268
|
var DirectionRightIcon = ({
|
|
4205
4269
|
title,
|
|
4206
4270
|
titleId,
|
|
4207
4271
|
...props
|
|
4208
|
-
}) => /* @__PURE__ */
|
|
4272
|
+
}) => /* @__PURE__ */ jsxs140(
|
|
4209
4273
|
"svg",
|
|
4210
4274
|
{
|
|
4211
4275
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4216,8 +4280,8 @@ var DirectionRightIcon = ({
|
|
|
4216
4280
|
"aria-labelledby": titleId,
|
|
4217
4281
|
...props,
|
|
4218
4282
|
children: [
|
|
4219
|
-
title ? /* @__PURE__ */
|
|
4220
|
-
/* @__PURE__ */
|
|
4283
|
+
title ? /* @__PURE__ */ jsx140("title", { id: titleId, children: title }) : null,
|
|
4284
|
+
/* @__PURE__ */ jsx140(
|
|
4221
4285
|
"path",
|
|
4222
4286
|
{
|
|
4223
4287
|
fill: "currentColor",
|
|
@@ -4230,12 +4294,12 @@ var DirectionRightIcon = ({
|
|
|
4230
4294
|
var DirectionRightIcon_default = DirectionRightIcon;
|
|
4231
4295
|
|
|
4232
4296
|
// icons/react/DirectionUpIcon.tsx
|
|
4233
|
-
import { jsx as
|
|
4297
|
+
import { jsx as jsx141, jsxs as jsxs141 } from "react/jsx-runtime";
|
|
4234
4298
|
var DirectionUpIcon = ({
|
|
4235
4299
|
title,
|
|
4236
4300
|
titleId,
|
|
4237
4301
|
...props
|
|
4238
|
-
}) => /* @__PURE__ */
|
|
4302
|
+
}) => /* @__PURE__ */ jsxs141(
|
|
4239
4303
|
"svg",
|
|
4240
4304
|
{
|
|
4241
4305
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4246,8 +4310,8 @@ var DirectionUpIcon = ({
|
|
|
4246
4310
|
"aria-labelledby": titleId,
|
|
4247
4311
|
...props,
|
|
4248
4312
|
children: [
|
|
4249
|
-
title ? /* @__PURE__ */
|
|
4250
|
-
/* @__PURE__ */
|
|
4313
|
+
title ? /* @__PURE__ */ jsx141("title", { id: titleId, children: title }) : null,
|
|
4314
|
+
/* @__PURE__ */ jsx141(
|
|
4251
4315
|
"path",
|
|
4252
4316
|
{
|
|
4253
4317
|
fill: "currentColor",
|
|
@@ -4260,12 +4324,12 @@ var DirectionUpIcon = ({
|
|
|
4260
4324
|
var DirectionUpIcon_default = DirectionUpIcon;
|
|
4261
4325
|
|
|
4262
4326
|
// icons/react/DirectionDownIcon.tsx
|
|
4263
|
-
import { jsx as
|
|
4327
|
+
import { jsx as jsx142, jsxs as jsxs142 } from "react/jsx-runtime";
|
|
4264
4328
|
var DirectionDownIcon = ({
|
|
4265
4329
|
title,
|
|
4266
4330
|
titleId,
|
|
4267
4331
|
...props
|
|
4268
|
-
}) => /* @__PURE__ */
|
|
4332
|
+
}) => /* @__PURE__ */ jsxs142(
|
|
4269
4333
|
"svg",
|
|
4270
4334
|
{
|
|
4271
4335
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4276,8 +4340,8 @@ var DirectionDownIcon = ({
|
|
|
4276
4340
|
"aria-labelledby": titleId,
|
|
4277
4341
|
...props,
|
|
4278
4342
|
children: [
|
|
4279
|
-
title ? /* @__PURE__ */
|
|
4280
|
-
/* @__PURE__ */
|
|
4343
|
+
title ? /* @__PURE__ */ jsx142("title", { id: titleId, children: title }) : null,
|
|
4344
|
+
/* @__PURE__ */ jsx142(
|
|
4281
4345
|
"path",
|
|
4282
4346
|
{
|
|
4283
4347
|
fill: "currentColor",
|
|
@@ -4290,12 +4354,12 @@ var DirectionDownIcon = ({
|
|
|
4290
4354
|
var DirectionDownIcon_default = DirectionDownIcon;
|
|
4291
4355
|
|
|
4292
4356
|
// icons/react/DirectionLeftIcon.tsx
|
|
4293
|
-
import { jsx as
|
|
4357
|
+
import { jsx as jsx143, jsxs as jsxs143 } from "react/jsx-runtime";
|
|
4294
4358
|
var DirectionLeftIcon = ({
|
|
4295
4359
|
title,
|
|
4296
4360
|
titleId,
|
|
4297
4361
|
...props
|
|
4298
|
-
}) => /* @__PURE__ */
|
|
4362
|
+
}) => /* @__PURE__ */ jsxs143(
|
|
4299
4363
|
"svg",
|
|
4300
4364
|
{
|
|
4301
4365
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4306,8 +4370,8 @@ var DirectionLeftIcon = ({
|
|
|
4306
4370
|
"aria-labelledby": titleId,
|
|
4307
4371
|
...props,
|
|
4308
4372
|
children: [
|
|
4309
|
-
title ? /* @__PURE__ */
|
|
4310
|
-
/* @__PURE__ */
|
|
4373
|
+
title ? /* @__PURE__ */ jsx143("title", { id: titleId, children: title }) : null,
|
|
4374
|
+
/* @__PURE__ */ jsx143(
|
|
4311
4375
|
"path",
|
|
4312
4376
|
{
|
|
4313
4377
|
fill: "currentColor",
|
|
@@ -4320,12 +4384,12 @@ var DirectionLeftIcon = ({
|
|
|
4320
4384
|
var DirectionLeftIcon_default = DirectionLeftIcon;
|
|
4321
4385
|
|
|
4322
4386
|
// icons/react/Clipboard12Icon.tsx
|
|
4323
|
-
import { jsx as
|
|
4387
|
+
import { jsx as jsx144, jsxs as jsxs144 } from "react/jsx-runtime";
|
|
4324
4388
|
var Clipboard12Icon = ({
|
|
4325
4389
|
title,
|
|
4326
4390
|
titleId,
|
|
4327
4391
|
...props
|
|
4328
|
-
}) => /* @__PURE__ */
|
|
4392
|
+
}) => /* @__PURE__ */ jsxs144(
|
|
4329
4393
|
"svg",
|
|
4330
4394
|
{
|
|
4331
4395
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4336,8 +4400,8 @@ var Clipboard12Icon = ({
|
|
|
4336
4400
|
"aria-labelledby": titleId,
|
|
4337
4401
|
...props,
|
|
4338
4402
|
children: [
|
|
4339
|
-
title ? /* @__PURE__ */
|
|
4340
|
-
/* @__PURE__ */
|
|
4403
|
+
title ? /* @__PURE__ */ jsx144("title", { id: titleId, children: title }) : null,
|
|
4404
|
+
/* @__PURE__ */ jsx144(
|
|
4341
4405
|
"path",
|
|
4342
4406
|
{
|
|
4343
4407
|
fill: "currentColor",
|
|
@@ -4352,8 +4416,8 @@ var Clipboard12Icon = ({
|
|
|
4352
4416
|
var Clipboard12Icon_default = Clipboard12Icon;
|
|
4353
4417
|
|
|
4354
4418
|
// icons/react/Copy12Icon.tsx
|
|
4355
|
-
import { jsx as
|
|
4356
|
-
var Copy12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4419
|
+
import { jsx as jsx145, jsxs as jsxs145 } from "react/jsx-runtime";
|
|
4420
|
+
var Copy12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs145(
|
|
4357
4421
|
"svg",
|
|
4358
4422
|
{
|
|
4359
4423
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4364,8 +4428,8 @@ var Copy12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs143(
|
|
|
4364
4428
|
"aria-labelledby": titleId,
|
|
4365
4429
|
...props,
|
|
4366
4430
|
children: [
|
|
4367
|
-
title ? /* @__PURE__ */
|
|
4368
|
-
/* @__PURE__ */
|
|
4431
|
+
title ? /* @__PURE__ */ jsx145("title", { id: titleId, children: title }) : null,
|
|
4432
|
+
/* @__PURE__ */ jsx145(
|
|
4369
4433
|
"path",
|
|
4370
4434
|
{
|
|
4371
4435
|
fill: "currentColor",
|
|
@@ -4380,12 +4444,12 @@ var Copy12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs143(
|
|
|
4380
4444
|
var Copy12Icon_default = Copy12Icon;
|
|
4381
4445
|
|
|
4382
4446
|
// icons/react/Disabled12Icon.tsx
|
|
4383
|
-
import { jsx as
|
|
4447
|
+
import { jsx as jsx146, jsxs as jsxs146 } from "react/jsx-runtime";
|
|
4384
4448
|
var Disabled12Icon = ({
|
|
4385
4449
|
title,
|
|
4386
4450
|
titleId,
|
|
4387
4451
|
...props
|
|
4388
|
-
}) => /* @__PURE__ */
|
|
4452
|
+
}) => /* @__PURE__ */ jsxs146(
|
|
4389
4453
|
"svg",
|
|
4390
4454
|
{
|
|
4391
4455
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4396,8 +4460,8 @@ var Disabled12Icon = ({
|
|
|
4396
4460
|
"aria-labelledby": titleId,
|
|
4397
4461
|
...props,
|
|
4398
4462
|
children: [
|
|
4399
|
-
title ? /* @__PURE__ */
|
|
4400
|
-
/* @__PURE__ */
|
|
4463
|
+
title ? /* @__PURE__ */ jsx146("title", { id: titleId, children: title }) : null,
|
|
4464
|
+
/* @__PURE__ */ jsx146(
|
|
4401
4465
|
"path",
|
|
4402
4466
|
{
|
|
4403
4467
|
fill: "currentColor",
|
|
@@ -4412,8 +4476,8 @@ var Disabled12Icon = ({
|
|
|
4412
4476
|
var Disabled12Icon_default = Disabled12Icon;
|
|
4413
4477
|
|
|
4414
4478
|
// icons/react/Error12Icon.tsx
|
|
4415
|
-
import { jsx as
|
|
4416
|
-
var Error12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4479
|
+
import { jsx as jsx147, jsxs as jsxs147 } from "react/jsx-runtime";
|
|
4480
|
+
var Error12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs147(
|
|
4417
4481
|
"svg",
|
|
4418
4482
|
{
|
|
4419
4483
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4424,8 +4488,8 @@ var Error12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs145(
|
|
|
4424
4488
|
"aria-labelledby": titleId,
|
|
4425
4489
|
...props,
|
|
4426
4490
|
children: [
|
|
4427
|
-
title ? /* @__PURE__ */
|
|
4428
|
-
/* @__PURE__ */
|
|
4491
|
+
title ? /* @__PURE__ */ jsx147("title", { id: titleId, children: title }) : null,
|
|
4492
|
+
/* @__PURE__ */ jsx147(
|
|
4429
4493
|
"path",
|
|
4430
4494
|
{
|
|
4431
4495
|
fill: "currentColor",
|
|
@@ -4440,8 +4504,8 @@ var Error12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs145(
|
|
|
4440
4504
|
var Error12Icon_default = Error12Icon;
|
|
4441
4505
|
|
|
4442
4506
|
// icons/react/Info12Icon.tsx
|
|
4443
|
-
import { jsx as
|
|
4444
|
-
var Info12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4507
|
+
import { jsx as jsx148, jsxs as jsxs148 } from "react/jsx-runtime";
|
|
4508
|
+
var Info12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs148(
|
|
4445
4509
|
"svg",
|
|
4446
4510
|
{
|
|
4447
4511
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4452,8 +4516,8 @@ var Info12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs146(
|
|
|
4452
4516
|
"aria-labelledby": titleId,
|
|
4453
4517
|
...props,
|
|
4454
4518
|
children: [
|
|
4455
|
-
title ? /* @__PURE__ */
|
|
4456
|
-
/* @__PURE__ */
|
|
4519
|
+
title ? /* @__PURE__ */ jsx148("title", { id: titleId, children: title }) : null,
|
|
4520
|
+
/* @__PURE__ */ jsx148(
|
|
4457
4521
|
"path",
|
|
4458
4522
|
{
|
|
4459
4523
|
fill: "currentColor",
|
|
@@ -4468,12 +4532,12 @@ var Info12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs146(
|
|
|
4468
4532
|
var Info12Icon_default = Info12Icon;
|
|
4469
4533
|
|
|
4470
4534
|
// icons/react/Filter12Icon.tsx
|
|
4471
|
-
import { jsx as
|
|
4535
|
+
import { jsx as jsx149, jsxs as jsxs149 } from "react/jsx-runtime";
|
|
4472
4536
|
var Filter12Icon = ({
|
|
4473
4537
|
title,
|
|
4474
4538
|
titleId,
|
|
4475
4539
|
...props
|
|
4476
|
-
}) => /* @__PURE__ */
|
|
4540
|
+
}) => /* @__PURE__ */ jsxs149(
|
|
4477
4541
|
"svg",
|
|
4478
4542
|
{
|
|
4479
4543
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4484,8 +4548,8 @@ var Filter12Icon = ({
|
|
|
4484
4548
|
"aria-labelledby": titleId,
|
|
4485
4549
|
...props,
|
|
4486
4550
|
children: [
|
|
4487
|
-
title ? /* @__PURE__ */
|
|
4488
|
-
/* @__PURE__ */
|
|
4551
|
+
title ? /* @__PURE__ */ jsx149("title", { id: titleId, children: title }) : null,
|
|
4552
|
+
/* @__PURE__ */ jsx149(
|
|
4489
4553
|
"path",
|
|
4490
4554
|
{
|
|
4491
4555
|
fill: "currentColor",
|
|
@@ -4500,8 +4564,8 @@ var Filter12Icon = ({
|
|
|
4500
4564
|
var Filter12Icon_default = Filter12Icon;
|
|
4501
4565
|
|
|
4502
4566
|
// icons/react/Key12Icon.tsx
|
|
4503
|
-
import { jsx as
|
|
4504
|
-
var Key12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4567
|
+
import { jsx as jsx150, jsxs as jsxs150 } from "react/jsx-runtime";
|
|
4568
|
+
var Key12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs150(
|
|
4505
4569
|
"svg",
|
|
4506
4570
|
{
|
|
4507
4571
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4512,8 +4576,8 @@ var Key12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs148(
|
|
|
4512
4576
|
"aria-labelledby": titleId,
|
|
4513
4577
|
...props,
|
|
4514
4578
|
children: [
|
|
4515
|
-
title ? /* @__PURE__ */
|
|
4516
|
-
/* @__PURE__ */
|
|
4579
|
+
title ? /* @__PURE__ */ jsx150("title", { id: titleId, children: title }) : null,
|
|
4580
|
+
/* @__PURE__ */ jsx150(
|
|
4517
4581
|
"path",
|
|
4518
4582
|
{
|
|
4519
4583
|
fill: "currentColor",
|
|
@@ -4528,12 +4592,12 @@ var Key12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs148(
|
|
|
4528
4592
|
var Key12Icon_default = Key12Icon;
|
|
4529
4593
|
|
|
4530
4594
|
// icons/react/Loader12Icon.tsx
|
|
4531
|
-
import { jsx as
|
|
4595
|
+
import { jsx as jsx151, jsxs as jsxs151 } from "react/jsx-runtime";
|
|
4532
4596
|
var Loader12Icon = ({
|
|
4533
4597
|
title,
|
|
4534
4598
|
titleId,
|
|
4535
4599
|
...props
|
|
4536
|
-
}) => /* @__PURE__ */
|
|
4600
|
+
}) => /* @__PURE__ */ jsxs151(
|
|
4537
4601
|
"svg",
|
|
4538
4602
|
{
|
|
4539
4603
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4544,15 +4608,13 @@ var Loader12Icon = ({
|
|
|
4544
4608
|
"aria-labelledby": titleId,
|
|
4545
4609
|
...props,
|
|
4546
4610
|
children: [
|
|
4547
|
-
title ? /* @__PURE__ */
|
|
4548
|
-
/* @__PURE__ */
|
|
4549
|
-
/* @__PURE__ */
|
|
4611
|
+
title ? /* @__PURE__ */ jsx151("title", { id: titleId, children: title }) : null,
|
|
4612
|
+
/* @__PURE__ */ jsx151("circle", { cx: 6, cy: 6, r: 5.25, stroke: "#1C2225", strokeWidth: 1.5 }),
|
|
4613
|
+
/* @__PURE__ */ jsx151(
|
|
4550
4614
|
"path",
|
|
4551
4615
|
{
|
|
4552
4616
|
fill: "currentColor",
|
|
4553
|
-
|
|
4554
|
-
d: "M8.25 2.103a4.5 4.5 0 0 0-1.585-.554C6.3 1.495 6 1.201 6 .833V.667c0-.368.3-.67.666-.63a6 6 0 0 1 4.831 8.367c-.147.337-.559.446-.878.262l-.144-.083c-.319-.185-.423-.591-.288-.934A4.5 4.5 0 0 0 8.25 2.103",
|
|
4555
|
-
clipRule: "evenodd"
|
|
4617
|
+
d: "M10.5 5.999a4.5 4.5 0 0 0-.464-1.99l-.14-.259a4.5 4.5 0 0 0-1.395-1.491l-.251-.156a4.5 4.5 0 0 0-1.585-.554C6.3 1.495 6 1.201 6 .833V.667c0-.368.3-.67.666-.63A6 6 0 0 1 9 .804l.334.208a6 6 0 0 1 1.862 1.987l.186.348A6 6 0 0 1 12 5.999l-.013.394a6 6 0 0 1-.49 2.011c-.147.338-.558.446-.877.262l-.073-.042-.072-.042c-.319-.184-.423-.59-.288-.933.17-.432.273-.889.303-1.354z"
|
|
4556
4618
|
}
|
|
4557
4619
|
)
|
|
4558
4620
|
]
|
|
@@ -4561,12 +4623,12 @@ var Loader12Icon = ({
|
|
|
4561
4623
|
var Loader12Icon_default = Loader12Icon;
|
|
4562
4624
|
|
|
4563
4625
|
// icons/react/MenuOpen12Icon.tsx
|
|
4564
|
-
import { jsx as
|
|
4626
|
+
import { jsx as jsx152, jsxs as jsxs152 } from "react/jsx-runtime";
|
|
4565
4627
|
var MenuOpen12Icon = ({
|
|
4566
4628
|
title,
|
|
4567
4629
|
titleId,
|
|
4568
4630
|
...props
|
|
4569
|
-
}) => /* @__PURE__ */
|
|
4631
|
+
}) => /* @__PURE__ */ jsxs152(
|
|
4570
4632
|
"svg",
|
|
4571
4633
|
{
|
|
4572
4634
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4577,8 +4639,8 @@ var MenuOpen12Icon = ({
|
|
|
4577
4639
|
"aria-labelledby": titleId,
|
|
4578
4640
|
...props,
|
|
4579
4641
|
children: [
|
|
4580
|
-
title ? /* @__PURE__ */
|
|
4581
|
-
/* @__PURE__ */
|
|
4642
|
+
title ? /* @__PURE__ */ jsx152("title", { id: titleId, children: title }) : null,
|
|
4643
|
+
/* @__PURE__ */ jsx152(
|
|
4582
4644
|
"path",
|
|
4583
4645
|
{
|
|
4584
4646
|
fill: "currentColor",
|
|
@@ -4593,12 +4655,12 @@ var MenuOpen12Icon = ({
|
|
|
4593
4655
|
var MenuOpen12Icon_default = MenuOpen12Icon;
|
|
4594
4656
|
|
|
4595
4657
|
// icons/react/MenuClose12Icon.tsx
|
|
4596
|
-
import { jsx as
|
|
4658
|
+
import { jsx as jsx153, jsxs as jsxs153 } from "react/jsx-runtime";
|
|
4597
4659
|
var MenuClose12Icon = ({
|
|
4598
4660
|
title,
|
|
4599
4661
|
titleId,
|
|
4600
4662
|
...props
|
|
4601
|
-
}) => /* @__PURE__ */
|
|
4663
|
+
}) => /* @__PURE__ */ jsxs153(
|
|
4602
4664
|
"svg",
|
|
4603
4665
|
{
|
|
4604
4666
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4609,8 +4671,8 @@ var MenuClose12Icon = ({
|
|
|
4609
4671
|
"aria-labelledby": titleId,
|
|
4610
4672
|
...props,
|
|
4611
4673
|
children: [
|
|
4612
|
-
title ? /* @__PURE__ */
|
|
4613
|
-
/* @__PURE__ */
|
|
4674
|
+
title ? /* @__PURE__ */ jsx153("title", { id: titleId, children: title }) : null,
|
|
4675
|
+
/* @__PURE__ */ jsx153(
|
|
4614
4676
|
"path",
|
|
4615
4677
|
{
|
|
4616
4678
|
fill: "currentColor",
|
|
@@ -4625,8 +4687,8 @@ var MenuClose12Icon = ({
|
|
|
4625
4687
|
var MenuClose12Icon_default = MenuClose12Icon;
|
|
4626
4688
|
|
|
4627
4689
|
// icons/react/More12Icon.tsx
|
|
4628
|
-
import { jsx as
|
|
4629
|
-
var More12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4690
|
+
import { jsx as jsx154, jsxs as jsxs154 } from "react/jsx-runtime";
|
|
4691
|
+
var More12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs154(
|
|
4630
4692
|
"svg",
|
|
4631
4693
|
{
|
|
4632
4694
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4637,8 +4699,8 @@ var More12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs152(
|
|
|
4637
4699
|
"aria-labelledby": titleId,
|
|
4638
4700
|
...props,
|
|
4639
4701
|
children: [
|
|
4640
|
-
title ? /* @__PURE__ */
|
|
4641
|
-
/* @__PURE__ */
|
|
4702
|
+
title ? /* @__PURE__ */ jsx154("title", { id: titleId, children: title }) : null,
|
|
4703
|
+
/* @__PURE__ */ jsx154(
|
|
4642
4704
|
"path",
|
|
4643
4705
|
{
|
|
4644
4706
|
fill: "currentColor",
|
|
@@ -4653,12 +4715,12 @@ var More12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs152(
|
|
|
4653
4715
|
var More12Icon_default = More12Icon;
|
|
4654
4716
|
|
|
4655
4717
|
// icons/react/NextArrow12Icon.tsx
|
|
4656
|
-
import { jsx as
|
|
4718
|
+
import { jsx as jsx155, jsxs as jsxs155 } from "react/jsx-runtime";
|
|
4657
4719
|
var NextArrow12Icon = ({
|
|
4658
4720
|
title,
|
|
4659
4721
|
titleId,
|
|
4660
4722
|
...props
|
|
4661
|
-
}) => /* @__PURE__ */
|
|
4723
|
+
}) => /* @__PURE__ */ jsxs155(
|
|
4662
4724
|
"svg",
|
|
4663
4725
|
{
|
|
4664
4726
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4669,8 +4731,8 @@ var NextArrow12Icon = ({
|
|
|
4669
4731
|
"aria-labelledby": titleId,
|
|
4670
4732
|
...props,
|
|
4671
4733
|
children: [
|
|
4672
|
-
title ? /* @__PURE__ */
|
|
4673
|
-
/* @__PURE__ */
|
|
4734
|
+
title ? /* @__PURE__ */ jsx155("title", { id: titleId, children: title }) : null,
|
|
4735
|
+
/* @__PURE__ */ jsx155(
|
|
4674
4736
|
"path",
|
|
4675
4737
|
{
|
|
4676
4738
|
fill: "currentColor",
|
|
@@ -4683,12 +4745,12 @@ var NextArrow12Icon = ({
|
|
|
4683
4745
|
var NextArrow12Icon_default = NextArrow12Icon;
|
|
4684
4746
|
|
|
4685
4747
|
// icons/react/PrevArrow12Icon.tsx
|
|
4686
|
-
import { jsx as
|
|
4748
|
+
import { jsx as jsx156, jsxs as jsxs156 } from "react/jsx-runtime";
|
|
4687
4749
|
var PrevArrow12Icon = ({
|
|
4688
4750
|
title,
|
|
4689
4751
|
titleId,
|
|
4690
4752
|
...props
|
|
4691
|
-
}) => /* @__PURE__ */
|
|
4753
|
+
}) => /* @__PURE__ */ jsxs156(
|
|
4692
4754
|
"svg",
|
|
4693
4755
|
{
|
|
4694
4756
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4699,8 +4761,8 @@ var PrevArrow12Icon = ({
|
|
|
4699
4761
|
"aria-labelledby": titleId,
|
|
4700
4762
|
...props,
|
|
4701
4763
|
children: [
|
|
4702
|
-
title ? /* @__PURE__ */
|
|
4703
|
-
/* @__PURE__ */
|
|
4764
|
+
title ? /* @__PURE__ */ jsx156("title", { id: titleId, children: title }) : null,
|
|
4765
|
+
/* @__PURE__ */ jsx156(
|
|
4704
4766
|
"path",
|
|
4705
4767
|
{
|
|
4706
4768
|
fill: "currentColor",
|
|
@@ -4713,12 +4775,12 @@ var PrevArrow12Icon = ({
|
|
|
4713
4775
|
var PrevArrow12Icon_default = PrevArrow12Icon;
|
|
4714
4776
|
|
|
4715
4777
|
// icons/react/OpenLink12Icon.tsx
|
|
4716
|
-
import { jsx as
|
|
4778
|
+
import { jsx as jsx157, jsxs as jsxs157 } from "react/jsx-runtime";
|
|
4717
4779
|
var OpenLink12Icon = ({
|
|
4718
4780
|
title,
|
|
4719
4781
|
titleId,
|
|
4720
4782
|
...props
|
|
4721
|
-
}) => /* @__PURE__ */
|
|
4783
|
+
}) => /* @__PURE__ */ jsxs157(
|
|
4722
4784
|
"svg",
|
|
4723
4785
|
{
|
|
4724
4786
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4729,8 +4791,8 @@ var OpenLink12Icon = ({
|
|
|
4729
4791
|
"aria-labelledby": titleId,
|
|
4730
4792
|
...props,
|
|
4731
4793
|
children: [
|
|
4732
|
-
title ? /* @__PURE__ */
|
|
4733
|
-
/* @__PURE__ */
|
|
4794
|
+
title ? /* @__PURE__ */ jsx157("title", { id: titleId, children: title }) : null,
|
|
4795
|
+
/* @__PURE__ */ jsx157(
|
|
4734
4796
|
"path",
|
|
4735
4797
|
{
|
|
4736
4798
|
fill: "currentColor",
|
|
@@ -4745,12 +4807,12 @@ var OpenLink12Icon = ({
|
|
|
4745
4807
|
var OpenLink12Icon_default = OpenLink12Icon;
|
|
4746
4808
|
|
|
4747
4809
|
// icons/react/Repair12Icon.tsx
|
|
4748
|
-
import { jsx as
|
|
4810
|
+
import { jsx as jsx158, jsxs as jsxs158 } from "react/jsx-runtime";
|
|
4749
4811
|
var Repair12Icon = ({
|
|
4750
4812
|
title,
|
|
4751
4813
|
titleId,
|
|
4752
4814
|
...props
|
|
4753
|
-
}) => /* @__PURE__ */
|
|
4815
|
+
}) => /* @__PURE__ */ jsxs158(
|
|
4754
4816
|
"svg",
|
|
4755
4817
|
{
|
|
4756
4818
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4761,8 +4823,8 @@ var Repair12Icon = ({
|
|
|
4761
4823
|
"aria-labelledby": titleId,
|
|
4762
4824
|
...props,
|
|
4763
4825
|
children: [
|
|
4764
|
-
title ? /* @__PURE__ */
|
|
4765
|
-
/* @__PURE__ */
|
|
4826
|
+
title ? /* @__PURE__ */ jsx158("title", { id: titleId, children: title }) : null,
|
|
4827
|
+
/* @__PURE__ */ jsx158(
|
|
4766
4828
|
"path",
|
|
4767
4829
|
{
|
|
4768
4830
|
fill: "currentColor",
|
|
@@ -4777,12 +4839,12 @@ var Repair12Icon = ({
|
|
|
4777
4839
|
var Repair12Icon_default = Repair12Icon;
|
|
4778
4840
|
|
|
4779
4841
|
// icons/react/Security12Icon.tsx
|
|
4780
|
-
import { jsx as
|
|
4842
|
+
import { jsx as jsx159, jsxs as jsxs159 } from "react/jsx-runtime";
|
|
4781
4843
|
var Security12Icon = ({
|
|
4782
4844
|
title,
|
|
4783
4845
|
titleId,
|
|
4784
4846
|
...props
|
|
4785
|
-
}) => /* @__PURE__ */
|
|
4847
|
+
}) => /* @__PURE__ */ jsxs159(
|
|
4786
4848
|
"svg",
|
|
4787
4849
|
{
|
|
4788
4850
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4793,8 +4855,8 @@ var Security12Icon = ({
|
|
|
4793
4855
|
"aria-labelledby": titleId,
|
|
4794
4856
|
...props,
|
|
4795
4857
|
children: [
|
|
4796
|
-
title ? /* @__PURE__ */
|
|
4797
|
-
/* @__PURE__ */
|
|
4858
|
+
title ? /* @__PURE__ */ jsx159("title", { id: titleId, children: title }) : null,
|
|
4859
|
+
/* @__PURE__ */ jsx159(
|
|
4798
4860
|
"path",
|
|
4799
4861
|
{
|
|
4800
4862
|
fill: "currentColor",
|
|
@@ -4809,12 +4871,12 @@ var Security12Icon = ({
|
|
|
4809
4871
|
var Security12Icon_default = Security12Icon;
|
|
4810
4872
|
|
|
4811
4873
|
// icons/react/Success12Icon.tsx
|
|
4812
|
-
import { jsx as
|
|
4874
|
+
import { jsx as jsx160, jsxs as jsxs160 } from "react/jsx-runtime";
|
|
4813
4875
|
var Success12Icon = ({
|
|
4814
4876
|
title,
|
|
4815
4877
|
titleId,
|
|
4816
4878
|
...props
|
|
4817
|
-
}) => /* @__PURE__ */
|
|
4879
|
+
}) => /* @__PURE__ */ jsxs160(
|
|
4818
4880
|
"svg",
|
|
4819
4881
|
{
|
|
4820
4882
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4825,8 +4887,8 @@ var Success12Icon = ({
|
|
|
4825
4887
|
"aria-labelledby": titleId,
|
|
4826
4888
|
...props,
|
|
4827
4889
|
children: [
|
|
4828
|
-
title ? /* @__PURE__ */
|
|
4829
|
-
/* @__PURE__ */
|
|
4890
|
+
title ? /* @__PURE__ */ jsx160("title", { id: titleId, children: title }) : null,
|
|
4891
|
+
/* @__PURE__ */ jsx160(
|
|
4830
4892
|
"path",
|
|
4831
4893
|
{
|
|
4832
4894
|
fill: "currentColor",
|
|
@@ -4841,12 +4903,12 @@ var Success12Icon = ({
|
|
|
4841
4903
|
var Success12Icon_default = Success12Icon;
|
|
4842
4904
|
|
|
4843
4905
|
// icons/react/Unauthorized12Icon.tsx
|
|
4844
|
-
import { jsx as
|
|
4906
|
+
import { jsx as jsx161, jsxs as jsxs161 } from "react/jsx-runtime";
|
|
4845
4907
|
var Unauthorized12Icon = ({
|
|
4846
4908
|
title,
|
|
4847
4909
|
titleId,
|
|
4848
4910
|
...props
|
|
4849
|
-
}) => /* @__PURE__ */
|
|
4911
|
+
}) => /* @__PURE__ */ jsxs161(
|
|
4850
4912
|
"svg",
|
|
4851
4913
|
{
|
|
4852
4914
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4857,8 +4919,8 @@ var Unauthorized12Icon = ({
|
|
|
4857
4919
|
"aria-labelledby": titleId,
|
|
4858
4920
|
...props,
|
|
4859
4921
|
children: [
|
|
4860
|
-
title ? /* @__PURE__ */
|
|
4861
|
-
/* @__PURE__ */
|
|
4922
|
+
title ? /* @__PURE__ */ jsx161("title", { id: titleId, children: title }) : null,
|
|
4923
|
+
/* @__PURE__ */ jsx161(
|
|
4862
4924
|
"path",
|
|
4863
4925
|
{
|
|
4864
4926
|
fill: "currentColor",
|
|
@@ -4873,12 +4935,12 @@ var Unauthorized12Icon = ({
|
|
|
4873
4935
|
var Unauthorized12Icon_default = Unauthorized12Icon;
|
|
4874
4936
|
|
|
4875
4937
|
// icons/react/Warning12Icon.tsx
|
|
4876
|
-
import { jsx as
|
|
4938
|
+
import { jsx as jsx162, jsxs as jsxs162 } from "react/jsx-runtime";
|
|
4877
4939
|
var Warning12Icon = ({
|
|
4878
4940
|
title,
|
|
4879
4941
|
titleId,
|
|
4880
4942
|
...props
|
|
4881
|
-
}) => /* @__PURE__ */
|
|
4943
|
+
}) => /* @__PURE__ */ jsxs162(
|
|
4882
4944
|
"svg",
|
|
4883
4945
|
{
|
|
4884
4946
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4889,8 +4951,8 @@ var Warning12Icon = ({
|
|
|
4889
4951
|
"aria-labelledby": titleId,
|
|
4890
4952
|
...props,
|
|
4891
4953
|
children: [
|
|
4892
|
-
title ? /* @__PURE__ */
|
|
4893
|
-
/* @__PURE__ */
|
|
4954
|
+
title ? /* @__PURE__ */ jsx162("title", { id: titleId, children: title }) : null,
|
|
4955
|
+
/* @__PURE__ */ jsx162(
|
|
4894
4956
|
"path",
|
|
4895
4957
|
{
|
|
4896
4958
|
fill: "currentColor",
|
|
@@ -4905,12 +4967,12 @@ var Warning12Icon = ({
|
|
|
4905
4967
|
var Warning12Icon_default = Warning12Icon;
|
|
4906
4968
|
|
|
4907
4969
|
// icons/react/Question12Icon.tsx
|
|
4908
|
-
import { jsx as
|
|
4970
|
+
import { jsx as jsx163, jsxs as jsxs163 } from "react/jsx-runtime";
|
|
4909
4971
|
var Question12Icon = ({
|
|
4910
4972
|
title,
|
|
4911
4973
|
titleId,
|
|
4912
4974
|
...props
|
|
4913
|
-
}) => /* @__PURE__ */
|
|
4975
|
+
}) => /* @__PURE__ */ jsxs163(
|
|
4914
4976
|
"svg",
|
|
4915
4977
|
{
|
|
4916
4978
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4921,8 +4983,8 @@ var Question12Icon = ({
|
|
|
4921
4983
|
"aria-labelledby": titleId,
|
|
4922
4984
|
...props,
|
|
4923
4985
|
children: [
|
|
4924
|
-
title ? /* @__PURE__ */
|
|
4925
|
-
/* @__PURE__ */
|
|
4986
|
+
title ? /* @__PURE__ */ jsx163("title", { id: titleId, children: title }) : null,
|
|
4987
|
+
/* @__PURE__ */ jsx163(
|
|
4926
4988
|
"path",
|
|
4927
4989
|
{
|
|
4928
4990
|
fill: "currentColor",
|
|
@@ -4937,8 +4999,8 @@ var Question12Icon = ({
|
|
|
4937
4999
|
var Question12Icon_default = Question12Icon;
|
|
4938
5000
|
|
|
4939
5001
|
// icons/react/Hide12Icon.tsx
|
|
4940
|
-
import { jsx as
|
|
4941
|
-
var Hide12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
5002
|
+
import { jsx as jsx164, jsxs as jsxs164 } from "react/jsx-runtime";
|
|
5003
|
+
var Hide12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs164(
|
|
4942
5004
|
"svg",
|
|
4943
5005
|
{
|
|
4944
5006
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4949,8 +5011,8 @@ var Hide12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs162(
|
|
|
4949
5011
|
"aria-labelledby": titleId,
|
|
4950
5012
|
...props,
|
|
4951
5013
|
children: [
|
|
4952
|
-
title ? /* @__PURE__ */
|
|
4953
|
-
/* @__PURE__ */
|
|
5014
|
+
title ? /* @__PURE__ */ jsx164("title", { id: titleId, children: title }) : null,
|
|
5015
|
+
/* @__PURE__ */ jsx164(
|
|
4954
5016
|
"path",
|
|
4955
5017
|
{
|
|
4956
5018
|
fill: "currentColor",
|
|
@@ -4965,12 +5027,12 @@ var Hide12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs162(
|
|
|
4965
5027
|
var Hide12Icon_default = Hide12Icon;
|
|
4966
5028
|
|
|
4967
5029
|
// icons/react/SelectArrows6Icon.tsx
|
|
4968
|
-
import { jsx as
|
|
5030
|
+
import { jsx as jsx165, jsxs as jsxs165 } from "react/jsx-runtime";
|
|
4969
5031
|
var SelectArrows6Icon = ({
|
|
4970
5032
|
title,
|
|
4971
5033
|
titleId,
|
|
4972
5034
|
...props
|
|
4973
|
-
}) => /* @__PURE__ */
|
|
5035
|
+
}) => /* @__PURE__ */ jsxs165(
|
|
4974
5036
|
"svg",
|
|
4975
5037
|
{
|
|
4976
5038
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4981,8 +5043,8 @@ var SelectArrows6Icon = ({
|
|
|
4981
5043
|
"aria-labelledby": titleId,
|
|
4982
5044
|
...props,
|
|
4983
5045
|
children: [
|
|
4984
|
-
title ? /* @__PURE__ */
|
|
4985
|
-
/* @__PURE__ */
|
|
5046
|
+
title ? /* @__PURE__ */ jsx165("title", { id: titleId, children: title }) : null,
|
|
5047
|
+
/* @__PURE__ */ jsx165(
|
|
4986
5048
|
"path",
|
|
4987
5049
|
{
|
|
4988
5050
|
fill: "currentColor",
|
|
@@ -4997,8 +5059,8 @@ var SelectArrows6Icon = ({
|
|
|
4997
5059
|
var SelectArrows6Icon_default = SelectArrows6Icon;
|
|
4998
5060
|
|
|
4999
5061
|
// icons/react/Close8Icon.tsx
|
|
5000
|
-
import { jsx as
|
|
5001
|
-
var Close8Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
5062
|
+
import { jsx as jsx166, jsxs as jsxs166 } from "react/jsx-runtime";
|
|
5063
|
+
var Close8Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs166(
|
|
5002
5064
|
"svg",
|
|
5003
5065
|
{
|
|
5004
5066
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5009,8 +5071,8 @@ var Close8Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs164(
|
|
|
5009
5071
|
"aria-labelledby": titleId,
|
|
5010
5072
|
...props,
|
|
5011
5073
|
children: [
|
|
5012
|
-
title ? /* @__PURE__ */
|
|
5013
|
-
/* @__PURE__ */
|
|
5074
|
+
title ? /* @__PURE__ */ jsx166("title", { id: titleId, children: title }) : null,
|
|
5075
|
+
/* @__PURE__ */ jsx166(
|
|
5014
5076
|
"path",
|
|
5015
5077
|
{
|
|
5016
5078
|
fill: "currentColor",
|
|
@@ -5024,6 +5086,66 @@ var Close8Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs164(
|
|
|
5024
5086
|
);
|
|
5025
5087
|
var Close8Icon_default = Close8Icon;
|
|
5026
5088
|
|
|
5089
|
+
// icons/react/Sparkle16Icon.tsx
|
|
5090
|
+
import { jsx as jsx167, jsxs as jsxs167 } from "react/jsx-runtime";
|
|
5091
|
+
var Sparkle16Icon = ({
|
|
5092
|
+
title,
|
|
5093
|
+
titleId,
|
|
5094
|
+
...props
|
|
5095
|
+
}) => /* @__PURE__ */ jsxs167(
|
|
5096
|
+
"svg",
|
|
5097
|
+
{
|
|
5098
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5099
|
+
width: 16,
|
|
5100
|
+
height: 16,
|
|
5101
|
+
viewBox: "0 0 16 16",
|
|
5102
|
+
role: "img",
|
|
5103
|
+
"aria-labelledby": titleId,
|
|
5104
|
+
...props,
|
|
5105
|
+
children: [
|
|
5106
|
+
title ? /* @__PURE__ */ jsx167("title", { id: titleId, children: title }) : null,
|
|
5107
|
+
/* @__PURE__ */ jsx167(
|
|
5108
|
+
"path",
|
|
5109
|
+
{
|
|
5110
|
+
fill: "currentColor",
|
|
5111
|
+
d: "M10.651 4.795a.38.38 0 0 1 .697 0L12.72 7.93a.75.75 0 0 0 .31.348l2.404 1.394a.38.38 0 0 1 0 .658l-2.404 1.394a.75.75 0 0 0-.31.348l-1.372 3.134a.38.38 0 0 1-.697 0l-1.37-3.134a.75.75 0 0 0-.311-.348L6.566 10.33a.38.38 0 0 1 0-.658L8.97 8.277a.75.75 0 0 0 .31-.348zM3.655.738a.38.38 0 0 1 .69 0L5.35 2.892a.75.75 0 0 0 .321.34l1.716.934a.38.38 0 0 1 0 .667l-1.716.934a.75.75 0 0 0-.321.34L4.345 8.263a.38.38 0 0 1-.69 0L2.65 6.108a.75.75 0 0 0-.32-.34L.612 4.833a.38.38 0 0 1 0-.667l1.715-.934a.75.75 0 0 0 .321-.34z"
|
|
5112
|
+
}
|
|
5113
|
+
)
|
|
5114
|
+
]
|
|
5115
|
+
}
|
|
5116
|
+
);
|
|
5117
|
+
var Sparkle16Icon_default = Sparkle16Icon;
|
|
5118
|
+
|
|
5119
|
+
// icons/react/Submit16Icon.tsx
|
|
5120
|
+
import { jsx as jsx168, jsxs as jsxs168 } from "react/jsx-runtime";
|
|
5121
|
+
var Submit16Icon = ({
|
|
5122
|
+
title,
|
|
5123
|
+
titleId,
|
|
5124
|
+
...props
|
|
5125
|
+
}) => /* @__PURE__ */ jsxs168(
|
|
5126
|
+
"svg",
|
|
5127
|
+
{
|
|
5128
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5129
|
+
width: 16,
|
|
5130
|
+
height: 16,
|
|
5131
|
+
viewBox: "0 0 16 16",
|
|
5132
|
+
role: "img",
|
|
5133
|
+
"aria-labelledby": titleId,
|
|
5134
|
+
...props,
|
|
5135
|
+
children: [
|
|
5136
|
+
title ? /* @__PURE__ */ jsx168("title", { id: titleId, children: title }) : null,
|
|
5137
|
+
/* @__PURE__ */ jsx168(
|
|
5138
|
+
"path",
|
|
5139
|
+
{
|
|
5140
|
+
fill: "currentColor",
|
|
5141
|
+
d: "M1.332 2.853a.38.38 0 0 1 .506-.486c2.168.946 8.082 3.518 12.33 5.288a.38.38 0 0 1 .001.701L1.832 13.643a.38.38 0 0 1-.504-.486l1.9-4.885a.75.75 0 0 0 0-.544z"
|
|
5142
|
+
}
|
|
5143
|
+
)
|
|
5144
|
+
]
|
|
5145
|
+
}
|
|
5146
|
+
);
|
|
5147
|
+
var Submit16Icon_default = Submit16Icon;
|
|
5148
|
+
|
|
5027
5149
|
export {
|
|
5028
5150
|
Access24Icon_default,
|
|
5029
5151
|
Action24Icon_default,
|
|
@@ -5084,6 +5206,7 @@ export {
|
|
|
5084
5206
|
Transmit24Icon_default,
|
|
5085
5207
|
Wireless24Icon_default,
|
|
5086
5208
|
Question24Icon_default,
|
|
5209
|
+
Webhooks24Icon_default,
|
|
5087
5210
|
Access16Icon_default,
|
|
5088
5211
|
Affinity16Icon_default,
|
|
5089
5212
|
Action16Icon_default,
|
|
@@ -5157,6 +5280,7 @@ export {
|
|
|
5157
5280
|
Time16Icon_default,
|
|
5158
5281
|
Transmit16Icon_default,
|
|
5159
5282
|
Question16Icon_default,
|
|
5283
|
+
Webhooks16Icon_default,
|
|
5160
5284
|
Add12Icon_default,
|
|
5161
5285
|
AutoRestart12Icon_default,
|
|
5162
5286
|
AddRoundel12Icon_default,
|
|
@@ -5188,6 +5312,8 @@ export {
|
|
|
5188
5312
|
Question12Icon_default,
|
|
5189
5313
|
Hide12Icon_default,
|
|
5190
5314
|
SelectArrows6Icon_default,
|
|
5191
|
-
Close8Icon_default
|
|
5315
|
+
Close8Icon_default,
|
|
5316
|
+
Sparkle16Icon_default,
|
|
5317
|
+
Submit16Icon_default
|
|
5192
5318
|
};
|
|
5193
|
-
//# sourceMappingURL=chunk-
|
|
5319
|
+
//# sourceMappingURL=chunk-XUWE6OLY.js.map
|