@edux-design/icons 0.0.1 → 0.0.2
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/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +83 -60
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +83 -61
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/24/eyehide.svg +3 -0
package/dist/index.mjs
CHANGED
|
@@ -1996,9 +1996,31 @@ var SvgEye = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
|
1996
1996
|
);
|
|
1997
1997
|
var Eye_default = SvgEye;
|
|
1998
1998
|
|
|
1999
|
-
// src/components/
|
|
1999
|
+
// src/components/Eyehide.tsx
|
|
2000
2000
|
var import_jsx_runtime12 = __toESM(require_jsx_runtime());
|
|
2001
|
-
var
|
|
2001
|
+
var SvgEyehide = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
2002
|
+
"svg",
|
|
2003
|
+
{
|
|
2004
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2005
|
+
width: "1em",
|
|
2006
|
+
height: "1em",
|
|
2007
|
+
fill: "none",
|
|
2008
|
+
viewBox: "0 0 24 24",
|
|
2009
|
+
...props,
|
|
2010
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
2011
|
+
"path",
|
|
2012
|
+
{
|
|
2013
|
+
fill: "#212529",
|
|
2014
|
+
d: "M15.175 8.325a4.5 4.5 0 0 1 1.063 1.65q.337.925.237 1.9 0 .375-.275.637a.9.9 0 0 1-.65.263.87.87 0 0 1-.638-.263.87.87 0 0 1-.262-.637q.124-.65-.075-1.25A2.6 2.6 0 0 0 13.95 9.6a2.8 2.8 0 0 0-1.025-.65q-.6-.225-1.275-.1a.85.85 0 0 1-.638-.275.9.9 0 0 1-.262-.65q0-.375.262-.638a.87.87 0 0 1 .638-.262 4.14 4.14 0 0 1 1.875.237 4.5 4.5 0 0 1 1.65 1.063M12 6q-.475 0-.925.037t-.9.138a1.08 1.08 0 0 1-.763-.125 1.02 1.02 0 0 1-.462-.6.94.94 0 0 1 .088-.775q.211-.375.612-.45.574-.125 1.162-.175T12 4q3.424 0 6.262 1.8t4.338 4.85a1.9 1.9 0 0 1 .2.85q0 .225-.038.438-.036.212-.137.412-.45 1-1.113 1.875-.662.875-1.462 1.6a.84.84 0 0 1-.7.225.91.91 0 0 1-.65-.4 1.1 1.1 0 0 1-.212-.763q.037-.412.337-.687.6-.575 1.1-1.25t.875-1.45a9.77 9.77 0 0 0-3.613-4.013A9.55 9.55 0 0 0 12 6m0 13q-3.35 0-6.125-1.812A13 13 0 0 1 1.5 12.425a1.6 1.6 0 0 1-.187-.437 2 2 0 0 1-.063-.488q0-.25.05-.475t.175-.45a13.6 13.6 0 0 1 1.163-1.913Q3.3 7.75 4.15 7L2.075 4.9a.97.97 0 0 1-.263-.713A.98.98 0 0 1 2.1 3.5a.95.95 0 0 1 .7-.275q.425 0 .7.275l17 17q.275.275.288.688a.93.93 0 0 1-.288.712.95.95 0 0 1-.7.275.95.95 0 0 1-.7-.275l-3.5-3.45A12 12 0 0 1 12 19M5.55 8.4q-.725.65-1.325 1.425A9 9 0 0 0 3.2 11.5a9.77 9.77 0 0 0 3.613 4.012A9.55 9.55 0 0 0 12 17q.5 0 .975-.062.475-.063.975-.138l-.9-.95q-.274.075-.525.113A3.5 3.5 0 0 1 12 16q-1.875 0-3.187-1.312Q7.499 13.375 7.5 11.5q0-.274.037-.525.038-.25.113-.525z"
|
|
2015
|
+
}
|
|
2016
|
+
)
|
|
2017
|
+
}
|
|
2018
|
+
);
|
|
2019
|
+
var Eyehide_default = SvgEyehide;
|
|
2020
|
+
|
|
2021
|
+
// src/components/First.tsx
|
|
2022
|
+
var import_jsx_runtime13 = __toESM(require_jsx_runtime());
|
|
2023
|
+
var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
2002
2024
|
"svg",
|
|
2003
2025
|
{
|
|
2004
2026
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2008,14 +2030,14 @@ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
|
|
|
2008
2030
|
viewBox: "0 0 24 24",
|
|
2009
2031
|
...props,
|
|
2010
2032
|
children: [
|
|
2011
|
-
/* @__PURE__ */ (0,
|
|
2033
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
2012
2034
|
"path",
|
|
2013
2035
|
{
|
|
2014
2036
|
fill: "#212529",
|
|
2015
2037
|
d: "M7.293 7.707 11.586 12l-4.293 4.293a1 1 0 1 0 1.414 1.414l5-5a1 1 0 0 0 0-1.414l-5-5a1 1 0 0 0-1.414 1.414"
|
|
2016
2038
|
}
|
|
2017
2039
|
),
|
|
2018
|
-
/* @__PURE__ */ (0,
|
|
2040
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
2019
2041
|
"path",
|
|
2020
2042
|
{
|
|
2021
2043
|
fill: "currentColor",
|
|
@@ -2028,8 +2050,8 @@ var SvgFirst = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
|
|
|
2028
2050
|
var First_default = SvgFirst;
|
|
2029
2051
|
|
|
2030
2052
|
// src/components/Gologo.tsx
|
|
2031
|
-
var
|
|
2032
|
-
var SvgGologo = (props) => /* @__PURE__ */ (0,
|
|
2053
|
+
var import_jsx_runtime14 = __toESM(require_jsx_runtime());
|
|
2054
|
+
var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
|
|
2033
2055
|
"svg",
|
|
2034
2056
|
{
|
|
2035
2057
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2039,14 +2061,14 @@ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
|
2039
2061
|
viewBox: "0 0 35 36",
|
|
2040
2062
|
...props,
|
|
2041
2063
|
children: [
|
|
2042
|
-
/* @__PURE__ */ (0,
|
|
2064
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
2043
2065
|
"path",
|
|
2044
2066
|
{
|
|
2045
2067
|
fill: "#082663",
|
|
2046
2068
|
d: "M.385 0v18.72c0 9.203 5.372 11.83 7.954 13.092.474.232 8.442 3.795 8.952 4.023l.344.165.343-.165c.46-.206 8.477-3.79 8.952-4.023 2.582-1.262 7.955-3.89 7.955-13.093V0z"
|
|
2047
2069
|
}
|
|
2048
2070
|
),
|
|
2049
|
-
/* @__PURE__ */ (0,
|
|
2071
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
2050
2072
|
"path",
|
|
2051
2073
|
{
|
|
2052
2074
|
fill: "#fff",
|
|
@@ -2059,8 +2081,8 @@ var SvgGologo = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
|
2059
2081
|
var Gologo_default = SvgGologo;
|
|
2060
2082
|
|
|
2061
2083
|
// src/components/Hamburger.tsx
|
|
2062
|
-
var
|
|
2063
|
-
var SvgHamburger = (props) => /* @__PURE__ */ (0,
|
|
2084
|
+
var import_jsx_runtime15 = __toESM(require_jsx_runtime());
|
|
2085
|
+
var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
2064
2086
|
"svg",
|
|
2065
2087
|
{
|
|
2066
2088
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2069,7 +2091,7 @@ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
|
2069
2091
|
fill: "none",
|
|
2070
2092
|
viewBox: "0 0 24 24",
|
|
2071
2093
|
...props,
|
|
2072
|
-
children: /* @__PURE__ */ (0,
|
|
2094
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
2073
2095
|
"path",
|
|
2074
2096
|
{
|
|
2075
2097
|
fill: "currentColor",
|
|
@@ -2083,8 +2105,8 @@ var SvgHamburger = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
|
2083
2105
|
var Hamburger_default = SvgHamburger;
|
|
2084
2106
|
|
|
2085
2107
|
// src/components/Indeterminate.tsx
|
|
2086
|
-
var
|
|
2087
|
-
var SvgIndeterminate = (props) => /* @__PURE__ */ (0,
|
|
2108
|
+
var import_jsx_runtime16 = __toESM(require_jsx_runtime());
|
|
2109
|
+
var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
2088
2110
|
"svg",
|
|
2089
2111
|
{
|
|
2090
2112
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2093,7 +2115,7 @@ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
|
2093
2115
|
fill: "none",
|
|
2094
2116
|
viewBox: "0 0 24 24",
|
|
2095
2117
|
...props,
|
|
2096
|
-
children: /* @__PURE__ */ (0,
|
|
2118
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
2097
2119
|
"path",
|
|
2098
2120
|
{
|
|
2099
2121
|
fill: "currentColor",
|
|
@@ -2107,8 +2129,8 @@ var SvgIndeterminate = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
|
2107
2129
|
var Indeterminate_default = SvgIndeterminate;
|
|
2108
2130
|
|
|
2109
2131
|
// src/components/Info.tsx
|
|
2110
|
-
var
|
|
2111
|
-
var SvgInfo = (props) => /* @__PURE__ */ (0,
|
|
2132
|
+
var import_jsx_runtime17 = __toESM(require_jsx_runtime());
|
|
2133
|
+
var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
2112
2134
|
"svg",
|
|
2113
2135
|
{
|
|
2114
2136
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2117,7 +2139,7 @@ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
|
2117
2139
|
fill: "none",
|
|
2118
2140
|
viewBox: "0 0 24 24",
|
|
2119
2141
|
...props,
|
|
2120
|
-
children: /* @__PURE__ */ (0,
|
|
2142
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
2121
2143
|
"path",
|
|
2122
2144
|
{
|
|
2123
2145
|
fill: "currentColor",
|
|
@@ -2131,8 +2153,8 @@ var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
|
2131
2153
|
var Info_default = SvgInfo;
|
|
2132
2154
|
|
|
2133
2155
|
// src/components/Last.tsx
|
|
2134
|
-
var
|
|
2135
|
-
var SvgLast = (props) => /* @__PURE__ */ (0,
|
|
2156
|
+
var import_jsx_runtime18 = __toESM(require_jsx_runtime());
|
|
2157
|
+
var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
2136
2158
|
"svg",
|
|
2137
2159
|
{
|
|
2138
2160
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2142,14 +2164,14 @@ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
|
2142
2164
|
viewBox: "0 0 24 24",
|
|
2143
2165
|
...props,
|
|
2144
2166
|
children: [
|
|
2145
|
-
/* @__PURE__ */ (0,
|
|
2167
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
2146
2168
|
"path",
|
|
2147
2169
|
{
|
|
2148
2170
|
fill: "#212529",
|
|
2149
2171
|
d: "M17.707 16.293 13.414 12l4.293-4.293a1 1 0 0 0-1.414-1.414l-5 5a1 1 0 0 0 0 1.414l5 5a1 1 0 0 0 1.414-1.414"
|
|
2150
2172
|
}
|
|
2151
2173
|
),
|
|
2152
|
-
/* @__PURE__ */ (0,
|
|
2174
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
2153
2175
|
"path",
|
|
2154
2176
|
{
|
|
2155
2177
|
fill: "currentColor",
|
|
@@ -2162,8 +2184,8 @@ var SvgLast = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
|
2162
2184
|
var Last_default = SvgLast;
|
|
2163
2185
|
|
|
2164
2186
|
// src/components/Next.tsx
|
|
2165
|
-
var
|
|
2166
|
-
var SvgNext = (props) => /* @__PURE__ */ (0,
|
|
2187
|
+
var import_jsx_runtime19 = __toESM(require_jsx_runtime());
|
|
2188
|
+
var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
2167
2189
|
"svg",
|
|
2168
2190
|
{
|
|
2169
2191
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2172,7 +2194,7 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
|
2172
2194
|
fill: "none",
|
|
2173
2195
|
viewBox: "0 0 24 24",
|
|
2174
2196
|
...props,
|
|
2175
|
-
children: /* @__PURE__ */ (0,
|
|
2197
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
2176
2198
|
"path",
|
|
2177
2199
|
{
|
|
2178
2200
|
fill: "currentColor",
|
|
@@ -2186,8 +2208,8 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
|
2186
2208
|
var Next_default = SvgNext;
|
|
2187
2209
|
|
|
2188
2210
|
// src/components/PersonAvatar.tsx
|
|
2189
|
-
var
|
|
2190
|
-
var SvgPersonAvatar = (props) => /* @__PURE__ */ (0,
|
|
2211
|
+
var import_jsx_runtime20 = __toESM(require_jsx_runtime());
|
|
2212
|
+
var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2191
2213
|
"svg",
|
|
2192
2214
|
{
|
|
2193
2215
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2196,7 +2218,7 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
|
2196
2218
|
fill: "none",
|
|
2197
2219
|
viewBox: "0 0 24 24",
|
|
2198
2220
|
...props,
|
|
2199
|
-
children: /* @__PURE__ */ (0,
|
|
2221
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2200
2222
|
"path",
|
|
2201
2223
|
{
|
|
2202
2224
|
fill: "currentColor",
|
|
@@ -2210,8 +2232,8 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
|
2210
2232
|
var PersonAvatar_default = SvgPersonAvatar;
|
|
2211
2233
|
|
|
2212
2234
|
// src/components/Plus.tsx
|
|
2213
|
-
var
|
|
2214
|
-
var SvgPlus = (props) => /* @__PURE__ */ (0,
|
|
2235
|
+
var import_jsx_runtime21 = __toESM(require_jsx_runtime());
|
|
2236
|
+
var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2215
2237
|
"svg",
|
|
2216
2238
|
{
|
|
2217
2239
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2220,7 +2242,7 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
|
2220
2242
|
fill: "none",
|
|
2221
2243
|
viewBox: "0 0 24 24",
|
|
2222
2244
|
...props,
|
|
2223
|
-
children: /* @__PURE__ */ (0,
|
|
2245
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2224
2246
|
"path",
|
|
2225
2247
|
{
|
|
2226
2248
|
fill: "currentColor",
|
|
@@ -2234,8 +2256,8 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
|
2234
2256
|
var Plus_default = SvgPlus;
|
|
2235
2257
|
|
|
2236
2258
|
// src/components/Previous.tsx
|
|
2237
|
-
var
|
|
2238
|
-
var SvgPrevious = (props) => /* @__PURE__ */ (0,
|
|
2259
|
+
var import_jsx_runtime22 = __toESM(require_jsx_runtime());
|
|
2260
|
+
var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
2239
2261
|
"svg",
|
|
2240
2262
|
{
|
|
2241
2263
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2244,7 +2266,7 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
|
2244
2266
|
fill: "none",
|
|
2245
2267
|
viewBox: "0 0 24 24",
|
|
2246
2268
|
...props,
|
|
2247
|
-
children: /* @__PURE__ */ (0,
|
|
2269
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
2248
2270
|
"path",
|
|
2249
2271
|
{
|
|
2250
2272
|
fill: "currentColor",
|
|
@@ -2258,8 +2280,8 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
|
2258
2280
|
var Previous_default = SvgPrevious;
|
|
2259
2281
|
|
|
2260
2282
|
// src/components/Product.tsx
|
|
2261
|
-
var
|
|
2262
|
-
var SvgProduct = (props) => /* @__PURE__ */ (0,
|
|
2283
|
+
var import_jsx_runtime23 = __toESM(require_jsx_runtime());
|
|
2284
|
+
var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
2263
2285
|
"svg",
|
|
2264
2286
|
{
|
|
2265
2287
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2268,7 +2290,7 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
|
2268
2290
|
fill: "none",
|
|
2269
2291
|
viewBox: "0 0 18 20",
|
|
2270
2292
|
...props,
|
|
2271
|
-
children: /* @__PURE__ */ (0,
|
|
2293
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
2272
2294
|
"path",
|
|
2273
2295
|
{
|
|
2274
2296
|
fill: "currentColor",
|
|
@@ -2282,8 +2304,8 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
|
2282
2304
|
var Product_default = SvgProduct;
|
|
2283
2305
|
|
|
2284
2306
|
// src/components/Searchglass.tsx
|
|
2285
|
-
var
|
|
2286
|
-
var SvgSearchglass = (props) => /* @__PURE__ */ (0,
|
|
2307
|
+
var import_jsx_runtime24 = __toESM(require_jsx_runtime());
|
|
2308
|
+
var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
2287
2309
|
"svg",
|
|
2288
2310
|
{
|
|
2289
2311
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2292,7 +2314,7 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
|
2292
2314
|
fill: "none",
|
|
2293
2315
|
viewBox: "0 0 24 24",
|
|
2294
2316
|
...props,
|
|
2295
|
-
children: /* @__PURE__ */ (0,
|
|
2317
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
2296
2318
|
"path",
|
|
2297
2319
|
{
|
|
2298
2320
|
fill: "currentColor",
|
|
@@ -2306,8 +2328,8 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
|
2306
2328
|
var Searchglass_default = SvgSearchglass;
|
|
2307
2329
|
|
|
2308
2330
|
// src/components/Series.tsx
|
|
2309
|
-
var
|
|
2310
|
-
var SvgSeries = (props) => /* @__PURE__ */ (0,
|
|
2331
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime());
|
|
2332
|
+
var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
2311
2333
|
"svg",
|
|
2312
2334
|
{
|
|
2313
2335
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2316,7 +2338,7 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
|
2316
2338
|
fill: "none",
|
|
2317
2339
|
viewBox: "0 0 24 24",
|
|
2318
2340
|
...props,
|
|
2319
|
-
children: /* @__PURE__ */ (0,
|
|
2341
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
2320
2342
|
"path",
|
|
2321
2343
|
{
|
|
2322
2344
|
fill: "currentColor",
|
|
@@ -2330,8 +2352,8 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
|
2330
2352
|
var Series_default = SvgSeries;
|
|
2331
2353
|
|
|
2332
2354
|
// src/components/Settings.tsx
|
|
2333
|
-
var
|
|
2334
|
-
var SvgSettings = (props) => /* @__PURE__ */ (0,
|
|
2355
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime());
|
|
2356
|
+
var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
2335
2357
|
"svg",
|
|
2336
2358
|
{
|
|
2337
2359
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2340,7 +2362,7 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
|
2340
2362
|
fill: "none",
|
|
2341
2363
|
viewBox: "0 0 20 20",
|
|
2342
2364
|
...props,
|
|
2343
|
-
children: /* @__PURE__ */ (0,
|
|
2365
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
2344
2366
|
"path",
|
|
2345
2367
|
{
|
|
2346
2368
|
fill: "currentColor",
|
|
@@ -2354,8 +2376,8 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
|
2354
2376
|
var Settings_default = SvgSettings;
|
|
2355
2377
|
|
|
2356
2378
|
// src/components/Success.tsx
|
|
2357
|
-
var
|
|
2358
|
-
var SvgSuccess = (props) => /* @__PURE__ */ (0,
|
|
2379
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime());
|
|
2380
|
+
var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
2359
2381
|
"svg",
|
|
2360
2382
|
{
|
|
2361
2383
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2364,7 +2386,7 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
|
2364
2386
|
fill: "none",
|
|
2365
2387
|
viewBox: "0 0 24 24",
|
|
2366
2388
|
...props,
|
|
2367
|
-
children: /* @__PURE__ */ (0,
|
|
2389
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
2368
2390
|
"path",
|
|
2369
2391
|
{
|
|
2370
2392
|
fill: "currentColor",
|
|
@@ -2378,8 +2400,8 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
|
2378
2400
|
var Success_default = SvgSuccess;
|
|
2379
2401
|
|
|
2380
2402
|
// src/components/Swaporder.tsx
|
|
2381
|
-
var
|
|
2382
|
-
var SvgSwaporder = (props) => /* @__PURE__ */ (0,
|
|
2403
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime());
|
|
2404
|
+
var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
2383
2405
|
"svg",
|
|
2384
2406
|
{
|
|
2385
2407
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2388,7 +2410,7 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
|
2388
2410
|
fill: "none",
|
|
2389
2411
|
viewBox: "0 0 24 24",
|
|
2390
2412
|
...props,
|
|
2391
|
-
children: /* @__PURE__ */ (0,
|
|
2413
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
2392
2414
|
"path",
|
|
2393
2415
|
{
|
|
2394
2416
|
fill: "currentColor",
|
|
@@ -2402,8 +2424,8 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
|
2402
2424
|
var Swaporder_default = SvgSwaporder;
|
|
2403
2425
|
|
|
2404
2426
|
// src/components/Unknown.tsx
|
|
2405
|
-
var
|
|
2406
|
-
var SvgUnknown = (props) => /* @__PURE__ */ (0,
|
|
2427
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime());
|
|
2428
|
+
var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
2407
2429
|
"svg",
|
|
2408
2430
|
{
|
|
2409
2431
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2412,7 +2434,7 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
|
2412
2434
|
fill: "none",
|
|
2413
2435
|
viewBox: "0 0 24 24",
|
|
2414
2436
|
...props,
|
|
2415
|
-
children: /* @__PURE__ */ (0,
|
|
2437
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
2416
2438
|
"path",
|
|
2417
2439
|
{
|
|
2418
2440
|
fill: "currentColor",
|
|
@@ -2426,8 +2448,8 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
|
2426
2448
|
var Unknown_default = SvgUnknown;
|
|
2427
2449
|
|
|
2428
2450
|
// src/components/Users.tsx
|
|
2429
|
-
var
|
|
2430
|
-
var SvgUsers = (props) => /* @__PURE__ */ (0,
|
|
2451
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime());
|
|
2452
|
+
var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
2431
2453
|
"svg",
|
|
2432
2454
|
{
|
|
2433
2455
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2436,7 +2458,7 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
|
2436
2458
|
fill: "none",
|
|
2437
2459
|
viewBox: "0 0 24 24",
|
|
2438
2460
|
...props,
|
|
2439
|
-
children: /* @__PURE__ */ (0,
|
|
2461
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
2440
2462
|
"path",
|
|
2441
2463
|
{
|
|
2442
2464
|
fill: "currentColor",
|
|
@@ -2450,8 +2472,8 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
|
2450
2472
|
var Users_default = SvgUsers;
|
|
2451
2473
|
|
|
2452
2474
|
// src/components/Warning.tsx
|
|
2453
|
-
var
|
|
2454
|
-
var SvgWarning = (props) => /* @__PURE__ */ (0,
|
|
2475
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime());
|
|
2476
|
+
var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
2455
2477
|
"svg",
|
|
2456
2478
|
{
|
|
2457
2479
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2460,7 +2482,7 @@ var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
|
2460
2482
|
fill: "none",
|
|
2461
2483
|
viewBox: "0 0 24 24",
|
|
2462
2484
|
...props,
|
|
2463
|
-
children: /* @__PURE__ */ (0,
|
|
2485
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
2464
2486
|
"path",
|
|
2465
2487
|
{
|
|
2466
2488
|
fill: "currentColor",
|
|
@@ -2519,6 +2541,6 @@ react/cjs/react-jsx-runtime.development.js:
|
|
|
2519
2541
|
*)
|
|
2520
2542
|
*/
|
|
2521
2543
|
|
|
2522
|
-
export { Book_default as Book, Check_default as Check, Chevron_default as Chevron, Class_default as Class, Close_default as Close, Code_default as Code, Collapse_default as Collapse, Copy_default as Copy, Error_default as Error, External_default as External, Eye_default as Eye, First_default as First, Gologo_default as Gologo, Hamburger_default as Hamburger, Indeterminate_default as Indeterminate, Info_default as Info, Last_default as Last, Next_default as Next, PersonAvatar_default as PersonAvatar, Plus_default as Plus, Previous_default as Previous, Product_default as Product, Searchglass_default as Searchglass, Series_default as Series, Settings_default as Settings, Success_default as Success, Swaporder_default as Swaporder, Unknown_default as Unknown, Users_default as Users, Warning_default as Warning };
|
|
2544
|
+
export { Book_default as Book, Check_default as Check, Chevron_default as Chevron, Class_default as Class, Close_default as Close, Code_default as Code, Collapse_default as Collapse, Copy_default as Copy, Error_default as Error, External_default as External, Eye_default as Eye, Eyehide_default as Eyehide, First_default as First, Gologo_default as Gologo, Hamburger_default as Hamburger, Indeterminate_default as Indeterminate, Info_default as Info, Last_default as Last, Next_default as Next, PersonAvatar_default as PersonAvatar, Plus_default as Plus, Previous_default as Previous, Product_default as Product, Searchglass_default as Searchglass, Series_default as Series, Settings_default as Settings, Success_default as Success, Swaporder_default as Swaporder, Unknown_default as Unknown, Users_default as Users, Warning_default as Warning };
|
|
2523
2545
|
//# sourceMappingURL=index.mjs.map
|
|
2524
2546
|
//# sourceMappingURL=index.mjs.map
|