@nr1e/qwik-icons 0.0.0-snapshot-20251228003719 → 0.0.0-snapshot-20251228155206

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,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
+ };
@@ -60,6 +60,8 @@ const mdiUser = require("./components/icons/mdi-user.qwik.cjs");
60
60
  const mdiUserOutline = require("./components/icons/mdi-user-outline.qwik.cjs");
61
61
  const mdiUsersOutline = require("./components/icons/mdi-users-outline.qwik.cjs");
62
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");
63
65
  exports.Svg = svg.Svg;
64
66
  exports.MdiAddCircle = mdiAddCircle.MdiAddCircle;
65
67
  exports.MdiAddCircleOutline = mdiAddCircleOutline.MdiAddCircleOutline;
@@ -120,3 +122,5 @@ exports.MdiUser = mdiUser.MdiUser;
120
122
  exports.MdiUserOutline = mdiUserOutline.MdiUserOutline;
121
123
  exports.MdiUsersOutline = mdiUsersOutline.MdiUsersOutline;
122
124
  exports.MdiWrenchOutline = mdiWrenchOutline.MdiWrenchOutline;
125
+ exports.LogosGoogleIcon = logosGoogleIcon.LogosGoogleIcon;
126
+ exports.LogosMicrosoftIcon = logosMicrosoftIcon.LogosMicrosoftIcon;
@@ -58,7 +58,11 @@ import { MdiUser } from "./components/icons/mdi-user.qwik.mjs";
58
58
  import { MdiUserOutline } from "./components/icons/mdi-user-outline.qwik.mjs";
59
59
  import { MdiUsersOutline } from "./components/icons/mdi-users-outline.qwik.mjs";
60
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";
61
63
  export {
64
+ LogosGoogleIcon,
65
+ LogosMicrosoftIcon,
62
66
  MdiAddCircle,
63
67
  MdiAddCircleOutline,
64
68
  MdiAlert,
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const LogosGoogleIcon: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const LogosMicrosoftIcon: import("@builder.io/qwik").Component<IconProps>;
@@ -58,3 +58,5 @@ export * from './components/icons/mdi-user';
58
58
  export * from './components/icons/mdi-user-outline';
59
59
  export * from './components/icons/mdi-users-outline';
60
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@nr1e/qwik-icons",
3
- "version": "0.0.0-snapshot-20251228003719",
3
+ "version": "0.0.0-snapshot-20251228155206",
4
4
  "description": "NR1E Qwik Icons Library",
5
5
  "author": "NR1E, Inc.",
6
6
  "publishConfig": {
@@ -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",