@nr1e/qwik-icons 0.0.21 → 0.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,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 MdiClipboardPulseOutline = 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 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 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-7 0a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1M5 15h3.11l1.51-2.85l.76 5.77l3.69-4.71L15.89 15H19v4H5zm14-1.54h-2.47l-2.6-2.6l-2.49 3.19l-.94-6.97l-3.33 6.38H5V5h2v1h10V5h2z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiClipboardPulseOutline = MdiClipboardPulseOutline;
@@ -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 MdiClipboardPulseOutline = 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 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 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-7 0a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1M5 15h3.11l1.51-2.85l.76 5.77l3.69-4.71L15.89 15H19v4H5zm14-1.54h-2.47l-2.6-2.6l-2.49 3.19l-.94-6.97l-3.33 6.38H5V5h2v1h10V5h2z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiClipboardPulseOutline
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 MdiClipboardPulse = 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 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 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-7 0a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1M5 13.46h2.17l3.33-6.38l.94 6.97l2.49-3.19l2.6 2.6H19V15h-3.11l-1.82-1.79l-3.69 4.71l-.76-5.77L8.11 15H5z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiClipboardPulse = MdiClipboardPulse;
@@ -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 MdiClipboardPulse = 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 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 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-7 0a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1M5 13.46h2.17l3.33-6.38l.94 6.97l2.49-3.19l2.6 2.6H19V15h-3.11l-1.82-1.79l-3.69 4.71l-.76-5.77L8.11 15H5z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiClipboardPulse
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 MdiHeartOutline = 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.1 18.55l-.1.1l-.11-.1C7.14 14.24 4 11.39 4 8.5C4 6.5 5.5 5 7.5 5c1.54 0 3.04 1 3.57 2.36h1.86C13.46 6 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5c0 2.89-3.14 5.74-7.9 10.05M16.5 3c-1.74 0-3.41.81-4.5 2.08C10.91 3.81 9.24 3 7.5 3C4.42 3 2 5.41 2 8.5c0 3.77 3.4 6.86 8.55 11.53L12 21.35l1.45-1.32C18.6 15.36 22 12.27 22 8.5C22 5.41 19.58 3 16.5 3"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiHeartOutline = MdiHeartOutline;
@@ -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 MdiHeartOutline = 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.1 18.55l-.1.1l-.11-.1C7.14 14.24 4 11.39 4 8.5C4 6.5 5.5 5 7.5 5c1.54 0 3.04 1 3.57 2.36h1.86C13.46 6 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5c0 2.89-3.14 5.74-7.9 10.05M16.5 3c-1.74 0-3.41.81-4.5 2.08C10.91 3.81 9.24 3 7.5 3C4.42 3 2 5.41 2 8.5c0 3.77 3.4 6.86 8.55 11.53L12 21.35l1.45-1.32C18.6 15.36 22 12.27 22 8.5C22 5.41 19.58 3 16.5 3"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiHeartOutline
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 MdiHeartPulse = 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: "M7.5 4A5.5 5.5 0 0 0 2 9.5c0 .5.09 1 .22 1.5H6.3l1.27-3.37c.3-.8 1.48-.88 1.86 0L11.5 13l.59-1.42c.13-.33.48-.58.91-.58h8.78c.13-.5.22-1 .22-1.5A5.5 5.5 0 0 0 16.5 4c-1.86 0-3.5.93-4.5 2.34C11 4.93 9.36 4 7.5 4M3 12.5a1 1 0 0 0-1 1a1 1 0 0 0 1 1h2.44L11 20c1 .9 1 .9 2 0l5.56-5.5H21a1 1 0 0 0 1-1a1 1 0 0 0-1-1h-7.6l-.93 2.3c-.4 1.01-1.55.87-1.92.03L8.5 9.5l-.96 2.33c-.15.38-.49.67-.94.67z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiHeartPulse = MdiHeartPulse;
@@ -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 MdiHeartPulse = 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: "M7.5 4A5.5 5.5 0 0 0 2 9.5c0 .5.09 1 .22 1.5H6.3l1.27-3.37c.3-.8 1.48-.88 1.86 0L11.5 13l.59-1.42c.13-.33.48-.58.91-.58h8.78c.13-.5.22-1 .22-1.5A5.5 5.5 0 0 0 16.5 4c-1.86 0-3.5.93-4.5 2.34C11 4.93 9.36 4 7.5 4M3 12.5a1 1 0 0 0-1 1a1 1 0 0 0 1 1h2.44L11 20c1 .9 1 .9 2 0l5.56-5.5H21a1 1 0 0 0 1-1a1 1 0 0 0-1-1h-7.6l-.93 2.3c-.4 1.01-1.55.87-1.92.03L8.5 9.5l-.96 2.33c-.15.38-.49.67-.94.67z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiHeartPulse
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 MdiHeart = 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 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5c0 3.77-3.4 6.86-8.55 11.53z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiHeart = MdiHeart;
@@ -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 MdiHeart = 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 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5c0 3.77-3.4 6.86-8.55 11.53z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiHeart
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 MdiPulse = 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 13h2.79l4.31-8.21l1.18 8.96l3.22-4.09L17.83 13H21v2h-4l-2.33-2.33l-4.75 6.06l-.98-7.42L7 15H3z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiPulse = MdiPulse;
@@ -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 MdiPulse = 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 13h2.79l4.31-8.21l1.18 8.96l3.22-4.09L17.83 13H21v2h-4l-2.33-2.33l-4.75 6.06l-.98-7.42L7 15H3z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiPulse
16
+ };
@@ -27,6 +27,8 @@ const mdiCheckCircle = require("./components/icons/mdi-check-circle.qwik.cjs");
27
27
  const mdiCheckCircleOutline = require("./components/icons/mdi-check-circle-outline.qwik.cjs");
28
28
  const mdiChevronDown = require("./components/icons/mdi-chevron-down.qwik.cjs");
29
29
  const mdiChevronUp = require("./components/icons/mdi-chevron-up.qwik.cjs");
30
+ const mdiClipboardPulse = require("./components/icons/mdi-clipboard-pulse.qwik.cjs");
31
+ const mdiClipboardPulseOutline = require("./components/icons/mdi-clipboard-pulse-outline.qwik.cjs");
30
32
  const mdiClose = require("./components/icons/mdi-close.qwik.cjs");
31
33
  const mdiCloudDownload = require("./components/icons/mdi-cloud-download.qwik.cjs");
32
34
  const mdiCloudDownloadOutline = require("./components/icons/mdi-cloud-download-outline.qwik.cjs");
@@ -67,6 +69,9 @@ const mdiGmail = require("./components/icons/mdi-gmail.qwik.cjs");
67
69
  const mdiGoogle = require("./components/icons/mdi-google.qwik.cjs");
68
70
  const mdiGoogleDrive = require("./components/icons/mdi-google-drive.qwik.cjs");
69
71
  const mdiHamburgerMenu = require("./components/icons/mdi-hamburger-menu.qwik.cjs");
72
+ const mdiHeart = require("./components/icons/mdi-heart.qwik.cjs");
73
+ const mdiHeartOutline = require("./components/icons/mdi-heart-outline.qwik.cjs");
74
+ const mdiHeartPulse = require("./components/icons/mdi-heart-pulse.qwik.cjs");
70
75
  const mdiInformation = require("./components/icons/mdi-information.qwik.cjs");
71
76
  const mdiInformationBox = require("./components/icons/mdi-information-box.qwik.cjs");
72
77
  const mdiInformationBoxOutline = require("./components/icons/mdi-information-box-outline.qwik.cjs");
@@ -99,6 +104,7 @@ const mdiPercent = require("./components/icons/mdi-percent.qwik.cjs");
99
104
  const mdiPersonCheck = require("./components/icons/mdi-person-check.qwik.cjs");
100
105
  const mdiPersonCheckOutline = require("./components/icons/mdi-person-check-outline.qwik.cjs");
101
106
  const mdiPlusBoxOutline = require("./components/icons/mdi-plus-box-outline.qwik.cjs");
107
+ const mdiPulse = require("./components/icons/mdi-pulse.qwik.cjs");
102
108
  const mdiQrCode = require("./components/icons/mdi-qr-code.qwik.cjs");
103
109
  const mdiRefresh = require("./components/icons/mdi-refresh.qwik.cjs");
104
110
  const mdiRocket = require("./components/icons/mdi-rocket.qwik.cjs");
@@ -246,6 +252,8 @@ exports.MdiCheckCircle = mdiCheckCircle.MdiCheckCircle;
246
252
  exports.MdiCheckCircleOutline = mdiCheckCircleOutline.MdiCheckCircleOutline;
247
253
  exports.MdiChevronDown = mdiChevronDown.MdiChevronDown;
248
254
  exports.MdiChevronUp = mdiChevronUp.MdiChevronUp;
255
+ exports.MdiClipboardPulse = mdiClipboardPulse.MdiClipboardPulse;
256
+ exports.MdiClipboardPulseOutline = mdiClipboardPulseOutline.MdiClipboardPulseOutline;
249
257
  exports.MdiClose = mdiClose.MdiClose;
250
258
  exports.MdiCloudDownload = mdiCloudDownload.MdiCloudDownload;
251
259
  exports.MdiCloudDownloadOutline = mdiCloudDownloadOutline.MdiCloudDownloadOutline;
@@ -286,6 +294,9 @@ exports.MdiGmail = mdiGmail.MdiGmail;
286
294
  exports.MdiGoogle = mdiGoogle.MdiGoogle;
287
295
  exports.MdiGoogleDrive = mdiGoogleDrive.MdiGoogleDrive;
288
296
  exports.MdiHamburgerMenu = mdiHamburgerMenu.MdiHamburgerMenu;
297
+ exports.MdiHeart = mdiHeart.MdiHeart;
298
+ exports.MdiHeartOutline = mdiHeartOutline.MdiHeartOutline;
299
+ exports.MdiHeartPulse = mdiHeartPulse.MdiHeartPulse;
289
300
  exports.MdiInformation = mdiInformation.MdiInformation;
290
301
  exports.MdiInformationBox = mdiInformationBox.MdiInformationBox;
291
302
  exports.MdiInformationBoxOutline = mdiInformationBoxOutline.MdiInformationBoxOutline;
@@ -318,6 +329,7 @@ exports.MdiPercent = mdiPercent.MdiPercent;
318
329
  exports.MdiPersonCheck = mdiPersonCheck.MdiPersonCheck;
319
330
  exports.MdiPersonCheckOutline = mdiPersonCheckOutline.MdiPersonCheckOutline;
320
331
  exports.MdiPlusBoxOutline = mdiPlusBoxOutline.MdiPlusBoxOutline;
332
+ exports.MdiPulse = mdiPulse.MdiPulse;
321
333
  exports.MdiQrCode = mdiQrCode.MdiQrCode;
322
334
  exports.MdiRefresh = mdiRefresh.MdiRefresh;
323
335
  exports.MdiRocket = mdiRocket.MdiRocket;
@@ -25,6 +25,8 @@ import { MdiCheckCircle } from "./components/icons/mdi-check-circle.qwik.mjs";
25
25
  import { MdiCheckCircleOutline } from "./components/icons/mdi-check-circle-outline.qwik.mjs";
26
26
  import { MdiChevronDown } from "./components/icons/mdi-chevron-down.qwik.mjs";
27
27
  import { MdiChevronUp } from "./components/icons/mdi-chevron-up.qwik.mjs";
28
+ import { MdiClipboardPulse } from "./components/icons/mdi-clipboard-pulse.qwik.mjs";
29
+ import { MdiClipboardPulseOutline } from "./components/icons/mdi-clipboard-pulse-outline.qwik.mjs";
28
30
  import { MdiClose } from "./components/icons/mdi-close.qwik.mjs";
29
31
  import { MdiCloudDownload } from "./components/icons/mdi-cloud-download.qwik.mjs";
30
32
  import { MdiCloudDownloadOutline } from "./components/icons/mdi-cloud-download-outline.qwik.mjs";
@@ -65,6 +67,9 @@ import { MdiGmail } from "./components/icons/mdi-gmail.qwik.mjs";
65
67
  import { MdiGoogle } from "./components/icons/mdi-google.qwik.mjs";
66
68
  import { MdiGoogleDrive } from "./components/icons/mdi-google-drive.qwik.mjs";
67
69
  import { MdiHamburgerMenu } from "./components/icons/mdi-hamburger-menu.qwik.mjs";
70
+ import { MdiHeart } from "./components/icons/mdi-heart.qwik.mjs";
71
+ import { MdiHeartOutline } from "./components/icons/mdi-heart-outline.qwik.mjs";
72
+ import { MdiHeartPulse } from "./components/icons/mdi-heart-pulse.qwik.mjs";
68
73
  import { MdiInformation } from "./components/icons/mdi-information.qwik.mjs";
69
74
  import { MdiInformationBox } from "./components/icons/mdi-information-box.qwik.mjs";
70
75
  import { MdiInformationBoxOutline } from "./components/icons/mdi-information-box-outline.qwik.mjs";
@@ -97,6 +102,7 @@ import { MdiPercent } from "./components/icons/mdi-percent.qwik.mjs";
97
102
  import { MdiPersonCheck } from "./components/icons/mdi-person-check.qwik.mjs";
98
103
  import { MdiPersonCheckOutline } from "./components/icons/mdi-person-check-outline.qwik.mjs";
99
104
  import { MdiPlusBoxOutline } from "./components/icons/mdi-plus-box-outline.qwik.mjs";
105
+ import { MdiPulse } from "./components/icons/mdi-pulse.qwik.mjs";
100
106
  import { MdiQrCode } from "./components/icons/mdi-qr-code.qwik.mjs";
101
107
  import { MdiRefresh } from "./components/icons/mdi-refresh.qwik.mjs";
102
108
  import { MdiRocket } from "./components/icons/mdi-rocket.qwik.mjs";
@@ -298,6 +304,8 @@ export {
298
304
  MdiCheckCircleOutline,
299
305
  MdiChevronDown,
300
306
  MdiChevronUp,
307
+ MdiClipboardPulse,
308
+ MdiClipboardPulseOutline,
301
309
  MdiClose,
302
310
  MdiCloudDownload,
303
311
  MdiCloudDownloadOutline,
@@ -338,6 +346,9 @@ export {
338
346
  MdiGoogle,
339
347
  MdiGoogleDrive,
340
348
  MdiHamburgerMenu,
349
+ MdiHeart,
350
+ MdiHeartOutline,
351
+ MdiHeartPulse,
341
352
  MdiInformation,
342
353
  MdiInformationBox,
343
354
  MdiInformationBoxOutline,
@@ -370,6 +381,7 @@ export {
370
381
  MdiPersonCheck,
371
382
  MdiPersonCheckOutline,
372
383
  MdiPlusBoxOutline,
384
+ MdiPulse,
373
385
  MdiQrCode,
374
386
  MdiRefresh,
375
387
  MdiRocket,
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiClipboardPulseOutline: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiClipboardPulse: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiHeartOutline: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiHeartPulse: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiHeart: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiPulse: import("@builder.io/qwik").Component<IconProps>;
@@ -25,6 +25,8 @@ export * from './components/icons/mdi-check-circle';
25
25
  export * from './components/icons/mdi-check-circle-outline';
26
26
  export * from './components/icons/mdi-chevron-down';
27
27
  export * from './components/icons/mdi-chevron-up';
28
+ export * from './components/icons/mdi-clipboard-pulse';
29
+ export * from './components/icons/mdi-clipboard-pulse-outline';
28
30
  export * from './components/icons/mdi-close';
29
31
  export * from './components/icons/mdi-cloud-download';
30
32
  export * from './components/icons/mdi-cloud-download-outline';
@@ -65,6 +67,9 @@ export * from './components/icons/mdi-gmail';
65
67
  export * from './components/icons/mdi-google';
66
68
  export * from './components/icons/mdi-google-drive';
67
69
  export * from './components/icons/mdi-hamburger-menu';
70
+ export * from './components/icons/mdi-heart';
71
+ export * from './components/icons/mdi-heart-outline';
72
+ export * from './components/icons/mdi-heart-pulse';
68
73
  export * from './components/icons/mdi-information';
69
74
  export * from './components/icons/mdi-information-box';
70
75
  export * from './components/icons/mdi-information-box-outline';
@@ -97,6 +102,7 @@ export * from './components/icons/mdi-percent';
97
102
  export * from './components/icons/mdi-person-check';
98
103
  export * from './components/icons/mdi-person-check-outline';
99
104
  export * from './components/icons/mdi-plus-box-outline';
105
+ export * from './components/icons/mdi-pulse';
100
106
  export * from './components/icons/mdi-qr-code';
101
107
  export * from './components/icons/mdi-refresh';
102
108
  export * from './components/icons/mdi-rocket';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nr1e/qwik-icons",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "NR1E Qwik Icons Library",
5
5
  "author": "NR1E, Inc.",
6
6
  "publishConfig": {