@iconify-react/simple-icons 1.0.6 → 1.0.8
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/components/1/1password.jsx +2 -2
- package/components/d/deepseek.jsx +19 -0
- package/components/e/esphome.jsx +2 -2
- package/components/l/locust.jsx +19 -0
- package/components/m/moonshotai.jsx +19 -0
- package/components/n/neon.jsx +19 -0
- package/components/q/qwen.jsx +19 -0
- package/components/s/simpleicons.jsx +2 -2
- package/components/v/vllm.jsx +19 -0
- package/css/d/d9dbdkbj.css +4 -0
- package/css/d/dixa9h.css +4 -0
- package/css/h/h2cwerbf.css +4 -0
- package/css/j/jl55uykf.css +4 -0
- package/css/l/l2z8ibbk.css +4 -0
- package/css/m/m_ro7p6z.css +4 -0
- package/css/u/uzf09nx.css +4 -0
- package/css/w/wldwxibq.css +4 -0
- package/css/x/xqs725hd.css +4 -0
- package/iconify.json +3 -3
- package/package.json +25 -1
- package/css/b/b1s3goba.css +0 -4
- package/css/e/ebfq4u1e.css +0 -4
- package/css/r/r0lbi3px.css +0 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Icon } from '@iconify/css-react';
|
|
2
2
|
import { createElement } from 'react';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/l/l2z8ibbk.css';
|
|
4
4
|
|
|
5
5
|
const viewBox = {"width":24,"height":24};
|
|
6
6
|
|
|
@@ -11,7 +11,7 @@ function Component({width, height, ...props}) {
|
|
|
11
11
|
width,
|
|
12
12
|
height,
|
|
13
13
|
viewBox,
|
|
14
|
-
"content": `<path class="
|
|
14
|
+
"content": `<path class="l2z8ibbk"/>`,
|
|
15
15
|
"fallback": "simple-icons:1password",
|
|
16
16
|
});
|
|
17
17
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/m/m_ro7p6z.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="m_ro7p6z"/>`,
|
|
15
|
+
"fallback": "simple-icons:deepseek",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
package/components/e/esphome.jsx
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Icon } from '@iconify/css-react';
|
|
2
2
|
import { createElement } from 'react';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/x/xqs725hd.css';
|
|
4
4
|
|
|
5
5
|
const viewBox = {"width":24,"height":24};
|
|
6
6
|
|
|
@@ -11,7 +11,7 @@ function Component({width, height, ...props}) {
|
|
|
11
11
|
width,
|
|
12
12
|
height,
|
|
13
13
|
viewBox,
|
|
14
|
-
"content": `<path class="
|
|
14
|
+
"content": `<path class="xqs725hd"/>`,
|
|
15
15
|
"fallback": "simple-icons:esphome",
|
|
16
16
|
});
|
|
17
17
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/w/wldwxibq.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="wldwxibq"/>`,
|
|
15
|
+
"fallback": "simple-icons:locust",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/d/d9dbdkbj.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="d9dbdkbj"/>`,
|
|
15
|
+
"fallback": "simple-icons:moonshotai",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/u/uzf09nx.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="uzf09nx"/>`,
|
|
15
|
+
"fallback": "simple-icons:neon",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/h/h2cwerbf.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="h2cwerbf"/>`,
|
|
15
|
+
"fallback": "simple-icons:qwen",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Icon } from '@iconify/css-react';
|
|
2
2
|
import { createElement } from 'react';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/j/jl55uykf.css';
|
|
4
4
|
|
|
5
5
|
const viewBox = {"width":24,"height":24};
|
|
6
6
|
|
|
@@ -11,7 +11,7 @@ function Component({width, height, ...props}) {
|
|
|
11
11
|
width,
|
|
12
12
|
height,
|
|
13
13
|
viewBox,
|
|
14
|
-
"content": `<path class="
|
|
14
|
+
"content": `<path class="jl55uykf"/>`,
|
|
15
15
|
"fallback": "simple-icons:simpleicons",
|
|
16
16
|
});
|
|
17
17
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/d/dixa9h.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="dixa9h"/>`,
|
|
15
|
+
"fallback": "simple-icons:vllm",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.d9dbdkbj {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m1.053 16.91l9.538 2.55a21 20.981 0 0 0 .06 2.031l5.956 1.592a12 11.99 0 0 1-15.554-6.172m-1.02-5.79l11.352 3.035a21 20.981 0 0 0-.469 2.01l10.817 2.89a12 11.99 0 0 1-1.845 2.004L.658 15.918a12 11.99 0 0 1-.625-4.796m1.593-5.146L13.573 9.17a21 20.981 0 0 0-1.01 1.874l11.297 3.02a21 20.981 0 0 1-.67 2.362l-11.55-3.087L.125 10.26a12 11.99 0 0 1 1.499-4.285ZM6.067 1.58l11.285 3.016a21 20.981 0 0 0-1.688 1.719l7.824 2.091a21 20.981 0 0 1 .513 2.664L2.107 5.218a12 11.99 0 0 1 3.96-3.638M21.68 4.866L7.222 1.003A12 11.99 0 0 1 21.68 4.866");
|
|
4
|
+
}
|
package/css/d/dixa9h.css
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.h2cwerbf {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M23.919 14.545L20.817 9.17l1.47-2.544a.56.56 0 0 0 0-.566l-1.633-2.83a.57.57 0 0 0-.49-.283h-6.207L12.487.402a.57.57 0 0 0-.49-.284H8.732a.56.56 0 0 0-.49.284L5.139 5.775h-2.94a.56.56 0 0 0-.49.284L.077 8.887a.56.56 0 0 0 0 .567L3.18 14.83l-1.47 2.545a.56.56 0 0 0 0 .566l1.634 2.83a.57.57 0 0 0 .49.283h6.205l1.47 2.545a.57.57 0 0 0 .49.284h3.266a.57.57 0 0 0 .49-.284l3.104-5.375h2.94a.57.57 0 0 0 .49-.283l1.634-2.828a.55.55 0 0 0-.004-.568M8.733.686l1.634 2.828l-1.634 2.828H21.8L20.164 9.17H7.425L5.63 6.06Zm1.306 19.801l-6.205-.002l1.634-2.83h3.265L2.201 6.344h3.267q3.182 5.517 6.367 11.032zm10.124-5.66L18.53 12l-6.532 11.315l-1.634-2.83c2.129-3.673 4.25-7.351 6.373-11.028h3.592l3.102 5.374z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.jl55uykf {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M18 6a6 6 0 1 0-6 6a6 6 0 0 1 5.35 9h1.5A7.5 7.5 0 0 0 12 10.5A4.5 4.5 0 1 1 16.5 6Zm-6-3a3 3 0 0 0 0 6a1 1 0 0 0 0-6m0 1.5a1.5 1.5 0 0 1 0 3a1 1 0 0 1 0-3M7.5 15v1.5H9v6H4.5V24h15v-1.5H15v-6h1.5V15Zm3 1.5h3v6h-3zm-6 1.5a7.5 7.5 0 0 0 .7 3h1.5a6 6 0 0 1-.7-3Z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.l2z8ibbk {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12 0c6.627 0 12 5.373 12 12c0 6.628-5.373 12-12 12S0 18.628 0 12C0 5.373 5.373 0 12 0m-.893 4.86c-.485 0-.727.001-.913.095a.87.87 0 0 0-.378.379c-.094.185-.095.428-.095.912v2.747c0 .12 0 .182.016.238q.02.075.065.138a1 1 0 0 0 .175.162l.695.564c.113.092.17.139.19.194a.22.22 0 0 1 0 .15c-.02.056-.077.102-.19.194l-.695.564a1 1 0 0 0-.175.162a.4.4 0 0 0-.065.138a1 1 0 0 0-.016.238v6.019c0 .485 0 .728.095.913a.87.87 0 0 0 .378.378c.186.094.428.094.913.094h1.786c.485 0 .727 0 .913-.094a.87.87 0 0 0 .378-.378c.095-.185.095-.428.095-.913v-2.747c0-.12 0-.182-.016-.238a.4.4 0 0 0-.065-.138a1 1 0 0 0-.175-.162l-.695-.564c-.113-.092-.17-.138-.191-.193a.22.22 0 0 1 0-.152c.02-.055.078-.1.19-.193l.696-.564a1 1 0 0 0 .175-.162a.4.4 0 0 0 .065-.138a1 1 0 0 0 .016-.238V6.246c0-.484 0-.727-.095-.912a.87.87 0 0 0-.378-.379c-.186-.094-.428-.094-.913-.094Z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.m_ro7p6z {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M23.748 4.651c-.254-.124-.364.113-.512.233c-.051.04-.094.09-.137.137c-.372.397-.806.657-1.373.626c-.829-.046-1.537.214-2.163.848c-.133-.782-.575-1.248-1.247-1.548c-.352-.155-.708-.311-.955-.65c-.172-.24-.219-.509-.305-.774c-.055-.16-.11-.323-.293-.35c-.2-.031-.278.136-.356.276c-.313.572-.434 1.202-.422 1.84c.027 1.436.633 2.58 1.838 3.393c.137.094.172.187.129.323c-.082.28-.18.553-.266.833c-.055.179-.137.218-.328.14a5.5 5.5 0 0 1-1.737-1.179c-.857-.828-1.631-1.743-2.597-2.46a12 12 0 0 0-.689-.47c-.985-.957.13-1.743.387-1.836c.27-.098.094-.433-.778-.428c-.872.003-1.67.295-2.687.685a3 3 0 0 1-.465.136a9.6 9.6 0 0 0-2.883-.101c-1.885.21-3.39 1.1-4.497 2.622C.082 8.776-.231 10.854.152 13.02c.403 2.284 1.568 4.175 3.36 5.653c1.857 1.533 3.997 2.284 6.438 2.14c1.482-.085 3.132-.284 4.994-1.86c.47.234.962.328 1.78.398c.629.058 1.235-.031 1.705-.129c.735-.155.684-.836.418-.961c-2.155-1.004-1.682-.595-2.112-.926c1.095-1.295 2.768-3.598 3.284-6.733c.05-.346.115-.834.108-1.114c-.004-.171.035-.238.23-.257a4.2 4.2 0 0 0 1.545-.475c1.397-.763 1.96-2.016 2.093-3.517c.02-.23-.004-.467-.247-.588M11.58 18.168c-2.088-1.642-3.101-2.183-3.52-2.16c-.39.024-.32.472-.234.763c.09.288.207.487.371.74c.114.167.192.416-.113.603c-.673.416-1.842-.14-1.897-.168c-1.361-.801-2.5-1.86-3.301-3.306c-.775-1.393-1.225-2.888-1.299-4.482c-.02-.385.094-.522.477-.592a4.7 4.7 0 0 1 1.53-.038c2.131.311 3.946 1.264 5.467 2.774c.868.86 1.525 1.887 2.202 2.89c.72 1.066 1.494 2.082 2.48 2.915c.348.291.626.513.892.677c-.802.09-2.14.109-3.055-.615zm1.001-6.44a.306.306 0 0 1 .415-.287a.3.3 0 0 1 .113.074a.3.3 0 0 1 .086.214c0 .17-.136.307-.308.307a.303.303 0 0 1-.306-.307m3.11 1.596c-.2.081-.4.151-.591.16a1.25 1.25 0 0 1-.798-.254c-.274-.23-.47-.358-.551-.758a1.7 1.7 0 0 1 .015-.588c.07-.327-.007-.537-.238-.727c-.188-.156-.426-.199-.689-.199a.6.6 0 0 1-.254-.078a.253.253 0 0 1-.114-.358a1 1 0 0 1 .192-.21c.356-.202.767-.136 1.146.016c.352.144.618.408 1.001.782c.392.451.462.576.685.915c.176.264.336.536.446.848c.066.194-.02.353-.25.45");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.wldwxibq {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m21.425 6.348l.725.731l-1.901 1.916l.501.502l2.52-2.519l.73.73l-2.519 2.52v2.887l-1.65 1.65l-1.875-1.9v1.064l3.674 3.723h-2.722l-6.514-6.514l5.684-2.612h1.187Zm-2.74 11.683h-3.924l-7.799-7.799l-2.038 7.799H2.012L4.948 6.783l.157-.076l1.517-.738ZM2.137 15.85l-.47 1.802H0v-.82Zm4.304-1.977l2.449-1.126l3.605 3.605l-3.008 1.3H5.454Z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.xqs725hd {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M11.999.311c-.384 0-.769.146-1.06.437l-9.878 9.88C.478 11.21 0 12.364 0 13.189v9c0 .825.675 1.5 1.5 1.5h5.899V8.755a.6.6 0 0 1 .6-.6h8a.6.6 0 0 1 .6.6v2.4a.6.6 0 0 1-.6.6h-5v1.2h5a.6.6 0 0 1 .6.6v2.4a.6.6 0 0 1-.6.6h-5v1.2h5a.6.6 0 0 1 .6.6v2.4a.6.6 0 0 1-.6.6h-5.6a.6.6 0 1 1 0-1.2h5v-1.2h-5a.6.6 0 0 1-.6-.6v-2.4a.6.6 0 0 1 .6-.6h5v-1.2h-5a.6.6 0 0 1-.6-.6v-2.4a.6.6 0 0 1 .6-.6h5v-1.2H8.6v14.334h13.9c.825 0 1.5-.675 1.5-1.5v-9c0-.825-.478-1.978-1.061-2.561l-9.88-9.88A1.5 1.5 0 0 0 12 .311");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "simple-icons",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Simple Icons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "16.
|
|
5
|
+
"total": 3429,
|
|
6
|
+
"version": "16.18.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Simple Icons Collaborators",
|
|
9
9
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"category": "Logos",
|
|
26
26
|
"palette": false
|
|
27
27
|
},
|
|
28
|
-
"lastModified":
|
|
28
|
+
"lastModified": 1777263454
|
|
29
29
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-react/simple-icons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.8",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/simple-icons/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "CC0-1.0",
|
|
@@ -3286,6 +3286,10 @@
|
|
|
3286
3286
|
"types": "./types/hqrkovbr.d.ts",
|
|
3287
3287
|
"default": "./components/d/deepnote.jsx"
|
|
3288
3288
|
},
|
|
3289
|
+
"./deepseek": {
|
|
3290
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
3291
|
+
"default": "./components/d/deepseek.jsx"
|
|
3292
|
+
},
|
|
3289
3293
|
"./deezer": {
|
|
3290
3294
|
"types": "./types/hqrkovbr.d.ts",
|
|
3291
3295
|
"default": "./components/d/deezer.jsx"
|
|
@@ -7414,6 +7418,10 @@
|
|
|
7414
7418
|
"types": "./types/hqrkovbr.d.ts",
|
|
7415
7419
|
"default": "./components/l/localxpose.jsx"
|
|
7416
7420
|
},
|
|
7421
|
+
"./locust": {
|
|
7422
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
7423
|
+
"default": "./components/l/locust.jsx"
|
|
7424
|
+
},
|
|
7417
7425
|
"./lodash": {
|
|
7418
7426
|
"types": "./types/hqrkovbr.d.ts",
|
|
7419
7427
|
"default": "./components/l/lodash.jsx"
|
|
@@ -8290,6 +8298,10 @@
|
|
|
8290
8298
|
"types": "./types/hqrkovbr.d.ts",
|
|
8291
8299
|
"default": "./components/m/moonrepo.jsx"
|
|
8292
8300
|
},
|
|
8301
|
+
"./moonshotai": {
|
|
8302
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
8303
|
+
"default": "./components/m/moonshotai.jsx"
|
|
8304
|
+
},
|
|
8293
8305
|
"./moq": {
|
|
8294
8306
|
"types": "./types/hqrkovbr.d.ts",
|
|
8295
8307
|
"default": "./components/m/moq.jsx"
|
|
@@ -8518,6 +8530,10 @@
|
|
|
8518
8530
|
"types": "./types/hqrkovbr.d.ts",
|
|
8519
8531
|
"default": "./components/n/neo4j.jsx"
|
|
8520
8532
|
},
|
|
8533
|
+
"./neon": {
|
|
8534
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
8535
|
+
"default": "./components/n/neon.jsx"
|
|
8536
|
+
},
|
|
8521
8537
|
"./neovim": {
|
|
8522
8538
|
"types": "./types/hqrkovbr.d.ts",
|
|
8523
8539
|
"default": "./components/n/neovim.jsx"
|
|
@@ -10506,6 +10522,10 @@
|
|
|
10506
10522
|
"types": "./types/hqrkovbr.d.ts",
|
|
10507
10523
|
"default": "./components/q/qwant.jsx"
|
|
10508
10524
|
},
|
|
10525
|
+
"./qwen": {
|
|
10526
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10527
|
+
"default": "./components/q/qwen.jsx"
|
|
10528
|
+
},
|
|
10509
10529
|
"./qwik": {
|
|
10510
10530
|
"types": "./types/hqrkovbr.d.ts",
|
|
10511
10531
|
"default": "./components/q/qwik.jsx"
|
|
@@ -13854,6 +13874,10 @@
|
|
|
13854
13874
|
"types": "./types/hqrkovbr.d.ts",
|
|
13855
13875
|
"default": "./components/v/vlcmediaplayer.jsx"
|
|
13856
13876
|
},
|
|
13877
|
+
"./vllm": {
|
|
13878
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
13879
|
+
"default": "./components/v/vllm.jsx"
|
|
13880
|
+
},
|
|
13857
13881
|
"./vmware": {
|
|
13858
13882
|
"types": "./types/hqrkovbr.d.ts",
|
|
13859
13883
|
"default": "./components/v/vmware.jsx"
|
package/css/b/b1s3goba.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.b1s3goba {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M12 0C8.688 0 6 2.688 6 6s2.688 6 6 6c4.64-.001 7.526 5.039 5.176 9.04h1.68A7.507 7.507 0 0 0 12 10.5A4.5 4.5 0 0 1 7.5 6c0-2.484 2.016-4.5 4.5-4.5s4.5 2.016 4.5 4.5H18c0-3.312-2.688-6-6-6m0 3a3 3 0 0 0 0 6c4 0 4-6 0-6m0 1.5A1.5 1.5 0 0 1 13.5 6v.002c-.002 1.336-1.617 2.003-2.561 1.058S10.664 4.5 12 4.5M7.5 15v1.5H9v6H4.5V24h15v-1.5H15v-6h1.5V15Zm3 1.5h3v6h-3zm-6 1.47c0 1.09.216 2.109.644 3.069h1.684A5.96 5.96 0 0 1 6 17.97Z");
|
|
4
|
-
}
|
package/css/e/ebfq4u1e.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.ebfq4u1e {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M12 .007C5.373.007 0 5.376 0 11.999s5.373 11.994 12 11.994S24 18.623 24 12S18.627.007 12 .007m-.895 4.857h1.788c.484 0 .729.002.914.096a.86.86 0 0 1 .377.377c.094.185.095.428.095.912v6.016c0 .12 0 .182-.015.238a.4.4 0 0 1-.067.137a1 1 0 0 1-.174.162l-.695.564c-.113.092-.17.138-.191.194a.22.22 0 0 0 0 .15c.02.055.078.101.191.193l.695.565c.094.076.14.115.174.162q.045.063.067.137a1 1 0 0 1 .015.238v2.746c0 .484-.001.727-.095.912a.86.86 0 0 1-.377.377c-.185.094-.43.096-.914.096h-1.788c-.484 0-.726-.002-.912-.096a.86.86 0 0 1-.377-.377c-.094-.185-.095-.428-.095-.912v-6.016c0-.12 0-.182.015-.238a.4.4 0 0 1 .067-.139c.034-.047.08-.083.174-.16l.695-.564c.113-.092.17-.138.191-.194a.22.22 0 0 0 0-.15c-.02-.055-.078-.101-.191-.193l-.695-.565a1 1 0 0 1-.174-.162a.4.4 0 0 1-.067-.139a1 1 0 0 1-.015-.236V6.25c0-.484.001-.727.095-.912a.86.86 0 0 1 .377-.377c.186-.094.428-.096.912-.096z");
|
|
4
|
-
}
|
package/css/r/r0lbi3px.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.r0lbi3px {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M7.253 2.755c-.676 0-1.231.555-1.231 1.232v.976h-.083a.72.72 0 0 0-.717.716v11.682H.71v-.57h3.544a.355.355 0 0 0 .354-.354v-1.279a.355.355 0 0 0-.354-.355H.709v-.565h3.544a.355.355 0 0 0 .354-.355v-1.278a.355.355 0 0 0-.354-.355H.709v-.569h3.544a.355.355 0 0 0 .354-.355V10.05a.355.355 0 0 0-.354-.354H.709V6.113a.355.355 0 0 0-.355-.355a.355.355 0 0 0-.354.355v3.937a.355.355 0 0 0 .354.355h3.544v.566H.354a.355.355 0 0 0-.354.355v1.279a.355.355 0 0 0 .354.354h3.544v.57H.354a.355.355 0 0 0-.354.354v1.275a.355.355 0 0 0 .354.355h3.544v.57H.354a.355.355 0 0 0-.354.354v1.278a.355.355 0 0 0 .354.355h4.868v.086c0 .389.323.716.717.716h.083v1.14c0 .677.555 1.233 1.231 1.233c.677 0 1.233-.556 1.233-1.232v-1.14h.477v1.137c0 .676.556 1.232 1.232 1.232c.677 0 1.232-.556 1.232-1.232v-1.138h.481v1.138c0 .676.556 1.232 1.232 1.232s1.233-.556 1.233-1.232v-1.138h.48v1.138c0 .676.556 1.232 1.232 1.232c.677 0 1.232-.556 1.232-1.232v-1.138h.481v1.138c0 .676.556 1.232 1.232 1.232s1.233-.556 1.233-1.232v-1.138h.477v1.138c0 .676.555 1.232 1.231 1.232c.677 0 1.233-.556 1.233-1.232v-1.138h.079c.39 0 .717-.323.717-.716V5.679a.723.723 0 0 0-.714-.716h-.082v-.979c0-.676-.556-1.231-1.232-1.23h-.001a1.24 1.24 0 0 0-1.231 1.233v.976h-.477v-.98c0-.675-.557-1.23-1.233-1.228h-.001c-.676 0-1.23.556-1.23 1.232v.976h-.482v-.976c0-.677-.555-1.232-1.232-1.232s-1.232.555-1.232 1.232v.976h-.48v-.976c0-.677-.557-1.232-1.233-1.232s-1.232.555-1.232 1.232v.976h-.48v-.976c0-.677-.556-1.232-1.233-1.232c-.676 0-1.232.555-1.232 1.232v.976h-.477v-.976c0-.677-.556-1.232-1.233-1.232m0 .715a.51.51 0 0 1 .517.517v.976H6.737v-.976a.51.51 0 0 1 .516-.517m2.942 0a.51.51 0 0 1 .517.517v.976H9.679v-.976a.51.51 0 0 1 .516-.517m2.945 0a.51.51 0 0 1 .516.517v.976h-1.032v-.976a.51.51 0 0 1 .516-.517m2.945 0a.51.51 0 0 1 .517.517v.976h-1.033v-.976a.51.51 0 0 1 .516-.517m2.945 0h.001a.507.507 0 0 1 .515.513v.98h-1.032v-.976a.51.51 0 0 1 .516-.517m2.942.001h.001a.507.507 0 0 1 .515.513v.979h-1.032v-.976a.51.51 0 0 1 .516-.516M6.018 5.758h17.186v12.319H6.018zm8.63 2.777a.32.32 0 0 0-.234.095l-3.776 3.78a.322.322 0 0 0 .228.55h.62v2.225a.32.32 0 0 0 .323.322h5.67a.32.32 0 0 0 .322-.322V12.96h.621a.322.322 0 0 0 .228-.55l-.856-.859v-1.533a.32.32 0 0 0-.322-.323h-.591a.32.32 0 0 0-.323.323v.3L14.87 8.63a.32.32 0 0 0-.221-.095zm-7.91 10.337H7.77v1.14a.51.51 0 0 1-.517.517a.51.51 0 0 1-.516-.516zm2.94 0h1.034v1.138a.51.51 0 0 1-.517.516a.51.51 0 0 1-.516-.516zm2.946 0h1.032v1.138a.51.51 0 0 1-.516.516a.51.51 0 0 1-.516-.516zm2.945 0h1.033v1.138a.51.51 0 0 1-.517.516a.51.51 0 0 1-.516-.516zm2.945 0h1.032v1.138a.51.51 0 0 1-.516.516a.51.51 0 0 1-.516-.516zm2.941 0h1.033v1.138a.51.51 0 0 1-.517.516a.51.51 0 0 1-.516-.516z");
|
|
4
|
-
}
|