@nr1e/qwik-icons 0.0.0-snapshot-20251228003135 → 0.0.0-snapshot-20251228154426
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/logos-google-icon.qwik.cjs +30 -0
- package/lib/components/icons/logos-google-icon.qwik.mjs +30 -0
- package/lib/components/icons/logos-microsoft-icon.qwik.cjs +30 -0
- package/lib/components/icons/logos-microsoft-icon.qwik.mjs +30 -0
- package/lib/components/icons/mdi-microsoft-github.qwik.cjs +16 -0
- package/lib/components/icons/mdi-microsoft-github.qwik.mjs +16 -0
- package/lib/index.qwik.cjs +6 -0
- package/lib/index.qwik.mjs +6 -0
- package/lib-types/components/icons/logos-google-icon.d.ts +2 -0
- package/lib-types/components/icons/logos-microsoft-icon.d.ts +2 -0
- package/lib-types/components/icons/mdi-microsoft-github.d.ts +2 -0
- package/lib-types/index.d.ts +3 -0
- package/package.json +2 -2
|
@@ -0,0 +1,30 @@
|
|
|
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 LogosGoogleIcon = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 256 262",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
12
|
+
fill: "#4285f4",
|
|
13
|
+
d: "M255.878 133.451c0-10.734-.871-18.567-2.756-26.69H130.55v48.448h71.947c-1.45 12.04-9.283 30.172-26.69 42.356l-.244 1.622l38.755 30.023l2.685.268c24.659-22.774 38.875-56.282 38.875-96.027"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
16
|
+
fill: "#34a853",
|
|
17
|
+
d: "M130.55 261.1c35.248 0 64.839-11.605 86.453-31.622l-41.196-31.913c-11.024 7.688-25.82 13.055-45.257 13.055c-34.523 0-63.824-22.773-74.269-54.25l-1.531.13l-40.298 31.187l-.527 1.465C35.393 231.798 79.49 261.1 130.55 261.1"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
+
fill: "#fbbc05",
|
|
21
|
+
d: "M56.281 156.37c-2.756-8.123-4.351-16.827-4.351-25.82c0-8.994 1.595-17.697 4.206-25.82l-.073-1.73L15.26 71.312l-1.335.635C5.077 89.644 0 109.517 0 130.55s5.077 40.905 13.925 58.602z"
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
24
|
+
fill: "#eb4335",
|
|
25
|
+
d: "M130.55 50.479c24.514 0 41.05 10.589 50.479 19.438l36.844-35.974C195.245 12.91 165.798 0 130.55 0C79.49 0 35.393 29.301 13.925 71.947l42.211 32.783c10.59-31.477 39.891-54.251 74.414-54.251"
|
|
26
|
+
})
|
|
27
|
+
]
|
|
28
|
+
});
|
|
29
|
+
});
|
|
30
|
+
exports.LogosGoogleIcon = LogosGoogleIcon;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const LogosGoogleIcon = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 256 262",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
fill: "#4285f4",
|
|
11
|
+
d: "M255.878 133.451c0-10.734-.871-18.567-2.756-26.69H130.55v48.448h71.947c-1.45 12.04-9.283 30.172-26.69 42.356l-.244 1.622l38.755 30.023l2.685.268c24.659-22.774 38.875-56.282 38.875-96.027"
|
|
12
|
+
}),
|
|
13
|
+
/* @__PURE__ */ jsx("path", {
|
|
14
|
+
fill: "#34a853",
|
|
15
|
+
d: "M130.55 261.1c35.248 0 64.839-11.605 86.453-31.622l-41.196-31.913c-11.024 7.688-25.82 13.055-45.257 13.055c-34.523 0-63.824-22.773-74.269-54.25l-1.531.13l-40.298 31.187l-.527 1.465C35.393 231.798 79.49 261.1 130.55 261.1"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsx("path", {
|
|
18
|
+
fill: "#fbbc05",
|
|
19
|
+
d: "M56.281 156.37c-2.756-8.123-4.351-16.827-4.351-25.82c0-8.994 1.595-17.697 4.206-25.82l-.073-1.73L15.26 71.312l-1.335.635C5.077 89.644 0 109.517 0 130.55s5.077 40.905 13.925 58.602z"
|
|
20
|
+
}),
|
|
21
|
+
/* @__PURE__ */ jsx("path", {
|
|
22
|
+
fill: "#eb4335",
|
|
23
|
+
d: "M130.55 50.479c24.514 0 41.05 10.589 50.479 19.438l36.844-35.974C195.245 12.91 165.798 0 130.55 0C79.49 0 35.393 29.301 13.925 71.947l42.211 32.783c10.59-31.477 39.891-54.251 74.414-54.251"
|
|
24
|
+
})
|
|
25
|
+
]
|
|
26
|
+
});
|
|
27
|
+
});
|
|
28
|
+
export {
|
|
29
|
+
LogosGoogleIcon
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
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 LogosMicrosoftIcon = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 256 256",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
12
|
+
fill: "#f1511b",
|
|
13
|
+
d: "M121.666 121.666H0V0h121.666z"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
16
|
+
fill: "#80cc28",
|
|
17
|
+
d: "M256 121.666H134.335V0H256z"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
+
fill: "#00adef",
|
|
21
|
+
d: "M121.663 256.002H0V134.336h121.663z"
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
24
|
+
fill: "#fbbc09",
|
|
25
|
+
d: "M256 256.002H134.335V134.336H256z"
|
|
26
|
+
})
|
|
27
|
+
]
|
|
28
|
+
});
|
|
29
|
+
});
|
|
30
|
+
exports.LogosMicrosoftIcon = LogosMicrosoftIcon;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const LogosMicrosoftIcon = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 256 256",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
fill: "#f1511b",
|
|
11
|
+
d: "M121.666 121.666H0V0h121.666z"
|
|
12
|
+
}),
|
|
13
|
+
/* @__PURE__ */ jsx("path", {
|
|
14
|
+
fill: "#80cc28",
|
|
15
|
+
d: "M256 121.666H134.335V0H256z"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsx("path", {
|
|
18
|
+
fill: "#00adef",
|
|
19
|
+
d: "M121.663 256.002H0V134.336h121.663z"
|
|
20
|
+
}),
|
|
21
|
+
/* @__PURE__ */ jsx("path", {
|
|
22
|
+
fill: "#fbbc09",
|
|
23
|
+
d: "M256 256.002H134.335V134.336H256z"
|
|
24
|
+
})
|
|
25
|
+
]
|
|
26
|
+
});
|
|
27
|
+
});
|
|
28
|
+
export {
|
|
29
|
+
LogosMicrosoftIcon
|
|
30
|
+
};
|
|
@@ -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 MdiMicrosoftGithub = 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 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5c.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34c-.46-1.16-1.11-1.47-1.11-1.47c-.91-.62.07-.6.07-.6c1 .07 1.53 1.03 1.53 1.03c.87 1.52 2.34 1.07 2.91.83c.09-.65.35-1.09.63-1.34c-2.22-.25-4.55-1.11-4.55-4.92c0-1.11.38-2 1.03-2.71c-.1-.25-.45-1.29.1-2.64c0 0 .84-.27 2.75 1.02c.79-.22 1.65-.33 2.5-.33s1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02c.55 1.35.2 2.39.1 2.64c.65.71 1.03 1.6 1.03 2.71c0 3.82-2.34 4.66-4.57 4.91c.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiMicrosoftGithub = MdiMicrosoftGithub;
|
|
@@ -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 MdiMicrosoftGithub = 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 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5c.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34c-.46-1.16-1.11-1.47-1.11-1.47c-.91-.62.07-.6.07-.6c1 .07 1.53 1.03 1.53 1.03c.87 1.52 2.34 1.07 2.91.83c.09-.65.35-1.09.63-1.34c-2.22-.25-4.55-1.11-4.55-4.92c0-1.11.38-2 1.03-2.71c-.1-.25-.45-1.29.1-2.64c0 0 .84-.27 2.75 1.02c.79-.22 1.65-.33 2.5-.33s1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02c.55 1.35.2 2.39.1 2.64c.65.71 1.03 1.6 1.03 2.71c0 3.82-2.34 4.66-4.57 4.91c.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiMicrosoftGithub
|
|
16
|
+
};
|
package/lib/index.qwik.cjs
CHANGED
|
@@ -44,6 +44,7 @@ const mdiLock = require("./components/icons/mdi-lock.qwik.cjs");
|
|
|
44
44
|
const mdiLogin = require("./components/icons/mdi-login.qwik.cjs");
|
|
45
45
|
const mdiLogout = require("./components/icons/mdi-logout.qwik.cjs");
|
|
46
46
|
const mdiMicrosoft = require("./components/icons/mdi-microsoft.qwik.cjs");
|
|
47
|
+
const mdiMicrosoftGithub = require("./components/icons/mdi-microsoft-github.qwik.cjs");
|
|
47
48
|
const mdiNavigateBefore = require("./components/icons/mdi-navigate-before.qwik.cjs");
|
|
48
49
|
const mdiNavigateNext = require("./components/icons/mdi-navigate-next.qwik.cjs");
|
|
49
50
|
const mdiNetworkOutline = require("./components/icons/mdi-network-outline.qwik.cjs");
|
|
@@ -59,6 +60,8 @@ const mdiUser = require("./components/icons/mdi-user.qwik.cjs");
|
|
|
59
60
|
const mdiUserOutline = require("./components/icons/mdi-user-outline.qwik.cjs");
|
|
60
61
|
const mdiUsersOutline = require("./components/icons/mdi-users-outline.qwik.cjs");
|
|
61
62
|
const mdiWrenchOutline = require("./components/icons/mdi-wrench-outline.qwik.cjs");
|
|
63
|
+
const logosGoogleIcon = require("./components/icons/logos-google-icon.qwik.cjs");
|
|
64
|
+
const logosMicrosoftIcon = require("./components/icons/logos-microsoft-icon.qwik.cjs");
|
|
62
65
|
exports.Svg = svg.Svg;
|
|
63
66
|
exports.MdiAddCircle = mdiAddCircle.MdiAddCircle;
|
|
64
67
|
exports.MdiAddCircleOutline = mdiAddCircleOutline.MdiAddCircleOutline;
|
|
@@ -103,6 +106,7 @@ exports.MdiLock = mdiLock.MdiLock;
|
|
|
103
106
|
exports.MdiLogin = mdiLogin.MdiLogin;
|
|
104
107
|
exports.MdiLogout = mdiLogout.MdiLogout;
|
|
105
108
|
exports.MdiMicrosoft = mdiMicrosoft.MdiMicrosoft;
|
|
109
|
+
exports.MdiMicrosoftGithub = mdiMicrosoftGithub.MdiMicrosoftGithub;
|
|
106
110
|
exports.MdiNavigateBefore = mdiNavigateBefore.MdiNavigateBefore;
|
|
107
111
|
exports.MdiNavigateNext = mdiNavigateNext.MdiNavigateNext;
|
|
108
112
|
exports.MdiNetworkOutline = mdiNetworkOutline.MdiNetworkOutline;
|
|
@@ -118,3 +122,5 @@ exports.MdiUser = mdiUser.MdiUser;
|
|
|
118
122
|
exports.MdiUserOutline = mdiUserOutline.MdiUserOutline;
|
|
119
123
|
exports.MdiUsersOutline = mdiUsersOutline.MdiUsersOutline;
|
|
120
124
|
exports.MdiWrenchOutline = mdiWrenchOutline.MdiWrenchOutline;
|
|
125
|
+
exports.LogosGoogleIcon = logosGoogleIcon.LogosGoogleIcon;
|
|
126
|
+
exports.LogosMicrosoftIcon = logosMicrosoftIcon.LogosMicrosoftIcon;
|
package/lib/index.qwik.mjs
CHANGED
|
@@ -42,6 +42,7 @@ import { MdiLock } from "./components/icons/mdi-lock.qwik.mjs";
|
|
|
42
42
|
import { MdiLogin } from "./components/icons/mdi-login.qwik.mjs";
|
|
43
43
|
import { MdiLogout } from "./components/icons/mdi-logout.qwik.mjs";
|
|
44
44
|
import { MdiMicrosoft } from "./components/icons/mdi-microsoft.qwik.mjs";
|
|
45
|
+
import { MdiMicrosoftGithub } from "./components/icons/mdi-microsoft-github.qwik.mjs";
|
|
45
46
|
import { MdiNavigateBefore } from "./components/icons/mdi-navigate-before.qwik.mjs";
|
|
46
47
|
import { MdiNavigateNext } from "./components/icons/mdi-navigate-next.qwik.mjs";
|
|
47
48
|
import { MdiNetworkOutline } from "./components/icons/mdi-network-outline.qwik.mjs";
|
|
@@ -57,7 +58,11 @@ import { MdiUser } from "./components/icons/mdi-user.qwik.mjs";
|
|
|
57
58
|
import { MdiUserOutline } from "./components/icons/mdi-user-outline.qwik.mjs";
|
|
58
59
|
import { MdiUsersOutline } from "./components/icons/mdi-users-outline.qwik.mjs";
|
|
59
60
|
import { MdiWrenchOutline } from "./components/icons/mdi-wrench-outline.qwik.mjs";
|
|
61
|
+
import { LogosGoogleIcon } from "./components/icons/logos-google-icon.qwik.mjs";
|
|
62
|
+
import { LogosMicrosoftIcon } from "./components/icons/logos-microsoft-icon.qwik.mjs";
|
|
60
63
|
export {
|
|
64
|
+
LogosGoogleIcon,
|
|
65
|
+
LogosMicrosoftIcon,
|
|
61
66
|
MdiAddCircle,
|
|
62
67
|
MdiAddCircleOutline,
|
|
63
68
|
MdiAlert,
|
|
@@ -101,6 +106,7 @@ export {
|
|
|
101
106
|
MdiLogin,
|
|
102
107
|
MdiLogout,
|
|
103
108
|
MdiMicrosoft,
|
|
109
|
+
MdiMicrosoftGithub,
|
|
104
110
|
MdiNavigateBefore,
|
|
105
111
|
MdiNavigateNext,
|
|
106
112
|
MdiNetworkOutline,
|
package/lib-types/index.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ export * from './components/icons/mdi-lock';
|
|
|
42
42
|
export * from './components/icons/mdi-login';
|
|
43
43
|
export * from './components/icons/mdi-logout';
|
|
44
44
|
export * from './components/icons/mdi-microsoft';
|
|
45
|
+
export * from './components/icons/mdi-microsoft-github';
|
|
45
46
|
export * from './components/icons/mdi-navigate-before';
|
|
46
47
|
export * from './components/icons/mdi-navigate-next';
|
|
47
48
|
export * from './components/icons/mdi-network-outline';
|
|
@@ -57,3 +58,5 @@ export * from './components/icons/mdi-user';
|
|
|
57
58
|
export * from './components/icons/mdi-user-outline';
|
|
58
59
|
export * from './components/icons/mdi-users-outline';
|
|
59
60
|
export * from './components/icons/mdi-wrench-outline';
|
|
61
|
+
export * from './components/icons/logos-google-icon';
|
|
62
|
+
export * from './components/icons/logos-microsoft-icon';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nr1e/qwik-icons",
|
|
3
|
+
"version": "0.0.0-snapshot-20251228154426",
|
|
3
4
|
"description": "NR1E Qwik Icons Library",
|
|
4
|
-
"version": "0.0.0-snapshot-20251228003135",
|
|
5
5
|
"author": "NR1E, Inc.",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@builder.io/qwik": "1.18.0",
|
|
36
36
|
"@eslint/js": "latest",
|
|
37
|
-
"@types/node": "20.19.0",
|
|
37
|
+
"@types/node": "^20.19.0",
|
|
38
38
|
"eslint": "9.32.0",
|
|
39
39
|
"eslint-plugin-qwik": "1.18.0",
|
|
40
40
|
"globals": "16.4.0",
|