nntc-ui 0.0.31 → 0.0.32
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/{chunk-NC6VQ3XA.js → chunk-EOYCTU5A.js} +15 -9
- package/icons/index.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
|
@@ -103,7 +103,13 @@ var FilterClearIcon = (props) => /* @__PURE__ */ jsxs(Icon, { ...props, children
|
|
|
103
103
|
|
|
104
104
|
// src/icons/InfoIcon.tsx
|
|
105
105
|
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
106
|
-
var InfoIcon = (props) => /* @__PURE__ */ jsx20(Icon, { ...props, children: /* @__PURE__ */ jsx20(
|
|
106
|
+
var InfoIcon = (props) => /* @__PURE__ */ jsx20(Icon, { ...props, children: /* @__PURE__ */ jsx20(
|
|
107
|
+
"path",
|
|
108
|
+
{
|
|
109
|
+
d: `M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10
|
|
110
|
+
10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z`
|
|
111
|
+
}
|
|
112
|
+
) });
|
|
107
113
|
|
|
108
114
|
// src/icons/KeyboardArrowDownIcon.tsx
|
|
109
115
|
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
@@ -183,14 +189,14 @@ var ExportTableIcon = (props) => /* @__PURE__ */ jsx36(Icon, { ...props, childre
|
|
|
183
189
|
"path",
|
|
184
190
|
{
|
|
185
191
|
fill: "currentColor",
|
|
186
|
-
d: `
|
|
187
|
-
0-1.412-.587A1.93 1.93 0 0 1
|
|
188
|
-
1.93 0 0 1
|
|
189
|
-
0 0-.975-.387A6 6 0 0 0
|
|
190
|
-
1.05.163.5.388.95zm0-
|
|
191
|
-
|
|
192
|
-
14q-2.075 0-3.537-1.
|
|
193
|
-
|
|
192
|
+
d: `m16.2 20.5 2.8-2.8V20h1v-4h-4v1h2.3l-2.8 2.8zM5 21q-.824
|
|
193
|
+
0-1.412-.587A1.93 1.93 0 0 1 3 19V5Q3 4.176 3.588 3.588A1.93
|
|
194
|
+
1.93 0 0 1 5 3h14q.824 0 1.413.588Q21 4.175 21 5v6.7a8 8 0
|
|
195
|
+
0 0-.975-.387A6 6 0 0 0 19 11.075V5H5v14h6.05q.076.55.237
|
|
196
|
+
1.05.163.5.388.95zm0-3v1V5v8.075V11zm2-1h4.075q.076-.525.238-1.025T11.675
|
|
197
|
+
15H7zm0-4h6.1q.8-.75 1.787-1.25A7 7 0 0 1 17 11.075V11H7zm0-4h10V7H7zm15
|
|
198
|
+
14q-2.075 0-3.537-1.462Q13 20.074 13 18q0-2.075 1.463-3.537Q15.926 13
|
|
199
|
+
18 13q2.075 0 3.538 1.463T23 18t-1.462 3.538Q20.074 23 18 23`
|
|
194
200
|
}
|
|
195
201
|
) });
|
|
196
202
|
|
package/icons/index.js
CHANGED
package/index.js
CHANGED