@nr1e/qwik-icons 0.0.0-snapshot-20251227233022 → 0.0.0-snapshot-20251227234655
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-gmail.qwik.cjs +16 -0
- package/lib/components/icons/mdi-gmail.qwik.mjs +16 -0
- package/lib/components/icons/mdi-google-drive.qwik.cjs +16 -0
- package/lib/components/icons/mdi-google-drive.qwik.mjs +16 -0
- package/lib/components/icons/mdi-google.qwik.cjs +16 -0
- package/lib/components/icons/mdi-google.qwik.mjs +16 -0
- package/lib/components/icons/mdi-microsoft.qwik.cjs +16 -0
- package/lib/components/icons/mdi-microsoft.qwik.mjs +16 -0
- package/lib/index.qwik.cjs +8 -0
- package/lib/index.qwik.mjs +8 -0
- package/lib-types/components/icons/mdi-gmail.d.ts +2 -0
- package/lib-types/components/icons/mdi-google-drive.d.ts +2 -0
- package/lib-types/components/icons/mdi-google.d.ts +2 -0
- package/lib-types/components/icons/mdi-microsoft.d.ts +2 -0
- package/lib-types/index.d.ts +4 -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 MdiGmail = 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 18h-2V9.25L12 13L6 9.25V18H4V6h1.2l6.8 4.25L18.8 6H20m0-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiGmail = MdiGmail;
|
|
@@ -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 MdiGmail = 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 18h-2V9.25L12 13L6 9.25V18H4V6h1.2l6.8 4.25L18.8 6H20m0-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiGmail
|
|
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 MdiGoogleDrive = 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.71 3.5L1.15 15l3.43 6l6.55-11.5M9.73 15L6.3 21h13.12l3.43-6m-.57-1L15.42 2H8.57l6.86 12z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiGoogleDrive = MdiGoogleDrive;
|
|
@@ -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 MdiGoogleDrive = 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.71 3.5L1.15 15l3.43 6l6.55-11.5M9.73 15L6.3 21h13.12l3.43-6m-.57-1L15.42 2H8.57l6.86 12z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiGoogleDrive
|
|
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 MdiGoogle = 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.35 11.1h-9.17v2.73h6.51c-.33 3.81-3.5 5.44-6.5 5.44C8.36 19.27 5 16.25 5 12c0-4.1 3.2-7.27 7.2-7.27c3.09 0 4.9 1.97 4.9 1.97L19 4.72S16.56 2 12.1 2C6.42 2 2.03 6.8 2.03 12c0 5.05 4.13 10 10.22 10c5.35 0 9.25-3.67 9.25-9.09c0-1.15-.15-1.81-.15-1.81"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiGoogle = MdiGoogle;
|
|
@@ -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 MdiGoogle = 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.35 11.1h-9.17v2.73h6.51c-.33 3.81-3.5 5.44-6.5 5.44C8.36 19.27 5 16.25 5 12c0-4.1 3.2-7.27 7.2-7.27c3.09 0 4.9 1.97 4.9 1.97L19 4.72S16.56 2 12.1 2C6.42 2 2.03 6.8 2.03 12c0 5.05 4.13 10 10.22 10c5.35 0 9.25-3.67 9.25-9.09c0-1.15-.15-1.81-.15-1.81"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiGoogle
|
|
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 MdiMicrosoft = 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 3h9v9H2zm9 19H2v-9h9zM21 3v9h-9V3zm0 19h-9v-9h9z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiMicrosoft = MdiMicrosoft;
|
|
@@ -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 MdiMicrosoft = 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 3h9v9H2zm9 19H2v-9h9zM21 3v9h-9V3zm0 19h-9v-9h9z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiMicrosoft
|
|
16
|
+
};
|
package/lib/index.qwik.cjs
CHANGED
|
@@ -28,6 +28,9 @@ const mdiEmailOutline = require("./components/icons/mdi-email-outline.qwik.cjs")
|
|
|
28
28
|
const mdiEmoticonDevil = require("./components/icons/mdi-emoticon-devil.qwik.cjs");
|
|
29
29
|
const mdiErrorOutline = require("./components/icons/mdi-error-outline.qwik.cjs");
|
|
30
30
|
const mdiGearOutline = require("./components/icons/mdi-gear-outline.qwik.cjs");
|
|
31
|
+
const mdiGmail = require("./components/icons/mdi-gmail.qwik.cjs");
|
|
32
|
+
const mdiGoogle = require("./components/icons/mdi-google.qwik.cjs");
|
|
33
|
+
const mdiGoogleDrive = require("./components/icons/mdi-google-drive.qwik.cjs");
|
|
31
34
|
const mdiHamburgerMenu = require("./components/icons/mdi-hamburger-menu.qwik.cjs");
|
|
32
35
|
const mdiInformationSlabBox = require("./components/icons/mdi-information-slab-box.qwik.cjs");
|
|
33
36
|
const mdiInformationSlabBoxOutline = require("./components/icons/mdi-information-slab-box-outline.qwik.cjs");
|
|
@@ -40,6 +43,7 @@ const mdiLinkVariant = require("./components/icons/mdi-link-variant.qwik.cjs");
|
|
|
40
43
|
const mdiLock = require("./components/icons/mdi-lock.qwik.cjs");
|
|
41
44
|
const mdiLogin = require("./components/icons/mdi-login.qwik.cjs");
|
|
42
45
|
const mdiLogout = require("./components/icons/mdi-logout.qwik.cjs");
|
|
46
|
+
const mdiMicrosoft = require("./components/icons/mdi-microsoft.qwik.cjs");
|
|
43
47
|
const mdiNavigateBefore = require("./components/icons/mdi-navigate-before.qwik.cjs");
|
|
44
48
|
const mdiNavigateNext = require("./components/icons/mdi-navigate-next.qwik.cjs");
|
|
45
49
|
const mdiNetworkOutline = require("./components/icons/mdi-network-outline.qwik.cjs");
|
|
@@ -83,6 +87,9 @@ exports.MdiEmailOutline = mdiEmailOutline.MdiEmailOutline;
|
|
|
83
87
|
exports.MdiEmoticonDevil = mdiEmoticonDevil.MdiEmoticonDevil;
|
|
84
88
|
exports.MdiErrorOutline = mdiErrorOutline.MdiErrorOutline;
|
|
85
89
|
exports.MdiGearOutline = mdiGearOutline.MdiGearOutline;
|
|
90
|
+
exports.MdiGmail = mdiGmail.MdiGmail;
|
|
91
|
+
exports.MdiGoogle = mdiGoogle.MdiGoogle;
|
|
92
|
+
exports.MdiGoogleDrive = mdiGoogleDrive.MdiGoogleDrive;
|
|
86
93
|
exports.MdiHamburgerMenu = mdiHamburgerMenu.MdiHamburgerMenu;
|
|
87
94
|
exports.MdiInformationSlabBox = mdiInformationSlabBox.MdiInformationSlabBox;
|
|
88
95
|
exports.MdiInformationSlabBoxOutline = mdiInformationSlabBoxOutline.MdiInformationSlabBoxOutline;
|
|
@@ -95,6 +102,7 @@ exports.MdiLinkVariant = mdiLinkVariant.MdiLinkVariant;
|
|
|
95
102
|
exports.MdiLock = mdiLock.MdiLock;
|
|
96
103
|
exports.MdiLogin = mdiLogin.MdiLogin;
|
|
97
104
|
exports.MdiLogout = mdiLogout.MdiLogout;
|
|
105
|
+
exports.MdiMicrosoft = mdiMicrosoft.MdiMicrosoft;
|
|
98
106
|
exports.MdiNavigateBefore = mdiNavigateBefore.MdiNavigateBefore;
|
|
99
107
|
exports.MdiNavigateNext = mdiNavigateNext.MdiNavigateNext;
|
|
100
108
|
exports.MdiNetworkOutline = mdiNetworkOutline.MdiNetworkOutline;
|
package/lib/index.qwik.mjs
CHANGED
|
@@ -26,6 +26,9 @@ import { MdiEmailOutline } from "./components/icons/mdi-email-outline.qwik.mjs";
|
|
|
26
26
|
import { MdiEmoticonDevil } from "./components/icons/mdi-emoticon-devil.qwik.mjs";
|
|
27
27
|
import { MdiErrorOutline } from "./components/icons/mdi-error-outline.qwik.mjs";
|
|
28
28
|
import { MdiGearOutline } from "./components/icons/mdi-gear-outline.qwik.mjs";
|
|
29
|
+
import { MdiGmail } from "./components/icons/mdi-gmail.qwik.mjs";
|
|
30
|
+
import { MdiGoogle } from "./components/icons/mdi-google.qwik.mjs";
|
|
31
|
+
import { MdiGoogleDrive } from "./components/icons/mdi-google-drive.qwik.mjs";
|
|
29
32
|
import { MdiHamburgerMenu } from "./components/icons/mdi-hamburger-menu.qwik.mjs";
|
|
30
33
|
import { MdiInformationSlabBox } from "./components/icons/mdi-information-slab-box.qwik.mjs";
|
|
31
34
|
import { MdiInformationSlabBoxOutline } from "./components/icons/mdi-information-slab-box-outline.qwik.mjs";
|
|
@@ -38,6 +41,7 @@ import { MdiLinkVariant } from "./components/icons/mdi-link-variant.qwik.mjs";
|
|
|
38
41
|
import { MdiLock } from "./components/icons/mdi-lock.qwik.mjs";
|
|
39
42
|
import { MdiLogin } from "./components/icons/mdi-login.qwik.mjs";
|
|
40
43
|
import { MdiLogout } from "./components/icons/mdi-logout.qwik.mjs";
|
|
44
|
+
import { MdiMicrosoft } from "./components/icons/mdi-microsoft.qwik.mjs";
|
|
41
45
|
import { MdiNavigateBefore } from "./components/icons/mdi-navigate-before.qwik.mjs";
|
|
42
46
|
import { MdiNavigateNext } from "./components/icons/mdi-navigate-next.qwik.mjs";
|
|
43
47
|
import { MdiNetworkOutline } from "./components/icons/mdi-network-outline.qwik.mjs";
|
|
@@ -81,6 +85,9 @@ export {
|
|
|
81
85
|
MdiEmoticonDevil,
|
|
82
86
|
MdiErrorOutline,
|
|
83
87
|
MdiGearOutline,
|
|
88
|
+
MdiGmail,
|
|
89
|
+
MdiGoogle,
|
|
90
|
+
MdiGoogleDrive,
|
|
84
91
|
MdiHamburgerMenu,
|
|
85
92
|
MdiInformationSlabBox,
|
|
86
93
|
MdiInformationSlabBoxOutline,
|
|
@@ -93,6 +100,7 @@ export {
|
|
|
93
100
|
MdiLock,
|
|
94
101
|
MdiLogin,
|
|
95
102
|
MdiLogout,
|
|
103
|
+
MdiMicrosoft,
|
|
96
104
|
MdiNavigateBefore,
|
|
97
105
|
MdiNavigateNext,
|
|
98
106
|
MdiNetworkOutline,
|
package/lib-types/index.d.ts
CHANGED
|
@@ -26,6 +26,9 @@ export * from './components/icons/mdi-email-outline';
|
|
|
26
26
|
export * from './components/icons/mdi-emoticon-devil';
|
|
27
27
|
export * from './components/icons/mdi-error-outline';
|
|
28
28
|
export * from './components/icons/mdi-gear-outline';
|
|
29
|
+
export * from './components/icons/mdi-gmail';
|
|
30
|
+
export * from './components/icons/mdi-google';
|
|
31
|
+
export * from './components/icons/mdi-google-drive';
|
|
29
32
|
export * from './components/icons/mdi-hamburger-menu';
|
|
30
33
|
export * from './components/icons/mdi-information-slab-box';
|
|
31
34
|
export * from './components/icons/mdi-information-slab-box-outline';
|
|
@@ -38,6 +41,7 @@ export * from './components/icons/mdi-link-variant';
|
|
|
38
41
|
export * from './components/icons/mdi-lock';
|
|
39
42
|
export * from './components/icons/mdi-login';
|
|
40
43
|
export * from './components/icons/mdi-logout';
|
|
44
|
+
export * from './components/icons/mdi-microsoft';
|
|
41
45
|
export * from './components/icons/mdi-navigate-before';
|
|
42
46
|
export * from './components/icons/mdi-navigate-next';
|
|
43
47
|
export * from './components/icons/mdi-network-outline';
|