@nr1e/qwik-icons 0.0.9 → 0.0.11
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/lib/components/icons/mdi-alert-box.qwik.cjs +16 -0
- package/lib/components/icons/mdi-alert-box.qwik.mjs +16 -0
- package/lib/components/icons/mdi-alert-circle-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-alert-circle-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-alert-circle.qwik.cjs +16 -0
- package/lib/components/icons/mdi-alert-circle.qwik.mjs +16 -0
- package/lib/components/icons/mdi-alert-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-alert-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-error.qwik.cjs +16 -0
- package/lib/components/icons/mdi-error.qwik.mjs +16 -0
- package/lib/components/icons/mdi-information-box-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-information-box-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-information-box.qwik.cjs +16 -0
- package/lib/components/icons/mdi-information-box.qwik.mjs +16 -0
- package/lib/components/icons/mdi-information-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-information-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-information-slab-circle-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-information-slab-circle-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-information-slab-circle.qwik.cjs +16 -0
- package/lib/components/icons/mdi-information-slab-circle.qwik.mjs +16 -0
- package/lib/components/icons/mdi-information-variant-box.qwik.cjs +16 -0
- package/lib/components/icons/mdi-information-variant-box.qwik.mjs +16 -0
- package/lib/components/icons/mdi-information-variant-circle-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-information-variant-circle-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-information-variant-circle.qwik.cjs +16 -0
- package/lib/components/icons/mdi-information-variant-circle.qwik.mjs +16 -0
- package/lib/components/icons/mdi-information.qwik.cjs +16 -0
- package/lib/components/icons/mdi-information.qwik.mjs +16 -0
- package/lib/components/icons/mdi-warning-box-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-warning-box-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-warning-box.qwik.cjs +16 -0
- package/lib/components/icons/mdi-warning-box.qwik.mjs +16 -0
- package/lib/components/icons/mdi-warning-circle-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-warning-circle-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-warning-circle.qwik.cjs +16 -0
- package/lib/components/icons/mdi-warning-circle.qwik.mjs +16 -0
- package/lib/components/icons/mdi-warning-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-warning-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-warning.qwik.cjs +16 -0
- package/lib/components/icons/mdi-warning.qwik.mjs +16 -0
- package/lib/index.qwik.cjs +40 -0
- package/lib/index.qwik.mjs +40 -0
- package/lib-types/components/icons/mdi-alert-box.d.ts +2 -0
- package/lib-types/components/icons/mdi-alert-circle-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-alert-circle.d.ts +2 -0
- package/lib-types/components/icons/mdi-alert-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-error.d.ts +2 -0
- package/lib-types/components/icons/mdi-information-box-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-information-box.d.ts +2 -0
- package/lib-types/components/icons/mdi-information-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-information-slab-circle-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-information-slab-circle.d.ts +2 -0
- package/lib-types/components/icons/mdi-information-variant-box.d.ts +2 -0
- package/lib-types/components/icons/mdi-information-variant-circle-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-information-variant-circle.d.ts +2 -0
- package/lib-types/components/icons/mdi-information.d.ts +2 -0
- package/lib-types/components/icons/mdi-warning-box-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-warning-box.d.ts +2 -0
- package/lib-types/components/icons/mdi-warning-circle-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-warning-circle.d.ts +2 -0
- package/lib-types/components/icons/mdi-warning-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-warning.d.ts +2 -0
- package/lib-types/index.d.ts +20 -0
- 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 MdiInformationBoxOutline = 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 9h-2V7h2zm0 8h-2v-6h2zM5 3h14a2 2 0 0 1 2 2v14c0 .53-.21 1.04-.59 1.41c-.37.38-.88.59-1.41.59H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.11.89-2 2-2m14 16V5H5v14z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInformationBoxOutline = MdiInformationBoxOutline;
|
|
@@ -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 MdiInformationBoxOutline = 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 9h-2V7h2zm0 8h-2v-6h2zM5 3h14a2 2 0 0 1 2 2v14c0 .53-.21 1.04-.59 1.41c-.37.38-.88.59-1.41.59H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.11.89-2 2-2m14 16V5H5v14z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInformationBoxOutline
|
|
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 MdiInformationBox = 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 2v14c0 .53-.21 1.04-.59 1.41c-.37.38-.88.59-1.41.59H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.11.89-2 2-2m8 6V7h-2v2zm0 8v-6h-2v6z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInformationBox = MdiInformationBox;
|
|
@@ -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 MdiInformationBox = 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 2v14c0 .53-.21 1.04-.59 1.41c-.37.38-.88.59-1.41.59H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.11.89-2 2-2m8 6V7h-2v2zm0 8v-6h-2v6z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInformationBox
|
|
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 MdiInformationOutline = 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 9h2V7h-2m1 13c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m-1 15h2v-6h-2z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInformationOutline = MdiInformationOutline;
|
|
@@ -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 MdiInformationOutline = 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 9h2V7h-2m1 13c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m-1 15h2v-6h-2z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInformationOutline
|
|
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 MdiInformationSlabCircleOutline = 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 7v2h2V7zm3 10v-2h-1v-4h-3v2h1v2h-1v2zm8-5c0 5.5-4.5 10-10 10S2 17.5 2 12S6.5 2 12 2s10 4.5 10 10m-2 0c0-4.42-3.58-8-8-8s-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInformationSlabCircleOutline = MdiInformationSlabCircleOutline;
|
|
@@ -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 MdiInformationSlabCircleOutline = 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 7v2h2V7zm3 10v-2h-1v-4h-3v2h1v2h-1v2zm8-5c0 5.5-4.5 10-10 10S2 17.5 2 12S6.5 2 12 2s10 4.5 10 10m-2 0c0-4.42-3.58-8-8-8s-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInformationSlabCircleOutline
|
|
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 MdiInformationSlabCircle = 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 22c5.5 0 10-4.5 10-10S17.5 2 12 2S2 6.5 2 12s4.5 10 10 10M11 7h2v2h-2zm3 10h-4v-2h1v-2h-1v-2h3v4h1z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInformationSlabCircle = MdiInformationSlabCircle;
|
|
@@ -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 MdiInformationSlabCircle = 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 22c5.5 0 10-4.5 10-10S17.5 2 12 2S2 6.5 2 12s4.5 10 10 10M11 7h2v2h-2zm3 10h-4v-2h1v-2h-1v-2h3v4h1z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInformationSlabCircle
|
|
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 MdiInformationVariantBox = 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 2v14c0 .53-.21 1.04-.59 1.41c-.37.38-.88.59-1.41.59H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.11.89-2 2-2m7.3 4.29c-.19.21-.3.45-.3.71c0 .27.11.5.3.71c.2.19.44.29.7.29c.27 0 .5-.1.71-.29c.19-.21.29-.44.29-.71c0-.26-.1-.5-.29-.71C13.5 7.11 13.27 7 13 7c-.26 0-.5.11-.7.29m-2.5 4.68c-.1.09-.1.1-.03.2l.05.08l.03.06c.07.13.08.13.19.05c.13-.09.35-.23.72-.45c.92-.59.74.09.33 1.59c-.22.83-.5 1.89-.71 3.12c-.24 1.75 1.33.85 1.74.58c.38-.24 1.32-.9 1.54-1.05l.04-.02c.12-.09.07-.13-.02-.27l-.06-.08c-.08-.11-.16-.03-.16-.03l-.16.11c-.45.3-1.07.73-1.17.39c-.09-.25.28-1.61.66-3c.17-.61.34-1.25.47-1.78l.02-.06c.07-.44.22-1.29-.51-1.23c-.8.07-2.97 1.79-2.97 1.79"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInformationVariantBox = MdiInformationVariantBox;
|
|
@@ -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 MdiInformationVariantBox = 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 2v14c0 .53-.21 1.04-.59 1.41c-.37.38-.88.59-1.41.59H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.11.89-2 2-2m7.3 4.29c-.19.21-.3.45-.3.71c0 .27.11.5.3.71c.2.19.44.29.7.29c.27 0 .5-.1.71-.29c.19-.21.29-.44.29-.71c0-.26-.1-.5-.29-.71C13.5 7.11 13.27 7 13 7c-.26 0-.5.11-.7.29m-2.5 4.68c-.1.09-.1.1-.03.2l.05.08l.03.06c.07.13.08.13.19.05c.13-.09.35-.23.72-.45c.92-.59.74.09.33 1.59c-.22.83-.5 1.89-.71 3.12c-.24 1.75 1.33.85 1.74.58c.38-.24 1.32-.9 1.54-1.05l.04-.02c.12-.09.07-.13-.02-.27l-.06-.08c-.08-.11-.16-.03-.16-.03l-.16.11c-.45.3-1.07.73-1.17.39c-.09-.25.28-1.61.66-3c.17-.61.34-1.25.47-1.78l.02-.06c.07-.44.22-1.29-.51-1.23c-.8.07-2.97 1.79-2.97 1.79"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInformationVariantBox
|
|
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 MdiInformationVariantCircleOutline = 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.3 7.29c.2-.18.44-.29.7-.29c.27 0 .5.11.71.29c.19.21.29.45.29.71c0 .27-.1.5-.29.71c-.21.19-.44.29-.71.29c-.26 0-.5-.1-.7-.29c-.19-.21-.3-.44-.3-.71c0-.26.11-.5.3-.71m-2.5 4.68s2.17-1.72 2.96-1.79c.74-.06.59.79.52 1.23l-.01.06c-.14.53-.31 1.17-.48 1.78c-.38 1.39-.75 2.75-.66 3c.1.34.72-.09 1.17-.39c.06-.04.11-.08.16-.11c0 0 .08-.08.16.03c.02.03.04.06.06.08c.09.14.14.19.02.27l-.04.02c-.22.15-1.16.81-1.54 1.05c-.41.27-1.98 1.17-1.74-.58c.21-1.23.49-2.29.71-3.12c.41-1.5.59-2.18-.33-1.59c-.37.22-.59.36-.72.45c-.11.08-.12.08-.19-.05l-.03-.06l-.05-.08c-.07-.1-.07-.11.03-.2M22 12c0 5.5-4.5 10-10 10S2 17.5 2 12S6.5 2 12 2s10 4.5 10 10m-2 0c0-4.42-3.58-8-8-8s-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInformationVariantCircleOutline = MdiInformationVariantCircleOutline;
|
|
@@ -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 MdiInformationVariantCircleOutline = 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.3 7.29c.2-.18.44-.29.7-.29c.27 0 .5.11.71.29c.19.21.29.45.29.71c0 .27-.1.5-.29.71c-.21.19-.44.29-.71.29c-.26 0-.5-.1-.7-.29c-.19-.21-.3-.44-.3-.71c0-.26.11-.5.3-.71m-2.5 4.68s2.17-1.72 2.96-1.79c.74-.06.59.79.52 1.23l-.01.06c-.14.53-.31 1.17-.48 1.78c-.38 1.39-.75 2.75-.66 3c.1.34.72-.09 1.17-.39c.06-.04.11-.08.16-.11c0 0 .08-.08.16.03c.02.03.04.06.06.08c.09.14.14.19.02.27l-.04.02c-.22.15-1.16.81-1.54 1.05c-.41.27-1.98 1.17-1.74-.58c.21-1.23.49-2.29.71-3.12c.41-1.5.59-2.18-.33-1.59c-.37.22-.59.36-.72.45c-.11.08-.12.08-.19-.05l-.03-.06l-.05-.08c-.07-.1-.07-.11.03-.2M22 12c0 5.5-4.5 10-10 10S2 17.5 2 12S6.5 2 12 2s10 4.5 10 10m-2 0c0-4.42-3.58-8-8-8s-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInformationVariantCircleOutline
|
|
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 MdiInformationVariantCircle = 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 22c5.5 0 10-4.5 10-10S17.5 2 12 2S2 6.5 2 12s4.5 10 10 10m.3-14.71c.2-.18.44-.29.7-.29c.27 0 .5.11.71.29c.19.21.29.45.29.71c0 .27-.1.5-.29.71c-.21.19-.44.29-.71.29c-.26 0-.5-.1-.7-.29c-.19-.21-.3-.44-.3-.71c0-.26.11-.5.3-.71m-2.5 4.68s2.17-1.72 2.96-1.79c.74-.06.59.79.52 1.23l-.01.06c-.14.53-.31 1.17-.48 1.78c-.38 1.39-.75 2.75-.66 3c.1.34.72-.09 1.17-.39c.06-.04.11-.08.16-.11c0 0 .08-.08.16.03c.02.03.04.06.06.08c.09.14.14.19.02.27l-.04.02c-.22.15-1.16.81-1.54 1.05c-.41.27-1.98 1.17-1.74-.58c.21-1.23.49-2.29.71-3.12c.41-1.5.59-2.18-.33-1.59c-.37.22-.59.36-.72.45c-.11.08-.12.08-.19-.05l-.03-.06l-.05-.08c-.07-.1-.07-.11.03-.2"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInformationVariantCircle = MdiInformationVariantCircle;
|
|
@@ -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 MdiInformationVariantCircle = 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 22c5.5 0 10-4.5 10-10S17.5 2 12 2S2 6.5 2 12s4.5 10 10 10m.3-14.71c.2-.18.44-.29.7-.29c.27 0 .5.11.71.29c.19.21.29.45.29.71c0 .27-.1.5-.29.71c-.21.19-.44.29-.71.29c-.26 0-.5-.1-.7-.29c-.19-.21-.3-.44-.3-.71c0-.26.11-.5.3-.71m-2.5 4.68s2.17-1.72 2.96-1.79c.74-.06.59.79.52 1.23l-.01.06c-.14.53-.31 1.17-.48 1.78c-.38 1.39-.75 2.75-.66 3c.1.34.72-.09 1.17-.39c.06-.04.11-.08.16-.11c0 0 .08-.08.16.03c.02.03.04.06.06.08c.09.14.14.19.02.27l-.04.02c-.22.15-1.16.81-1.54 1.05c-.41.27-1.98 1.17-1.74-.58c.21-1.23.49-2.29.71-3.12c.41-1.5.59-2.18-.33-1.59c-.37.22-.59.36-.72.45c-.11.08-.12.08-.19-.05l-.03-.06l-.05-.08c-.07-.1-.07-.11.03-.2"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInformationVariantCircle
|
|
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 MdiInformation = 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 9h-2V7h2m0 10h-2v-6h2m-1-9A10 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.MdiInformation = MdiInformation;
|
|
@@ -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 MdiInformation = 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 9h-2V7h2m0 10h-2v-6h2m-1-9A10 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
|
+
MdiInformation
|
|
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
|
+
};
|
package/lib/index.qwik.cjs
CHANGED
|
@@ -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,15 +36,25 @@ 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");
|
|
38
43
|
const mdiGoogle = require("./components/icons/mdi-google.qwik.cjs");
|
|
39
44
|
const mdiGoogleDrive = require("./components/icons/mdi-google-drive.qwik.cjs");
|
|
40
45
|
const mdiHamburgerMenu = require("./components/icons/mdi-hamburger-menu.qwik.cjs");
|
|
46
|
+
const mdiInformation = require("./components/icons/mdi-information.qwik.cjs");
|
|
47
|
+
const mdiInformationBox = require("./components/icons/mdi-information-box.qwik.cjs");
|
|
48
|
+
const mdiInformationBoxOutline = require("./components/icons/mdi-information-box-outline.qwik.cjs");
|
|
49
|
+
const mdiInformationOutline = require("./components/icons/mdi-information-outline.qwik.cjs");
|
|
41
50
|
const mdiInformationSlabBox = require("./components/icons/mdi-information-slab-box.qwik.cjs");
|
|
42
51
|
const mdiInformationSlabBoxOutline = require("./components/icons/mdi-information-slab-box-outline.qwik.cjs");
|
|
52
|
+
const mdiInformationSlabCircle = require("./components/icons/mdi-information-slab-circle.qwik.cjs");
|
|
53
|
+
const mdiInformationSlabCircleOutline = require("./components/icons/mdi-information-slab-circle-outline.qwik.cjs");
|
|
54
|
+
const mdiInformationVariantBox = require("./components/icons/mdi-information-variant-box.qwik.cjs");
|
|
43
55
|
const mdiInformationVariantBoxOutline = require("./components/icons/mdi-information-variant-box-outline.qwik.cjs");
|
|
56
|
+
const mdiInformationVariantCircle = require("./components/icons/mdi-information-variant-circle.qwik.cjs");
|
|
57
|
+
const mdiInformationVariantCircleOutline = require("./components/icons/mdi-information-variant-circle-outline.qwik.cjs");
|
|
44
58
|
const mdiInvite = require("./components/icons/mdi-invite.qwik.cjs");
|
|
45
59
|
const mdiInvoiceTextEditOutline = require("./components/icons/mdi-invoice-text-edit-outline.qwik.cjs");
|
|
46
60
|
const mdiKeyVariant = require("./components/icons/mdi-key-variant.qwik.cjs");
|
|
@@ -65,6 +79,12 @@ const mdiSecureOutline = require("./components/icons/mdi-secure-outline.qwik.cjs
|
|
|
65
79
|
const mdiUser = require("./components/icons/mdi-user.qwik.cjs");
|
|
66
80
|
const mdiUserOutline = require("./components/icons/mdi-user-outline.qwik.cjs");
|
|
67
81
|
const mdiUsersOutline = require("./components/icons/mdi-users-outline.qwik.cjs");
|
|
82
|
+
const mdiWarning = require("./components/icons/mdi-warning.qwik.cjs");
|
|
83
|
+
const mdiWarningBox = require("./components/icons/mdi-warning-box.qwik.cjs");
|
|
84
|
+
const mdiWarningBoxOutline = require("./components/icons/mdi-warning-box-outline.qwik.cjs");
|
|
85
|
+
const mdiWarningCircle = require("./components/icons/mdi-warning-circle.qwik.cjs");
|
|
86
|
+
const mdiWarningCircleOutline = require("./components/icons/mdi-warning-circle-outline.qwik.cjs");
|
|
87
|
+
const mdiWarningOutline = require("./components/icons/mdi-warning-outline.qwik.cjs");
|
|
68
88
|
const mdiWrenchOutline = require("./components/icons/mdi-wrench-outline.qwik.cjs");
|
|
69
89
|
const logosGoogleIcon = require("./components/icons/logos-google-icon.qwik.cjs");
|
|
70
90
|
const logosMicrosoftIcon = require("./components/icons/logos-microsoft-icon.qwik.cjs");
|
|
@@ -98,7 +118,11 @@ exports.MdiAddCircle = mdiAddCircle.MdiAddCircle;
|
|
|
98
118
|
exports.MdiAddCircleOutline = mdiAddCircleOutline.MdiAddCircleOutline;
|
|
99
119
|
exports.MdiAirHorn = mdiAirHorn.MdiAirHorn;
|
|
100
120
|
exports.MdiAlert = mdiAlert.MdiAlert;
|
|
121
|
+
exports.MdiAlertBox = mdiAlertBox.MdiAlertBox;
|
|
101
122
|
exports.MdiAlertBoxOutline = mdiAlertBoxOutline.MdiAlertBoxOutline;
|
|
123
|
+
exports.MdiAlertCircle = mdiAlertCircle.MdiAlertCircle;
|
|
124
|
+
exports.MdiAlertCircleOutline = mdiAlertCircleOutline.MdiAlertCircleOutline;
|
|
125
|
+
exports.MdiAlertOutline = mdiAlertOutline.MdiAlertOutline;
|
|
102
126
|
exports.MdiArrowBackCircle = mdiArrowBackCircle.MdiArrowBackCircle;
|
|
103
127
|
exports.MdiArrowForwardCircle = mdiArrowForwardCircle.MdiArrowForwardCircle;
|
|
104
128
|
exports.MdiBank = mdiBank.MdiBank;
|
|
@@ -125,15 +149,25 @@ exports.MdiDownload = mdiDownload.MdiDownload;
|
|
|
125
149
|
exports.MdiEmail = mdiEmail.MdiEmail;
|
|
126
150
|
exports.MdiEmailOutline = mdiEmailOutline.MdiEmailOutline;
|
|
127
151
|
exports.MdiEmoticonDevil = mdiEmoticonDevil.MdiEmoticonDevil;
|
|
152
|
+
exports.MdiError = mdiError.MdiError;
|
|
128
153
|
exports.MdiErrorOutline = mdiErrorOutline.MdiErrorOutline;
|
|
129
154
|
exports.MdiGearOutline = mdiGearOutline.MdiGearOutline;
|
|
130
155
|
exports.MdiGmail = mdiGmail.MdiGmail;
|
|
131
156
|
exports.MdiGoogle = mdiGoogle.MdiGoogle;
|
|
132
157
|
exports.MdiGoogleDrive = mdiGoogleDrive.MdiGoogleDrive;
|
|
133
158
|
exports.MdiHamburgerMenu = mdiHamburgerMenu.MdiHamburgerMenu;
|
|
159
|
+
exports.MdiInformation = mdiInformation.MdiInformation;
|
|
160
|
+
exports.MdiInformationBox = mdiInformationBox.MdiInformationBox;
|
|
161
|
+
exports.MdiInformationBoxOutline = mdiInformationBoxOutline.MdiInformationBoxOutline;
|
|
162
|
+
exports.MdiInformationOutline = mdiInformationOutline.MdiInformationOutline;
|
|
134
163
|
exports.MdiInformationSlabBox = mdiInformationSlabBox.MdiInformationSlabBox;
|
|
135
164
|
exports.MdiInformationSlabBoxOutline = mdiInformationSlabBoxOutline.MdiInformationSlabBoxOutline;
|
|
165
|
+
exports.MdiInformationSlabCircle = mdiInformationSlabCircle.MdiInformationSlabCircle;
|
|
166
|
+
exports.MdiInformationSlabCircleOutline = mdiInformationSlabCircleOutline.MdiInformationSlabCircleOutline;
|
|
167
|
+
exports.MdiInformationVariantBox = mdiInformationVariantBox.MdiInformationVariantBox;
|
|
136
168
|
exports.MdiInformationVariantBoxOutline = mdiInformationVariantBoxOutline.MdiInformationVariantBoxOutline;
|
|
169
|
+
exports.MdiInformationVariantCircle = mdiInformationVariantCircle.MdiInformationVariantCircle;
|
|
170
|
+
exports.MdiInformationVariantCircleOutline = mdiInformationVariantCircleOutline.MdiInformationVariantCircleOutline;
|
|
137
171
|
exports.MdiInvite = mdiInvite.MdiInvite;
|
|
138
172
|
exports.MdiInvoiceTextEditOutline = mdiInvoiceTextEditOutline.MdiInvoiceTextEditOutline;
|
|
139
173
|
exports.MdiKeyVariant = mdiKeyVariant.MdiKeyVariant;
|
|
@@ -158,6 +192,12 @@ exports.MdiSecureOutline = mdiSecureOutline.MdiSecureOutline;
|
|
|
158
192
|
exports.MdiUser = mdiUser.MdiUser;
|
|
159
193
|
exports.MdiUserOutline = mdiUserOutline.MdiUserOutline;
|
|
160
194
|
exports.MdiUsersOutline = mdiUsersOutline.MdiUsersOutline;
|
|
195
|
+
exports.MdiWarning = mdiWarning.MdiWarning;
|
|
196
|
+
exports.MdiWarningBox = mdiWarningBox.MdiWarningBox;
|
|
197
|
+
exports.MdiWarningBoxOutline = mdiWarningBoxOutline.MdiWarningBoxOutline;
|
|
198
|
+
exports.MdiWarningCircle = mdiWarningCircle.MdiWarningCircle;
|
|
199
|
+
exports.MdiWarningCircleOutline = mdiWarningCircleOutline.MdiWarningCircleOutline;
|
|
200
|
+
exports.MdiWarningOutline = mdiWarningOutline.MdiWarningOutline;
|
|
161
201
|
exports.MdiWrenchOutline = mdiWrenchOutline.MdiWrenchOutline;
|
|
162
202
|
exports.LogosGoogleIcon = logosGoogleIcon.LogosGoogleIcon;
|
|
163
203
|
exports.LogosMicrosoftIcon = logosMicrosoftIcon.LogosMicrosoftIcon;
|
package/lib/index.qwik.mjs
CHANGED
|
@@ -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,15 +34,25 @@ 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";
|
|
36
41
|
import { MdiGoogle } from "./components/icons/mdi-google.qwik.mjs";
|
|
37
42
|
import { MdiGoogleDrive } from "./components/icons/mdi-google-drive.qwik.mjs";
|
|
38
43
|
import { MdiHamburgerMenu } from "./components/icons/mdi-hamburger-menu.qwik.mjs";
|
|
44
|
+
import { MdiInformation } from "./components/icons/mdi-information.qwik.mjs";
|
|
45
|
+
import { MdiInformationBox } from "./components/icons/mdi-information-box.qwik.mjs";
|
|
46
|
+
import { MdiInformationBoxOutline } from "./components/icons/mdi-information-box-outline.qwik.mjs";
|
|
47
|
+
import { MdiInformationOutline } from "./components/icons/mdi-information-outline.qwik.mjs";
|
|
39
48
|
import { MdiInformationSlabBox } from "./components/icons/mdi-information-slab-box.qwik.mjs";
|
|
40
49
|
import { MdiInformationSlabBoxOutline } from "./components/icons/mdi-information-slab-box-outline.qwik.mjs";
|
|
50
|
+
import { MdiInformationSlabCircle } from "./components/icons/mdi-information-slab-circle.qwik.mjs";
|
|
51
|
+
import { MdiInformationSlabCircleOutline } from "./components/icons/mdi-information-slab-circle-outline.qwik.mjs";
|
|
52
|
+
import { MdiInformationVariantBox } from "./components/icons/mdi-information-variant-box.qwik.mjs";
|
|
41
53
|
import { MdiInformationVariantBoxOutline } from "./components/icons/mdi-information-variant-box-outline.qwik.mjs";
|
|
54
|
+
import { MdiInformationVariantCircle } from "./components/icons/mdi-information-variant-circle.qwik.mjs";
|
|
55
|
+
import { MdiInformationVariantCircleOutline } from "./components/icons/mdi-information-variant-circle-outline.qwik.mjs";
|
|
42
56
|
import { MdiInvite } from "./components/icons/mdi-invite.qwik.mjs";
|
|
43
57
|
import { MdiInvoiceTextEditOutline } from "./components/icons/mdi-invoice-text-edit-outline.qwik.mjs";
|
|
44
58
|
import { MdiKeyVariant } from "./components/icons/mdi-key-variant.qwik.mjs";
|
|
@@ -63,6 +77,12 @@ import { MdiSecureOutline } from "./components/icons/mdi-secure-outline.qwik.mjs
|
|
|
63
77
|
import { MdiUser } from "./components/icons/mdi-user.qwik.mjs";
|
|
64
78
|
import { MdiUserOutline } from "./components/icons/mdi-user-outline.qwik.mjs";
|
|
65
79
|
import { MdiUsersOutline } from "./components/icons/mdi-users-outline.qwik.mjs";
|
|
80
|
+
import { MdiWarning } from "./components/icons/mdi-warning.qwik.mjs";
|
|
81
|
+
import { MdiWarningBox } from "./components/icons/mdi-warning-box.qwik.mjs";
|
|
82
|
+
import { MdiWarningBoxOutline } from "./components/icons/mdi-warning-box-outline.qwik.mjs";
|
|
83
|
+
import { MdiWarningCircle } from "./components/icons/mdi-warning-circle.qwik.mjs";
|
|
84
|
+
import { MdiWarningCircleOutline } from "./components/icons/mdi-warning-circle-outline.qwik.mjs";
|
|
85
|
+
import { MdiWarningOutline } from "./components/icons/mdi-warning-outline.qwik.mjs";
|
|
66
86
|
import { MdiWrenchOutline } from "./components/icons/mdi-wrench-outline.qwik.mjs";
|
|
67
87
|
import { LogosGoogleIcon } from "./components/icons/logos-google-icon.qwik.mjs";
|
|
68
88
|
import { LogosMicrosoftIcon } from "./components/icons/logos-microsoft-icon.qwik.mjs";
|
|
@@ -121,7 +141,11 @@ export {
|
|
|
121
141
|
MdiAddCircleOutline,
|
|
122
142
|
MdiAirHorn,
|
|
123
143
|
MdiAlert,
|
|
144
|
+
MdiAlertBox,
|
|
124
145
|
MdiAlertBoxOutline,
|
|
146
|
+
MdiAlertCircle,
|
|
147
|
+
MdiAlertCircleOutline,
|
|
148
|
+
MdiAlertOutline,
|
|
125
149
|
MdiArrowBackCircle,
|
|
126
150
|
MdiArrowForwardCircle,
|
|
127
151
|
MdiBank,
|
|
@@ -148,15 +172,25 @@ export {
|
|
|
148
172
|
MdiEmail,
|
|
149
173
|
MdiEmailOutline,
|
|
150
174
|
MdiEmoticonDevil,
|
|
175
|
+
MdiError,
|
|
151
176
|
MdiErrorOutline,
|
|
152
177
|
MdiGearOutline,
|
|
153
178
|
MdiGmail,
|
|
154
179
|
MdiGoogle,
|
|
155
180
|
MdiGoogleDrive,
|
|
156
181
|
MdiHamburgerMenu,
|
|
182
|
+
MdiInformation,
|
|
183
|
+
MdiInformationBox,
|
|
184
|
+
MdiInformationBoxOutline,
|
|
185
|
+
MdiInformationOutline,
|
|
157
186
|
MdiInformationSlabBox,
|
|
158
187
|
MdiInformationSlabBoxOutline,
|
|
188
|
+
MdiInformationSlabCircle,
|
|
189
|
+
MdiInformationSlabCircleOutline,
|
|
190
|
+
MdiInformationVariantBox,
|
|
159
191
|
MdiInformationVariantBoxOutline,
|
|
192
|
+
MdiInformationVariantCircle,
|
|
193
|
+
MdiInformationVariantCircleOutline,
|
|
160
194
|
MdiInvite,
|
|
161
195
|
MdiInvoiceTextEditOutline,
|
|
162
196
|
MdiKeyVariant,
|
|
@@ -181,6 +215,12 @@ export {
|
|
|
181
215
|
MdiUser,
|
|
182
216
|
MdiUserOutline,
|
|
183
217
|
MdiUsersOutline,
|
|
218
|
+
MdiWarning,
|
|
219
|
+
MdiWarningBox,
|
|
220
|
+
MdiWarningBoxOutline,
|
|
221
|
+
MdiWarningCircle,
|
|
222
|
+
MdiWarningCircleOutline,
|
|
223
|
+
MdiWarningOutline,
|
|
184
224
|
MdiWrenchOutline,
|
|
185
225
|
PlaidIconBw,
|
|
186
226
|
PlaidLogoBw,
|
package/lib-types/index.d.ts
CHANGED
|
@@ -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,15 +34,25 @@ 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';
|
|
36
41
|
export * from './components/icons/mdi-google';
|
|
37
42
|
export * from './components/icons/mdi-google-drive';
|
|
38
43
|
export * from './components/icons/mdi-hamburger-menu';
|
|
44
|
+
export * from './components/icons/mdi-information';
|
|
45
|
+
export * from './components/icons/mdi-information-box';
|
|
46
|
+
export * from './components/icons/mdi-information-box-outline';
|
|
47
|
+
export * from './components/icons/mdi-information-outline';
|
|
39
48
|
export * from './components/icons/mdi-information-slab-box';
|
|
40
49
|
export * from './components/icons/mdi-information-slab-box-outline';
|
|
50
|
+
export * from './components/icons/mdi-information-slab-circle';
|
|
51
|
+
export * from './components/icons/mdi-information-slab-circle-outline';
|
|
52
|
+
export * from './components/icons/mdi-information-variant-box';
|
|
41
53
|
export * from './components/icons/mdi-information-variant-box-outline';
|
|
54
|
+
export * from './components/icons/mdi-information-variant-circle';
|
|
55
|
+
export * from './components/icons/mdi-information-variant-circle-outline';
|
|
42
56
|
export * from './components/icons/mdi-invite';
|
|
43
57
|
export * from './components/icons/mdi-invoice-text-edit-outline';
|
|
44
58
|
export * from './components/icons/mdi-key-variant';
|
|
@@ -63,6 +77,12 @@ export * from './components/icons/mdi-secure-outline';
|
|
|
63
77
|
export * from './components/icons/mdi-user';
|
|
64
78
|
export * from './components/icons/mdi-user-outline';
|
|
65
79
|
export * from './components/icons/mdi-users-outline';
|
|
80
|
+
export * from './components/icons/mdi-warning';
|
|
81
|
+
export * from './components/icons/mdi-warning-box';
|
|
82
|
+
export * from './components/icons/mdi-warning-box-outline';
|
|
83
|
+
export * from './components/icons/mdi-warning-circle';
|
|
84
|
+
export * from './components/icons/mdi-warning-circle-outline';
|
|
85
|
+
export * from './components/icons/mdi-warning-outline';
|
|
66
86
|
export * from './components/icons/mdi-wrench-outline';
|
|
67
87
|
export * from './components/icons/logos-google-icon';
|
|
68
88
|
export * from './components/icons/logos-microsoft-icon';
|