@nr1e/qwik-icons 0.0.23 → 0.0.25
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-bug-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-bug-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-bug.qwik.cjs +16 -0
- package/lib/components/icons/mdi-bug.qwik.mjs +16 -0
- package/lib/components/icons/mdi-feature-highlight.qwik.cjs +16 -0
- package/lib/components/icons/mdi-feature-highlight.qwik.mjs +16 -0
- package/lib/components/icons/mdi-invoice-fast-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-invoice-fast-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-invoice-fast.qwik.cjs +16 -0
- package/lib/components/icons/mdi-invoice-fast.qwik.mjs +16 -0
- package/lib/components/icons/mdi-invoice-list-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-invoice-list-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-invoice-list.qwik.cjs +16 -0
- package/lib/components/icons/mdi-invoice-list.qwik.mjs +16 -0
- package/lib/components/icons/mdi-invoice-multiple-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-invoice-multiple-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-invoice-multiple.qwik.cjs +16 -0
- package/lib/components/icons/mdi-invoice-multiple.qwik.mjs +16 -0
- package/lib/components/icons/mdi-invoice-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-invoice-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-invoice-send-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-invoice-send-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-invoice-send.qwik.cjs +16 -0
- package/lib/components/icons/mdi-invoice-send.qwik.mjs +16 -0
- package/lib/components/icons/mdi-invoice-text-edit.qwik.cjs +16 -0
- package/lib/components/icons/mdi-invoice-text-edit.qwik.mjs +16 -0
- package/lib/components/icons/mdi-invoice-text-multiple-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-invoice-text-multiple-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-invoice-text-multiple.qwik.cjs +16 -0
- package/lib/components/icons/mdi-invoice-text-multiple.qwik.mjs +16 -0
- package/lib/components/icons/mdi-invoice-text-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-invoice-text-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-invoice-text.qwik.cjs +16 -0
- package/lib/components/icons/mdi-invoice-text.qwik.mjs +16 -0
- package/lib/components/icons/mdi-invoice.qwik.cjs +16 -0
- package/lib/components/icons/mdi-invoice.qwik.mjs +16 -0
- package/lib/components/icons/mdi-support.qwik.cjs +16 -0
- package/lib/components/icons/mdi-support.qwik.mjs +16 -0
- package/lib/components/icons/mdi-text-edit-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-text-edit-outline.qwik.mjs +16 -0
- package/lib/index.qwik.cjs +40 -0
- package/lib/index.qwik.mjs +40 -0
- package/lib-types/components/icons/mdi-bug-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-bug.d.ts +2 -0
- package/lib-types/components/icons/mdi-feature-highlight.d.ts +2 -0
- package/lib-types/components/icons/mdi-invoice-fast-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-invoice-fast.d.ts +2 -0
- package/lib-types/components/icons/mdi-invoice-list-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-invoice-list.d.ts +2 -0
- package/lib-types/components/icons/mdi-invoice-multiple-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-invoice-multiple.d.ts +2 -0
- package/lib-types/components/icons/mdi-invoice-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-invoice-send-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-invoice-send.d.ts +2 -0
- package/lib-types/components/icons/mdi-invoice-text-edit.d.ts +2 -0
- package/lib-types/components/icons/mdi-invoice-text-multiple-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-invoice-text-multiple.d.ts +2 -0
- package/lib-types/components/icons/mdi-invoice-text-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-invoice-text.d.ts +2 -0
- package/lib-types/components/icons/mdi-invoice.d.ts +2 -0
- package/lib-types/components/icons/mdi-support.d.ts +2 -0
- package/lib-types/components/icons/mdi-text-edit-outline.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 MdiBugOutline = 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: "M20 8h-2.81c-.45-.8-1.07-1.5-1.82-2L17 4.41L15.59 3l-2.17 2.17a6 6 0 0 0-2.83 0L8.41 3L7 4.41L8.62 6c-.75.5-1.36 1.21-1.81 2H4v2h2.09c-.06.33-.09.66-.09 1v1H4v2h2v1c0 .34.03.67.09 1H4v2h2.81A5.99 5.99 0 0 0 15 20.18c.91-.52 1.67-1.28 2.19-2.18H20v-2h-2.09c.06-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.03-.67-.09-1H20zm-4 7a4 4 0 0 1-4 4a4 4 0 0 1-4-4v-4a4 4 0 0 1 4-4a4 4 0 0 1 4 4zm-2-5v2h-4v-2zm-4 4h4v2h-4z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiBugOutline = MdiBugOutline;
|
|
@@ -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 MdiBugOutline = 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: "M20 8h-2.81c-.45-.8-1.07-1.5-1.82-2L17 4.41L15.59 3l-2.17 2.17a6 6 0 0 0-2.83 0L8.41 3L7 4.41L8.62 6c-.75.5-1.36 1.21-1.81 2H4v2h2.09c-.06.33-.09.66-.09 1v1H4v2h2v1c0 .34.03.67.09 1H4v2h2.81A5.99 5.99 0 0 0 15 20.18c.91-.52 1.67-1.28 2.19-2.18H20v-2h-2.09c.06-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.03-.67-.09-1H20zm-4 7a4 4 0 0 1-4 4a4 4 0 0 1-4-4v-4a4 4 0 0 1 4-4a4 4 0 0 1 4 4zm-2-5v2h-4v-2zm-4 4h4v2h-4z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiBugOutline
|
|
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 MdiBug = 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: "M14 12h-4v-2h4m0 6h-4v-2h4m6-6h-2.81a6 6 0 0 0-1.82-1.96L17 4.41L15.59 3l-2.17 2.17a6 6 0 0 0-2.83 0L8.41 3L7 4.41l1.62 1.63C7.88 6.55 7.26 7.22 6.81 8H4v2h2.09c-.05.33-.09.66-.09 1v1H4v2h2v1c0 .34.04.67.09 1H4v2h2.81c1.04 1.79 2.97 3 5.19 3s4.15-1.21 5.19-3H20v-2h-2.09c.05-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.04-.67-.09-1H20z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiBug = MdiBug;
|
|
@@ -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 MdiBug = 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: "M14 12h-4v-2h4m0 6h-4v-2h4m6-6h-2.81a6 6 0 0 0-1.82-1.96L17 4.41L15.59 3l-2.17 2.17a6 6 0 0 0-2.83 0L8.41 3L7 4.41l1.62 1.63C7.88 6.55 7.26 7.22 6.81 8H4v2h2.09c-.05.33-.09.66-.09 1v1H4v2h2v1c0 .34.04.67.09 1H4v2h2.81c1.04 1.79 2.97 3 5.19 3s4.15-1.21 5.19-3H20v-2h-2.09c.05-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.04-.67-.09-1H20z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiBug
|
|
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 MdiFeatureHighlight = 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: "m8.58 17.25l.92-3.89l-3-2.58l3.95-.37L12 6.8l1.55 3.65l3.95.33l-3 2.58l.92 3.89L12 15.19zM12 2a10 10 0 0 1 10 10a10 10 0 0 1-10 10A10 10 0 0 1 2 12A10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8a8 8 0 0 0 8 8a8 8 0 0 0 8-8a8 8 0 0 0-8-8"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiFeatureHighlight = MdiFeatureHighlight;
|
|
@@ -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 MdiFeatureHighlight = 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: "m8.58 17.25l.92-3.89l-3-2.58l3.95-.37L12 6.8l1.55 3.65l3.95.33l-3 2.58l.92 3.89L12 15.19zM12 2a10 10 0 0 1 10 10a10 10 0 0 1-10 10A10 10 0 0 1 2 12A10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8a8 8 0 0 0 8 8a8 8 0 0 0 8-8a8 8 0 0 0-8-8"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiFeatureHighlight
|
|
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 MdiInvoiceFastOutline = 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.5 19.32L22 21V5H7v16l2.5-1.68L12 21l2.5-1.68L17 21zM20 7v9.57l-3 2.02l-2.5-1.69l-2.5 1.69l-3-2.02V7zM2 8c0-.6.4-1 1-1h2v2H3c-.6 0-1-.4-1-1m0 3c-.6 0-1 .4-1 1s.4 1 1 1h3v-2zm-2 5c0-.6.4-1 1-1h4v2H1c-.6 0-1-.4-1-1"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInvoiceFastOutline = MdiInvoiceFastOutline;
|
|
@@ -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 MdiInvoiceFastOutline = 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.5 19.32L22 21V5H7v16l2.5-1.68L12 21l2.5-1.68L17 21zM20 7v9.57l-3 2.02l-2.5-1.69l-2.5 1.69l-3-2.02V7zM2 8c0-.6.4-1 1-1h2v2H3c-.6 0-1-.4-1-1m0 3c-.6 0-1 .4-1 1s.4 1 1 1h3v-2zm-2 5c0-.6.4-1 1-1h4v2H1c-.6 0-1-.4-1-1"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInvoiceFastOutline
|
|
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 MdiInvoiceFast = 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: "M22 5H7v16l2.5-1.68L12 21l2.5-1.68L17 21l2.5-1.68L22 21zM2 8c0-.6.4-1 1-1h2v2H3c-.6 0-1-.4-1-1m-1 4c0-.6.4-1 1-1h3v2H2c-.6 0-1-.4-1-1m-1 4c0-.6.4-1 1-1h4v2H1c-.6 0-1-.4-1-1"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInvoiceFast = MdiInvoiceFast;
|
|
@@ -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 MdiInvoiceFast = 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: "M22 5H7v16l2.5-1.68L12 21l2.5-1.68L17 21l2.5-1.68L22 21zM2 8c0-.6.4-1 1-1h2v2H3c-.6 0-1-.4-1-1m-1 4c0-.6.4-1 1-1h3v2H2c-.6 0-1-.4-1-1m-1 4c0-.6.4-1 1-1h4v2H1c-.6 0-1-.4-1-1"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInvoiceFast
|
|
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 MdiInvoiceListOutline = 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: "M17 7v2h-2V7zm-4 0v2H7V7zm0 4H7v2h6zm2 0v2h2v-2zm6 11l-3-2l-3 2l-3-2l-3 2l-3-2l-3 2V3h18zm-2-3.74V5H5v13.26l1-.66l3 2l3-2l3 2l3-2z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInvoiceListOutline = MdiInvoiceListOutline;
|
|
@@ -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 MdiInvoiceListOutline = 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: "M17 7v2h-2V7zm-4 0v2H7V7zm0 4H7v2h6zm2 0v2h2v-2zm6 11l-3-2l-3 2l-3-2l-3 2l-3-2l-3 2V3h18zm-2-3.74V5H5v13.26l1-.66l3 2l3-2l3 2l3-2z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInvoiceListOutline
|
|
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 MdiInvoiceList = 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: "M3 22V3h18v19l-3-2l-3 2l-3-2l-3 2l-3-2zM17 9V7h-2v2zm-4 0V7H7v2zm0 2H7v2h6zm2 2h2v-2h-2z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInvoiceList = MdiInvoiceList;
|
|
@@ -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 MdiInvoiceList = 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: "M3 22V3h18v19l-3-2l-3 2l-3-2l-3 2l-3-2zM17 9V7h-2v2zm-4 0V7H7v2zm0 2H7v2h6zm2 2h2v-2h-2z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInvoiceList
|
|
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 MdiInvoiceMultipleOutline = 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: "M2 2v15h2V4h13V2zm16.5 18.32L21 22V6H6v16l2.5-1.68L11 22l2.5-1.68L16 22zM19 8v9.57l-3 2.02l-2.5-1.69l-2.5 1.69l-3-2.02V8z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInvoiceMultipleOutline = MdiInvoiceMultipleOutline;
|
|
@@ -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 MdiInvoiceMultipleOutline = 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: "M2 2v15h2V4h13V2zm16.5 18.32L21 22V6H6v16l2.5-1.68L11 22l2.5-1.68L16 22zM19 8v9.57l-3 2.02l-2.5-1.69l-2.5 1.69l-3-2.02V8z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInvoiceMultipleOutline
|
|
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 MdiInvoiceMultiple = 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: "M17 2H2v15h2V4h13zm4 20l-2.5-1.68L16 22l-2.5-1.68L11 22l-2.5-1.68L6 22V6h15z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInvoiceMultiple = MdiInvoiceMultiple;
|
|
@@ -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 MdiInvoiceMultiple = 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: "M17 2H2v15h2V4h13zm4 20l-2.5-1.68L16 22l-2.5-1.68L11 22l-2.5-1.68L6 22V6h15z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInvoiceMultiple
|
|
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 MdiInvoiceOutline = 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: "m21 22l-3-2l-3 2l-3-2l-3 2l-3-2l-3 2V3h18zm-2-3.74V5H5v13.26l1-.66l3 2l3-2l3 2l3-2z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInvoiceOutline = MdiInvoiceOutline;
|
|
@@ -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 MdiInvoiceOutline = 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: "m21 22l-3-2l-3 2l-3-2l-3 2l-3-2l-3 2V3h18zm-2-3.74V5H5v13.26l1-.66l3 2l3-2l3 2l3-2z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInvoiceOutline
|
|
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 MdiInvoiceSendOutline = 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: "m24 18l-10-5v4l4 1l-4 1v4zm-5-4.74l2 1V3H3v19l3-2l3 2l3-2v-2.4l-3 2l-3-2l-1 .66V5h14z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInvoiceSendOutline = MdiInvoiceSendOutline;
|
|
@@ -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 MdiInvoiceSendOutline = 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: "m24 18l-10-5v4l4 1l-4 1v4zm-5-4.74l2 1V3H3v19l3-2l3 2l3-2v-2.4l-3 2l-3-2l-1 .66V5h14z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInvoiceSendOutline
|
|
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 MdiInvoiceSend = 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: "M3 22V3h18v11.26l-9-4.5V20l-3 2l-3-2zm21-4l-10 5v-4l4-1l-4-1v-4z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInvoiceSend = MdiInvoiceSend;
|
|
@@ -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 MdiInvoiceSend = 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: "M3 22V3h18v11.26l-9-4.5V20l-3 2l-3-2zm21-4l-10 5v-4l4-1l-4-1v-4z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInvoiceSend
|
|
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 MdiInvoiceTextEdit = 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: "M9.86 21.43L9 22l-3-2l-3 2V3h18v7.2c-.9-.38-2-.2-2.76.55l-8.38 8.38zM17 7H7v2h10zm-2 4H7v2h8zm-3.14 8.96V22h2.04l6.13-6.13L18 13.83zm9.85-6.49l-1.32-1.32a.24.24 0 0 0-.08-.06a.5.5 0 0 0-.62.04l-.02.02l-.98.98l2.04 2.04l.98-.98c.2-.19.2-.52 0-.72"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInvoiceTextEdit = MdiInvoiceTextEdit;
|
|
@@ -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 MdiInvoiceTextEdit = 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: "M9.86 21.43L9 22l-3-2l-3 2V3h18v7.2c-.9-.38-2-.2-2.76.55l-8.38 8.38zM17 7H7v2h10zm-2 4H7v2h8zm-3.14 8.96V22h2.04l6.13-6.13L18 13.83zm9.85-6.49l-1.32-1.32a.24.24 0 0 0-.08-.06a.5.5 0 0 0-.62.04l-.02.02l-.98.98l2.04 2.04l.98-.98c.2-.19.2-.52 0-.72"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInvoiceTextEdit
|
|
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 MdiInvoiceTextMultipleOutline = 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: "M2 2v15h2V4h13V2zm8 8h7v2h-7zm5 4h-5v2h5zm3.5 6.32L21 22V6H6v16l2.5-1.68L11 22l2.5-1.68L16 22zM19 8v9.57l-3 2.02l-2.5-1.69l-2.5 1.69l-3-2.02V8z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInvoiceTextMultipleOutline = MdiInvoiceTextMultipleOutline;
|
|
@@ -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 MdiInvoiceTextMultipleOutline = 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: "M2 2v15h2V4h13V2zm8 8h7v2h-7zm5 4h-5v2h5zm3.5 6.32L21 22V6H6v16l2.5-1.68L11 22l2.5-1.68L16 22zM19 8v9.57l-3 2.02l-2.5-1.69l-2.5 1.69l-3-2.02V8z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInvoiceTextMultipleOutline
|
|
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 MdiInvoiceTextMultiple = 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: "M17 2H2v15h2V4h13zm4 20l-2.5-1.68L16 22l-2.5-1.68L11 22l-2.5-1.68L6 22V6h15zM10 10v2h7v-2zm5 4h-5v2h5z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInvoiceTextMultiple = MdiInvoiceTextMultiple;
|
|
@@ -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 MdiInvoiceTextMultiple = 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: "M17 2H2v15h2V4h13zm4 20l-2.5-1.68L16 22l-2.5-1.68L11 22l-2.5-1.68L6 22V6h15zM10 10v2h7v-2zm5 4h-5v2h5z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInvoiceTextMultiple
|
|
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 MdiInvoiceTextOutline = 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: "M17 7v2H7V7zm-2 4v2H7v-2zm3 9l3 2V3H3v19l3-2l3 2l3-2l3 2zm1-15v13.26l-1-.66l-3 2l-3-2l-3 2l-3-2l-1 .66V5z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInvoiceTextOutline = MdiInvoiceTextOutline;
|
|
@@ -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 MdiInvoiceTextOutline = 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: "M17 7v2H7V7zm-2 4v2H7v-2zm3 9l3 2V3H3v19l3-2l3 2l3-2l3 2zm1-15v13.26l-1-.66l-3 2l-3-2l-3 2l-3-2l-1 .66V5z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInvoiceTextOutline
|
|
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 MdiInvoiceText = 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: "M3 3v19l3-2l3 2l3-2l3 2l3-2l3 2V3zm14 4v2H7V7zm-2 4v2H7v-2z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInvoiceText = MdiInvoiceText;
|
|
@@ -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 MdiInvoiceText = 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: "M3 3v19l3-2l3 2l3-2l3 2l3-2l3 2V3zm14 4v2H7V7zm-2 4v2H7v-2z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInvoiceText
|
|
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 MdiInvoice = 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: "m21 22l-3-2l-3 2l-3-2l-3 2l-3-2l-3 2V3h18z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiInvoice = MdiInvoice;
|
|
@@ -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 MdiInvoice = 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: "m21 22l-3-2l-3 2l-3-2l-3 2l-3-2l-3 2V3h18z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiInvoice
|
|
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 MdiSupport = 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: "M18.72 14.76c.35-.85.54-1.76.54-2.76c0-.72-.11-1.41-.3-2.05c-.65.15-1.33.23-2.04.23A9.07 9.07 0 0 1 9.5 6.34a9.2 9.2 0 0 1-4.73 4.88c-.04.25-.04.52-.04.78A7.27 7.27 0 0 0 12 19.27c1.05 0 2.06-.23 2.97-.64c.57 1.09.83 1.63.81 1.63c-1.64.55-2.91.82-3.78.82c-2.42 0-4.73-.95-6.43-2.66a9 9 0 0 1-2.24-3.69H2v-4.55h1.09a9.09 9.09 0 0 1 15.33-4.6a9 9 0 0 1 2.47 4.6H22v4.55h-.06L18.38 18l-5.3-.6v-1.67h4.83zm-9.45-2.99c.3 0 .59.12.8.34a1.136 1.136 0 0 1 0 1.6c-.21.21-.5.33-.8.33c-.63 0-1.14-.5-1.14-1.13s.51-1.14 1.14-1.14m5.45 0c.63 0 1.13.51 1.13 1.14s-.5 1.13-1.13 1.13s-1.14-.5-1.14-1.13a1.14 1.14 0 0 1 1.14-1.14"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiSupport = MdiSupport;
|
|
@@ -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 MdiSupport = 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: "M18.72 14.76c.35-.85.54-1.76.54-2.76c0-.72-.11-1.41-.3-2.05c-.65.15-1.33.23-2.04.23A9.07 9.07 0 0 1 9.5 6.34a9.2 9.2 0 0 1-4.73 4.88c-.04.25-.04.52-.04.78A7.27 7.27 0 0 0 12 19.27c1.05 0 2.06-.23 2.97-.64c.57 1.09.83 1.63.81 1.63c-1.64.55-2.91.82-3.78.82c-2.42 0-4.73-.95-6.43-2.66a9 9 0 0 1-2.24-3.69H2v-4.55h1.09a9.09 9.09 0 0 1 15.33-4.6a9 9 0 0 1 2.47 4.6H22v4.55h-.06L18.38 18l-5.3-.6v-1.67h4.83zm-9.45-2.99c.3 0 .59.12.8.34a1.136 1.136 0 0 1 0 1.6c-.21.21-.5.33-.8.33c-.63 0-1.14-.5-1.14-1.13s.51-1.14 1.14-1.14m5.45 0c.63 0 1.13.51 1.13 1.14s-.5 1.13-1.13 1.13s-1.14-.5-1.14-1.13a1.14 1.14 0 0 1 1.14-1.14"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiSupport
|
|
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 MdiTextEditOutline = 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: "M9.86 21.43L9 22l-3-2l-3 2V3h18v7.2c-.63-.27-1.36-.27-2 .02V5H5v13.26l1-.66l3 2l.86-.6zm2-1.47L18 13.83l2.03 2.04L13.9 22h-2.04zm9.85-5.77l-.98.98l-2.04-2.04l.98-.98l.01-.01l.01-.01c.17-.16.43-.17.62-.04c.03.01.06.04.08.06l1.32 1.32c.2.2.2.53 0 .72M17 9V7H7v2zm-2 4v-2H7v2z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiTextEditOutline = MdiTextEditOutline;
|
|
@@ -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 MdiTextEditOutline = 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: "M9.86 21.43L9 22l-3-2l-3 2V3h18v7.2c-.63-.27-1.36-.27-2 .02V5H5v13.26l1-.66l3 2l.86-.6zm2-1.47L18 13.83l2.03 2.04L13.9 22h-2.04zm9.85-5.77l-.98.98l-2.04-2.04l.98-.98l.01-.01l.01-.01c.17-.16.43-.17.62-.04c.03.01.06.04.08.06l1.32 1.32c.2.2.2.53 0 .72M17 9V7H7v2zm-2 4v-2H7v2z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiTextEditOutline
|
|
16
|
+
};
|
package/lib/index.qwik.cjs
CHANGED
|
@@ -27,6 +27,8 @@ const mdiBellCurve = require("./components/icons/mdi-bell-curve.qwik.cjs");
|
|
|
27
27
|
const mdiBellCurveCumulative = require("./components/icons/mdi-bell-curve-cumulative.qwik.cjs");
|
|
28
28
|
const mdiBrain = require("./components/icons/mdi-brain.qwik.cjs");
|
|
29
29
|
const mdiBrainFreezeOutline = require("./components/icons/mdi-brain-freeze-outline.qwik.cjs");
|
|
30
|
+
const mdiBug = require("./components/icons/mdi-bug.qwik.cjs");
|
|
31
|
+
const mdiBugOutline = require("./components/icons/mdi-bug-outline.qwik.cjs");
|
|
30
32
|
const mdiBuilding = require("./components/icons/mdi-building.qwik.cjs");
|
|
31
33
|
const mdiCalendar = require("./components/icons/mdi-calendar.qwik.cjs");
|
|
32
34
|
const mdiChartBar = require("./components/icons/mdi-chart-bar.qwik.cjs");
|
|
@@ -76,6 +78,7 @@ const mdiEmailOutline = require("./components/icons/mdi-email-outline.qwik.cjs")
|
|
|
76
78
|
const mdiEmoticonDevil = require("./components/icons/mdi-emoticon-devil.qwik.cjs");
|
|
77
79
|
const mdiError = require("./components/icons/mdi-error.qwik.cjs");
|
|
78
80
|
const mdiErrorOutline = require("./components/icons/mdi-error-outline.qwik.cjs");
|
|
81
|
+
const mdiFeatureHighlight = require("./components/icons/mdi-feature-highlight.qwik.cjs");
|
|
79
82
|
const mdiGauge = require("./components/icons/mdi-gauge.qwik.cjs");
|
|
80
83
|
const mdiGearOutline = require("./components/icons/mdi-gear-outline.qwik.cjs");
|
|
81
84
|
const mdiGmail = require("./components/icons/mdi-gmail.qwik.cjs");
|
|
@@ -99,7 +102,22 @@ const mdiInformationVariantCircle = require("./components/icons/mdi-information-
|
|
|
99
102
|
const mdiInformationVariantCircleOutline = require("./components/icons/mdi-information-variant-circle-outline.qwik.cjs");
|
|
100
103
|
const mdiInstantMix = require("./components/icons/mdi-instant-mix.qwik.cjs");
|
|
101
104
|
const mdiInvite = require("./components/icons/mdi-invite.qwik.cjs");
|
|
105
|
+
const mdiInvoice = require("./components/icons/mdi-invoice.qwik.cjs");
|
|
106
|
+
const mdiInvoiceFast = require("./components/icons/mdi-invoice-fast.qwik.cjs");
|
|
107
|
+
const mdiInvoiceFastOutline = require("./components/icons/mdi-invoice-fast-outline.qwik.cjs");
|
|
108
|
+
const mdiInvoiceList = require("./components/icons/mdi-invoice-list.qwik.cjs");
|
|
109
|
+
const mdiInvoiceListOutline = require("./components/icons/mdi-invoice-list-outline.qwik.cjs");
|
|
110
|
+
const mdiInvoiceMultiple = require("./components/icons/mdi-invoice-multiple.qwik.cjs");
|
|
111
|
+
const mdiInvoiceMultipleOutline = require("./components/icons/mdi-invoice-multiple-outline.qwik.cjs");
|
|
112
|
+
const mdiInvoiceOutline = require("./components/icons/mdi-invoice-outline.qwik.cjs");
|
|
113
|
+
const mdiInvoiceSend = require("./components/icons/mdi-invoice-send.qwik.cjs");
|
|
114
|
+
const mdiInvoiceSendOutline = require("./components/icons/mdi-invoice-send-outline.qwik.cjs");
|
|
115
|
+
const mdiInvoiceText = require("./components/icons/mdi-invoice-text.qwik.cjs");
|
|
116
|
+
const mdiInvoiceTextEdit = require("./components/icons/mdi-invoice-text-edit.qwik.cjs");
|
|
102
117
|
const mdiInvoiceTextEditOutline = require("./components/icons/mdi-invoice-text-edit-outline.qwik.cjs");
|
|
118
|
+
const mdiInvoiceTextMultiple = require("./components/icons/mdi-invoice-text-multiple.qwik.cjs");
|
|
119
|
+
const mdiInvoiceTextMultipleOutline = require("./components/icons/mdi-invoice-text-multiple-outline.qwik.cjs");
|
|
120
|
+
const mdiInvoiceTextOutline = require("./components/icons/mdi-invoice-text-outline.qwik.cjs");
|
|
103
121
|
const mdiKeyVariant = require("./components/icons/mdi-key-variant.qwik.cjs");
|
|
104
122
|
const mdiKeyboardReturn = require("./components/icons/mdi-keyboard-return.qwik.cjs");
|
|
105
123
|
const mdiLinkVariant = require("./components/icons/mdi-link-variant.qwik.cjs");
|
|
@@ -129,6 +147,8 @@ const mdiSecureOutline = require("./components/icons/mdi-secure-outline.qwik.cjs
|
|
|
129
147
|
const mdiShieldCrown = require("./components/icons/mdi-shield-crown.qwik.cjs");
|
|
130
148
|
const mdiShieldCrownOutline = require("./components/icons/mdi-shield-crown-outline.qwik.cjs");
|
|
131
149
|
const mdiSpeedometer = require("./components/icons/mdi-speedometer.qwik.cjs");
|
|
150
|
+
const mdiSupport = require("./components/icons/mdi-support.qwik.cjs");
|
|
151
|
+
const mdiTextEditOutline = require("./components/icons/mdi-text-edit-outline.qwik.cjs");
|
|
132
152
|
const mdiUser = require("./components/icons/mdi-user.qwik.cjs");
|
|
133
153
|
const mdiUserOutline = require("./components/icons/mdi-user-outline.qwik.cjs");
|
|
134
154
|
const mdiUsersOutline = require("./components/icons/mdi-users-outline.qwik.cjs");
|
|
@@ -266,6 +286,8 @@ exports.MdiBellCurve = mdiBellCurve.MdiBellCurve;
|
|
|
266
286
|
exports.MdiBellCurveCumulative = mdiBellCurveCumulative.MdiBellCurveCumulative;
|
|
267
287
|
exports.MdiBrain = mdiBrain.MdiBrain;
|
|
268
288
|
exports.MdiBrainFreezeOutline = mdiBrainFreezeOutline.MdiBrainFreezeOutline;
|
|
289
|
+
exports.MdiBug = mdiBug.MdiBug;
|
|
290
|
+
exports.MdiBugOutline = mdiBugOutline.MdiBugOutline;
|
|
269
291
|
exports.MdiBuilding = mdiBuilding.MdiBuilding;
|
|
270
292
|
exports.MdiCalendar = mdiCalendar.MdiCalendar;
|
|
271
293
|
exports.MdiChartBar = mdiChartBar.MdiChartBar;
|
|
@@ -315,6 +337,7 @@ exports.MdiEmailOutline = mdiEmailOutline.MdiEmailOutline;
|
|
|
315
337
|
exports.MdiEmoticonDevil = mdiEmoticonDevil.MdiEmoticonDevil;
|
|
316
338
|
exports.MdiError = mdiError.MdiError;
|
|
317
339
|
exports.MdiErrorOutline = mdiErrorOutline.MdiErrorOutline;
|
|
340
|
+
exports.MdiFeatureHighlight = mdiFeatureHighlight.MdiFeatureHighlight;
|
|
318
341
|
exports.MdiGauge = mdiGauge.MdiGauge;
|
|
319
342
|
exports.MdiGearOutline = mdiGearOutline.MdiGearOutline;
|
|
320
343
|
exports.MdiGmail = mdiGmail.MdiGmail;
|
|
@@ -338,7 +361,22 @@ exports.MdiInformationVariantCircle = mdiInformationVariantCircle.MdiInformation
|
|
|
338
361
|
exports.MdiInformationVariantCircleOutline = mdiInformationVariantCircleOutline.MdiInformationVariantCircleOutline;
|
|
339
362
|
exports.MdiInstantMix = mdiInstantMix.MdiInstantMix;
|
|
340
363
|
exports.MdiInvite = mdiInvite.MdiInvite;
|
|
364
|
+
exports.MdiInvoice = mdiInvoice.MdiInvoice;
|
|
365
|
+
exports.MdiInvoiceFast = mdiInvoiceFast.MdiInvoiceFast;
|
|
366
|
+
exports.MdiInvoiceFastOutline = mdiInvoiceFastOutline.MdiInvoiceFastOutline;
|
|
367
|
+
exports.MdiInvoiceList = mdiInvoiceList.MdiInvoiceList;
|
|
368
|
+
exports.MdiInvoiceListOutline = mdiInvoiceListOutline.MdiInvoiceListOutline;
|
|
369
|
+
exports.MdiInvoiceMultiple = mdiInvoiceMultiple.MdiInvoiceMultiple;
|
|
370
|
+
exports.MdiInvoiceMultipleOutline = mdiInvoiceMultipleOutline.MdiInvoiceMultipleOutline;
|
|
371
|
+
exports.MdiInvoiceOutline = mdiInvoiceOutline.MdiInvoiceOutline;
|
|
372
|
+
exports.MdiInvoiceSend = mdiInvoiceSend.MdiInvoiceSend;
|
|
373
|
+
exports.MdiInvoiceSendOutline = mdiInvoiceSendOutline.MdiInvoiceSendOutline;
|
|
374
|
+
exports.MdiInvoiceText = mdiInvoiceText.MdiInvoiceText;
|
|
375
|
+
exports.MdiInvoiceTextEdit = mdiInvoiceTextEdit.MdiInvoiceTextEdit;
|
|
341
376
|
exports.MdiInvoiceTextEditOutline = mdiInvoiceTextEditOutline.MdiInvoiceTextEditOutline;
|
|
377
|
+
exports.MdiInvoiceTextMultiple = mdiInvoiceTextMultiple.MdiInvoiceTextMultiple;
|
|
378
|
+
exports.MdiInvoiceTextMultipleOutline = mdiInvoiceTextMultipleOutline.MdiInvoiceTextMultipleOutline;
|
|
379
|
+
exports.MdiInvoiceTextOutline = mdiInvoiceTextOutline.MdiInvoiceTextOutline;
|
|
342
380
|
exports.MdiKeyVariant = mdiKeyVariant.MdiKeyVariant;
|
|
343
381
|
exports.MdiKeyboardReturn = mdiKeyboardReturn.MdiKeyboardReturn;
|
|
344
382
|
exports.MdiLinkVariant = mdiLinkVariant.MdiLinkVariant;
|
|
@@ -368,6 +406,8 @@ exports.MdiSecureOutline = mdiSecureOutline.MdiSecureOutline;
|
|
|
368
406
|
exports.MdiShieldCrown = mdiShieldCrown.MdiShieldCrown;
|
|
369
407
|
exports.MdiShieldCrownOutline = mdiShieldCrownOutline.MdiShieldCrownOutline;
|
|
370
408
|
exports.MdiSpeedometer = mdiSpeedometer.MdiSpeedometer;
|
|
409
|
+
exports.MdiSupport = mdiSupport.MdiSupport;
|
|
410
|
+
exports.MdiTextEditOutline = mdiTextEditOutline.MdiTextEditOutline;
|
|
371
411
|
exports.MdiUser = mdiUser.MdiUser;
|
|
372
412
|
exports.MdiUserOutline = mdiUserOutline.MdiUserOutline;
|
|
373
413
|
exports.MdiUsersOutline = mdiUsersOutline.MdiUsersOutline;
|
package/lib/index.qwik.mjs
CHANGED
|
@@ -25,6 +25,8 @@ import { MdiBellCurve } from "./components/icons/mdi-bell-curve.qwik.mjs";
|
|
|
25
25
|
import { MdiBellCurveCumulative } from "./components/icons/mdi-bell-curve-cumulative.qwik.mjs";
|
|
26
26
|
import { MdiBrain } from "./components/icons/mdi-brain.qwik.mjs";
|
|
27
27
|
import { MdiBrainFreezeOutline } from "./components/icons/mdi-brain-freeze-outline.qwik.mjs";
|
|
28
|
+
import { MdiBug } from "./components/icons/mdi-bug.qwik.mjs";
|
|
29
|
+
import { MdiBugOutline } from "./components/icons/mdi-bug-outline.qwik.mjs";
|
|
28
30
|
import { MdiBuilding } from "./components/icons/mdi-building.qwik.mjs";
|
|
29
31
|
import { MdiCalendar } from "./components/icons/mdi-calendar.qwik.mjs";
|
|
30
32
|
import { MdiChartBar } from "./components/icons/mdi-chart-bar.qwik.mjs";
|
|
@@ -74,6 +76,7 @@ import { MdiEmailOutline } from "./components/icons/mdi-email-outline.qwik.mjs";
|
|
|
74
76
|
import { MdiEmoticonDevil } from "./components/icons/mdi-emoticon-devil.qwik.mjs";
|
|
75
77
|
import { MdiError } from "./components/icons/mdi-error.qwik.mjs";
|
|
76
78
|
import { MdiErrorOutline } from "./components/icons/mdi-error-outline.qwik.mjs";
|
|
79
|
+
import { MdiFeatureHighlight } from "./components/icons/mdi-feature-highlight.qwik.mjs";
|
|
77
80
|
import { MdiGauge } from "./components/icons/mdi-gauge.qwik.mjs";
|
|
78
81
|
import { MdiGearOutline } from "./components/icons/mdi-gear-outline.qwik.mjs";
|
|
79
82
|
import { MdiGmail } from "./components/icons/mdi-gmail.qwik.mjs";
|
|
@@ -97,7 +100,22 @@ import { MdiInformationVariantCircle } from "./components/icons/mdi-information-
|
|
|
97
100
|
import { MdiInformationVariantCircleOutline } from "./components/icons/mdi-information-variant-circle-outline.qwik.mjs";
|
|
98
101
|
import { MdiInstantMix } from "./components/icons/mdi-instant-mix.qwik.mjs";
|
|
99
102
|
import { MdiInvite } from "./components/icons/mdi-invite.qwik.mjs";
|
|
103
|
+
import { MdiInvoice } from "./components/icons/mdi-invoice.qwik.mjs";
|
|
104
|
+
import { MdiInvoiceFast } from "./components/icons/mdi-invoice-fast.qwik.mjs";
|
|
105
|
+
import { MdiInvoiceFastOutline } from "./components/icons/mdi-invoice-fast-outline.qwik.mjs";
|
|
106
|
+
import { MdiInvoiceList } from "./components/icons/mdi-invoice-list.qwik.mjs";
|
|
107
|
+
import { MdiInvoiceListOutline } from "./components/icons/mdi-invoice-list-outline.qwik.mjs";
|
|
108
|
+
import { MdiInvoiceMultiple } from "./components/icons/mdi-invoice-multiple.qwik.mjs";
|
|
109
|
+
import { MdiInvoiceMultipleOutline } from "./components/icons/mdi-invoice-multiple-outline.qwik.mjs";
|
|
110
|
+
import { MdiInvoiceOutline } from "./components/icons/mdi-invoice-outline.qwik.mjs";
|
|
111
|
+
import { MdiInvoiceSend } from "./components/icons/mdi-invoice-send.qwik.mjs";
|
|
112
|
+
import { MdiInvoiceSendOutline } from "./components/icons/mdi-invoice-send-outline.qwik.mjs";
|
|
113
|
+
import { MdiInvoiceText } from "./components/icons/mdi-invoice-text.qwik.mjs";
|
|
114
|
+
import { MdiInvoiceTextEdit } from "./components/icons/mdi-invoice-text-edit.qwik.mjs";
|
|
100
115
|
import { MdiInvoiceTextEditOutline } from "./components/icons/mdi-invoice-text-edit-outline.qwik.mjs";
|
|
116
|
+
import { MdiInvoiceTextMultiple } from "./components/icons/mdi-invoice-text-multiple.qwik.mjs";
|
|
117
|
+
import { MdiInvoiceTextMultipleOutline } from "./components/icons/mdi-invoice-text-multiple-outline.qwik.mjs";
|
|
118
|
+
import { MdiInvoiceTextOutline } from "./components/icons/mdi-invoice-text-outline.qwik.mjs";
|
|
101
119
|
import { MdiKeyVariant } from "./components/icons/mdi-key-variant.qwik.mjs";
|
|
102
120
|
import { MdiKeyboardReturn } from "./components/icons/mdi-keyboard-return.qwik.mjs";
|
|
103
121
|
import { MdiLinkVariant } from "./components/icons/mdi-link-variant.qwik.mjs";
|
|
@@ -127,6 +145,8 @@ import { MdiSecureOutline } from "./components/icons/mdi-secure-outline.qwik.mjs
|
|
|
127
145
|
import { MdiShieldCrown } from "./components/icons/mdi-shield-crown.qwik.mjs";
|
|
128
146
|
import { MdiShieldCrownOutline } from "./components/icons/mdi-shield-crown-outline.qwik.mjs";
|
|
129
147
|
import { MdiSpeedometer } from "./components/icons/mdi-speedometer.qwik.mjs";
|
|
148
|
+
import { MdiSupport } from "./components/icons/mdi-support.qwik.mjs";
|
|
149
|
+
import { MdiTextEditOutline } from "./components/icons/mdi-text-edit-outline.qwik.mjs";
|
|
130
150
|
import { MdiUser } from "./components/icons/mdi-user.qwik.mjs";
|
|
131
151
|
import { MdiUserOutline } from "./components/icons/mdi-user-outline.qwik.mjs";
|
|
132
152
|
import { MdiUsersOutline } from "./components/icons/mdi-users-outline.qwik.mjs";
|
|
@@ -318,6 +338,8 @@ export {
|
|
|
318
338
|
MdiBellCurveCumulative,
|
|
319
339
|
MdiBrain,
|
|
320
340
|
MdiBrainFreezeOutline,
|
|
341
|
+
MdiBug,
|
|
342
|
+
MdiBugOutline,
|
|
321
343
|
MdiBuilding,
|
|
322
344
|
MdiCalendar,
|
|
323
345
|
MdiChartBar,
|
|
@@ -367,6 +389,7 @@ export {
|
|
|
367
389
|
MdiEmoticonDevil,
|
|
368
390
|
MdiError,
|
|
369
391
|
MdiErrorOutline,
|
|
392
|
+
MdiFeatureHighlight,
|
|
370
393
|
MdiGauge,
|
|
371
394
|
MdiGearOutline,
|
|
372
395
|
MdiGmail,
|
|
@@ -390,7 +413,22 @@ export {
|
|
|
390
413
|
MdiInformationVariantCircleOutline,
|
|
391
414
|
MdiInstantMix,
|
|
392
415
|
MdiInvite,
|
|
416
|
+
MdiInvoice,
|
|
417
|
+
MdiInvoiceFast,
|
|
418
|
+
MdiInvoiceFastOutline,
|
|
419
|
+
MdiInvoiceList,
|
|
420
|
+
MdiInvoiceListOutline,
|
|
421
|
+
MdiInvoiceMultiple,
|
|
422
|
+
MdiInvoiceMultipleOutline,
|
|
423
|
+
MdiInvoiceOutline,
|
|
424
|
+
MdiInvoiceSend,
|
|
425
|
+
MdiInvoiceSendOutline,
|
|
426
|
+
MdiInvoiceText,
|
|
427
|
+
MdiInvoiceTextEdit,
|
|
393
428
|
MdiInvoiceTextEditOutline,
|
|
429
|
+
MdiInvoiceTextMultiple,
|
|
430
|
+
MdiInvoiceTextMultipleOutline,
|
|
431
|
+
MdiInvoiceTextOutline,
|
|
394
432
|
MdiKeyVariant,
|
|
395
433
|
MdiKeyboardReturn,
|
|
396
434
|
MdiLinkVariant,
|
|
@@ -420,8 +458,10 @@ export {
|
|
|
420
458
|
MdiShieldCrown,
|
|
421
459
|
MdiShieldCrownOutline,
|
|
422
460
|
MdiSpeedometer,
|
|
461
|
+
MdiSupport,
|
|
423
462
|
MdiTerminal,
|
|
424
463
|
MdiTerminalLine,
|
|
464
|
+
MdiTextEditOutline,
|
|
425
465
|
MdiUser,
|
|
426
466
|
MdiUserOutline,
|
|
427
467
|
MdiUsersOutline,
|
package/lib-types/index.d.ts
CHANGED
|
@@ -25,6 +25,8 @@ export * from './components/icons/mdi-bell-curve';
|
|
|
25
25
|
export * from './components/icons/mdi-bell-curve-cumulative';
|
|
26
26
|
export * from './components/icons/mdi-brain';
|
|
27
27
|
export * from './components/icons/mdi-brain-freeze-outline';
|
|
28
|
+
export * from './components/icons/mdi-bug';
|
|
29
|
+
export * from './components/icons/mdi-bug-outline';
|
|
28
30
|
export * from './components/icons/mdi-building';
|
|
29
31
|
export * from './components/icons/mdi-calendar';
|
|
30
32
|
export * from './components/icons/mdi-chart-bar';
|
|
@@ -74,6 +76,7 @@ export * from './components/icons/mdi-email-outline';
|
|
|
74
76
|
export * from './components/icons/mdi-emoticon-devil';
|
|
75
77
|
export * from './components/icons/mdi-error';
|
|
76
78
|
export * from './components/icons/mdi-error-outline';
|
|
79
|
+
export * from './components/icons/mdi-feature-highlight';
|
|
77
80
|
export * from './components/icons/mdi-gauge';
|
|
78
81
|
export * from './components/icons/mdi-gear-outline';
|
|
79
82
|
export * from './components/icons/mdi-gmail';
|
|
@@ -97,7 +100,22 @@ export * from './components/icons/mdi-information-variant-circle';
|
|
|
97
100
|
export * from './components/icons/mdi-information-variant-circle-outline';
|
|
98
101
|
export * from './components/icons/mdi-instant-mix';
|
|
99
102
|
export * from './components/icons/mdi-invite';
|
|
103
|
+
export * from './components/icons/mdi-invoice';
|
|
104
|
+
export * from './components/icons/mdi-invoice-fast';
|
|
105
|
+
export * from './components/icons/mdi-invoice-fast-outline';
|
|
106
|
+
export * from './components/icons/mdi-invoice-list';
|
|
107
|
+
export * from './components/icons/mdi-invoice-list-outline';
|
|
108
|
+
export * from './components/icons/mdi-invoice-multiple';
|
|
109
|
+
export * from './components/icons/mdi-invoice-multiple-outline';
|
|
110
|
+
export * from './components/icons/mdi-invoice-outline';
|
|
111
|
+
export * from './components/icons/mdi-invoice-send';
|
|
112
|
+
export * from './components/icons/mdi-invoice-send-outline';
|
|
113
|
+
export * from './components/icons/mdi-invoice-text';
|
|
114
|
+
export * from './components/icons/mdi-invoice-text-edit';
|
|
100
115
|
export * from './components/icons/mdi-invoice-text-edit-outline';
|
|
116
|
+
export * from './components/icons/mdi-invoice-text-multiple';
|
|
117
|
+
export * from './components/icons/mdi-invoice-text-multiple-outline';
|
|
118
|
+
export * from './components/icons/mdi-invoice-text-outline';
|
|
101
119
|
export * from './components/icons/mdi-key-variant';
|
|
102
120
|
export * from './components/icons/mdi-keyboard-return';
|
|
103
121
|
export * from './components/icons/mdi-link-variant';
|
|
@@ -127,6 +145,8 @@ export * from './components/icons/mdi-secure-outline';
|
|
|
127
145
|
export * from './components/icons/mdi-shield-crown';
|
|
128
146
|
export * from './components/icons/mdi-shield-crown-outline';
|
|
129
147
|
export * from './components/icons/mdi-speedometer';
|
|
148
|
+
export * from './components/icons/mdi-support';
|
|
149
|
+
export * from './components/icons/mdi-text-edit-outline';
|
|
130
150
|
export * from './components/icons/mdi-user';
|
|
131
151
|
export * from './components/icons/mdi-user-outline';
|
|
132
152
|
export * from './components/icons/mdi-users-outline';
|