@thesvg/react 2.1.8 → 2.1.9
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/dist/index.cjs +6 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/dist/signalmelo.cjs +22 -0
- package/dist/signalmelo.d.ts +9 -0
- package/dist/signalmelo.js +21 -0
- package/dist/unikoo.cjs +22 -0
- package/dist/unikoo.d.ts +9 -0
- package/dist/unikoo.js +21 -0
- package/dist/wisgate.cjs +22 -0
- package/dist/wisgate.d.ts +9 -0
- package/dist/wisgate.js +21 -0
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -9604,6 +9604,8 @@ const _sifive = require('./sifive.cjs');
|
|
|
9604
9604
|
exports.Sifive = _sifive.default;
|
|
9605
9605
|
const _signal = require('./signal.cjs');
|
|
9606
9606
|
exports.Signal = _signal.default;
|
|
9607
|
+
const _signalmelo = require('./signalmelo.cjs');
|
|
9608
|
+
exports.Signalmelo = _signalmelo.default;
|
|
9607
9609
|
const _siliconcloud_siliconflow = require('./siliconcloud-siliconflow.cjs');
|
|
9608
9610
|
exports.SiliconcloudSiliconflow = _siliconcloud_siliconflow.default;
|
|
9609
9611
|
const _silver_airways = require('./silver-airways.cjs');
|
|
@@ -10578,6 +10580,8 @@ const _undertale = require('./undertale.cjs');
|
|
|
10578
10580
|
exports.Undertale = _undertale.default;
|
|
10579
10581
|
const _unicode = require('./unicode.cjs');
|
|
10580
10582
|
exports.Unicode = _unicode.default;
|
|
10583
|
+
const _unikoo = require('./unikoo.cjs');
|
|
10584
|
+
exports.Unikoo = _unikoo.default;
|
|
10581
10585
|
const _unilever = require('./unilever.cjs');
|
|
10582
10586
|
exports.Unilever = _unilever.default;
|
|
10583
10587
|
const _uniqlo = require('./uniqlo.cjs');
|
|
@@ -11030,6 +11034,8 @@ const _wireshark = require('./wireshark.cjs');
|
|
|
11030
11034
|
exports.Wireshark = _wireshark.default;
|
|
11031
11035
|
const _wise = require('./wise.cjs');
|
|
11032
11036
|
exports.Wise = _wise.default;
|
|
11037
|
+
const _wisgate = require('./wisgate.cjs');
|
|
11038
|
+
exports.Wisgate = _wisgate.default;
|
|
11033
11039
|
const _wish = require('./wish.cjs');
|
|
11034
11040
|
exports.Wish = _wish.default;
|
|
11035
11041
|
const _wistia = require('./wistia.cjs');
|
package/dist/index.d.ts
CHANGED
|
@@ -4803,6 +4803,7 @@ export { default as Sidequest } from './sidequest.js';
|
|
|
4803
4803
|
export { default as Siemens } from './siemens.js';
|
|
4804
4804
|
export { default as Sifive } from './sifive.js';
|
|
4805
4805
|
export { default as Signal } from './signal.js';
|
|
4806
|
+
export { default as Signalmelo } from './signalmelo.js';
|
|
4806
4807
|
export { default as SiliconcloudSiliconflow } from './siliconcloud-siliconflow.js';
|
|
4807
4808
|
export { default as SilverAirways } from './silver-airways.js';
|
|
4808
4809
|
export { default as Similarweb } from './similarweb.js';
|
|
@@ -5290,6 +5291,7 @@ export { default as UnderArmour } from './under-armour.js';
|
|
|
5290
5291
|
export { default as Underscoredotjs } from './underscoredotjs.js';
|
|
5291
5292
|
export { default as Undertale } from './undertale.js';
|
|
5292
5293
|
export { default as Unicode } from './unicode.js';
|
|
5294
|
+
export { default as Unikoo } from './unikoo.js';
|
|
5293
5295
|
export { default as Unilever } from './unilever.js';
|
|
5294
5296
|
export { default as Uniqlo } from './uniqlo.js';
|
|
5295
5297
|
export { default as UnitedAirlines } from './united-airlines.js';
|
|
@@ -5516,6 +5518,7 @@ export { default as Wire } from './wire.js';
|
|
|
5516
5518
|
export { default as Wireguard } from './wireguard.js';
|
|
5517
5519
|
export { default as Wireshark } from './wireshark.js';
|
|
5518
5520
|
export { default as Wise } from './wise.js';
|
|
5521
|
+
export { default as Wisgate } from './wisgate.js';
|
|
5519
5522
|
export { default as Wish } from './wish.js';
|
|
5520
5523
|
export { default as Wistia } from './wistia.js';
|
|
5521
5524
|
export { default as Wix } from './wix.js';
|
package/dist/index.js
CHANGED
|
@@ -4801,6 +4801,7 @@ export { default as Sidequest } from './sidequest.js';
|
|
|
4801
4801
|
export { default as Siemens } from './siemens.js';
|
|
4802
4802
|
export { default as Sifive } from './sifive.js';
|
|
4803
4803
|
export { default as Signal } from './signal.js';
|
|
4804
|
+
export { default as Signalmelo } from './signalmelo.js';
|
|
4804
4805
|
export { default as SiliconcloudSiliconflow } from './siliconcloud-siliconflow.js';
|
|
4805
4806
|
export { default as SilverAirways } from './silver-airways.js';
|
|
4806
4807
|
export { default as Similarweb } from './similarweb.js';
|
|
@@ -5288,6 +5289,7 @@ export { default as UnderArmour } from './under-armour.js';
|
|
|
5288
5289
|
export { default as Underscoredotjs } from './underscoredotjs.js';
|
|
5289
5290
|
export { default as Undertale } from './undertale.js';
|
|
5290
5291
|
export { default as Unicode } from './unicode.js';
|
|
5292
|
+
export { default as Unikoo } from './unikoo.js';
|
|
5291
5293
|
export { default as Unilever } from './unilever.js';
|
|
5292
5294
|
export { default as Uniqlo } from './uniqlo.js';
|
|
5293
5295
|
export { default as UnitedAirlines } from './united-airlines.js';
|
|
@@ -5514,6 +5516,7 @@ export { default as Wire } from './wire.js';
|
|
|
5514
5516
|
export { default as Wireguard } from './wireguard.js';
|
|
5515
5517
|
export { default as Wireshark } from './wireshark.js';
|
|
5516
5518
|
export { default as Wise } from './wise.js';
|
|
5519
|
+
export { default as Wisgate } from './wisgate.js';
|
|
5517
5520
|
export { default as Wish } from './wish.js';
|
|
5518
5521
|
export { default as Wistia } from './wistia.js';
|
|
5519
5522
|
export { default as Wix } from './wix.js';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Signalmelo
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const Signalmelo = react_1.forwardRef(function Signalmelo({ viewBox = '0 0 192 192', ...props }, ref) {
|
|
10
|
+
return react_1.createElement(
|
|
11
|
+
'svg',
|
|
12
|
+
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
13
|
+
...[{"type":"title","props":{},"children":["Signalmelo"]},{"type":"path","props":{"fill":"#618FFF","d":"M27.69 96.96c-.12 9.95 2.45 20.72 7.83 30.63 2.55 4.7 5.92 9 9.33 13.14 2.08 2.52 5.04 2.12 7.11-.23 2.06-2.34 2.02-4.4-.43-7.35-8.37-10.07-12.88-21.67-13.43-34.78-.76-18.16 4.83-33.94 18.22-46.33 25.87-23.94 67.43-19.94 87.85 7 12.51 16.5 14.99 34.86 9.04 54.52-2.24 7.36-5.77 14.06-10.9 19.86-2.44 2.75-2.27 5.42.08 7.5 2.41 2.14 5.06 1.86 7.59-.86.87-.94 1.72-1.91 2.46-2.94 9.73-13.46 14.48-28.46 13.8-45.18-.81-19.94-8.62-36.59-23.7-49.31-14.2-11.99-30.97-17.05-49.44-16.09-37.66 1.96-65.63 31.49-65.43 70.41"},"children":[]},{"type":"path","props":{"fill":"#618FFF","d":"M97.59 46.28c-28.77-.24-50.73 22.38-49.79 51.47.32 9.89 3.41 18.94 9.23 26.96.65.89 1.35 1.75 2.12 2.52 1.93 1.96 4.55 2.16 6.37.57 2.3-2 2.79-4.48.94-6.77-4.94-6.1-7.62-13.06-8.43-20.86-2.96-28.19 21.62-50.15 48.45-43.25 15.93 4.1 27.38 16.48 29.35 32.25 1.42 11.39-.83 21.96-8.11 31.11-1.2 1.51-2.43 2.98-1.45 5.2 1.89 4.26 5.88 5 8.81 1.37 7.48-9.26 11.02-20.09 11.13-31.89.25-26.91-21.42-48.44-48.62-48.68"},"children":[]},{"type":"path","props":{"fill":"#618FFF","d":"M97.17 64.46c-16.11-.02-29.21 12.45-30.34 29.04-.45 6.65.86 12.97 4.45 18.68 1.18 1.88 2.78 2.62 4.86 1.45 2.22-1.25 2.7-3.14 1.81-5.56-1.21-3.34-2.76-6.69-3.18-10.16-1.16-9.33 2.03-17.16 9.9-22.35 7.4-4.88 15.42-5.5 23.24-.93 8.34 4.86 12.31 12.42 11.24 22.11-.42 3.82-2.1 7.52-3.42 11.19-1 2.81-.65 4.8 1.49 5.91 2.24 1.16 4.14.57 5.57-2.22 1.29-2.51 2.37-5.17 3.16-7.88 5.77-19.74-8.57-39.24-28.78-39.27"},"children":[]},{"type":"path","props":{"fill":"#618FFF","d":"M112.93 94.52c0-8.89-7.13-16.1-15.93-16.1s-15.93 7.21-15.93 16.1c0 7.49 5.07 13.76 11.92 15.56-.04 13.31-.09 26.62-.13 39.94-.01 1.75-.07 3.5.11 5.23.29 2.74 3.23 4.51 5.38 2.99 1.07-.75 1.78-2.74 1.8-4.18.17-14.61.22-29.22.29-43.83 7.14-1.59 12.49-8.01 12.49-15.71"},"children":[]}]
|
|
14
|
+
.map(function _c(el) {
|
|
15
|
+
if (typeof el === 'string') return el;
|
|
16
|
+
return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
17
|
+
})
|
|
18
|
+
);
|
|
19
|
+
});
|
|
20
|
+
Signalmelo.displayName = 'Signalmelo';
|
|
21
|
+
|
|
22
|
+
exports.default = Signalmelo;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Signalmelo
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
5
|
+
|
|
6
|
+
export type SvgIconProps = SVGProps<SVGSVGElement>;
|
|
7
|
+
|
|
8
|
+
declare const Signalmelo: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default Signalmelo;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Signalmelo
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const Signalmelo = forwardRef(
|
|
7
|
+
function Signalmelo({ viewBox = '0 0 192 192', ...props }, ref) {
|
|
8
|
+
return createElement(
|
|
9
|
+
'svg',
|
|
10
|
+
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
11
|
+
...[{"type":"title","props":{},"children":["Signalmelo"]},{"type":"path","props":{"fill":"#618FFF","d":"M27.69 96.96c-.12 9.95 2.45 20.72 7.83 30.63 2.55 4.7 5.92 9 9.33 13.14 2.08 2.52 5.04 2.12 7.11-.23 2.06-2.34 2.02-4.4-.43-7.35-8.37-10.07-12.88-21.67-13.43-34.78-.76-18.16 4.83-33.94 18.22-46.33 25.87-23.94 67.43-19.94 87.85 7 12.51 16.5 14.99 34.86 9.04 54.52-2.24 7.36-5.77 14.06-10.9 19.86-2.44 2.75-2.27 5.42.08 7.5 2.41 2.14 5.06 1.86 7.59-.86.87-.94 1.72-1.91 2.46-2.94 9.73-13.46 14.48-28.46 13.8-45.18-.81-19.94-8.62-36.59-23.7-49.31-14.2-11.99-30.97-17.05-49.44-16.09-37.66 1.96-65.63 31.49-65.43 70.41"},"children":[]},{"type":"path","props":{"fill":"#618FFF","d":"M97.59 46.28c-28.77-.24-50.73 22.38-49.79 51.47.32 9.89 3.41 18.94 9.23 26.96.65.89 1.35 1.75 2.12 2.52 1.93 1.96 4.55 2.16 6.37.57 2.3-2 2.79-4.48.94-6.77-4.94-6.1-7.62-13.06-8.43-20.86-2.96-28.19 21.62-50.15 48.45-43.25 15.93 4.1 27.38 16.48 29.35 32.25 1.42 11.39-.83 21.96-8.11 31.11-1.2 1.51-2.43 2.98-1.45 5.2 1.89 4.26 5.88 5 8.81 1.37 7.48-9.26 11.02-20.09 11.13-31.89.25-26.91-21.42-48.44-48.62-48.68"},"children":[]},{"type":"path","props":{"fill":"#618FFF","d":"M97.17 64.46c-16.11-.02-29.21 12.45-30.34 29.04-.45 6.65.86 12.97 4.45 18.68 1.18 1.88 2.78 2.62 4.86 1.45 2.22-1.25 2.7-3.14 1.81-5.56-1.21-3.34-2.76-6.69-3.18-10.16-1.16-9.33 2.03-17.16 9.9-22.35 7.4-4.88 15.42-5.5 23.24-.93 8.34 4.86 12.31 12.42 11.24 22.11-.42 3.82-2.1 7.52-3.42 11.19-1 2.81-.65 4.8 1.49 5.91 2.24 1.16 4.14.57 5.57-2.22 1.29-2.51 2.37-5.17 3.16-7.88 5.77-19.74-8.57-39.24-28.78-39.27"},"children":[]},{"type":"path","props":{"fill":"#618FFF","d":"M112.93 94.52c0-8.89-7.13-16.1-15.93-16.1s-15.93 7.21-15.93 16.1c0 7.49 5.07 13.76 11.92 15.56-.04 13.31-.09 26.62-.13 39.94-.01 1.75-.07 3.5.11 5.23.29 2.74 3.23 4.51 5.38 2.99 1.07-.75 1.78-2.74 1.8-4.18.17-14.61.22-29.22.29-43.83 7.14-1.59 12.49-8.01 12.49-15.71"},"children":[]}]
|
|
12
|
+
.map(function _c(el) {
|
|
13
|
+
if (typeof el === 'string') return el;
|
|
14
|
+
return createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
15
|
+
})
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
Signalmelo.displayName = 'Signalmelo';
|
|
20
|
+
|
|
21
|
+
export default Signalmelo;
|
package/dist/unikoo.cjs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Unikoo
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const Unikoo = react_1.forwardRef(function Unikoo({ viewBox = '0 -38 800 800', ...props }, ref) {
|
|
10
|
+
return react_1.createElement(
|
|
11
|
+
'svg',
|
|
12
|
+
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
13
|
+
...[{"type":"title","props":{},"children":["Unikoo"]},{"type":"path","props":{"fill":"#E60013","d":"m326.672 18.76 5.97-.006c5.402-.004 10.804.004 16.207.014 5.85.009 11.7.006 17.551.004q15.173-.001 30.344.017c14.624.016 29.247.021 43.871.024q35.596.007 71.193.036 34.56.029 69.122.041h2.156l65.09.025 2.027.001c44.6.019 89.198.05 133.797.084-.607 6.352-1.626 12.433-3.041 18.65l-.621 2.783q-1.009 4.505-2.03 9.008l-1.408 6.284q-1.846 8.236-3.703 16.468-1.894 8.415-3.781 16.832A37175 37175 0 0 1 762 122l-3.023.003c-43.96.043-87.92.09-131.879.156l-2.017.003a465634 465634 0 0 0-64.674.1l-2.14.004q-34.317.052-68.634.082-35.268.032-70.534.097-22.725.043-45.452.054-14.892.01-29.784.047c-5.73.014-11.46.023-17.192.019q-7.869-.004-15.739.028-2.847.009-5.693 0c-2.582-.006-5.163.006-7.745.022l-2.227-.019c-5.8.068-12.204.967-16.866 4.677-3.234 3.56-4.395 7.176-5.4 11.793l-.468 2.086c-.511 2.292-.997 4.588-1.483 6.886q-.544 2.475-1.093 4.95c-.99 4.488-1.96 8.98-2.925 13.473-1.031 4.779-2.082 9.553-3.132 14.328q-2.643 12.045-5.26 24.095a8630 8630 0 0 1-7.638 34.732l-3.082 13.905a30802 30802 0 0 0-7.98 36.123l-2.452 11.118q-4.687 21.253-9.379 42.505l-3.465 15.705-2.144 9.716-1.531 6.96a1621 1621 0 0 1-5.077 22.369q-.75 3.21-1.496 6.422a935 935 0 0 1-1.42 5.93l-.835 3.588-.744 3.114c-.57 4.204-.2 7.578 1.978 11.241 2.16 2.243 3.956 2.652 7.024 2.819l2.905.008 3.354.016 3.7.003 3.917.015q5.395.02 10.789.028 5.813.013 11.625.034 10.076.033 20.15.056 14.566.035 29.133.08 23.633.071 47.264.132a144121 144121 0 0 1 62.97.174q58.898.17 117.794.323c-1.018 8.516-1.018 8.516-1.873 12.39l-.51 2.336-.55 2.472-.587 2.674q-.956 4.338-1.917 8.675l-1.334 6.058q-1.751 7.948-3.51 15.895-1.436 6.495-2.866 12.991-1.706 7.748-3.415 15.493l-.659 2.985-1.845 8.35-.551 2.497c-.755 3.406-1.526 6.803-2.383 10.184a138474 138474 0 0 1-141.939.167c-15.758.013-31.515.037-47.273.064q-24.285.043-48.57.051-14.963.005-29.927.042-10.285.023-20.571.017c-3.946-.002-7.892 0-11.838.017-41.32.161-84.158-5.878-114.882-36.358l-2.75-2.625L92 494l-1.348-1.363c-13.206-14.193-19.297-34.025-19.902-53.075.572-14.881 4.237-29.42 7.445-43.894l1.613-7.35q1.738-7.914 3.484-15.826 2.546-11.534 5.079-23.07l6.37-28.966c4.668-21.202 9.317-42.409 13.956-63.618a152672 152672 0 0 1 8.15-37.255l3.172-14.506q2.527-11.559 5.06-23.118 1.161-5.298 2.319-10.597c2.712-12.42 5.433-24.837 8.337-37.213l.577-2.493C140.482 114.13 149.166 98.506 161 85l2.594-2.96C184.37 58.69 210.96 43.05 240 32l2.135-.834c9.524-3.675 19.153-6.017 29.178-7.916l3.156-.602c17.302-3.073 34.662-3.947 52.203-3.889"},"children":[]},{"type":"path","props":{"fill":"#E60013","d":"M284 183a85259 85259 0 0 1 143.898-.279c15.971-.021 31.943-.06 47.914-.107q24.624-.07 49.248-.084 15.166-.01 30.333-.07 10.433-.038 20.864-.028c4 .004 7.998 0 11.997-.028 37.5-.242 74.758 6.629 104.746 30.596l2.73 2.176c16.424 13.928 26.518 32.94 28.801 54.312q.188 2.286.344 4.575l.15 2.032c.656 14.694-3.533 29.551-6.712 43.768l-1.462 6.61a12451 12451 0 0 1-4.008 18.05c-1.28 5.752-2.553 11.504-3.827 17.256l-2.223 10.041-.455 2.054q-1.639 7.397-3.28 14.792a41044 41044 0 0 0-13.977 63.258l-3.47 15.748-.576 2.617-2.3 10.44q-3.118 14.144-6.233 28.292-2.43 11.039-4.865 22.076-1.251 5.665-2.498 11.332c-3.057 13.905-6.143 27.8-9.435 41.652l-.724 3.072c-1.682 6.992-3.642 13.442-6.98 19.847l-1.703 3.324c-21.037 39.567-61.801 65.037-103.465 78.371-22.295 6.807-44.305 9.463-67.523 9.425l-6.052.003q-8.295.002-16.59-.007-8.953-.005-17.906-.002-15.504 0-31.009-.008-16.257-.01-32.513-.011h-2.044l-10.276-.001q-36.372-.004-72.742-.019-35.33-.014-70.657-.02h-2.201l-66.455-.013h-2.07Q80.397 698.026 12 698c.652-5.955 1.717-11.697 3.041-17.537l.621-2.782q1.01-4.513 2.03-9.025l1.408-6.288q1.847-8.247 3.703-16.492 1.893-8.426 3.781-16.853A47924 47924 0 0 1 34 596l3.03-.003a257900 257900 0 0 0 199.045-.26l2.144-.003q34.401-.051 68.802-.082 35.35-.032 70.7-.097 22.781-.043 45.563-.054 14.926-.01 29.852-.047c5.745-.014 11.49-.023 17.234-.019q7.888.004 15.775-.028 2.854-.009 5.71 0c2.586.006 5.172-.006 7.758-.022l2.24.019c6.452-.076 11.91-1.502 16.934-5.775 3.541-4.827 4.37-10.965 5.623-16.696l.894-3.895c.77-3.357 1.52-6.718 2.262-10.08.672-3.033 1.36-6.062 2.047-9.092a3827 3827 0 0 0 4.824-21.792l1.801-8.177q1.904-8.64 3.8-17.281a51508 51508 0 0 1 7.989-36.306l.506-2.301 3.552-16.139a70085 70085 0 0 1 18.304-82.918l6.244-28.225.598-2.703 1.135-5.131q.537-2.427 1.07-4.854c.884-4.01 1.788-8.015 2.723-12.013l.567-2.455a546 546 0 0 1 1.074-4.56c1.014-4.416 1.503-8.484 1.2-13.011-2.693-3.833-5.542-4.883-10-6-4.2-.301-8.394-.285-12.604-.278l-3.889-.018c-3.555-.016-7.11-.02-10.665-.02-3.837-.004-7.673-.02-11.51-.033q-9.966-.034-19.933-.048c-9.606-.014-19.213-.04-28.82-.068q-23.38-.067-46.76-.113-22.71-.045-45.42-.105l-2.829-.007-14.047-.037Q320.26 285.119 262 285c.604-6.324 1.617-12.372 3.041-18.559l.621-2.753q1.009-4.456 2.03-8.91l1.408-6.217q1.846-8.146 3.703-16.29 1.894-8.325 3.781-16.652A35667 35667 0 0 1 284 183"},"children":[]}]
|
|
14
|
+
.map(function _c(el) {
|
|
15
|
+
if (typeof el === 'string') return el;
|
|
16
|
+
return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
17
|
+
})
|
|
18
|
+
);
|
|
19
|
+
});
|
|
20
|
+
Unikoo.displayName = 'Unikoo';
|
|
21
|
+
|
|
22
|
+
exports.default = Unikoo;
|
package/dist/unikoo.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Unikoo
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
5
|
+
|
|
6
|
+
export type SvgIconProps = SVGProps<SVGSVGElement>;
|
|
7
|
+
|
|
8
|
+
declare const Unikoo: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default Unikoo;
|
package/dist/unikoo.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Unikoo
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const Unikoo = forwardRef(
|
|
7
|
+
function Unikoo({ viewBox = '0 -38 800 800', ...props }, ref) {
|
|
8
|
+
return createElement(
|
|
9
|
+
'svg',
|
|
10
|
+
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
11
|
+
...[{"type":"title","props":{},"children":["Unikoo"]},{"type":"path","props":{"fill":"#E60013","d":"m326.672 18.76 5.97-.006c5.402-.004 10.804.004 16.207.014 5.85.009 11.7.006 17.551.004q15.173-.001 30.344.017c14.624.016 29.247.021 43.871.024q35.596.007 71.193.036 34.56.029 69.122.041h2.156l65.09.025 2.027.001c44.6.019 89.198.05 133.797.084-.607 6.352-1.626 12.433-3.041 18.65l-.621 2.783q-1.009 4.505-2.03 9.008l-1.408 6.284q-1.846 8.236-3.703 16.468-1.894 8.415-3.781 16.832A37175 37175 0 0 1 762 122l-3.023.003c-43.96.043-87.92.09-131.879.156l-2.017.003a465634 465634 0 0 0-64.674.1l-2.14.004q-34.317.052-68.634.082-35.268.032-70.534.097-22.725.043-45.452.054-14.892.01-29.784.047c-5.73.014-11.46.023-17.192.019q-7.869-.004-15.739.028-2.847.009-5.693 0c-2.582-.006-5.163.006-7.745.022l-2.227-.019c-5.8.068-12.204.967-16.866 4.677-3.234 3.56-4.395 7.176-5.4 11.793l-.468 2.086c-.511 2.292-.997 4.588-1.483 6.886q-.544 2.475-1.093 4.95c-.99 4.488-1.96 8.98-2.925 13.473-1.031 4.779-2.082 9.553-3.132 14.328q-2.643 12.045-5.26 24.095a8630 8630 0 0 1-7.638 34.732l-3.082 13.905a30802 30802 0 0 0-7.98 36.123l-2.452 11.118q-4.687 21.253-9.379 42.505l-3.465 15.705-2.144 9.716-1.531 6.96a1621 1621 0 0 1-5.077 22.369q-.75 3.21-1.496 6.422a935 935 0 0 1-1.42 5.93l-.835 3.588-.744 3.114c-.57 4.204-.2 7.578 1.978 11.241 2.16 2.243 3.956 2.652 7.024 2.819l2.905.008 3.354.016 3.7.003 3.917.015q5.395.02 10.789.028 5.813.013 11.625.034 10.076.033 20.15.056 14.566.035 29.133.08 23.633.071 47.264.132a144121 144121 0 0 1 62.97.174q58.898.17 117.794.323c-1.018 8.516-1.018 8.516-1.873 12.39l-.51 2.336-.55 2.472-.587 2.674q-.956 4.338-1.917 8.675l-1.334 6.058q-1.751 7.948-3.51 15.895-1.436 6.495-2.866 12.991-1.706 7.748-3.415 15.493l-.659 2.985-1.845 8.35-.551 2.497c-.755 3.406-1.526 6.803-2.383 10.184a138474 138474 0 0 1-141.939.167c-15.758.013-31.515.037-47.273.064q-24.285.043-48.57.051-14.963.005-29.927.042-10.285.023-20.571.017c-3.946-.002-7.892 0-11.838.017-41.32.161-84.158-5.878-114.882-36.358l-2.75-2.625L92 494l-1.348-1.363c-13.206-14.193-19.297-34.025-19.902-53.075.572-14.881 4.237-29.42 7.445-43.894l1.613-7.35q1.738-7.914 3.484-15.826 2.546-11.534 5.079-23.07l6.37-28.966c4.668-21.202 9.317-42.409 13.956-63.618a152672 152672 0 0 1 8.15-37.255l3.172-14.506q2.527-11.559 5.06-23.118 1.161-5.298 2.319-10.597c2.712-12.42 5.433-24.837 8.337-37.213l.577-2.493C140.482 114.13 149.166 98.506 161 85l2.594-2.96C184.37 58.69 210.96 43.05 240 32l2.135-.834c9.524-3.675 19.153-6.017 29.178-7.916l3.156-.602c17.302-3.073 34.662-3.947 52.203-3.889"},"children":[]},{"type":"path","props":{"fill":"#E60013","d":"M284 183a85259 85259 0 0 1 143.898-.279c15.971-.021 31.943-.06 47.914-.107q24.624-.07 49.248-.084 15.166-.01 30.333-.07 10.433-.038 20.864-.028c4 .004 7.998 0 11.997-.028 37.5-.242 74.758 6.629 104.746 30.596l2.73 2.176c16.424 13.928 26.518 32.94 28.801 54.312q.188 2.286.344 4.575l.15 2.032c.656 14.694-3.533 29.551-6.712 43.768l-1.462 6.61a12451 12451 0 0 1-4.008 18.05c-1.28 5.752-2.553 11.504-3.827 17.256l-2.223 10.041-.455 2.054q-1.639 7.397-3.28 14.792a41044 41044 0 0 0-13.977 63.258l-3.47 15.748-.576 2.617-2.3 10.44q-3.118 14.144-6.233 28.292-2.43 11.039-4.865 22.076-1.251 5.665-2.498 11.332c-3.057 13.905-6.143 27.8-9.435 41.652l-.724 3.072c-1.682 6.992-3.642 13.442-6.98 19.847l-1.703 3.324c-21.037 39.567-61.801 65.037-103.465 78.371-22.295 6.807-44.305 9.463-67.523 9.425l-6.052.003q-8.295.002-16.59-.007-8.953-.005-17.906-.002-15.504 0-31.009-.008-16.257-.01-32.513-.011h-2.044l-10.276-.001q-36.372-.004-72.742-.019-35.33-.014-70.657-.02h-2.201l-66.455-.013h-2.07Q80.397 698.026 12 698c.652-5.955 1.717-11.697 3.041-17.537l.621-2.782q1.01-4.513 2.03-9.025l1.408-6.288q1.847-8.247 3.703-16.492 1.893-8.426 3.781-16.853A47924 47924 0 0 1 34 596l3.03-.003a257900 257900 0 0 0 199.045-.26l2.144-.003q34.401-.051 68.802-.082 35.35-.032 70.7-.097 22.781-.043 45.563-.054 14.926-.01 29.852-.047c5.745-.014 11.49-.023 17.234-.019q7.888.004 15.775-.028 2.854-.009 5.71 0c2.586.006 5.172-.006 7.758-.022l2.24.019c6.452-.076 11.91-1.502 16.934-5.775 3.541-4.827 4.37-10.965 5.623-16.696l.894-3.895c.77-3.357 1.52-6.718 2.262-10.08.672-3.033 1.36-6.062 2.047-9.092a3827 3827 0 0 0 4.824-21.792l1.801-8.177q1.904-8.64 3.8-17.281a51508 51508 0 0 1 7.989-36.306l.506-2.301 3.552-16.139a70085 70085 0 0 1 18.304-82.918l6.244-28.225.598-2.703 1.135-5.131q.537-2.427 1.07-4.854c.884-4.01 1.788-8.015 2.723-12.013l.567-2.455a546 546 0 0 1 1.074-4.56c1.014-4.416 1.503-8.484 1.2-13.011-2.693-3.833-5.542-4.883-10-6-4.2-.301-8.394-.285-12.604-.278l-3.889-.018c-3.555-.016-7.11-.02-10.665-.02-3.837-.004-7.673-.02-11.51-.033q-9.966-.034-19.933-.048c-9.606-.014-19.213-.04-28.82-.068q-23.38-.067-46.76-.113-22.71-.045-45.42-.105l-2.829-.007-14.047-.037Q320.26 285.119 262 285c.604-6.324 1.617-12.372 3.041-18.559l.621-2.753q1.009-4.456 2.03-8.91l1.408-6.217q1.846-8.146 3.703-16.29 1.894-8.325 3.781-16.652A35667 35667 0 0 1 284 183"},"children":[]}]
|
|
12
|
+
.map(function _c(el) {
|
|
13
|
+
if (typeof el === 'string') return el;
|
|
14
|
+
return createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
15
|
+
})
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
Unikoo.displayName = 'Unikoo';
|
|
20
|
+
|
|
21
|
+
export default Unikoo;
|
package/dist/wisgate.cjs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — WisGate
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const Wisgate = react_1.forwardRef(function Wisgate({ viewBox = '0 0 512 512', ...props }, ref) {
|
|
10
|
+
return react_1.createElement(
|
|
11
|
+
'svg',
|
|
12
|
+
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
13
|
+
...[{"type":"title","props":{},"children":["WisGate"]},{"type":"path","props":{"fill":"#000","fillRule":"evenodd","d":"M427 122.928 85 49v414h342V122.928ZM159.345 268.774l189.553-57.132v236.572H159.345V268.774Z"},"children":[]}]
|
|
14
|
+
.map(function _c(el) {
|
|
15
|
+
if (typeof el === 'string') return el;
|
|
16
|
+
return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
17
|
+
})
|
|
18
|
+
);
|
|
19
|
+
});
|
|
20
|
+
Wisgate.displayName = 'Wisgate';
|
|
21
|
+
|
|
22
|
+
exports.default = Wisgate;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — WisGate
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
5
|
+
|
|
6
|
+
export type SvgIconProps = SVGProps<SVGSVGElement>;
|
|
7
|
+
|
|
8
|
+
declare const Wisgate: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default Wisgate;
|
package/dist/wisgate.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — WisGate
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const Wisgate = forwardRef(
|
|
7
|
+
function Wisgate({ viewBox = '0 0 512 512', ...props }, ref) {
|
|
8
|
+
return createElement(
|
|
9
|
+
'svg',
|
|
10
|
+
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
11
|
+
...[{"type":"title","props":{},"children":["WisGate"]},{"type":"path","props":{"fill":"#000","fillRule":"evenodd","d":"M427 122.928 85 49v414h342V122.928ZM159.345 268.774l189.553-57.132v236.572H159.345V268.774Z"},"children":[]}]
|
|
12
|
+
.map(function _c(el) {
|
|
13
|
+
if (typeof el === 'string') return el;
|
|
14
|
+
return createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
15
|
+
})
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
Wisgate.displayName = 'Wisgate';
|
|
20
|
+
|
|
21
|
+
export default Wisgate;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thesvg/react",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.9",
|
|
4
4
|
"description": "Typed React SVG components for all 3,800+ brand icons from thesvg.org",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"react": ">=18"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@types/react": "^
|
|
53
|
+
"@types/react": "^19.2.14",
|
|
54
54
|
"tsx": "^4.21.0",
|
|
55
55
|
"typescript": "^5.0.0"
|
|
56
56
|
},
|