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