@nr1e/qwik-icons 0.0.31 → 0.0.32

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 MdiCellPhone = 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 19H7V5h10m0-4H7c-1.11 0-2 .89-2 2v18a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiCellPhone = MdiCellPhone;
@@ -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 MdiCellPhone = 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 19H7V5h10m0-4H7c-1.11 0-2 .89-2 2v18a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiCellPhone
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 MdiPhoneInTalkOutline = 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 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1c-.3-1.1-.5-2.4-.5-3.6c0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1c0 9.4 7.6 17 17 17c.5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zm-4-7h2a5 5 0 0 0-5-5v2a3 3 0 0 1 3 3m4 0h2c0-5-4.03-9-9-9v2c3.86 0 7 3.13 7 7"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiPhoneInTalkOutline = MdiPhoneInTalkOutline;
@@ -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 MdiPhoneInTalkOutline = 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 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1c-.3-1.1-.5-2.4-.5-3.6c0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1c0 9.4 7.6 17 17 17c.5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4zm-4-7h2a5 5 0 0 0-5-5v2a3 3 0 0 1 3 3m4 0h2c0-5-4.03-9-9-9v2c3.86 0 7 3.13 7 7"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiPhoneInTalkOutline
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 MdiPhoneInTalk = 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: "M15 12h2a5 5 0 0 0-5-5v2a3 3 0 0 1 3 3m4 0h2c0-5-4.03-9-9-9v2c3.86 0 7 3.13 7 7m1 3.5c-1.25 0-2.45-.2-3.57-.57c-.35-.11-.74-.03-1.02.25l-2.2 2.2a15.1 15.1 0 0 1-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02A11.4 11.4 0 0 1 8.5 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1a17 17 0 0 0 17 17a1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiPhoneInTalk = MdiPhoneInTalk;
@@ -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 MdiPhoneInTalk = 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: "M15 12h2a5 5 0 0 0-5-5v2a3 3 0 0 1 3 3m4 0h2c0-5-4.03-9-9-9v2c3.86 0 7 3.13 7 7m1 3.5c-1.25 0-2.45-.2-3.57-.57c-.35-.11-.74-.03-1.02.25l-2.2 2.2a15.1 15.1 0 0 1-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02A11.4 11.4 0 0 1 8.5 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1a17 17 0 0 0 17 17a1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiPhoneInTalk
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 MdiPhoneOutline = 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 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1c-.3-1.1-.5-2.4-.5-3.6c0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1c0 9.4 7.6 17 17 17c.5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiPhoneOutline = MdiPhoneOutline;
@@ -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 MdiPhoneOutline = 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 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1c-.3-1.1-.5-2.4-.5-3.6c0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1c0 9.4 7.6 17 17 17c.5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiPhoneOutline
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 MdiPhone = 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: "M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25c1.12.37 2.32.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57c.11.35.03.74-.25 1.02z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiPhone = MdiPhone;
@@ -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 MdiPhone = 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: "M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25c1.12.37 2.32.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57c.11.35.03.74-.25 1.02z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiPhone
16
+ };
@@ -167,6 +167,11 @@ const mdiPencilOutline = require("./components/icons/mdi-pencil-outline.qwik.cjs
167
167
  const mdiPercent = require("./components/icons/mdi-percent.qwik.cjs");
168
168
  const mdiPersonCheck = require("./components/icons/mdi-person-check.qwik.cjs");
169
169
  const mdiPersonCheckOutline = require("./components/icons/mdi-person-check-outline.qwik.cjs");
170
+ const mdiPhone = require("./components/icons/mdi-phone.qwik.cjs");
171
+ const mdiPhoneInTalk = require("./components/icons/mdi-phone-in-talk.qwik.cjs");
172
+ const mdiPhoneInTalkOutline = require("./components/icons/mdi-phone-in-talk-outline.qwik.cjs");
173
+ const mdiPhoneOutline = require("./components/icons/mdi-phone-outline.qwik.cjs");
174
+ const mdiCellPhone = require("./components/icons/mdi-cell-phone.qwik.cjs");
170
175
  const mdiPipeDisconnected = require("./components/icons/mdi-pipe-disconnected.qwik.cjs");
171
176
  const mdiPlusBoxOutline = require("./components/icons/mdi-plus-box-outline.qwik.cjs");
172
177
  const mdiPulse = require("./components/icons/mdi-pulse.qwik.cjs");
@@ -467,6 +472,11 @@ exports.MdiPencilOutline = mdiPencilOutline.MdiPencilOutline;
467
472
  exports.MdiPercent = mdiPercent.MdiPercent;
468
473
  exports.MdiPersonCheck = mdiPersonCheck.MdiPersonCheck;
469
474
  exports.MdiPersonCheckOutline = mdiPersonCheckOutline.MdiPersonCheckOutline;
475
+ exports.MdiPhone = mdiPhone.MdiPhone;
476
+ exports.MdiPhoneInTalk = mdiPhoneInTalk.MdiPhoneInTalk;
477
+ exports.MdiPhoneInTalkOutline = mdiPhoneInTalkOutline.MdiPhoneInTalkOutline;
478
+ exports.MdiPhoneOutline = mdiPhoneOutline.MdiPhoneOutline;
479
+ exports.MdiCellPhone = mdiCellPhone.MdiCellPhone;
470
480
  exports.MdiPipeDisconnected = mdiPipeDisconnected.MdiPipeDisconnected;
471
481
  exports.MdiPlusBoxOutline = mdiPlusBoxOutline.MdiPlusBoxOutline;
472
482
  exports.MdiPulse = mdiPulse.MdiPulse;
@@ -165,6 +165,11 @@ import { MdiPencilOutline } from "./components/icons/mdi-pencil-outline.qwik.mjs
165
165
  import { MdiPercent } from "./components/icons/mdi-percent.qwik.mjs";
166
166
  import { MdiPersonCheck } from "./components/icons/mdi-person-check.qwik.mjs";
167
167
  import { MdiPersonCheckOutline } from "./components/icons/mdi-person-check-outline.qwik.mjs";
168
+ import { MdiPhone } from "./components/icons/mdi-phone.qwik.mjs";
169
+ import { MdiPhoneInTalk } from "./components/icons/mdi-phone-in-talk.qwik.mjs";
170
+ import { MdiPhoneInTalkOutline } from "./components/icons/mdi-phone-in-talk-outline.qwik.mjs";
171
+ import { MdiPhoneOutline } from "./components/icons/mdi-phone-outline.qwik.mjs";
172
+ import { MdiCellPhone } from "./components/icons/mdi-cell-phone.qwik.mjs";
168
173
  import { MdiPipeDisconnected } from "./components/icons/mdi-pipe-disconnected.qwik.mjs";
169
174
  import { MdiPlusBoxOutline } from "./components/icons/mdi-plus-box-outline.qwik.mjs";
170
175
  import { MdiPulse } from "./components/icons/mdi-pulse.qwik.mjs";
@@ -385,6 +390,7 @@ export {
385
390
  MdiBugOutline,
386
391
  MdiBuilding,
387
392
  MdiCalendar,
393
+ MdiCellPhone,
388
394
  MdiChartBar,
389
395
  MdiChartBartStacked,
390
396
  MdiChartBoxOutline,
@@ -519,6 +525,10 @@ export {
519
525
  MdiPercent,
520
526
  MdiPersonCheck,
521
527
  MdiPersonCheckOutline,
528
+ MdiPhone,
529
+ MdiPhoneInTalk,
530
+ MdiPhoneInTalkOutline,
531
+ MdiPhoneOutline,
522
532
  MdiPipeDisconnected,
523
533
  MdiPlusBoxOutline,
524
534
  MdiPulse,
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiCellPhone: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiPhoneInTalkOutline: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiPhoneInTalk: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiPhoneOutline: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiPhone: import("@builder.io/qwik").Component<IconProps>;
@@ -165,6 +165,11 @@ export * from './components/icons/mdi-pencil-outline';
165
165
  export * from './components/icons/mdi-percent';
166
166
  export * from './components/icons/mdi-person-check';
167
167
  export * from './components/icons/mdi-person-check-outline';
168
+ export * from './components/icons/mdi-phone';
169
+ export * from './components/icons/mdi-phone-in-talk';
170
+ export * from './components/icons/mdi-phone-in-talk-outline';
171
+ export * from './components/icons/mdi-phone-outline';
172
+ export * from './components/icons/mdi-cell-phone';
168
173
  export * from './components/icons/mdi-pipe-disconnected';
169
174
  export * from './components/icons/mdi-plus-box-outline';
170
175
  export * from './components/icons/mdi-pulse';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nr1e/qwik-icons",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "description": "NR1E Qwik Icons Library",
5
5
  "author": "NR1E, Inc.",
6
6
  "publishConfig": {
@@ -32,20 +32,20 @@
32
32
  "sideEffects": false,
33
33
  "type": "module",
34
34
  "devDependencies": {
35
- "@builder.io/qwik": "1.19.0",
36
- "@eslint/js": "^9.39.3",
35
+ "@builder.io/qwik": "1.19.1",
36
+ "@eslint/js": "^9.39.4",
37
37
  "@types/node": "^24.10.13",
38
- "eslint": "9.39.3",
39
- "eslint-plugin-qwik": "1.19.0",
40
- "globals": "17.3.0",
38
+ "eslint": "9.39.4",
39
+ "eslint-plugin-qwik": "1.19.2",
40
+ "globals": "17.4.0",
41
41
  "np": "^11.0.2",
42
42
  "prettier": "3.8.1",
43
43
  "typescript": "5.9.3",
44
- "typescript-eslint": "8.56.0",
44
+ "typescript-eslint": "8.57.0",
45
45
  "undici": "*",
46
46
  "vite": "7.3.1",
47
47
  "vite-tsconfig-paths": "^6.1.1",
48
- "vitest": "4.0.18"
48
+ "vitest": "4.1.0"
49
49
  },
50
50
  "scripts": {
51
51
  "prebuild": "prettier --check . && eslint .",