@nr1e/qwik-icons 0.0.31 → 0.0.33
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-cell-phone.qwik.cjs +16 -0
- package/lib/components/icons/mdi-cell-phone.qwik.mjs +16 -0
- package/lib/components/icons/mdi-phone-in-talk-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-phone-in-talk-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-phone-in-talk.qwik.cjs +16 -0
- package/lib/components/icons/mdi-phone-in-talk.qwik.mjs +16 -0
- package/lib/components/icons/mdi-phone-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-phone-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-phone.qwik.cjs +16 -0
- package/lib/components/icons/mdi-phone.qwik.mjs +16 -0
- package/lib/components/icons/spinners-bars-fade.qwik.cjs +77 -0
- package/lib/components/icons/spinners-bars-fade.qwik.mjs +77 -0
- package/lib/index.qwik.cjs +12 -0
- package/lib/index.qwik.mjs +12 -0
- package/lib-types/components/icons/mdi-cell-phone.d.ts +2 -0
- package/lib-types/components/icons/mdi-phone-in-talk-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-phone-in-talk.d.ts +2 -0
- package/lib-types/components/icons/mdi-phone-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-phone.d.ts +2 -0
- package/lib-types/components/icons/spinners-bars-fade.d.ts +2 -0
- package/lib-types/index.d.ts +6 -0
- package/package.json +8 -8
|
@@ -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
|
+
};
|
|
@@ -0,0 +1,77 @@
|
|
|
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 SpinnersBarsFade = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("g", {
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", {
|
|
13
|
+
width: "2",
|
|
14
|
+
height: "5",
|
|
15
|
+
x: "11",
|
|
16
|
+
y: "1",
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
opacity: "0.14"
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", {
|
|
21
|
+
width: "2",
|
|
22
|
+
height: "5",
|
|
23
|
+
x: "11",
|
|
24
|
+
y: "1",
|
|
25
|
+
fill: "currentColor",
|
|
26
|
+
opacity: "0.29",
|
|
27
|
+
transform: "rotate(30 12 12)"
|
|
28
|
+
}),
|
|
29
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", {
|
|
30
|
+
width: "2",
|
|
31
|
+
height: "5",
|
|
32
|
+
x: "11",
|
|
33
|
+
y: "1",
|
|
34
|
+
fill: "currentColor",
|
|
35
|
+
opacity: "0.43",
|
|
36
|
+
transform: "rotate(60 12 12)"
|
|
37
|
+
}),
|
|
38
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", {
|
|
39
|
+
width: "2",
|
|
40
|
+
height: "5",
|
|
41
|
+
x: "11",
|
|
42
|
+
y: "1",
|
|
43
|
+
fill: "currentColor",
|
|
44
|
+
opacity: "0.57",
|
|
45
|
+
transform: "rotate(90 12 12)"
|
|
46
|
+
}),
|
|
47
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", {
|
|
48
|
+
width: "2",
|
|
49
|
+
height: "5",
|
|
50
|
+
x: "11",
|
|
51
|
+
y: "1",
|
|
52
|
+
fill: "currentColor",
|
|
53
|
+
opacity: "0.71",
|
|
54
|
+
transform: "rotate(120 12 12)"
|
|
55
|
+
}),
|
|
56
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", {
|
|
57
|
+
width: "2",
|
|
58
|
+
height: "5",
|
|
59
|
+
x: "11",
|
|
60
|
+
y: "1",
|
|
61
|
+
fill: "currentColor",
|
|
62
|
+
opacity: "0.86",
|
|
63
|
+
transform: "rotate(150 12 12)"
|
|
64
|
+
}),
|
|
65
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", {
|
|
66
|
+
width: "2",
|
|
67
|
+
height: "5",
|
|
68
|
+
x: "11",
|
|
69
|
+
y: "1",
|
|
70
|
+
fill: "currentColor",
|
|
71
|
+
transform: "rotate(180 12 12)"
|
|
72
|
+
})
|
|
73
|
+
]
|
|
74
|
+
})
|
|
75
|
+
});
|
|
76
|
+
});
|
|
77
|
+
exports.SpinnersBarsFade = SpinnersBarsFade;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { jsx, jsxs } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const SpinnersBarsFade = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsx(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
children: /* @__PURE__ */ jsxs("g", {
|
|
9
|
+
children: [
|
|
10
|
+
/* @__PURE__ */ jsx("rect", {
|
|
11
|
+
width: "2",
|
|
12
|
+
height: "5",
|
|
13
|
+
x: "11",
|
|
14
|
+
y: "1",
|
|
15
|
+
fill: "currentColor",
|
|
16
|
+
opacity: "0.14"
|
|
17
|
+
}),
|
|
18
|
+
/* @__PURE__ */ jsx("rect", {
|
|
19
|
+
width: "2",
|
|
20
|
+
height: "5",
|
|
21
|
+
x: "11",
|
|
22
|
+
y: "1",
|
|
23
|
+
fill: "currentColor",
|
|
24
|
+
opacity: "0.29",
|
|
25
|
+
transform: "rotate(30 12 12)"
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ jsx("rect", {
|
|
28
|
+
width: "2",
|
|
29
|
+
height: "5",
|
|
30
|
+
x: "11",
|
|
31
|
+
y: "1",
|
|
32
|
+
fill: "currentColor",
|
|
33
|
+
opacity: "0.43",
|
|
34
|
+
transform: "rotate(60 12 12)"
|
|
35
|
+
}),
|
|
36
|
+
/* @__PURE__ */ jsx("rect", {
|
|
37
|
+
width: "2",
|
|
38
|
+
height: "5",
|
|
39
|
+
x: "11",
|
|
40
|
+
y: "1",
|
|
41
|
+
fill: "currentColor",
|
|
42
|
+
opacity: "0.57",
|
|
43
|
+
transform: "rotate(90 12 12)"
|
|
44
|
+
}),
|
|
45
|
+
/* @__PURE__ */ jsx("rect", {
|
|
46
|
+
width: "2",
|
|
47
|
+
height: "5",
|
|
48
|
+
x: "11",
|
|
49
|
+
y: "1",
|
|
50
|
+
fill: "currentColor",
|
|
51
|
+
opacity: "0.71",
|
|
52
|
+
transform: "rotate(120 12 12)"
|
|
53
|
+
}),
|
|
54
|
+
/* @__PURE__ */ jsx("rect", {
|
|
55
|
+
width: "2",
|
|
56
|
+
height: "5",
|
|
57
|
+
x: "11",
|
|
58
|
+
y: "1",
|
|
59
|
+
fill: "currentColor",
|
|
60
|
+
opacity: "0.86",
|
|
61
|
+
transform: "rotate(150 12 12)"
|
|
62
|
+
}),
|
|
63
|
+
/* @__PURE__ */ jsx("rect", {
|
|
64
|
+
width: "2",
|
|
65
|
+
height: "5",
|
|
66
|
+
x: "11",
|
|
67
|
+
y: "1",
|
|
68
|
+
fill: "currentColor",
|
|
69
|
+
transform: "rotate(180 12 12)"
|
|
70
|
+
})
|
|
71
|
+
]
|
|
72
|
+
})
|
|
73
|
+
});
|
|
74
|
+
});
|
|
75
|
+
export {
|
|
76
|
+
SpinnersBarsFade
|
|
77
|
+
};
|
package/lib/index.qwik.cjs
CHANGED
|
@@ -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");
|
|
@@ -202,6 +207,7 @@ const mdiWrenchOutline = require("./components/icons/mdi-wrench-outline.qwik.cjs
|
|
|
202
207
|
const mdiTerminal = require("./components/icons/mdi-terminal.qwik.cjs");
|
|
203
208
|
const mdiTerminalLine = require("./components/icons/mdi-terminal-line.qwik.cjs");
|
|
204
209
|
const spinners6DotsRotate = require("./components/icons/spinners-6-dots-rotate.qwik.cjs");
|
|
210
|
+
const spinnersBarsFade = require("./components/icons/spinners-bars-fade.qwik.cjs");
|
|
205
211
|
const spinnersBarsRotateFade = require("./components/icons/spinners-bars-rotate-fade.qwik.cjs");
|
|
206
212
|
const spinnersRingResize = require("./components/icons/spinners-ring-resize.qwik.cjs");
|
|
207
213
|
const logosGoogleIcon = require("./components/icons/logos-google-icon.qwik.cjs");
|
|
@@ -467,6 +473,11 @@ exports.MdiPencilOutline = mdiPencilOutline.MdiPencilOutline;
|
|
|
467
473
|
exports.MdiPercent = mdiPercent.MdiPercent;
|
|
468
474
|
exports.MdiPersonCheck = mdiPersonCheck.MdiPersonCheck;
|
|
469
475
|
exports.MdiPersonCheckOutline = mdiPersonCheckOutline.MdiPersonCheckOutline;
|
|
476
|
+
exports.MdiPhone = mdiPhone.MdiPhone;
|
|
477
|
+
exports.MdiPhoneInTalk = mdiPhoneInTalk.MdiPhoneInTalk;
|
|
478
|
+
exports.MdiPhoneInTalkOutline = mdiPhoneInTalkOutline.MdiPhoneInTalkOutline;
|
|
479
|
+
exports.MdiPhoneOutline = mdiPhoneOutline.MdiPhoneOutline;
|
|
480
|
+
exports.MdiCellPhone = mdiCellPhone.MdiCellPhone;
|
|
470
481
|
exports.MdiPipeDisconnected = mdiPipeDisconnected.MdiPipeDisconnected;
|
|
471
482
|
exports.MdiPlusBoxOutline = mdiPlusBoxOutline.MdiPlusBoxOutline;
|
|
472
483
|
exports.MdiPulse = mdiPulse.MdiPulse;
|
|
@@ -502,6 +513,7 @@ exports.MdiWrenchOutline = mdiWrenchOutline.MdiWrenchOutline;
|
|
|
502
513
|
exports.MdiTerminal = mdiTerminal.MdiTerminal;
|
|
503
514
|
exports.MdiTerminalLine = mdiTerminalLine.MdiTerminalLine;
|
|
504
515
|
exports.Spinners6DotsRotate = spinners6DotsRotate.Spinners6DotsRotate;
|
|
516
|
+
exports.SpinnersBarsFade = spinnersBarsFade.SpinnersBarsFade;
|
|
505
517
|
exports.SpinnersBarsRotateFade = spinnersBarsRotateFade.SpinnersBarsRotateFade;
|
|
506
518
|
exports.SpinnersRingResize = spinnersRingResize.SpinnersRingResize;
|
|
507
519
|
exports.LogosGoogleIcon = logosGoogleIcon.LogosGoogleIcon;
|
package/lib/index.qwik.mjs
CHANGED
|
@@ -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";
|
|
@@ -200,6 +205,7 @@ import { MdiWrenchOutline } from "./components/icons/mdi-wrench-outline.qwik.mjs
|
|
|
200
205
|
import { MdiTerminal } from "./components/icons/mdi-terminal.qwik.mjs";
|
|
201
206
|
import { MdiTerminalLine } from "./components/icons/mdi-terminal-line.qwik.mjs";
|
|
202
207
|
import { Spinners6DotsRotate } from "./components/icons/spinners-6-dots-rotate.qwik.mjs";
|
|
208
|
+
import { SpinnersBarsFade } from "./components/icons/spinners-bars-fade.qwik.mjs";
|
|
203
209
|
import { SpinnersBarsRotateFade } from "./components/icons/spinners-bars-rotate-fade.qwik.mjs";
|
|
204
210
|
import { SpinnersRingResize } from "./components/icons/spinners-ring-resize.qwik.mjs";
|
|
205
211
|
import { LogosGoogleIcon } from "./components/icons/logos-google-icon.qwik.mjs";
|
|
@@ -385,6 +391,7 @@ export {
|
|
|
385
391
|
MdiBugOutline,
|
|
386
392
|
MdiBuilding,
|
|
387
393
|
MdiCalendar,
|
|
394
|
+
MdiCellPhone,
|
|
388
395
|
MdiChartBar,
|
|
389
396
|
MdiChartBartStacked,
|
|
390
397
|
MdiChartBoxOutline,
|
|
@@ -519,6 +526,10 @@ export {
|
|
|
519
526
|
MdiPercent,
|
|
520
527
|
MdiPersonCheck,
|
|
521
528
|
MdiPersonCheckOutline,
|
|
529
|
+
MdiPhone,
|
|
530
|
+
MdiPhoneInTalk,
|
|
531
|
+
MdiPhoneInTalkOutline,
|
|
532
|
+
MdiPhoneOutline,
|
|
522
533
|
MdiPipeDisconnected,
|
|
523
534
|
MdiPlusBoxOutline,
|
|
524
535
|
MdiPulse,
|
|
@@ -569,6 +580,7 @@ export {
|
|
|
569
580
|
ReverblyLogoTaglineDarkBg,
|
|
570
581
|
ReverblyLogoTaglineLightBg,
|
|
571
582
|
Spinners6DotsRotate,
|
|
583
|
+
SpinnersBarsFade,
|
|
572
584
|
SpinnersBarsRotateFade,
|
|
573
585
|
SpinnersRingResize,
|
|
574
586
|
Svg,
|
package/lib-types/index.d.ts
CHANGED
|
@@ -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';
|
|
@@ -200,6 +205,7 @@ export * from './components/icons/mdi-wrench-outline';
|
|
|
200
205
|
export * from './components/icons/mdi-terminal';
|
|
201
206
|
export * from './components/icons/mdi-terminal-line';
|
|
202
207
|
export * from './components/icons/spinners-6-dots-rotate';
|
|
208
|
+
export * from './components/icons/spinners-bars-fade';
|
|
203
209
|
export * from './components/icons/spinners-bars-rotate-fade';
|
|
204
210
|
export * from './components/icons/spinners-ring-resize';
|
|
205
211
|
export * from './components/icons/logos-google-icon';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nr1e/qwik-icons",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.33",
|
|
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.
|
|
36
|
-
"@eslint/js": "^9.39.
|
|
35
|
+
"@builder.io/qwik": "1.19.1",
|
|
36
|
+
"@eslint/js": "^9.39.4",
|
|
37
37
|
"@types/node": "^24.10.13",
|
|
38
|
-
"eslint": "9.39.
|
|
39
|
-
"eslint-plugin-qwik": "1.19.
|
|
40
|
-
"globals": "17.
|
|
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.
|
|
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
|
|
48
|
+
"vitest": "4.1.0"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"prebuild": "prettier --check . && eslint .",
|