@icons-pack/react-simple-icons 11.2.0 → 12.0.0
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/README.md +1 -1
- package/icons/SiCnes.cjs +51 -0
- package/icons/SiCnes.d.ts +4 -0
- package/icons/SiCnes.mjs +27 -0
- package/icons/SiDevbox.cjs +51 -0
- package/icons/SiDevbox.d.ts +4 -0
- package/icons/SiDevbox.mjs +27 -0
- package/icons/SiExpo.cjs +1 -1
- package/icons/SiExpo.d.ts +1 -1
- package/icons/SiExpo.mjs +1 -1
- package/icons/SiFilen.cjs +51 -0
- package/icons/SiFilen.d.ts +4 -0
- package/icons/SiFilen.mjs +27 -0
- package/icons/SiGldotinet.cjs +51 -0
- package/icons/SiGldotinet.d.ts +4 -0
- package/icons/SiGldotinet.mjs +27 -0
- package/icons/SiHaveibeenpwned.cjs +1 -1
- package/icons/SiHaveibeenpwned.mjs +1 -1
- package/icons/SiHuggingface.cjs +1 -1
- package/icons/SiHuggingface.mjs +1 -1
- package/icons/SiMealie.cjs +51 -0
- package/icons/SiMealie.d.ts +4 -0
- package/icons/SiMealie.mjs +27 -0
- package/icons/SiOpen3d.cjs +51 -0
- package/icons/SiOpen3d.d.ts +4 -0
- package/icons/SiOpen3d.mjs +27 -0
- package/icons/SiPixiv.cjs +1 -1
- package/icons/SiPixiv.mjs +1 -1
- package/icons/SiTorizon.cjs +51 -0
- package/icons/SiTorizon.d.ts +4 -0
- package/icons/SiTorizon.mjs +27 -0
- package/icons/SiVelocity.cjs +51 -0
- package/icons/SiVelocity.d.ts +4 -0
- package/icons/SiVelocity.mjs +27 -0
- package/icons/SiXyflow.cjs +51 -0
- package/icons/SiXyflow.d.ts +4 -0
- package/icons/SiXyflow.mjs +27 -0
- package/index.cjs +27 -0
- package/index.d.ts +9 -0
- package/index.mjs +9 -0
- package/package.json +2 -2
- package/src/icons/SiCnes.tsx +45 -0
- package/src/icons/SiDevbox.tsx +45 -0
- package/src/icons/SiExpo.tsx +1 -1
- package/src/icons/SiFilen.tsx +45 -0
- package/src/icons/SiGldotinet.tsx +45 -0
- package/src/icons/SiHaveibeenpwned.tsx +1 -1
- package/src/icons/SiHuggingface.tsx +1 -1
- package/src/icons/SiMealie.tsx +45 -0
- package/src/icons/SiOpen3d.tsx +45 -0
- package/src/icons/SiPixiv.tsx +1 -1
- package/src/icons/SiTorizon.tsx +45 -0
- package/src/icons/SiVelocity.tsx +45 -0
- package/src/icons/SiXyflow.tsx +45 -0
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
const jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
const React = require('react');
|
|
7
|
+
|
|
8
|
+
function _interopNamespaceDefault(e) {
|
|
9
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: 'Module' } });
|
|
10
|
+
if (e) {
|
|
11
|
+
for (const k in e) {
|
|
12
|
+
if (k !== 'default') {
|
|
13
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: () => e[k]
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
n.default = e;
|
|
22
|
+
return Object.freeze(n);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
const React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
26
|
+
|
|
27
|
+
const defaultColor = "#000000";
|
|
28
|
+
const SiOpen3d = React__namespace.forwardRef(function SiOpen3d2({ title = "Open3D", color = "currentColor", size = 24, ...others }, ref) {
|
|
29
|
+
if (color === "default") {
|
|
30
|
+
color = defaultColor;
|
|
31
|
+
}
|
|
32
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
33
|
+
"svg",
|
|
34
|
+
{
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
36
|
+
width: size,
|
|
37
|
+
height: size,
|
|
38
|
+
fill: color,
|
|
39
|
+
viewBox: "0 0 24 24",
|
|
40
|
+
ref,
|
|
41
|
+
...others,
|
|
42
|
+
children: [
|
|
43
|
+
/* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
|
|
44
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M5.998 1.606 0 12l5.998 10.394h2.094l1.954-3.383H7.952L4.06 12.268h8.149l3.56 6.157L19.483 12l-3.715-6.444-3.56 6.18H4.055l3.893-6.747h2.098L8.088 1.606Zm2.71 0 1.954 3.383h5.386L20.096 12l-4.044 7.011h-5.394l-1.954 3.383h9.294l.488-.847L24 12 18.002 1.606Z" })
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
);
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
exports.default = SiOpen3d;
|
|
51
|
+
exports.defaultColor = defaultColor;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const defaultColor = "#000000";
|
|
5
|
+
const SiOpen3d = React.forwardRef(function SiOpen3d2({ title = "Open3D", color = "currentColor", size = 24, ...others }, ref) {
|
|
6
|
+
if (color === "default") {
|
|
7
|
+
color = defaultColor;
|
|
8
|
+
}
|
|
9
|
+
return /* @__PURE__ */ jsxs(
|
|
10
|
+
"svg",
|
|
11
|
+
{
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
width: size,
|
|
14
|
+
height: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
viewBox: "0 0 24 24",
|
|
17
|
+
ref,
|
|
18
|
+
...others,
|
|
19
|
+
children: [
|
|
20
|
+
/* @__PURE__ */ jsx("title", { children: title }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { d: "M5.998 1.606 0 12l5.998 10.394h2.094l1.954-3.383H7.952L4.06 12.268h8.149l3.56 6.157L19.483 12l-3.715-6.444-3.56 6.18H4.055l3.893-6.747h2.098L8.088 1.606Zm2.71 0 1.954 3.383h5.386L20.096 12l-4.044 7.011h-5.394l-1.954 3.383h9.294l.488-.847L24 12 18.002 1.606Z" })
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
export { SiOpen3d as default, defaultColor };
|
package/icons/SiPixiv.cjs
CHANGED
|
@@ -41,7 +41,7 @@ const SiPixiv = React__namespace.forwardRef(function SiPixiv2({ title = "pixiv",
|
|
|
41
41
|
...others,
|
|
42
42
|
children: [
|
|
43
43
|
/* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
|
|
44
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4.
|
|
44
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4.94 0A4.953 4.953 0 0 0 0 4.94v14.12A4.953 4.953 0 0 0 4.94 24h14.12A4.953 4.953 0 0 0 24 19.06c-.014 1.355 0-14.12 0-14.12A4.953 4.953 0 0 0 19.06 0Zm1.783 5.465h.904a.37.37 0 0 1 .31.17l.752 1.17a6.172 6.172 0 0 1 10.01 4.834 6.172 6.172 0 0 1-9.394 5.265v2.016a.37.37 0 0 1-.37.367H6.724a.37.37 0 0 1-.37-.367V5.834a.37.37 0 0 1 .37-.37m5.804 2.951a3.222 3.222 0 1 0-.002 6.443 3.222 3.222 0 0 0 .002-6.443" })
|
|
45
45
|
]
|
|
46
46
|
}
|
|
47
47
|
);
|
package/icons/SiPixiv.mjs
CHANGED
|
@@ -18,7 +18,7 @@ const SiPixiv = React.forwardRef(function SiPixiv2({ title = "pixiv", color = "c
|
|
|
18
18
|
...others,
|
|
19
19
|
children: [
|
|
20
20
|
/* @__PURE__ */ jsx("title", { children: title }),
|
|
21
|
-
/* @__PURE__ */ jsx("path", { d: "M4.
|
|
21
|
+
/* @__PURE__ */ jsx("path", { d: "M4.94 0A4.953 4.953 0 0 0 0 4.94v14.12A4.953 4.953 0 0 0 4.94 24h14.12A4.953 4.953 0 0 0 24 19.06c-.014 1.355 0-14.12 0-14.12A4.953 4.953 0 0 0 19.06 0Zm1.783 5.465h.904a.37.37 0 0 1 .31.17l.752 1.17a6.172 6.172 0 0 1 10.01 4.834 6.172 6.172 0 0 1-9.394 5.265v2.016a.37.37 0 0 1-.37.367H6.724a.37.37 0 0 1-.37-.367V5.834a.37.37 0 0 1 .37-.37m5.804 2.951a3.222 3.222 0 1 0-.002 6.443 3.222 3.222 0 0 0 .002-6.443" })
|
|
22
22
|
]
|
|
23
23
|
}
|
|
24
24
|
);
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
const jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
const React = require('react');
|
|
7
|
+
|
|
8
|
+
function _interopNamespaceDefault(e) {
|
|
9
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: 'Module' } });
|
|
10
|
+
if (e) {
|
|
11
|
+
for (const k in e) {
|
|
12
|
+
if (k !== 'default') {
|
|
13
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: () => e[k]
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
n.default = e;
|
|
22
|
+
return Object.freeze(n);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
const React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
26
|
+
|
|
27
|
+
const defaultColor = "#FAAF00";
|
|
28
|
+
const SiTorizon = React__namespace.forwardRef(function SiTorizon2({ title = "Torizon", color = "currentColor", size = 24, ...others }, ref) {
|
|
29
|
+
if (color === "default") {
|
|
30
|
+
color = defaultColor;
|
|
31
|
+
}
|
|
32
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
33
|
+
"svg",
|
|
34
|
+
{
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
36
|
+
width: size,
|
|
37
|
+
height: size,
|
|
38
|
+
fill: color,
|
|
39
|
+
viewBox: "0 0 24 24",
|
|
40
|
+
ref,
|
|
41
|
+
...others,
|
|
42
|
+
children: [
|
|
43
|
+
/* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
|
|
44
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M11.63.349a.56.56 0 0 0-.304.09L8.719 2.132a.274.274 0 0 0 0 .457l2.607 1.693a.56.56 0 0 0 .607 0L14.54 2.59a.274.274 0 0 0 0-.457L11.933.439a.56.56 0 0 0-.303-.09M7.437 3.054a.56.56 0 0 0-.302.09L4.53 4.837a.274.274 0 0 0 0 .46L7.135 6.99a.56.56 0 0 0 .604 0l2.606-1.693a.274.274 0 0 0 0-.46L7.74 3.144a.56.56 0 0 0-.302-.09m8.852.316a.56.56 0 0 0-.302.09l-2.606 1.69a.274.274 0 0 0 0 .46l2.606 1.693a.56.56 0 0 0 .605 0l2.606-1.693a.274.274 0 0 0 0-.46l-2.606-1.69a.56.56 0 0 0-.303-.09M3.043 5.924a.56.56 0 0 0-.303.09L.134 7.707a.274.274 0 0 0 0 .46l2.606 1.69a.56.56 0 0 0 .605 0l2.606-1.69a.274.274 0 0 0 0-.46L3.345 6.014a.56.56 0 0 0-.302-.09m9.055.155a.56.56 0 0 0-.301.09l-2.6 1.689a.274.274 0 0 0 0 .46l2.6 1.693a.56.56 0 0 0 .603.003l2.607-1.692a.274.274 0 0 0 0-.46L12.4 6.167a.56.56 0 0 0-.302-.089m8.858.309a.56.56 0 0 0-.304.09L18.045 8.17a.274.274 0 0 0 0 .457l2.607 1.697a.56.56 0 0 0 .608 0l2.606-1.694a.274.274 0 0 0 0-.46L21.26 6.478a.56.56 0 0 0-.304-.09M7.702 8.945a.56.56 0 0 0-.303.09l-2.607 1.693a.274.274 0 0 0 0 .456L7.4 12.877a.56.56 0 0 0 .607 0l2.596-1.685a.274.274 0 0 0 0-.457l-2.596-1.7a.56.56 0 0 0-.304-.09m9.063.15a.56.56 0 0 0-.304.09l-2.606 1.694a.274.274 0 0 0 0 .457l2.606 1.692a.56.56 0 0 0 .608 0l2.606-1.692a.274.274 0 0 0 0-.457L17.07 9.186a.56.56 0 0 0-.304-.09M24 10.585a1.2 1.2 0 0 1-.351.611L12.973 18.13a1.83 1.83 0 0 1-1.992 0L.334 11.212a1.15 1.15 0 0 1-.333-.6v1.657a.74.74 0 0 0 .351.665l10.63 6.913a1.83 1.83 0 0 0 1.991 0l10.676-6.935a.74.74 0 0 0 .35-.643Zm-11.631 1.379a.56.56 0 0 0-.302.089L9.46 13.745a.274.274 0 0 0 0 .46l2.607 1.693a.56.56 0 0 0 .604 0l2.607-1.692a.274.274 0 0 0 0-.46l-2.607-1.694a.56.56 0 0 0-.302-.09m11.63 2.134a1.2 1.2 0 0 1-.35.607l-10.676 6.92a1.83 1.83 0 0 1-1.992 0L.334 14.722a1.15 1.15 0 0 1-.333-.597v1.654a.74.74 0 0 0 .351.66l10.63 6.917a1.83 1.83 0 0 0 1.991 0l10.676-6.934a.74.74 0 0 0 .35-.643z" })
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
);
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
exports.default = SiTorizon;
|
|
51
|
+
exports.defaultColor = defaultColor;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const defaultColor = "#FAAF00";
|
|
5
|
+
const SiTorizon = React.forwardRef(function SiTorizon2({ title = "Torizon", color = "currentColor", size = 24, ...others }, ref) {
|
|
6
|
+
if (color === "default") {
|
|
7
|
+
color = defaultColor;
|
|
8
|
+
}
|
|
9
|
+
return /* @__PURE__ */ jsxs(
|
|
10
|
+
"svg",
|
|
11
|
+
{
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
width: size,
|
|
14
|
+
height: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
viewBox: "0 0 24 24",
|
|
17
|
+
ref,
|
|
18
|
+
...others,
|
|
19
|
+
children: [
|
|
20
|
+
/* @__PURE__ */ jsx("title", { children: title }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { d: "M11.63.349a.56.56 0 0 0-.304.09L8.719 2.132a.274.274 0 0 0 0 .457l2.607 1.693a.56.56 0 0 0 .607 0L14.54 2.59a.274.274 0 0 0 0-.457L11.933.439a.56.56 0 0 0-.303-.09M7.437 3.054a.56.56 0 0 0-.302.09L4.53 4.837a.274.274 0 0 0 0 .46L7.135 6.99a.56.56 0 0 0 .604 0l2.606-1.693a.274.274 0 0 0 0-.46L7.74 3.144a.56.56 0 0 0-.302-.09m8.852.316a.56.56 0 0 0-.302.09l-2.606 1.69a.274.274 0 0 0 0 .46l2.606 1.693a.56.56 0 0 0 .605 0l2.606-1.693a.274.274 0 0 0 0-.46l-2.606-1.69a.56.56 0 0 0-.303-.09M3.043 5.924a.56.56 0 0 0-.303.09L.134 7.707a.274.274 0 0 0 0 .46l2.606 1.69a.56.56 0 0 0 .605 0l2.606-1.69a.274.274 0 0 0 0-.46L3.345 6.014a.56.56 0 0 0-.302-.09m9.055.155a.56.56 0 0 0-.301.09l-2.6 1.689a.274.274 0 0 0 0 .46l2.6 1.693a.56.56 0 0 0 .603.003l2.607-1.692a.274.274 0 0 0 0-.46L12.4 6.167a.56.56 0 0 0-.302-.089m8.858.309a.56.56 0 0 0-.304.09L18.045 8.17a.274.274 0 0 0 0 .457l2.607 1.697a.56.56 0 0 0 .608 0l2.606-1.694a.274.274 0 0 0 0-.46L21.26 6.478a.56.56 0 0 0-.304-.09M7.702 8.945a.56.56 0 0 0-.303.09l-2.607 1.693a.274.274 0 0 0 0 .456L7.4 12.877a.56.56 0 0 0 .607 0l2.596-1.685a.274.274 0 0 0 0-.457l-2.596-1.7a.56.56 0 0 0-.304-.09m9.063.15a.56.56 0 0 0-.304.09l-2.606 1.694a.274.274 0 0 0 0 .457l2.606 1.692a.56.56 0 0 0 .608 0l2.606-1.692a.274.274 0 0 0 0-.457L17.07 9.186a.56.56 0 0 0-.304-.09M24 10.585a1.2 1.2 0 0 1-.351.611L12.973 18.13a1.83 1.83 0 0 1-1.992 0L.334 11.212a1.15 1.15 0 0 1-.333-.6v1.657a.74.74 0 0 0 .351.665l10.63 6.913a1.83 1.83 0 0 0 1.991 0l10.676-6.935a.74.74 0 0 0 .35-.643Zm-11.631 1.379a.56.56 0 0 0-.302.089L9.46 13.745a.274.274 0 0 0 0 .46l2.607 1.693a.56.56 0 0 0 .604 0l2.607-1.692a.274.274 0 0 0 0-.46l-2.607-1.694a.56.56 0 0 0-.302-.09m11.63 2.134a1.2 1.2 0 0 1-.35.607l-10.676 6.92a1.83 1.83 0 0 1-1.992 0L.334 14.722a1.15 1.15 0 0 1-.333-.597v1.654a.74.74 0 0 0 .351.66l10.63 6.917a1.83 1.83 0 0 0 1.991 0l10.676-6.934a.74.74 0 0 0 .35-.643z" })
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
export { SiTorizon as default, defaultColor };
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
const jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
const React = require('react');
|
|
7
|
+
|
|
8
|
+
function _interopNamespaceDefault(e) {
|
|
9
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: 'Module' } });
|
|
10
|
+
if (e) {
|
|
11
|
+
for (const k in e) {
|
|
12
|
+
if (k !== 'default') {
|
|
13
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: () => e[k]
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
n.default = e;
|
|
22
|
+
return Object.freeze(n);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
const React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
26
|
+
|
|
27
|
+
const defaultColor = "#1BBAE0";
|
|
28
|
+
const SiVelocity = React__namespace.forwardRef(function SiVelocity2({ title = "Velocity", color = "currentColor", size = 24, ...others }, ref) {
|
|
29
|
+
if (color === "default") {
|
|
30
|
+
color = defaultColor;
|
|
31
|
+
}
|
|
32
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
33
|
+
"svg",
|
|
34
|
+
{
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
36
|
+
width: size,
|
|
37
|
+
height: size,
|
|
38
|
+
fill: color,
|
|
39
|
+
viewBox: "0 0 24 24",
|
|
40
|
+
ref,
|
|
41
|
+
...others,
|
|
42
|
+
children: [
|
|
43
|
+
/* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
|
|
44
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m7.623 6.719-4.752.959a.65.65 0 0 0-.44.324L.083 12.248a.65.65 0 0 0 .045.701l2.986 4.076a.66.66 0 0 0 .657.256l4.736-.957a.65.65 0 0 0 .363-.215h11.694a.542.542 0 0 0 0-1.084h-2.95a.53.53 0 0 1-.394-.152.545.545 0 0 1 0-.78.55.55 0 0 1 .394-.152h5.875a.53.53 0 0 0 .512-.33v-.422a.53.53 0 0 0-.512-.33h-9.79a.547.547 0 0 1-.544-.543.54.54 0 0 1 .543-.54h5.85a.544.544 0 0 0 .525-.542.54.54 0 0 0-.525-.543H15.68a.54.54 0 1 1 0-1.082h5.86a.546.546 0 0 0 .524-.543.54.54 0 0 0-.525-.54H9.416L8.279 6.972a.65.65 0 0 0-.656-.254M7.576 7.77a.527.527 0 0 1 .207.715l-1.451 2.631a.88.88 0 0 0 .059.945L8.1 14.39a.528.528 0 0 1-.854.623l-1.709-2.326a.88.88 0 0 0-.88-.344l-2.897.586a.523.523 0 0 1-.621-.412.525.525 0 0 1 .41-.621l3.14-.635a.9.9 0 0 0 .596-.438l1.576-2.845a.524.524 0 0 1 .715-.206m13.608 2.92a.54.54 0 1 0-.001 1.082.54.54 0 0 0 0-1.082" })
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
);
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
exports.default = SiVelocity;
|
|
51
|
+
exports.defaultColor = defaultColor;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const defaultColor = "#1BBAE0";
|
|
5
|
+
const SiVelocity = React.forwardRef(function SiVelocity2({ title = "Velocity", color = "currentColor", size = 24, ...others }, ref) {
|
|
6
|
+
if (color === "default") {
|
|
7
|
+
color = defaultColor;
|
|
8
|
+
}
|
|
9
|
+
return /* @__PURE__ */ jsxs(
|
|
10
|
+
"svg",
|
|
11
|
+
{
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
width: size,
|
|
14
|
+
height: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
viewBox: "0 0 24 24",
|
|
17
|
+
ref,
|
|
18
|
+
...others,
|
|
19
|
+
children: [
|
|
20
|
+
/* @__PURE__ */ jsx("title", { children: title }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { d: "m7.623 6.719-4.752.959a.65.65 0 0 0-.44.324L.083 12.248a.65.65 0 0 0 .045.701l2.986 4.076a.66.66 0 0 0 .657.256l4.736-.957a.65.65 0 0 0 .363-.215h11.694a.542.542 0 0 0 0-1.084h-2.95a.53.53 0 0 1-.394-.152.545.545 0 0 1 0-.78.55.55 0 0 1 .394-.152h5.875a.53.53 0 0 0 .512-.33v-.422a.53.53 0 0 0-.512-.33h-9.79a.547.547 0 0 1-.544-.543.54.54 0 0 1 .543-.54h5.85a.544.544 0 0 0 .525-.542.54.54 0 0 0-.525-.543H15.68a.54.54 0 1 1 0-1.082h5.86a.546.546 0 0 0 .524-.543.54.54 0 0 0-.525-.54H9.416L8.279 6.972a.65.65 0 0 0-.656-.254M7.576 7.77a.527.527 0 0 1 .207.715l-1.451 2.631a.88.88 0 0 0 .059.945L8.1 14.39a.528.528 0 0 1-.854.623l-1.709-2.326a.88.88 0 0 0-.88-.344l-2.897.586a.523.523 0 0 1-.621-.412.525.525 0 0 1 .41-.621l3.14-.635a.9.9 0 0 0 .596-.438l1.576-2.845a.524.524 0 0 1 .715-.206m13.608 2.92a.54.54 0 1 0-.001 1.082.54.54 0 0 0 0-1.082" })
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
export { SiVelocity as default, defaultColor };
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
const jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
const React = require('react');
|
|
7
|
+
|
|
8
|
+
function _interopNamespaceDefault(e) {
|
|
9
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: 'Module' } });
|
|
10
|
+
if (e) {
|
|
11
|
+
for (const k in e) {
|
|
12
|
+
if (k !== 'default') {
|
|
13
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: () => e[k]
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
n.default = e;
|
|
22
|
+
return Object.freeze(n);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
const React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
26
|
+
|
|
27
|
+
const defaultColor = "#1A192B";
|
|
28
|
+
const SiXyflow = React__namespace.forwardRef(function SiXyflow2({ title = "xyflow", color = "currentColor", size = 24, ...others }, ref) {
|
|
29
|
+
if (color === "default") {
|
|
30
|
+
color = defaultColor;
|
|
31
|
+
}
|
|
32
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
33
|
+
"svg",
|
|
34
|
+
{
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
36
|
+
width: size,
|
|
37
|
+
height: size,
|
|
38
|
+
fill: color,
|
|
39
|
+
viewBox: "0 0 24 24",
|
|
40
|
+
ref,
|
|
41
|
+
...others,
|
|
42
|
+
children: [
|
|
43
|
+
/* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
|
|
44
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M2 0a2 2 0 0 0-2 2v6.667a2 2 0 0 0 2 2h6.667a2 2 0 0 0 2-2V7.22a2 2 0 0 1-1.334 0v1.447a.667.667 0 0 1-.666.666H2a.667.667 0 0 1-.667-.666V2c0-.368.299-.667.667-.667h6.667c.368 0 .666.299.666.667v1.447a2 2 0 0 1 1.334 0V2a2 2 0 0 0-2-2zm11.333 2a2 2 0 0 1 2-2H22a2 2 0 0 1 2 2v6.667a2 2 0 0 1-2 2h-1.447a2 2 0 0 0 0-1.334H22a.667.667 0 0 0 .667-.666V2A.667.667 0 0 0 22 1.333h-6.667a.667.667 0 0 0-.666.667v1.447a2 2 0 0 0-1.334 0zm3.448 7.333h-1.448a.667.667 0 0 1-.666-.666V7.22a2 2 0 0 1-1.334 0v1.447a2 2 0 0 0 2 2h1.447a2 2 0 0 1 0-1.334M0 15.333a2 2 0 0 1 2-2h6.667a2 2 0 0 1 2 2v1.447a2 2 0 0 0-1.334 0v-1.447a.667.667 0 0 0-.666-.666H2a.667.667 0 0 0-.667.666V22c0 .368.299.667.667.667h6.667A.667.667 0 0 0 9.333 22v-1.447a2 2 0 0 0 1.334 0V22a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm22-.666h-1.447a2 2 0 0 0 0-1.334H22a2 2 0 0 1 2 2V22a2 2 0 0 1-2 2h-6.667a2 2 0 0 1-2-2v-1.447a2 2 0 0 0 1.334 0V22c0 .368.298.667.666.667H22a.667.667 0 0 0 .667-.667v-6.667a.667.667 0 0 0-.667-.666m-7.333 2.114v-1.448c0-.368.298-.666.666-.666h1.447a2 2 0 0 1 0-1.334h-1.447a2 2 0 0 0-2 2v1.447a2 2 0 0 1 1.334 0M20 14a1.333 1.333 0 1 1-1.667-1.291V11.29a1.334 1.334 0 1 1 .667 0v1.418c.575.148 1 .67 1 1.291m-10 6c.621 0 1.143-.425 1.291-1h1.418a1.334 1.334 0 1 0 0-.667H11.29A1.334 1.334 0 1 0 10 20m1.291-14.333a1.334 1.334 0 1 1 0-.667h1.418a1.334 1.334 0 1 1 0 .667z" })
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
);
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
exports.default = SiXyflow;
|
|
51
|
+
exports.defaultColor = defaultColor;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const defaultColor = "#1A192B";
|
|
5
|
+
const SiXyflow = React.forwardRef(function SiXyflow2({ title = "xyflow", color = "currentColor", size = 24, ...others }, ref) {
|
|
6
|
+
if (color === "default") {
|
|
7
|
+
color = defaultColor;
|
|
8
|
+
}
|
|
9
|
+
return /* @__PURE__ */ jsxs(
|
|
10
|
+
"svg",
|
|
11
|
+
{
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
width: size,
|
|
14
|
+
height: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
viewBox: "0 0 24 24",
|
|
17
|
+
ref,
|
|
18
|
+
...others,
|
|
19
|
+
children: [
|
|
20
|
+
/* @__PURE__ */ jsx("title", { children: title }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { d: "M2 0a2 2 0 0 0-2 2v6.667a2 2 0 0 0 2 2h6.667a2 2 0 0 0 2-2V7.22a2 2 0 0 1-1.334 0v1.447a.667.667 0 0 1-.666.666H2a.667.667 0 0 1-.667-.666V2c0-.368.299-.667.667-.667h6.667c.368 0 .666.299.666.667v1.447a2 2 0 0 1 1.334 0V2a2 2 0 0 0-2-2zm11.333 2a2 2 0 0 1 2-2H22a2 2 0 0 1 2 2v6.667a2 2 0 0 1-2 2h-1.447a2 2 0 0 0 0-1.334H22a.667.667 0 0 0 .667-.666V2A.667.667 0 0 0 22 1.333h-6.667a.667.667 0 0 0-.666.667v1.447a2 2 0 0 0-1.334 0zm3.448 7.333h-1.448a.667.667 0 0 1-.666-.666V7.22a2 2 0 0 1-1.334 0v1.447a2 2 0 0 0 2 2h1.447a2 2 0 0 1 0-1.334M0 15.333a2 2 0 0 1 2-2h6.667a2 2 0 0 1 2 2v1.447a2 2 0 0 0-1.334 0v-1.447a.667.667 0 0 0-.666-.666H2a.667.667 0 0 0-.667.666V22c0 .368.299.667.667.667h6.667A.667.667 0 0 0 9.333 22v-1.447a2 2 0 0 0 1.334 0V22a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm22-.666h-1.447a2 2 0 0 0 0-1.334H22a2 2 0 0 1 2 2V22a2 2 0 0 1-2 2h-6.667a2 2 0 0 1-2-2v-1.447a2 2 0 0 0 1.334 0V22c0 .368.298.667.666.667H22a.667.667 0 0 0 .667-.667v-6.667a.667.667 0 0 0-.667-.666m-7.333 2.114v-1.448c0-.368.298-.666.666-.666h1.447a2 2 0 0 1 0-1.334h-1.447a2 2 0 0 0-2 2v1.447a2 2 0 0 1 1.334 0M20 14a1.333 1.333 0 1 1-1.667-1.291V11.29a1.334 1.334 0 1 1 .667 0v1.418c.575.148 1 .67 1 1.291m-10 6c.621 0 1.143-.425 1.291-1h1.418a1.334 1.334 0 1 0 0-.667H11.29A1.334 1.334 0 1 0 10 20m1.291-14.333a1.334 1.334 0 1 1 0-.667h1.418a1.334 1.334 0 1 1 0 .667z" })
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
export { SiXyflow as default, defaultColor };
|
package/index.cjs
CHANGED
|
@@ -564,6 +564,7 @@ const SiClubhouse = require('./icons/SiClubhouse.cjs');
|
|
|
564
564
|
const SiClyp = require('./icons/SiClyp.cjs');
|
|
565
565
|
const SiCmake = require('./icons/SiCmake.cjs');
|
|
566
566
|
const SiCncf = require('./icons/SiCncf.cjs');
|
|
567
|
+
const SiCnes = require('./icons/SiCnes.cjs');
|
|
567
568
|
const SiCnet = require('./icons/SiCnet.cjs');
|
|
568
569
|
const SiCnn = require('./icons/SiCnn.cjs');
|
|
569
570
|
const SiCoop = require('./icons/SiCoop.cjs');
|
|
@@ -754,6 +755,7 @@ const SiDeutschepost = require('./icons/SiDeutschepost.cjs');
|
|
|
754
755
|
const SiDeutschetelekom = require('./icons/SiDeutschetelekom.cjs');
|
|
755
756
|
const SiDeutschewelle = require('./icons/SiDeutschewelle.cjs');
|
|
756
757
|
const SiDevdotto = require('./icons/SiDevdotto.cjs');
|
|
758
|
+
const SiDevbox = require('./icons/SiDevbox.cjs');
|
|
757
759
|
const SiDevexpress = require('./icons/SiDevexpress.cjs');
|
|
758
760
|
const SiDeviantart = require('./icons/SiDeviantart.cjs');
|
|
759
761
|
const SiDevpost = require('./icons/SiDevpost.cjs');
|
|
@@ -964,6 +966,7 @@ const SiFigshare = require('./icons/SiFigshare.cjs');
|
|
|
964
966
|
const SiFila = require('./icons/SiFila.cjs');
|
|
965
967
|
const SiFilament = require('./icons/SiFilament.cjs');
|
|
966
968
|
const SiFiledotio = require('./icons/SiFiledotio.cjs');
|
|
969
|
+
const SiFilen = require('./icons/SiFilen.cjs');
|
|
967
970
|
const SiFiles = require('./icons/SiFiles.cjs');
|
|
968
971
|
const SiFilezilla = require('./icons/SiFilezilla.cjs');
|
|
969
972
|
const SiFineco = require('./icons/SiFineco.cjs');
|
|
@@ -1098,6 +1101,7 @@ const SiGitkraken = require('./icons/SiGitkraken.cjs');
|
|
|
1098
1101
|
const SiGitlab = require('./icons/SiGitlab.cjs');
|
|
1099
1102
|
const SiGitpod = require('./icons/SiGitpod.cjs');
|
|
1100
1103
|
const SiGitter = require('./icons/SiGitter.cjs');
|
|
1104
|
+
const SiGldotinet = require('./icons/SiGldotinet.cjs');
|
|
1101
1105
|
const SiGlassdoor = require('./icons/SiGlassdoor.cjs');
|
|
1102
1106
|
const SiGlide = require('./icons/SiGlide.cjs');
|
|
1103
1107
|
const SiGlitch = require('./icons/SiGlitch.cjs');
|
|
@@ -1733,6 +1737,7 @@ const SiMclaren = require('./icons/SiMclaren.cjs');
|
|
|
1733
1737
|
const SiMdbook = require('./icons/SiMdbook.cjs');
|
|
1734
1738
|
const SiMdnwebdocs = require('./icons/SiMdnwebdocs.cjs');
|
|
1735
1739
|
const SiMdx = require('./icons/SiMdx.cjs');
|
|
1740
|
+
const SiMealie = require('./icons/SiMealie.cjs');
|
|
1736
1741
|
const SiMediafire = require('./icons/SiMediafire.cjs');
|
|
1737
1742
|
const SiMediamarkt = require('./icons/SiMediamarkt.cjs');
|
|
1738
1743
|
const SiMediapipe = require('./icons/SiMediapipe.cjs');
|
|
@@ -1991,6 +1996,7 @@ const SiOpencollective = require('./icons/SiOpencollective.cjs');
|
|
|
1991
1996
|
const SiOpencontainersinitiative = require('./icons/SiOpencontainersinitiative.cjs');
|
|
1992
1997
|
const SiOpensourcehardware = require('./icons/SiOpensourcehardware.cjs');
|
|
1993
1998
|
const SiOpensourceinitiative = require('./icons/SiOpensourceinitiative.cjs');
|
|
1999
|
+
const SiOpen3d = require('./icons/SiOpen3d.cjs');
|
|
1994
2000
|
const SiOpenai = require('./icons/SiOpenai.cjs');
|
|
1995
2001
|
const SiOpenaigym = require('./icons/SiOpenaigym.cjs');
|
|
1996
2002
|
const SiOpenapiinitiative = require('./icons/SiOpenapiinitiative.cjs');
|
|
@@ -2890,6 +2896,7 @@ const SiTopcoder = require('./icons/SiTopcoder.cjs');
|
|
|
2890
2896
|
const SiToptal = require('./icons/SiToptal.cjs');
|
|
2891
2897
|
const SiTorbrowser = require('./icons/SiTorbrowser.cjs');
|
|
2892
2898
|
const SiTorproject = require('./icons/SiTorproject.cjs');
|
|
2899
|
+
const SiTorizon = require('./icons/SiTorizon.cjs');
|
|
2893
2900
|
const SiToshiba = require('./icons/SiToshiba.cjs');
|
|
2894
2901
|
const SiTotvs = require('./icons/SiTotvs.cjs');
|
|
2895
2902
|
const SiTourbox = require('./icons/SiTourbox.cjs');
|
|
@@ -3026,6 +3033,7 @@ const SiVeed = require('./icons/SiVeed.cjs');
|
|
|
3026
3033
|
const SiVeepee = require('./icons/SiVeepee.cjs');
|
|
3027
3034
|
const SiVega = require('./icons/SiVega.cjs');
|
|
3028
3035
|
const SiVegas = require('./icons/SiVegas.cjs');
|
|
3036
|
+
const SiVelocity = require('./icons/SiVelocity.cjs');
|
|
3029
3037
|
const SiVelog = require('./icons/SiVelog.cjs');
|
|
3030
3038
|
const SiVencord = require('./icons/SiVencord.cjs');
|
|
3031
3039
|
const SiVenmo = require('./icons/SiVenmo.cjs');
|
|
@@ -3197,6 +3205,7 @@ const SiXrp = require('./icons/SiXrp.cjs');
|
|
|
3197
3205
|
const SiXsplit = require('./icons/SiXsplit.cjs');
|
|
3198
3206
|
const SiXstate = require('./icons/SiXstate.cjs');
|
|
3199
3207
|
const SiXubuntu = require('./icons/SiXubuntu.cjs');
|
|
3208
|
+
const SiXyflow = require('./icons/SiXyflow.cjs');
|
|
3200
3209
|
const SiYcombinator = require('./icons/SiYcombinator.cjs');
|
|
3201
3210
|
const SiYabai = require('./icons/SiYabai.cjs');
|
|
3202
3211
|
const SiYale = require('./icons/SiYale.cjs');
|
|
@@ -4390,6 +4399,8 @@ exports.SiCmake = SiCmake.default;
|
|
|
4390
4399
|
exports.SiCmakeHex = SiCmake.defaultColor;
|
|
4391
4400
|
exports.SiCncf = SiCncf.default;
|
|
4392
4401
|
exports.SiCncfHex = SiCncf.defaultColor;
|
|
4402
|
+
exports.SiCnes = SiCnes.default;
|
|
4403
|
+
exports.SiCnesHex = SiCnes.defaultColor;
|
|
4393
4404
|
exports.SiCnet = SiCnet.default;
|
|
4394
4405
|
exports.SiCnetHex = SiCnet.defaultColor;
|
|
4395
4406
|
exports.SiCnn = SiCnn.default;
|
|
@@ -4770,6 +4781,8 @@ exports.SiDeutschewelle = SiDeutschewelle.default;
|
|
|
4770
4781
|
exports.SiDeutschewelleHex = SiDeutschewelle.defaultColor;
|
|
4771
4782
|
exports.SiDevdotto = SiDevdotto.default;
|
|
4772
4783
|
exports.SiDevdottoHex = SiDevdotto.defaultColor;
|
|
4784
|
+
exports.SiDevbox = SiDevbox.default;
|
|
4785
|
+
exports.SiDevboxHex = SiDevbox.defaultColor;
|
|
4773
4786
|
exports.SiDevexpress = SiDevexpress.default;
|
|
4774
4787
|
exports.SiDevexpressHex = SiDevexpress.defaultColor;
|
|
4775
4788
|
exports.SiDeviantart = SiDeviantart.default;
|
|
@@ -5190,6 +5203,8 @@ exports.SiFilament = SiFilament.default;
|
|
|
5190
5203
|
exports.SiFilamentHex = SiFilament.defaultColor;
|
|
5191
5204
|
exports.SiFiledotio = SiFiledotio.default;
|
|
5192
5205
|
exports.SiFiledotioHex = SiFiledotio.defaultColor;
|
|
5206
|
+
exports.SiFilen = SiFilen.default;
|
|
5207
|
+
exports.SiFilenHex = SiFilen.defaultColor;
|
|
5193
5208
|
exports.SiFiles = SiFiles.default;
|
|
5194
5209
|
exports.SiFilesHex = SiFiles.defaultColor;
|
|
5195
5210
|
exports.SiFilezilla = SiFilezilla.default;
|
|
@@ -5458,6 +5473,8 @@ exports.SiGitpod = SiGitpod.default;
|
|
|
5458
5473
|
exports.SiGitpodHex = SiGitpod.defaultColor;
|
|
5459
5474
|
exports.SiGitter = SiGitter.default;
|
|
5460
5475
|
exports.SiGitterHex = SiGitter.defaultColor;
|
|
5476
|
+
exports.SiGldotinet = SiGldotinet.default;
|
|
5477
|
+
exports.SiGldotinetHex = SiGldotinet.defaultColor;
|
|
5461
5478
|
exports.SiGlassdoor = SiGlassdoor.default;
|
|
5462
5479
|
exports.SiGlassdoorHex = SiGlassdoor.defaultColor;
|
|
5463
5480
|
exports.SiGlide = SiGlide.default;
|
|
@@ -6728,6 +6745,8 @@ exports.SiMdnwebdocs = SiMdnwebdocs.default;
|
|
|
6728
6745
|
exports.SiMdnwebdocsHex = SiMdnwebdocs.defaultColor;
|
|
6729
6746
|
exports.SiMdx = SiMdx.default;
|
|
6730
6747
|
exports.SiMdxHex = SiMdx.defaultColor;
|
|
6748
|
+
exports.SiMealie = SiMealie.default;
|
|
6749
|
+
exports.SiMealieHex = SiMealie.defaultColor;
|
|
6731
6750
|
exports.SiMediafire = SiMediafire.default;
|
|
6732
6751
|
exports.SiMediafireHex = SiMediafire.defaultColor;
|
|
6733
6752
|
exports.SiMediamarkt = SiMediamarkt.default;
|
|
@@ -7244,6 +7263,8 @@ exports.SiOpensourcehardware = SiOpensourcehardware.default;
|
|
|
7244
7263
|
exports.SiOpensourcehardwareHex = SiOpensourcehardware.defaultColor;
|
|
7245
7264
|
exports.SiOpensourceinitiative = SiOpensourceinitiative.default;
|
|
7246
7265
|
exports.SiOpensourceinitiativeHex = SiOpensourceinitiative.defaultColor;
|
|
7266
|
+
exports.SiOpen3d = SiOpen3d.default;
|
|
7267
|
+
exports.SiOpen3dHex = SiOpen3d.defaultColor;
|
|
7247
7268
|
exports.SiOpenai = SiOpenai.default;
|
|
7248
7269
|
exports.SiOpenaiHex = SiOpenai.defaultColor;
|
|
7249
7270
|
exports.SiOpenaigym = SiOpenaigym.default;
|
|
@@ -9042,6 +9063,8 @@ exports.SiTorbrowser = SiTorbrowser.default;
|
|
|
9042
9063
|
exports.SiTorbrowserHex = SiTorbrowser.defaultColor;
|
|
9043
9064
|
exports.SiTorproject = SiTorproject.default;
|
|
9044
9065
|
exports.SiTorprojectHex = SiTorproject.defaultColor;
|
|
9066
|
+
exports.SiTorizon = SiTorizon.default;
|
|
9067
|
+
exports.SiTorizonHex = SiTorizon.defaultColor;
|
|
9045
9068
|
exports.SiToshiba = SiToshiba.default;
|
|
9046
9069
|
exports.SiToshibaHex = SiToshiba.defaultColor;
|
|
9047
9070
|
exports.SiTotvs = SiTotvs.default;
|
|
@@ -9314,6 +9337,8 @@ exports.SiVega = SiVega.default;
|
|
|
9314
9337
|
exports.SiVegaHex = SiVega.defaultColor;
|
|
9315
9338
|
exports.SiVegas = SiVegas.default;
|
|
9316
9339
|
exports.SiVegasHex = SiVegas.defaultColor;
|
|
9340
|
+
exports.SiVelocity = SiVelocity.default;
|
|
9341
|
+
exports.SiVelocityHex = SiVelocity.defaultColor;
|
|
9317
9342
|
exports.SiVelog = SiVelog.default;
|
|
9318
9343
|
exports.SiVelogHex = SiVelog.defaultColor;
|
|
9319
9344
|
exports.SiVencord = SiVencord.default;
|
|
@@ -9656,6 +9681,8 @@ exports.SiXstate = SiXstate.default;
|
|
|
9656
9681
|
exports.SiXstateHex = SiXstate.defaultColor;
|
|
9657
9682
|
exports.SiXubuntu = SiXubuntu.default;
|
|
9658
9683
|
exports.SiXubuntuHex = SiXubuntu.defaultColor;
|
|
9684
|
+
exports.SiXyflow = SiXyflow.default;
|
|
9685
|
+
exports.SiXyflowHex = SiXyflow.defaultColor;
|
|
9659
9686
|
exports.SiYcombinator = SiYcombinator.default;
|
|
9660
9687
|
exports.SiYcombinatorHex = SiYcombinator.defaultColor;
|
|
9661
9688
|
exports.SiYabai = SiYabai.default;
|
package/index.d.ts
CHANGED
|
@@ -560,6 +560,7 @@ export { default as SiClubhouse, defaultColor as SiClubhouseHex } from './icons/
|
|
|
560
560
|
export { default as SiClyp, defaultColor as SiClypHex } from './icons/SiClyp';
|
|
561
561
|
export { default as SiCmake, defaultColor as SiCmakeHex } from './icons/SiCmake';
|
|
562
562
|
export { default as SiCncf, defaultColor as SiCncfHex } from './icons/SiCncf';
|
|
563
|
+
export { default as SiCnes, defaultColor as SiCnesHex } from './icons/SiCnes';
|
|
563
564
|
export { default as SiCnet, defaultColor as SiCnetHex } from './icons/SiCnet';
|
|
564
565
|
export { default as SiCnn, defaultColor as SiCnnHex } from './icons/SiCnn';
|
|
565
566
|
export { default as SiCoop, defaultColor as SiCoopHex } from './icons/SiCoop';
|
|
@@ -750,6 +751,7 @@ export { default as SiDeutschepost, defaultColor as SiDeutschepostHex } from './
|
|
|
750
751
|
export { default as SiDeutschetelekom, defaultColor as SiDeutschetelekomHex } from './icons/SiDeutschetelekom';
|
|
751
752
|
export { default as SiDeutschewelle, defaultColor as SiDeutschewelleHex } from './icons/SiDeutschewelle';
|
|
752
753
|
export { default as SiDevdotto, defaultColor as SiDevdottoHex } from './icons/SiDevdotto';
|
|
754
|
+
export { default as SiDevbox, defaultColor as SiDevboxHex } from './icons/SiDevbox';
|
|
753
755
|
export { default as SiDevexpress, defaultColor as SiDevexpressHex } from './icons/SiDevexpress';
|
|
754
756
|
export { default as SiDeviantart, defaultColor as SiDeviantartHex } from './icons/SiDeviantart';
|
|
755
757
|
export { default as SiDevpost, defaultColor as SiDevpostHex } from './icons/SiDevpost';
|
|
@@ -960,6 +962,7 @@ export { default as SiFigshare, defaultColor as SiFigshareHex } from './icons/Si
|
|
|
960
962
|
export { default as SiFila, defaultColor as SiFilaHex } from './icons/SiFila';
|
|
961
963
|
export { default as SiFilament, defaultColor as SiFilamentHex } from './icons/SiFilament';
|
|
962
964
|
export { default as SiFiledotio, defaultColor as SiFiledotioHex } from './icons/SiFiledotio';
|
|
965
|
+
export { default as SiFilen, defaultColor as SiFilenHex } from './icons/SiFilen';
|
|
963
966
|
export { default as SiFiles, defaultColor as SiFilesHex } from './icons/SiFiles';
|
|
964
967
|
export { default as SiFilezilla, defaultColor as SiFilezillaHex } from './icons/SiFilezilla';
|
|
965
968
|
export { default as SiFineco, defaultColor as SiFinecoHex } from './icons/SiFineco';
|
|
@@ -1094,6 +1097,7 @@ export { default as SiGitkraken, defaultColor as SiGitkrakenHex } from './icons/
|
|
|
1094
1097
|
export { default as SiGitlab, defaultColor as SiGitlabHex } from './icons/SiGitlab';
|
|
1095
1098
|
export { default as SiGitpod, defaultColor as SiGitpodHex } from './icons/SiGitpod';
|
|
1096
1099
|
export { default as SiGitter, defaultColor as SiGitterHex } from './icons/SiGitter';
|
|
1100
|
+
export { default as SiGldotinet, defaultColor as SiGldotinetHex } from './icons/SiGldotinet';
|
|
1097
1101
|
export { default as SiGlassdoor, defaultColor as SiGlassdoorHex } from './icons/SiGlassdoor';
|
|
1098
1102
|
export { default as SiGlide, defaultColor as SiGlideHex } from './icons/SiGlide';
|
|
1099
1103
|
export { default as SiGlitch, defaultColor as SiGlitchHex } from './icons/SiGlitch';
|
|
@@ -1729,6 +1733,7 @@ export { default as SiMclaren, defaultColor as SiMclarenHex } from './icons/SiMc
|
|
|
1729
1733
|
export { default as SiMdbook, defaultColor as SiMdbookHex } from './icons/SiMdbook';
|
|
1730
1734
|
export { default as SiMdnwebdocs, defaultColor as SiMdnwebdocsHex } from './icons/SiMdnwebdocs';
|
|
1731
1735
|
export { default as SiMdx, defaultColor as SiMdxHex } from './icons/SiMdx';
|
|
1736
|
+
export { default as SiMealie, defaultColor as SiMealieHex } from './icons/SiMealie';
|
|
1732
1737
|
export { default as SiMediafire, defaultColor as SiMediafireHex } from './icons/SiMediafire';
|
|
1733
1738
|
export { default as SiMediamarkt, defaultColor as SiMediamarktHex } from './icons/SiMediamarkt';
|
|
1734
1739
|
export { default as SiMediapipe, defaultColor as SiMediapipeHex } from './icons/SiMediapipe';
|
|
@@ -1987,6 +1992,7 @@ export { default as SiOpencollective, defaultColor as SiOpencollectiveHex } from
|
|
|
1987
1992
|
export { default as SiOpencontainersinitiative, defaultColor as SiOpencontainersinitiativeHex } from './icons/SiOpencontainersinitiative';
|
|
1988
1993
|
export { default as SiOpensourcehardware, defaultColor as SiOpensourcehardwareHex } from './icons/SiOpensourcehardware';
|
|
1989
1994
|
export { default as SiOpensourceinitiative, defaultColor as SiOpensourceinitiativeHex } from './icons/SiOpensourceinitiative';
|
|
1995
|
+
export { default as SiOpen3d, defaultColor as SiOpen3dHex } from './icons/SiOpen3d';
|
|
1990
1996
|
export { default as SiOpenai, defaultColor as SiOpenaiHex } from './icons/SiOpenai';
|
|
1991
1997
|
export { default as SiOpenaigym, defaultColor as SiOpenaigymHex } from './icons/SiOpenaigym';
|
|
1992
1998
|
export { default as SiOpenapiinitiative, defaultColor as SiOpenapiinitiativeHex } from './icons/SiOpenapiinitiative';
|
|
@@ -2886,6 +2892,7 @@ export { default as SiTopcoder, defaultColor as SiTopcoderHex } from './icons/Si
|
|
|
2886
2892
|
export { default as SiToptal, defaultColor as SiToptalHex } from './icons/SiToptal';
|
|
2887
2893
|
export { default as SiTorbrowser, defaultColor as SiTorbrowserHex } from './icons/SiTorbrowser';
|
|
2888
2894
|
export { default as SiTorproject, defaultColor as SiTorprojectHex } from './icons/SiTorproject';
|
|
2895
|
+
export { default as SiTorizon, defaultColor as SiTorizonHex } from './icons/SiTorizon';
|
|
2889
2896
|
export { default as SiToshiba, defaultColor as SiToshibaHex } from './icons/SiToshiba';
|
|
2890
2897
|
export { default as SiTotvs, defaultColor as SiTotvsHex } from './icons/SiTotvs';
|
|
2891
2898
|
export { default as SiTourbox, defaultColor as SiTourboxHex } from './icons/SiTourbox';
|
|
@@ -3022,6 +3029,7 @@ export { default as SiVeed, defaultColor as SiVeedHex } from './icons/SiVeed';
|
|
|
3022
3029
|
export { default as SiVeepee, defaultColor as SiVeepeeHex } from './icons/SiVeepee';
|
|
3023
3030
|
export { default as SiVega, defaultColor as SiVegaHex } from './icons/SiVega';
|
|
3024
3031
|
export { default as SiVegas, defaultColor as SiVegasHex } from './icons/SiVegas';
|
|
3032
|
+
export { default as SiVelocity, defaultColor as SiVelocityHex } from './icons/SiVelocity';
|
|
3025
3033
|
export { default as SiVelog, defaultColor as SiVelogHex } from './icons/SiVelog';
|
|
3026
3034
|
export { default as SiVencord, defaultColor as SiVencordHex } from './icons/SiVencord';
|
|
3027
3035
|
export { default as SiVenmo, defaultColor as SiVenmoHex } from './icons/SiVenmo';
|
|
@@ -3193,6 +3201,7 @@ export { default as SiXrp, defaultColor as SiXrpHex } from './icons/SiXrp';
|
|
|
3193
3201
|
export { default as SiXsplit, defaultColor as SiXsplitHex } from './icons/SiXsplit';
|
|
3194
3202
|
export { default as SiXstate, defaultColor as SiXstateHex } from './icons/SiXstate';
|
|
3195
3203
|
export { default as SiXubuntu, defaultColor as SiXubuntuHex } from './icons/SiXubuntu';
|
|
3204
|
+
export { default as SiXyflow, defaultColor as SiXyflowHex } from './icons/SiXyflow';
|
|
3196
3205
|
export { default as SiYcombinator, defaultColor as SiYcombinatorHex } from './icons/SiYcombinator';
|
|
3197
3206
|
export { default as SiYabai, defaultColor as SiYabaiHex } from './icons/SiYabai';
|
|
3198
3207
|
export { default as SiYale, defaultColor as SiYaleHex } from './icons/SiYale';
|