konsolpro-custom-ui 0.0.353 → 0.0.356
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.
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var i = Object.defineProperty;
|
|
2
|
+
var o = Object.getOwnPropertySymbols;
|
|
3
|
+
var l = Object.prototype.hasOwnProperty, m = Object.prototype.propertyIsEnumerable;
|
|
4
|
+
var r = (e, C, t) => C in e ? i(e, C, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[C] = t, n = (e, C) => {
|
|
5
|
+
for (var t in C || (C = {}))
|
|
6
|
+
l.call(C, t) && r(e, t, C[t]);
|
|
7
|
+
if (o)
|
|
8
|
+
for (var t of o(C))
|
|
9
|
+
m.call(C, t) && r(e, t, C[t]);
|
|
10
|
+
return e;
|
|
11
|
+
};
|
|
12
|
+
import * as a from "react";
|
|
13
|
+
import { forwardRef as c } from "react";
|
|
14
|
+
const f = (e, C) => /* @__PURE__ */ a.createElement("svg", n({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: C }, e), /* @__PURE__ */ a.createElement("path", { d: "M8 13H16C16.2833 13 16.5208 12.9042 16.7125 12.7125C16.9042 12.5208 17 12.2833 17 12C17 11.7167 16.9042 11.4792 16.7125 11.2875C16.5208 11.0958 16.2833 11 16 11H8C7.71667 11 7.47917 11.0958 7.2875 11.2875C7.09583 11.4792 7 11.7167 7 12C7 12.2833 7.09583 12.5208 7.2875 12.7125C7.47917 12.9042 7.71667 13 8 13ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z", fill: "currentColor", fillOpacity: 0.45 })), p = c(f);
|
|
15
|
+
export {
|
|
16
|
+
p as ReactComponent
|
|
17
|
+
};
|
package/dist/lib/icon/icons.js
CHANGED
|
@@ -349,6 +349,9 @@ const u = {
|
|
|
349
349
|
})),
|
|
350
350
|
StatisticIcon: n(() => o(null, null, function* () {
|
|
351
351
|
return import("../../chunks/statistic-icon-mhqUxTDv.js");
|
|
352
|
+
})),
|
|
353
|
+
DontDisturbIcon: n(() => o(null, null, function* () {
|
|
354
|
+
return import("../../chunks/dont-disturb-o1xt1TeU.js");
|
|
352
355
|
}))
|
|
353
356
|
};
|
|
354
357
|
export {
|
|
@@ -102,5 +102,6 @@ export declare const icons: {
|
|
|
102
102
|
FileErrorIcon: import('react').LazyExoticComponent<import('react').ComponentType<import('react').SVGProps<SVGSVGElement>>>;
|
|
103
103
|
ShieldIcon: import('react').LazyExoticComponent<import('react').ComponentType<import('react').SVGProps<SVGSVGElement>>>;
|
|
104
104
|
StatisticIcon: import('react').LazyExoticComponent<import('react').ComponentType<import('react').SVGProps<SVGSVGElement>>>;
|
|
105
|
+
DontDisturbIcon: import('react').LazyExoticComponent<import('react').ComponentType<import('react').SVGProps<SVGSVGElement>>>;
|
|
105
106
|
};
|
|
106
107
|
export type IconName = keyof typeof icons;
|