@luminescent/ui-qwik 6.8.2 → 6.8.3-2
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/docs/Anchor.d.ts +4 -0
- package/lib/components/docs/Blobs.d.ts +4 -0
- package/lib/components/docs/ColorPicker.d.ts +4 -0
- package/lib/components/docs/Dropdown.d.ts +4 -0
- package/lib/components/docs/IconsLogos.d.ts +4 -0
- package/lib/components/docs/Nav.d.ts +4 -0
- package/lib/components/docs/NumberInput.d.ts +4 -0
- package/lib/components/docs/RangeInput.d.ts +4 -0
- package/lib/components/docs/SelectMenu.d.ts +4 -0
- package/lib/components/docs/Settings.d.ts +2 -0
- package/lib/components/docs/Sidebar.d.ts +4 -0
- package/lib/components/docs/Toggle.d.ts +4 -0
- package/lib/components/docs/lum-btn.d.ts +4 -0
- package/lib/components/docs/lum-card.d.ts +4 -0
- package/lib/components/docs/lum-classes.d.ts +4 -0
- package/lib/components/docs/lum-input.d.ts +4 -0
- package/{lib-types → lib}/components/elements/Anchor.d.ts +2 -2
- package/lib/components/elements/Anchor.qwik.cjs +26 -0
- package/lib/components/elements/Anchor.qwik.mjs +26 -0
- package/{lib-types → lib}/components/elements/Blobs.d.ts +1 -1
- package/lib/components/elements/Blobs.qwik.cjs +191 -0
- package/lib/components/elements/Blobs.qwik.mjs +191 -0
- package/{lib-types → lib}/components/elements/ColorPicker.d.ts +2 -2
- package/lib/components/elements/ColorPicker.qwik.cjs +314 -0
- package/lib/components/elements/ColorPicker.qwik.mjs +314 -0
- package/{lib-types → lib}/components/elements/Dropdown.d.ts +2 -2
- package/lib/components/elements/Dropdown.qwik.cjs +31 -0
- package/lib/components/elements/Dropdown.qwik.mjs +31 -0
- package/{lib-types → lib}/components/elements/Nav.d.ts +2 -2
- package/lib/components/elements/Nav.qwik.cjs +98 -0
- package/lib/components/elements/Nav.qwik.mjs +98 -0
- package/{lib-types → lib}/components/elements/NumberInput.d.ts +3 -3
- package/lib/components/elements/NumberInput.qwik.cjs +87 -0
- package/lib/components/elements/NumberInput.qwik.mjs +87 -0
- package/{lib-types → lib}/components/elements/RangeInput.d.ts +3 -3
- package/lib/components/elements/RangeInput.qwik.cjs +77 -0
- package/lib/components/elements/RangeInput.qwik.mjs +77 -0
- package/{lib-types → lib}/components/elements/SelectMenu.d.ts +3 -3
- package/lib/components/elements/SelectMenu.qwik.cjs +134 -0
- package/lib/components/elements/SelectMenu.qwik.mjs +134 -0
- package/{lib-types → lib}/components/elements/Sidebar.d.ts +2 -2
- package/lib/components/elements/Sidebar.qwik.cjs +37 -0
- package/lib/components/elements/Sidebar.qwik.mjs +37 -0
- package/{lib-types → lib}/components/elements/Toggle.d.ts +2 -2
- package/lib/components/elements/Toggle.qwik.cjs +39 -0
- package/lib/components/elements/Toggle.qwik.mjs +39 -0
- package/lib/components/functions.qwik.cjs +18 -0
- package/lib/components/functions.qwik.mjs +18 -0
- package/{lib-types → lib}/components/logos/Birdflop.d.ts +1 -1
- package/lib/components/logos/Birdflop.qwik.cjs +73 -0
- package/lib/components/logos/Birdflop.qwik.mjs +73 -0
- package/lib/components/logos/Discord.d.ts +2 -0
- package/lib/components/logos/Discord.qwik.cjs +18 -0
- package/lib/components/logos/Discord.qwik.mjs +18 -0
- package/lib/components/logos/Fabric.d.ts +2 -0
- package/lib/components/logos/Fabric.qwik.cjs +32 -0
- package/lib/components/logos/Fabric.qwik.mjs +32 -0
- package/lib/components/logos/Forge.d.ts +2 -0
- package/lib/components/logos/Forge.qwik.cjs +31 -0
- package/lib/components/logos/Forge.qwik.mjs +31 -0
- package/{lib-types → lib}/components/logos/IconProps.d.ts +1 -1
- package/lib/components/logos/Luminescent.d.ts +3 -0
- package/lib/components/logos/Luminescent.qwik.cjs +143 -0
- package/lib/components/logos/Luminescent.qwik.mjs +143 -0
- package/lib/components/logos/Paper.d.ts +2 -0
- package/lib/components/logos/Paper.qwik.cjs +40 -0
- package/lib/components/logos/Paper.qwik.mjs +40 -0
- package/{lib-types/components/logos/Waterfall.d.ts → lib/components/logos/Pterodactyl.d.ts} +1 -1
- package/lib/components/logos/Pterodactyl.qwik.cjs +35 -0
- package/lib/components/logos/Pterodactyl.qwik.mjs +35 -0
- package/lib/components/logos/Purpur.d.ts +2 -0
- package/lib/components/logos/Purpur.qwik.cjs +76 -0
- package/lib/components/logos/Purpur.qwik.mjs +76 -0
- package/{lib-types/components/logos/Purpur.d.ts → lib/components/logos/Velocity.d.ts} +1 -1
- package/lib/components/logos/Velocity.qwik.cjs +27 -0
- package/lib/components/logos/Velocity.qwik.mjs +27 -0
- package/{lib-types/components/logos/Discord.d.ts → lib/components/logos/Waterfall.d.ts} +1 -1
- package/lib/components/logos/Waterfall.qwik.cjs +21 -0
- package/lib/components/logos/Waterfall.qwik.mjs +21 -0
- package/lib/index.qwik.cjs +47 -1730
- package/lib/index.qwik.mjs +21 -1704
- package/lib/svg/ChevronDown.d.ts +2 -0
- package/lib/svg/ChevronDown.qwik.cjs +23 -0
- package/lib/svg/ChevronDown.qwik.mjs +23 -0
- package/lib/svg/Link.d.ts +2 -0
- package/lib/svg/Link.qwik.cjs +34 -0
- package/lib/svg/Link.qwik.mjs +34 -0
- package/lib/svg/Menu.d.ts +2 -0
- package/lib/svg/Menu.qwik.cjs +31 -0
- package/lib/svg/Menu.qwik.mjs +31 -0
- package/lib/svg/Minus.d.ts +2 -0
- package/lib/svg/Minus.qwik.cjs +23 -0
- package/lib/svg/Minus.qwik.mjs +23 -0
- package/lib/svg/Plus.d.ts +2 -0
- package/lib/svg/Plus.qwik.cjs +28 -0
- package/lib/svg/Plus.qwik.mjs +28 -0
- package/{lib-types/svg/Minus.d.ts → lib/svg/Shuffle.d.ts} +1 -1
- package/lib/svg/Shuffle.qwik.cjs +37 -0
- package/lib/svg/Shuffle.qwik.mjs +37 -0
- package/lib/utils/color.qwik.cjs +134 -0
- package/lib/utils/color.qwik.mjs +134 -0
- package/package.json +22 -25
- package/LICENSE +0 -661
- package/lib-types/components/docs/Anchor.d.ts +0 -4
- package/lib-types/components/docs/Blobs.d.ts +0 -4
- package/lib-types/components/docs/ColorPicker.d.ts +0 -4
- package/lib-types/components/docs/Dropdown.d.ts +0 -4
- package/lib-types/components/docs/IconsLogos.d.ts +0 -4
- package/lib-types/components/docs/Nav.d.ts +0 -4
- package/lib-types/components/docs/NumberInput.d.ts +0 -4
- package/lib-types/components/docs/RangeInput.d.ts +0 -4
- package/lib-types/components/docs/SelectMenu.d.ts +0 -4
- package/lib-types/components/docs/Settings.d.ts +0 -2
- package/lib-types/components/docs/Sidebar.d.ts +0 -4
- package/lib-types/components/docs/Toggle.d.ts +0 -4
- package/lib-types/components/docs/lum-btn.d.ts +0 -4
- package/lib-types/components/docs/lum-card.d.ts +0 -4
- package/lib-types/components/docs/lum-classes.d.ts +0 -4
- package/lib-types/components/docs/lum-input.d.ts +0 -4
- package/lib-types/components/logos/Fabric.d.ts +0 -2
- package/lib-types/components/logos/Forge.d.ts +0 -2
- package/lib-types/components/logos/Luminescent.d.ts +0 -3
- package/lib-types/components/logos/Paper.d.ts +0 -2
- package/lib-types/components/logos/Pterodactyl.d.ts +0 -2
- package/lib-types/components/logos/Velocity.d.ts +0 -2
- package/lib-types/entry.dev.d.ts +0 -2
- package/lib-types/entry.ssr.d.ts +0 -14
- package/lib-types/root.d.ts +0 -3
- package/lib-types/svg/ChevronDown.d.ts +0 -2
- package/lib-types/svg/Link.d.ts +0 -2
- package/lib-types/svg/Menu.d.ts +0 -2
- package/lib-types/svg/Plus.d.ts +0 -2
- package/lib-types/svg/Shuffle.d.ts +0 -2
- package/tailwind.config.js +0 -94
- /package/{lib-types → lib}/components/elements.d.ts +0 -0
- /package/{lib-types → lib}/components/functions.d.ts +0 -0
- /package/{lib-types → lib}/components/logos.d.ts +0 -0
- /package/{lib-types → lib}/index.d.ts +0 -0
- /package/{lib-types → lib}/utils/color.d.ts +0 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { jsx, jsxs } from "@qwik.dev/core/jsx-runtime";
|
|
2
|
+
import { component$ } from "@qwik.dev/core";
|
|
3
|
+
const LogoPterodactyl = component$(({ size, ...props }) => {
|
|
4
|
+
return /* @__PURE__ */ jsx("svg", {
|
|
5
|
+
version: "1.0",
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 180 180",
|
|
8
|
+
preserveAspectRatio: "xMidYMid meet",
|
|
9
|
+
width: size,
|
|
10
|
+
height: size,
|
|
11
|
+
...props,
|
|
12
|
+
children: /* @__PURE__ */ jsxs("g", {
|
|
13
|
+
transform: "translate(0,180) scale(0.100000,-0.100000)",
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
stroke: "none",
|
|
16
|
+
children: [
|
|
17
|
+
/* @__PURE__ */ jsx("path", {
|
|
18
|
+
d: "M965 1489 c-86 -13 -231 -63 -305 -107 -70 -41 -175 -138 -204 -190 l-18 -34 53 32 c127 75 410 193 425 177 3 -3 -3 -18 -13 -34 l-18 -28 40 33 c39 32 136 99 205 140 l35 22 -70 -1 c-38 -1 -97 -5 -130 -10z"
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ jsx("path", {
|
|
21
|
+
d: "M1149 1320 c-147 -23 -282 -103 -431 -254 -103 -104 -143 -125 -65 -34 48 56 188 261 182 266 -6 7 -191 -71 -265 -111 -245 -132 -410 -289 -502 -474 -27 -56 -48 -107 -46 -112 1 -5 41 20 88 56 120 93 200 146 200 133 0 -6 -46 -59 -103 -117 -56 -59 -95 -104 -87 -101 8 3 89 36 180 73 150 61 165 66 175 50 64 -109 121 -158 225 -194 103 -36 259 -47 366 -26 13 3 42 -11 80 -39 32 -24 78 -49 101 -55 27 -7 44 -19 48 -31 8 -27 41 -43 71 -36 28 7 32 26 5 26 -24 0 -44 24 -39 47 2 10 18 25 35 34 18 9 30 19 26 23 -13 13 -58 5 -79 -15 -15 -14 -29 -18 -48 -13 -29 7 -79 60 -73 78 2 6 29 20 60 31 31 11 57 23 57 27 0 13 -181 96 -248 114 l-64 18 6 40 c11 71 63 162 132 231 101 101 239 159 582 246 28 7 52 15 52 19 0 7 -209 64 -310 84 -99 19 -241 27 -311 16z m-819 -401 c-13 -22 -37 -35 -48 -24 -7 7 34 45 49 45 6 0 5 -9 -1 -21z"
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ jsx("path", {
|
|
24
|
+
d: "M1224 496 c-14 -11 -16 -17 -7 -26 9 -10 17 -8 37 6 14 11 26 22 26 27 0 12 -35 8 -56 -7z"
|
|
25
|
+
}),
|
|
26
|
+
/* @__PURE__ */ jsx("path", {
|
|
27
|
+
d: "M1012 441 c-19 -11 64 -51 106 -51 39 0 40 4 5 35 -29 25 -85 33 -111 16z"
|
|
28
|
+
})
|
|
29
|
+
]
|
|
30
|
+
})
|
|
31
|
+
});
|
|
32
|
+
});
|
|
33
|
+
export {
|
|
34
|
+
LogoPterodactyl
|
|
35
|
+
};
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@qwik.dev/core/jsx-runtime");
|
|
4
|
+
const core = require("@qwik.dev/core");
|
|
5
|
+
const LogoPurpur = core.component$(({ size, ...props }) => {
|
|
6
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", {
|
|
7
|
+
"xml:space": "preserve",
|
|
8
|
+
"fill-rule": "evenodd",
|
|
9
|
+
"stroke-linecap": "round",
|
|
10
|
+
"stroke-linejoin": "round",
|
|
11
|
+
"stroke-miterlimit": "1.5",
|
|
12
|
+
"clip-rule": "evenodd",
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
width: size,
|
|
15
|
+
height: size,
|
|
16
|
+
...props,
|
|
17
|
+
children: [
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx("defs", {
|
|
19
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
+
id: "purpur",
|
|
21
|
+
fill: "none",
|
|
22
|
+
stroke: "currentColor",
|
|
23
|
+
"stroke-width": "1.68",
|
|
24
|
+
d: "m264 41.95 8-4v8l-8 4v-8Z"
|
|
25
|
+
})
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
28
|
+
fill: "none",
|
|
29
|
+
d: "M0 0h24v24H0z"
|
|
30
|
+
}),
|
|
31
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
32
|
+
fill: "none",
|
|
33
|
+
stroke: "currentColor",
|
|
34
|
+
"stroke-width": "1.77",
|
|
35
|
+
d: "m264 29.95-8 4 8 4.42 8-4.42-8-4Z",
|
|
36
|
+
transform: "matrix(1.125 0 0 1.1372 -285 -31.69)"
|
|
37
|
+
}),
|
|
38
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
39
|
+
fill: "none",
|
|
40
|
+
stroke: "currentColor",
|
|
41
|
+
"stroke-width": "1.77",
|
|
42
|
+
d: "m272 38.37-8 4.42-8-4.42",
|
|
43
|
+
transform: "matrix(1.125 0 0 1.1372 -285 -31.69)"
|
|
44
|
+
}),
|
|
45
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
46
|
+
fill: "none",
|
|
47
|
+
stroke: "currentColor",
|
|
48
|
+
"stroke-width": "1.77",
|
|
49
|
+
d: "m260 31.95 8 4.21V45",
|
|
50
|
+
transform: "matrix(1.125 0 0 1.1372 -285 -31.69)"
|
|
51
|
+
}),
|
|
52
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
53
|
+
fill: "none",
|
|
54
|
+
stroke: "currentColor",
|
|
55
|
+
"stroke-width": "1.77",
|
|
56
|
+
d: "M260 45v-8.84l8-4.21",
|
|
57
|
+
transform: "matrix(1.125 0 0 1.1372 -285 -31.69)"
|
|
58
|
+
}),
|
|
59
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
60
|
+
fill: "none",
|
|
61
|
+
stroke: "currentColor",
|
|
62
|
+
"stroke-width": "1.68",
|
|
63
|
+
d: "m264 41.95 8-4v8l-8 4v-8Z",
|
|
64
|
+
transform: "matrix(1.125 0 0 1.2569 -285 -40.78)"
|
|
65
|
+
}),
|
|
66
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
67
|
+
fill: "none",
|
|
68
|
+
stroke: "currentColor",
|
|
69
|
+
"stroke-width": "1.68",
|
|
70
|
+
d: "m264 41.95 8-4v8l-8 4v-8Z",
|
|
71
|
+
transform: "matrix(-1.125 0 0 1.2569 309 -40.78)"
|
|
72
|
+
})
|
|
73
|
+
]
|
|
74
|
+
});
|
|
75
|
+
});
|
|
76
|
+
exports.LogoPurpur = LogoPurpur;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@qwik.dev/core/jsx-runtime";
|
|
2
|
+
import { component$ } from "@qwik.dev/core";
|
|
3
|
+
const LogoPurpur = component$(({ size, ...props }) => {
|
|
4
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
5
|
+
"xml:space": "preserve",
|
|
6
|
+
"fill-rule": "evenodd",
|
|
7
|
+
"stroke-linecap": "round",
|
|
8
|
+
"stroke-linejoin": "round",
|
|
9
|
+
"stroke-miterlimit": "1.5",
|
|
10
|
+
"clip-rule": "evenodd",
|
|
11
|
+
viewBox: "0 0 24 24",
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
...props,
|
|
15
|
+
children: [
|
|
16
|
+
/* @__PURE__ */ jsx("defs", {
|
|
17
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
18
|
+
id: "purpur",
|
|
19
|
+
fill: "none",
|
|
20
|
+
stroke: "currentColor",
|
|
21
|
+
"stroke-width": "1.68",
|
|
22
|
+
d: "m264 41.95 8-4v8l-8 4v-8Z"
|
|
23
|
+
})
|
|
24
|
+
}),
|
|
25
|
+
/* @__PURE__ */ jsx("path", {
|
|
26
|
+
fill: "none",
|
|
27
|
+
d: "M0 0h24v24H0z"
|
|
28
|
+
}),
|
|
29
|
+
/* @__PURE__ */ jsx("path", {
|
|
30
|
+
fill: "none",
|
|
31
|
+
stroke: "currentColor",
|
|
32
|
+
"stroke-width": "1.77",
|
|
33
|
+
d: "m264 29.95-8 4 8 4.42 8-4.42-8-4Z",
|
|
34
|
+
transform: "matrix(1.125 0 0 1.1372 -285 -31.69)"
|
|
35
|
+
}),
|
|
36
|
+
/* @__PURE__ */ jsx("path", {
|
|
37
|
+
fill: "none",
|
|
38
|
+
stroke: "currentColor",
|
|
39
|
+
"stroke-width": "1.77",
|
|
40
|
+
d: "m272 38.37-8 4.42-8-4.42",
|
|
41
|
+
transform: "matrix(1.125 0 0 1.1372 -285 -31.69)"
|
|
42
|
+
}),
|
|
43
|
+
/* @__PURE__ */ jsx("path", {
|
|
44
|
+
fill: "none",
|
|
45
|
+
stroke: "currentColor",
|
|
46
|
+
"stroke-width": "1.77",
|
|
47
|
+
d: "m260 31.95 8 4.21V45",
|
|
48
|
+
transform: "matrix(1.125 0 0 1.1372 -285 -31.69)"
|
|
49
|
+
}),
|
|
50
|
+
/* @__PURE__ */ jsx("path", {
|
|
51
|
+
fill: "none",
|
|
52
|
+
stroke: "currentColor",
|
|
53
|
+
"stroke-width": "1.77",
|
|
54
|
+
d: "M260 45v-8.84l8-4.21",
|
|
55
|
+
transform: "matrix(1.125 0 0 1.1372 -285 -31.69)"
|
|
56
|
+
}),
|
|
57
|
+
/* @__PURE__ */ jsx("path", {
|
|
58
|
+
fill: "none",
|
|
59
|
+
stroke: "currentColor",
|
|
60
|
+
"stroke-width": "1.68",
|
|
61
|
+
d: "m264 41.95 8-4v8l-8 4v-8Z",
|
|
62
|
+
transform: "matrix(1.125 0 0 1.2569 -285 -40.78)"
|
|
63
|
+
}),
|
|
64
|
+
/* @__PURE__ */ jsx("path", {
|
|
65
|
+
fill: "none",
|
|
66
|
+
stroke: "currentColor",
|
|
67
|
+
"stroke-width": "1.68",
|
|
68
|
+
d: "m264 41.95 8-4v8l-8 4v-8Z",
|
|
69
|
+
transform: "matrix(-1.125 0 0 1.2569 309 -40.78)"
|
|
70
|
+
})
|
|
71
|
+
]
|
|
72
|
+
});
|
|
73
|
+
});
|
|
74
|
+
export {
|
|
75
|
+
LogoPurpur
|
|
76
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { IconProps } from './IconProps';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const LogoVelocity: import("@qwik.dev/core").Component<IconProps>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@qwik.dev/core/jsx-runtime");
|
|
4
|
+
const core = require("@qwik.dev/core");
|
|
5
|
+
const LogoVelocity = core.component$(({ size, ...props }) => {
|
|
6
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", {
|
|
7
|
+
viewBox: "0 0 500 500",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
width: size,
|
|
10
|
+
height: size,
|
|
11
|
+
...props,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
14
|
+
d: "M236.25 232.55l-54.08-73.79a11.86 11.86 0 00-11.91-4.62L84 171.57a11.88 11.88 0 00-8 5.88l-42.64 77.07a11.84 11.84 0 00.81 12.75l54.21 74a11.86 11.86 0 0011.91 4.62l86-17.37a11.85 11.85 0 008-5.89l42.78-77.3a11.86 11.86 0 00-.82-12.78zm-59.45 74.21a9.57 9.57 0 01-13.39-2.06l-31-42.24a16 16 0 00-16-6.21l-52.58 10.63a9.58 9.58 0 01-11.29-7.49A9.58 9.58 0 0160 248.1l57-11.52a16 16 0 0010.81-7.92L156.42 177a9.58 9.58 0 0113-3.75 9.58 9.58 0 013.75 13L146.81 234a16 16 0 001.09 17.16l31 42.23a9.58 9.58 0 01-2.1 13.37z"
|
|
15
|
+
}),
|
|
16
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", {
|
|
17
|
+
cx: "416.44",
|
|
18
|
+
cy: "236.11",
|
|
19
|
+
r: "9.83"
|
|
20
|
+
}),
|
|
21
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
22
|
+
d: "M458.29 265.6H280.52a9.83 9.83 0 110-19.66h106.22a9.84 9.84 0 000-19.67h-70.2a9.83 9.83 0 110-19.66H422.9a9.84 9.84 0 000-19.67H202.83l33.42 45.61a11.86 11.86 0 01.81 12.75l-42.78 77.3a11.75 11.75 0 01-1.4 2h212.29a9.83 9.83 0 100-19.66h-53.53a9.84 9.84 0 110-19.67h106.65a9.84 9.84 0 100-19.67z"
|
|
23
|
+
})
|
|
24
|
+
]
|
|
25
|
+
});
|
|
26
|
+
});
|
|
27
|
+
exports.LogoVelocity = LogoVelocity;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@qwik.dev/core/jsx-runtime";
|
|
2
|
+
import { component$ } from "@qwik.dev/core";
|
|
3
|
+
const LogoVelocity = component$(({ size, ...props }) => {
|
|
4
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
5
|
+
viewBox: "0 0 500 500",
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
width: size,
|
|
8
|
+
height: size,
|
|
9
|
+
...props,
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsx("path", {
|
|
12
|
+
d: "M236.25 232.55l-54.08-73.79a11.86 11.86 0 00-11.91-4.62L84 171.57a11.88 11.88 0 00-8 5.88l-42.64 77.07a11.84 11.84 0 00.81 12.75l54.21 74a11.86 11.86 0 0011.91 4.62l86-17.37a11.85 11.85 0 008-5.89l42.78-77.3a11.86 11.86 0 00-.82-12.78zm-59.45 74.21a9.57 9.57 0 01-13.39-2.06l-31-42.24a16 16 0 00-16-6.21l-52.58 10.63a9.58 9.58 0 01-11.29-7.49A9.58 9.58 0 0160 248.1l57-11.52a16 16 0 0010.81-7.92L156.42 177a9.58 9.58 0 0113-3.75 9.58 9.58 0 013.75 13L146.81 234a16 16 0 001.09 17.16l31 42.23a9.58 9.58 0 01-2.1 13.37z"
|
|
13
|
+
}),
|
|
14
|
+
/* @__PURE__ */ jsx("circle", {
|
|
15
|
+
cx: "416.44",
|
|
16
|
+
cy: "236.11",
|
|
17
|
+
r: "9.83"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ jsx("path", {
|
|
20
|
+
d: "M458.29 265.6H280.52a9.83 9.83 0 110-19.66h106.22a9.84 9.84 0 000-19.67h-70.2a9.83 9.83 0 110-19.66H422.9a9.84 9.84 0 000-19.67H202.83l33.42 45.61a11.86 11.86 0 01.81 12.75l-42.78 77.3a11.75 11.75 0 01-1.4 2h212.29a9.83 9.83 0 100-19.66h-53.53a9.84 9.84 0 110-19.67h106.65a9.84 9.84 0 100-19.67z"
|
|
21
|
+
})
|
|
22
|
+
]
|
|
23
|
+
});
|
|
24
|
+
});
|
|
25
|
+
export {
|
|
26
|
+
LogoVelocity
|
|
27
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { IconProps } from './IconProps';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const LogoWaterfall: import("@qwik.dev/core").Component<IconProps>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@qwik.dev/core/jsx-runtime");
|
|
4
|
+
const core = require("@qwik.dev/core");
|
|
5
|
+
const LogoWaterfall = core.component$(({ size, ...props }) => {
|
|
6
|
+
return /* @__PURE__ */ jsxRuntime.jsx("svg", {
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
"stroke-width": "2",
|
|
11
|
+
"stroke-linecap": "round",
|
|
12
|
+
"stroke-linejoin": "round",
|
|
13
|
+
width: size,
|
|
14
|
+
height: size,
|
|
15
|
+
...props,
|
|
16
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
17
|
+
d: "M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
});
|
|
21
|
+
exports.LogoWaterfall = LogoWaterfall;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx } from "@qwik.dev/core/jsx-runtime";
|
|
2
|
+
import { component$ } from "@qwik.dev/core";
|
|
3
|
+
const LogoWaterfall = component$(({ size, ...props }) => {
|
|
4
|
+
return /* @__PURE__ */ jsx("svg", {
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
"stroke-width": "2",
|
|
9
|
+
"stroke-linecap": "round",
|
|
10
|
+
"stroke-linejoin": "round",
|
|
11
|
+
width: size,
|
|
12
|
+
height: size,
|
|
13
|
+
...props,
|
|
14
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
15
|
+
d: "M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
LogoWaterfall
|
|
21
|
+
};
|