@nr1e/qwik-icons 0.0.9 → 0.0.10

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.
Files changed (37) hide show
  1. package/lib/components/icons/mdi-alert-box.qwik.cjs +16 -0
  2. package/lib/components/icons/mdi-alert-box.qwik.mjs +16 -0
  3. package/lib/components/icons/mdi-alert-circle-outline.qwik.cjs +16 -0
  4. package/lib/components/icons/mdi-alert-circle-outline.qwik.mjs +16 -0
  5. package/lib/components/icons/mdi-alert-circle.qwik.cjs +16 -0
  6. package/lib/components/icons/mdi-alert-circle.qwik.mjs +16 -0
  7. package/lib/components/icons/mdi-alert-outline.qwik.cjs +16 -0
  8. package/lib/components/icons/mdi-alert-outline.qwik.mjs +16 -0
  9. package/lib/components/icons/mdi-error.qwik.cjs +16 -0
  10. package/lib/components/icons/mdi-error.qwik.mjs +16 -0
  11. package/lib/components/icons/mdi-warning-box-outline.qwik.cjs +16 -0
  12. package/lib/components/icons/mdi-warning-box-outline.qwik.mjs +16 -0
  13. package/lib/components/icons/mdi-warning-box.qwik.cjs +16 -0
  14. package/lib/components/icons/mdi-warning-box.qwik.mjs +16 -0
  15. package/lib/components/icons/mdi-warning-circle-outline.qwik.cjs +16 -0
  16. package/lib/components/icons/mdi-warning-circle-outline.qwik.mjs +16 -0
  17. package/lib/components/icons/mdi-warning-circle.qwik.cjs +16 -0
  18. package/lib/components/icons/mdi-warning-circle.qwik.mjs +16 -0
  19. package/lib/components/icons/mdi-warning-outline.qwik.cjs +16 -0
  20. package/lib/components/icons/mdi-warning-outline.qwik.mjs +16 -0
  21. package/lib/components/icons/mdi-warning.qwik.cjs +16 -0
  22. package/lib/components/icons/mdi-warning.qwik.mjs +16 -0
  23. package/lib/index.qwik.cjs +22 -0
  24. package/lib/index.qwik.mjs +22 -0
  25. package/lib-types/components/icons/mdi-alert-box.d.ts +2 -0
  26. package/lib-types/components/icons/mdi-alert-circle-outline.d.ts +2 -0
  27. package/lib-types/components/icons/mdi-alert-circle.d.ts +2 -0
  28. package/lib-types/components/icons/mdi-alert-outline.d.ts +2 -0
  29. package/lib-types/components/icons/mdi-error.d.ts +2 -0
  30. package/lib-types/components/icons/mdi-warning-box-outline.d.ts +2 -0
  31. package/lib-types/components/icons/mdi-warning-box.d.ts +2 -0
  32. package/lib-types/components/icons/mdi-warning-circle-outline.d.ts +2 -0
  33. package/lib-types/components/icons/mdi-warning-circle.d.ts +2 -0
  34. package/lib-types/components/icons/mdi-warning-outline.d.ts +2 -0
  35. package/lib-types/components/icons/mdi-warning.d.ts +2 -0
  36. package/lib-types/index.d.ts +11 -0
  37. package/package.json +1 -1
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiAlertBox = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m8 10V7h-2v6zm0 4v-2h-2v2z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiAlertBox = MdiAlertBox;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiAlertBox = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m8 10V7h-2v6zm0 4v-2h-2v2z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiAlertBox
16
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiAlertCircleOutline = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M11 15h2v2h-2zm0-8h2v6h-2zm1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiAlertCircleOutline = MdiAlertCircleOutline;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiAlertCircleOutline = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M11 15h2v2h-2zm0-8h2v6h-2zm1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiAlertCircleOutline
16
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiAlertCircle = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M13 13h-2V7h2m0 10h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiAlertCircle = MdiAlertCircle;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiAlertCircle = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M13 13h-2V7h2m0 10h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiAlertCircle
16
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiAlertOutline = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M12 2L1 21h22M12 6l7.53 13H4.47M11 10v4h2v-4m-2 6v2h2v-2"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiAlertOutline = MdiAlertOutline;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiAlertOutline = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M12 2L1 21h22M12 6l7.53 13H4.47M11 10v4h2v-4m-2 6v2h2v-2"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiAlertOutline
16
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiError = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M13 13h-2V7h2m0 10h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiError = MdiError;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiError = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M13 13h-2V7h2m0 10h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiError
16
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiWarningBoxOutline = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M19 19H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-8 12h2v2h-2zm0-8h2v6h-2z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiWarningBoxOutline = MdiWarningBoxOutline;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiWarningBoxOutline = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M19 19H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-8 12h2v2h-2zm0-8h2v6h-2z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiWarningBoxOutline
16
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiWarningBox = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m8 10V7h-2v6zm0 4v-2h-2v2z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiWarningBox = MdiWarningBox;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiWarningBox = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m8 10V7h-2v6zm0 4v-2h-2v2z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiWarningBox
16
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiWarningCircleOutline = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M11 15h2v2h-2zm0-8h2v6h-2zm1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiWarningCircleOutline = MdiWarningCircleOutline;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiWarningCircleOutline = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M11 15h2v2h-2zm0-8h2v6h-2zm1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiWarningCircleOutline
16
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiWarningCircle = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M13 13h-2V7h2m0 10h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiWarningCircle = MdiWarningCircle;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiWarningCircle = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M13 13h-2V7h2m0 10h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiWarningCircle
16
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiWarningOutline = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M12 2L1 21h22M12 6l7.53 13H4.47M11 10v4h2v-4m-2 6v2h2v-2"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiWarningOutline = MdiWarningOutline;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiWarningOutline = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M12 2L1 21h22M12 6l7.53 13H4.47M11 10v4h2v-4m-2 6v2h2v-2"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiWarningOutline
16
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiWarning = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M13 14h-2V9h2m0 9h-2v-2h2M1 21h22L12 2z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiWarning = MdiWarning;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiWarning = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M13 14h-2V9h2m0 9h-2v-2h2M1 21h22L12 2z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiWarning
16
+ };
@@ -5,7 +5,11 @@ const mdiAddCircle = require("./components/icons/mdi-add-circle.qwik.cjs");
5
5
  const mdiAddCircleOutline = require("./components/icons/mdi-add-circle-outline.qwik.cjs");
6
6
  const mdiAirHorn = require("./components/icons/mdi-air-horn.qwik.cjs");
7
7
  const mdiAlert = require("./components/icons/mdi-alert.qwik.cjs");
8
+ const mdiAlertBox = require("./components/icons/mdi-alert-box.qwik.cjs");
8
9
  const mdiAlertBoxOutline = require("./components/icons/mdi-alert-box-outline.qwik.cjs");
10
+ const mdiAlertCircle = require("./components/icons/mdi-alert-circle.qwik.cjs");
11
+ const mdiAlertCircleOutline = require("./components/icons/mdi-alert-circle-outline.qwik.cjs");
12
+ const mdiAlertOutline = require("./components/icons/mdi-alert-outline.qwik.cjs");
9
13
  const mdiArrowBackCircle = require("./components/icons/mdi-arrow-back-circle.qwik.cjs");
10
14
  const mdiArrowForwardCircle = require("./components/icons/mdi-arrow-forward-circle.qwik.cjs");
11
15
  const mdiBank = require("./components/icons/mdi-bank.qwik.cjs");
@@ -32,6 +36,7 @@ const mdiDownload = require("./components/icons/mdi-download.qwik.cjs");
32
36
  const mdiEmail = require("./components/icons/mdi-email.qwik.cjs");
33
37
  const mdiEmailOutline = require("./components/icons/mdi-email-outline.qwik.cjs");
34
38
  const mdiEmoticonDevil = require("./components/icons/mdi-emoticon-devil.qwik.cjs");
39
+ const mdiError = require("./components/icons/mdi-error.qwik.cjs");
35
40
  const mdiErrorOutline = require("./components/icons/mdi-error-outline.qwik.cjs");
36
41
  const mdiGearOutline = require("./components/icons/mdi-gear-outline.qwik.cjs");
37
42
  const mdiGmail = require("./components/icons/mdi-gmail.qwik.cjs");
@@ -65,6 +70,12 @@ const mdiSecureOutline = require("./components/icons/mdi-secure-outline.qwik.cjs
65
70
  const mdiUser = require("./components/icons/mdi-user.qwik.cjs");
66
71
  const mdiUserOutline = require("./components/icons/mdi-user-outline.qwik.cjs");
67
72
  const mdiUsersOutline = require("./components/icons/mdi-users-outline.qwik.cjs");
73
+ const mdiWarning = require("./components/icons/mdi-warning.qwik.cjs");
74
+ const mdiWarningBox = require("./components/icons/mdi-warning-box.qwik.cjs");
75
+ const mdiWarningBoxOutline = require("./components/icons/mdi-warning-box-outline.qwik.cjs");
76
+ const mdiWarningCircle = require("./components/icons/mdi-warning-circle.qwik.cjs");
77
+ const mdiWarningCircleOutline = require("./components/icons/mdi-warning-circle-outline.qwik.cjs");
78
+ const mdiWarningOutline = require("./components/icons/mdi-warning-outline.qwik.cjs");
68
79
  const mdiWrenchOutline = require("./components/icons/mdi-wrench-outline.qwik.cjs");
69
80
  const logosGoogleIcon = require("./components/icons/logos-google-icon.qwik.cjs");
70
81
  const logosMicrosoftIcon = require("./components/icons/logos-microsoft-icon.qwik.cjs");
@@ -98,7 +109,11 @@ exports.MdiAddCircle = mdiAddCircle.MdiAddCircle;
98
109
  exports.MdiAddCircleOutline = mdiAddCircleOutline.MdiAddCircleOutline;
99
110
  exports.MdiAirHorn = mdiAirHorn.MdiAirHorn;
100
111
  exports.MdiAlert = mdiAlert.MdiAlert;
112
+ exports.MdiAlertBox = mdiAlertBox.MdiAlertBox;
101
113
  exports.MdiAlertBoxOutline = mdiAlertBoxOutline.MdiAlertBoxOutline;
114
+ exports.MdiAlertCircle = mdiAlertCircle.MdiAlertCircle;
115
+ exports.MdiAlertCircleOutline = mdiAlertCircleOutline.MdiAlertCircleOutline;
116
+ exports.MdiAlertOutline = mdiAlertOutline.MdiAlertOutline;
102
117
  exports.MdiArrowBackCircle = mdiArrowBackCircle.MdiArrowBackCircle;
103
118
  exports.MdiArrowForwardCircle = mdiArrowForwardCircle.MdiArrowForwardCircle;
104
119
  exports.MdiBank = mdiBank.MdiBank;
@@ -125,6 +140,7 @@ exports.MdiDownload = mdiDownload.MdiDownload;
125
140
  exports.MdiEmail = mdiEmail.MdiEmail;
126
141
  exports.MdiEmailOutline = mdiEmailOutline.MdiEmailOutline;
127
142
  exports.MdiEmoticonDevil = mdiEmoticonDevil.MdiEmoticonDevil;
143
+ exports.MdiError = mdiError.MdiError;
128
144
  exports.MdiErrorOutline = mdiErrorOutline.MdiErrorOutline;
129
145
  exports.MdiGearOutline = mdiGearOutline.MdiGearOutline;
130
146
  exports.MdiGmail = mdiGmail.MdiGmail;
@@ -158,6 +174,12 @@ exports.MdiSecureOutline = mdiSecureOutline.MdiSecureOutline;
158
174
  exports.MdiUser = mdiUser.MdiUser;
159
175
  exports.MdiUserOutline = mdiUserOutline.MdiUserOutline;
160
176
  exports.MdiUsersOutline = mdiUsersOutline.MdiUsersOutline;
177
+ exports.MdiWarning = mdiWarning.MdiWarning;
178
+ exports.MdiWarningBox = mdiWarningBox.MdiWarningBox;
179
+ exports.MdiWarningBoxOutline = mdiWarningBoxOutline.MdiWarningBoxOutline;
180
+ exports.MdiWarningCircle = mdiWarningCircle.MdiWarningCircle;
181
+ exports.MdiWarningCircleOutline = mdiWarningCircleOutline.MdiWarningCircleOutline;
182
+ exports.MdiWarningOutline = mdiWarningOutline.MdiWarningOutline;
161
183
  exports.MdiWrenchOutline = mdiWrenchOutline.MdiWrenchOutline;
162
184
  exports.LogosGoogleIcon = logosGoogleIcon.LogosGoogleIcon;
163
185
  exports.LogosMicrosoftIcon = logosMicrosoftIcon.LogosMicrosoftIcon;
@@ -3,7 +3,11 @@ import { MdiAddCircle } from "./components/icons/mdi-add-circle.qwik.mjs";
3
3
  import { MdiAddCircleOutline } from "./components/icons/mdi-add-circle-outline.qwik.mjs";
4
4
  import { MdiAirHorn } from "./components/icons/mdi-air-horn.qwik.mjs";
5
5
  import { MdiAlert } from "./components/icons/mdi-alert.qwik.mjs";
6
+ import { MdiAlertBox } from "./components/icons/mdi-alert-box.qwik.mjs";
6
7
  import { MdiAlertBoxOutline } from "./components/icons/mdi-alert-box-outline.qwik.mjs";
8
+ import { MdiAlertCircle } from "./components/icons/mdi-alert-circle.qwik.mjs";
9
+ import { MdiAlertCircleOutline } from "./components/icons/mdi-alert-circle-outline.qwik.mjs";
10
+ import { MdiAlertOutline } from "./components/icons/mdi-alert-outline.qwik.mjs";
7
11
  import { MdiArrowBackCircle } from "./components/icons/mdi-arrow-back-circle.qwik.mjs";
8
12
  import { MdiArrowForwardCircle } from "./components/icons/mdi-arrow-forward-circle.qwik.mjs";
9
13
  import { MdiBank } from "./components/icons/mdi-bank.qwik.mjs";
@@ -30,6 +34,7 @@ import { MdiDownload } from "./components/icons/mdi-download.qwik.mjs";
30
34
  import { MdiEmail } from "./components/icons/mdi-email.qwik.mjs";
31
35
  import { MdiEmailOutline } from "./components/icons/mdi-email-outline.qwik.mjs";
32
36
  import { MdiEmoticonDevil } from "./components/icons/mdi-emoticon-devil.qwik.mjs";
37
+ import { MdiError } from "./components/icons/mdi-error.qwik.mjs";
33
38
  import { MdiErrorOutline } from "./components/icons/mdi-error-outline.qwik.mjs";
34
39
  import { MdiGearOutline } from "./components/icons/mdi-gear-outline.qwik.mjs";
35
40
  import { MdiGmail } from "./components/icons/mdi-gmail.qwik.mjs";
@@ -63,6 +68,12 @@ import { MdiSecureOutline } from "./components/icons/mdi-secure-outline.qwik.mjs
63
68
  import { MdiUser } from "./components/icons/mdi-user.qwik.mjs";
64
69
  import { MdiUserOutline } from "./components/icons/mdi-user-outline.qwik.mjs";
65
70
  import { MdiUsersOutline } from "./components/icons/mdi-users-outline.qwik.mjs";
71
+ import { MdiWarning } from "./components/icons/mdi-warning.qwik.mjs";
72
+ import { MdiWarningBox } from "./components/icons/mdi-warning-box.qwik.mjs";
73
+ import { MdiWarningBoxOutline } from "./components/icons/mdi-warning-box-outline.qwik.mjs";
74
+ import { MdiWarningCircle } from "./components/icons/mdi-warning-circle.qwik.mjs";
75
+ import { MdiWarningCircleOutline } from "./components/icons/mdi-warning-circle-outline.qwik.mjs";
76
+ import { MdiWarningOutline } from "./components/icons/mdi-warning-outline.qwik.mjs";
66
77
  import { MdiWrenchOutline } from "./components/icons/mdi-wrench-outline.qwik.mjs";
67
78
  import { LogosGoogleIcon } from "./components/icons/logos-google-icon.qwik.mjs";
68
79
  import { LogosMicrosoftIcon } from "./components/icons/logos-microsoft-icon.qwik.mjs";
@@ -121,7 +132,11 @@ export {
121
132
  MdiAddCircleOutline,
122
133
  MdiAirHorn,
123
134
  MdiAlert,
135
+ MdiAlertBox,
124
136
  MdiAlertBoxOutline,
137
+ MdiAlertCircle,
138
+ MdiAlertCircleOutline,
139
+ MdiAlertOutline,
125
140
  MdiArrowBackCircle,
126
141
  MdiArrowForwardCircle,
127
142
  MdiBank,
@@ -148,6 +163,7 @@ export {
148
163
  MdiEmail,
149
164
  MdiEmailOutline,
150
165
  MdiEmoticonDevil,
166
+ MdiError,
151
167
  MdiErrorOutline,
152
168
  MdiGearOutline,
153
169
  MdiGmail,
@@ -181,6 +197,12 @@ export {
181
197
  MdiUser,
182
198
  MdiUserOutline,
183
199
  MdiUsersOutline,
200
+ MdiWarning,
201
+ MdiWarningBox,
202
+ MdiWarningBoxOutline,
203
+ MdiWarningCircle,
204
+ MdiWarningCircleOutline,
205
+ MdiWarningOutline,
184
206
  MdiWrenchOutline,
185
207
  PlaidIconBw,
186
208
  PlaidLogoBw,
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiAlertBox: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiAlertCircleOutline: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiAlertCircle: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiAlertOutline: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiError: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiWarningBoxOutline: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiWarningBox: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiWarningCircleOutline: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiWarningCircle: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiWarningOutline: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiWarning: import("@builder.io/qwik").Component<IconProps>;
@@ -3,7 +3,11 @@ export * from './components/icons/mdi-add-circle';
3
3
  export * from './components/icons/mdi-add-circle-outline';
4
4
  export * from './components/icons/mdi-air-horn';
5
5
  export * from './components/icons/mdi-alert';
6
+ export * from './components/icons/mdi-alert-box';
6
7
  export * from './components/icons/mdi-alert-box-outline';
8
+ export * from './components/icons/mdi-alert-circle';
9
+ export * from './components/icons/mdi-alert-circle-outline';
10
+ export * from './components/icons/mdi-alert-outline';
7
11
  export * from './components/icons/mdi-arrow-back-circle';
8
12
  export * from './components/icons/mdi-arrow-forward-circle';
9
13
  export * from './components/icons/mdi-bank';
@@ -30,6 +34,7 @@ export * from './components/icons/mdi-download';
30
34
  export * from './components/icons/mdi-email';
31
35
  export * from './components/icons/mdi-email-outline';
32
36
  export * from './components/icons/mdi-emoticon-devil';
37
+ export * from './components/icons/mdi-error';
33
38
  export * from './components/icons/mdi-error-outline';
34
39
  export * from './components/icons/mdi-gear-outline';
35
40
  export * from './components/icons/mdi-gmail';
@@ -63,6 +68,12 @@ export * from './components/icons/mdi-secure-outline';
63
68
  export * from './components/icons/mdi-user';
64
69
  export * from './components/icons/mdi-user-outline';
65
70
  export * from './components/icons/mdi-users-outline';
71
+ export * from './components/icons/mdi-warning';
72
+ export * from './components/icons/mdi-warning-box';
73
+ export * from './components/icons/mdi-warning-box-outline';
74
+ export * from './components/icons/mdi-warning-circle';
75
+ export * from './components/icons/mdi-warning-circle-outline';
76
+ export * from './components/icons/mdi-warning-outline';
66
77
  export * from './components/icons/mdi-wrench-outline';
67
78
  export * from './components/icons/logos-google-icon';
68
79
  export * from './components/icons/logos-microsoft-icon';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nr1e/qwik-icons",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "NR1E Qwik Icons Library",
5
5
  "author": "NR1E, Inc.",
6
6
  "publishConfig": {