@thesvg/react 2.1.6 → 2.1.7
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/dist/alem-tv.cjs +22 -0
- package/dist/alem-tv.d.ts +9 -0
- package/dist/alem-tv.js +21 -0
- package/dist/amul-info.cjs +22 -0
- package/dist/amul-info.d.ts +9 -0
- package/dist/amul-info.js +21 -0
- package/dist/eshop-os.cjs +22 -0
- package/dist/eshop-os.d.ts +9 -0
- package/dist/eshop-os.js +21 -0
- package/dist/github.cjs +1 -1
- package/dist/github.js +1 -1
- package/dist/gozle.cjs +22 -0
- package/dist/gozle.d.ts +9 -0
- package/dist/gozle.js +21 -0
- package/dist/index.cjs +12 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +6 -0
- package/dist/pocket.cjs +22 -0
- package/dist/pocket.d.ts +9 -0
- package/dist/pocket.js +21 -0
- package/dist/tecno.cjs +22 -0
- package/dist/tecno.d.ts +9 -0
- package/dist/tecno.js +21 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://github.com/glincker/thesvg">
|
|
3
|
-
<img src="https://raw.githubusercontent.com/glincker/thesvg/main/public/og-image.png" alt="theSVG -
|
|
3
|
+
<img src="https://raw.githubusercontent.com/glincker/thesvg/main/public/og-image.png" alt="theSVG - 5,600+ brand SVG icons" width="700" />
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
package/dist/alem-tv.cjs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Alem TV
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const AlemTv = react_1.forwardRef(function AlemTv({ viewBox = '0 0 145 147', ...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":"path","props":{"fill":"#199F45","d":"M95.354.121 65.261 30.138l19.051 19.1 30.093-30.017zM30.158 65.15.065 95.167l19.052 19.1 30.092-30.017zm71.498 31.985c4.275 4.282 6.322 9.17 4.574 10.913-1.745 1.743-6.625-.32-10.901-4.602a8 8 0 0 1-.191-.196L74.455 123.88c-5.735-6.023-9.251-14.182-9.24-23.159q.005-3.252.611-6.341c.979-5.082 3.101-9.756 6.1-13.742l-3.529-3.538-5.998 5.978a3.224 3.224 0 0 1-4.498-.006L22.133 47.819a3.225 3.225 0 0 1 .007-4.097l5.92-5.906a.327.327 0 0 0-.372-.524q-3.886-.033-7.774-.067l15.277-15.531q.156 4.06.31 8.117a.327.327 0 0 0 .547.348l6.557-6.545a3.224 3.224 0 0 1 4.591.007l35.017 35.103a3.225 3.225 0 0 1-.007 4.098l-6.59 6.574 3.754 3.764a32.6 32.6 0 0 1 12.617-5.05 33 33 0 0 1 6.345-.594c8.972.011 17.123 3.548 23.135 9.294l-20.477 20.426q.097.097.193.165m-4.62 49.806.005-3.7c23.922.03 43.542-19.406 43.736-43.323l3.7.03c-.102 12.587-5.082 24.4-14.028 33.266-8.95 8.866-20.815 13.742-33.413 13.726m.011-9.107.005-3.7c18.905.024 34.434-15.332 34.618-34.23l3.7.036c-.099 10.154-4.131 19.681-11.354 26.827-7.225 7.148-16.802 11.079-26.969 11.067m.019-9.111-.004-3.699c13.891.017 25.326-11.261 25.497-25.141l3.7.047c-.096 7.721-3.175 14.963-8.674 20.388-5.498 5.43-12.787 8.415-20.519 8.405m.03-7.696-.052-3.7c9.475-.131 17.194-7.952 17.206-17.434l3.7.005c-.013 11.492-9.37 20.97-20.854 21.129"},"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
|
+
AlemTv.displayName = 'AlemTv';
|
|
21
|
+
|
|
22
|
+
exports.default = AlemTv;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Alem TV
|
|
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 AlemTv: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default AlemTv;
|
package/dist/alem-tv.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Alem TV
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const AlemTv = forwardRef(
|
|
7
|
+
function AlemTv({ viewBox = '0 0 145 147', ...props }, ref) {
|
|
8
|
+
return createElement(
|
|
9
|
+
'svg',
|
|
10
|
+
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
11
|
+
...[{"type":"path","props":{"fill":"#199F45","d":"M95.354.121 65.261 30.138l19.051 19.1 30.093-30.017zM30.158 65.15.065 95.167l19.052 19.1 30.092-30.017zm71.498 31.985c4.275 4.282 6.322 9.17 4.574 10.913-1.745 1.743-6.625-.32-10.901-4.602a8 8 0 0 1-.191-.196L74.455 123.88c-5.735-6.023-9.251-14.182-9.24-23.159q.005-3.252.611-6.341c.979-5.082 3.101-9.756 6.1-13.742l-3.529-3.538-5.998 5.978a3.224 3.224 0 0 1-4.498-.006L22.133 47.819a3.225 3.225 0 0 1 .007-4.097l5.92-5.906a.327.327 0 0 0-.372-.524q-3.886-.033-7.774-.067l15.277-15.531q.156 4.06.31 8.117a.327.327 0 0 0 .547.348l6.557-6.545a3.224 3.224 0 0 1 4.591.007l35.017 35.103a3.225 3.225 0 0 1-.007 4.098l-6.59 6.574 3.754 3.764a32.6 32.6 0 0 1 12.617-5.05 33 33 0 0 1 6.345-.594c8.972.011 17.123 3.548 23.135 9.294l-20.477 20.426q.097.097.193.165m-4.62 49.806.005-3.7c23.922.03 43.542-19.406 43.736-43.323l3.7.03c-.102 12.587-5.082 24.4-14.028 33.266-8.95 8.866-20.815 13.742-33.413 13.726m.011-9.107.005-3.7c18.905.024 34.434-15.332 34.618-34.23l3.7.036c-.099 10.154-4.131 19.681-11.354 26.827-7.225 7.148-16.802 11.079-26.969 11.067m.019-9.111-.004-3.699c13.891.017 25.326-11.261 25.497-25.141l3.7.047c-.096 7.721-3.175 14.963-8.674 20.388-5.498 5.43-12.787 8.415-20.519 8.405m.03-7.696-.052-3.7c9.475-.131 17.194-7.952 17.206-17.434l3.7.005c-.013 11.492-9.37 20.97-20.854 21.129"},"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
|
+
AlemTv.displayName = 'AlemTv';
|
|
20
|
+
|
|
21
|
+
export default AlemTv;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Amul Info
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const AmulInfo = react_1.forwardRef(function AmulInfo({ viewBox = '0 0 208 92', ...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":"path","props":{"fill":"#BC9545","d":"M25.957 16.202 2.303 67.675c-3.012 6.461-3.071 12.53-.166 17.092 2.528 3.97 6.99 6.249 12.24 6.249 6.373 0 13.083-3.431 18.41-9.415l13.101-14.775 9.227 22.803h13.736L32.919.555zM34.043 72.793c-4.598 5.262-10.06 8.162-15.377 8.162-3.888 0-7.204-1.689-9.095-4.632-2.162-3.363-2.166-7.815-.014-12.531L28.182 23.249l15.638 38.479zM126.201 42.526c-5.69 0-12.221 2.566-15.85 8.194-2.86-5.09-8.387-8.194-15.081-8.194-5.419 0-10.323 2.046-13.708 5.501v-6.967l-9.758 7.388v41.568h9.758V60.556c0-8.086 5.666-12.317 11.266-12.317 4.977 0 9.999 3.46 9.999 11.191v30.585h9.758V59.488c.518-7.731 6.15-11.252 11.174-11.252 4.977 0 9.999 3.46 9.999 11.191v30.585h9.756V57.578h-.17c-.896-10.325-9.302-15.052-17.143-15.052ZM182.053 67.558c0 12.063-6.701 16.344-12.442 16.344-5.374 0-11.085-3.782-11.085-10.789V41.326l-9.758 4.796v26.991c0 11.678 9.029 17.788 17.948 17.788 5.482 0 11.466-2.343 15.335-7.409v3.996l9.758 3.241V41.326l-9.758 4.796v21.436z"},"children":[]},{"type":"path","props":{"fill":"#04530B","d":"M198.244 6.769v83.246H208V.555zM81.537 1.244h-3.183v29.383h3.183zM114.297 23.557 94.99 3.504 91.977.373v30.256h3.182V8.374l19.308 20.056 2.14 2.199h.87V1.264h-3.18zM127.92 30.629l3.257-.021V4.581h18.496V1.225H127.92zM149.598 19.31h-16.544v3.316h16.544zM184.734 5.209c-2.813-2.93-6.244-4.417-10.2-4.417s-7.388 1.486-10.201 4.417c-2.799 2.942-4.217 6.531-4.217 10.668 0 4.137 1.418 7.726 4.217 10.668 2.813 2.931 6.245 4.418 10.201 4.418s7.387-1.487 10.2-4.418c2.799-2.942 4.217-6.531 4.217-10.665 0-4.139-1.418-7.728-4.217-10.671m-2.243 19.006c-2.185 2.289-4.864 3.448-7.96 3.448s-5.771-1.16-7.959-3.448c-2.187-2.291-3.297-5.094-3.297-8.338 0-3.243 1.11-6.05 3.297-8.338 2.185-2.288 4.864-3.448 7.959-3.448s5.771 1.16 7.959 3.448c2.187 2.291 3.297 5.097 3.297 8.338 0 3.243-1.11 6.05-3.297 8.338"},"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
|
+
AmulInfo.displayName = 'AmulInfo';
|
|
21
|
+
|
|
22
|
+
exports.default = AmulInfo;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Amul Info
|
|
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 AmulInfo: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default AmulInfo;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Amul Info
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const AmulInfo = forwardRef(
|
|
7
|
+
function AmulInfo({ viewBox = '0 0 208 92', ...props }, ref) {
|
|
8
|
+
return createElement(
|
|
9
|
+
'svg',
|
|
10
|
+
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
11
|
+
...[{"type":"path","props":{"fill":"#BC9545","d":"M25.957 16.202 2.303 67.675c-3.012 6.461-3.071 12.53-.166 17.092 2.528 3.97 6.99 6.249 12.24 6.249 6.373 0 13.083-3.431 18.41-9.415l13.101-14.775 9.227 22.803h13.736L32.919.555zM34.043 72.793c-4.598 5.262-10.06 8.162-15.377 8.162-3.888 0-7.204-1.689-9.095-4.632-2.162-3.363-2.166-7.815-.014-12.531L28.182 23.249l15.638 38.479zM126.201 42.526c-5.69 0-12.221 2.566-15.85 8.194-2.86-5.09-8.387-8.194-15.081-8.194-5.419 0-10.323 2.046-13.708 5.501v-6.967l-9.758 7.388v41.568h9.758V60.556c0-8.086 5.666-12.317 11.266-12.317 4.977 0 9.999 3.46 9.999 11.191v30.585h9.758V59.488c.518-7.731 6.15-11.252 11.174-11.252 4.977 0 9.999 3.46 9.999 11.191v30.585h9.756V57.578h-.17c-.896-10.325-9.302-15.052-17.143-15.052ZM182.053 67.558c0 12.063-6.701 16.344-12.442 16.344-5.374 0-11.085-3.782-11.085-10.789V41.326l-9.758 4.796v26.991c0 11.678 9.029 17.788 17.948 17.788 5.482 0 11.466-2.343 15.335-7.409v3.996l9.758 3.241V41.326l-9.758 4.796v21.436z"},"children":[]},{"type":"path","props":{"fill":"#04530B","d":"M198.244 6.769v83.246H208V.555zM81.537 1.244h-3.183v29.383h3.183zM114.297 23.557 94.99 3.504 91.977.373v30.256h3.182V8.374l19.308 20.056 2.14 2.199h.87V1.264h-3.18zM127.92 30.629l3.257-.021V4.581h18.496V1.225H127.92zM149.598 19.31h-16.544v3.316h16.544zM184.734 5.209c-2.813-2.93-6.244-4.417-10.2-4.417s-7.388 1.486-10.201 4.417c-2.799 2.942-4.217 6.531-4.217 10.668 0 4.137 1.418 7.726 4.217 10.668 2.813 2.931 6.245 4.418 10.201 4.418s7.387-1.487 10.2-4.418c2.799-2.942 4.217-6.531 4.217-10.665 0-4.139-1.418-7.728-4.217-10.671m-2.243 19.006c-2.185 2.289-4.864 3.448-7.96 3.448s-5.771-1.16-7.959-3.448c-2.187-2.291-3.297-5.094-3.297-8.338 0-3.243 1.11-6.05 3.297-8.338 2.185-2.288 4.864-3.448 7.959-3.448s5.771 1.16 7.959 3.448c2.187 2.291 3.297 5.097 3.297 8.338 0 3.243-1.11 6.05-3.297 8.338"},"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
|
+
AmulInfo.displayName = 'AmulInfo';
|
|
20
|
+
|
|
21
|
+
export default AmulInfo;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — eshopOS
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const EshopOs = react_1.forwardRef(function EshopOs({ 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":"defs","props":{},"children":[{"type":"linearGradient","props":{"id":"eshopos-shine","x1":"0","y1":"0","x2":"0","y2":"1"},"children":[{"type":"stop","props":{"offset":"0","stopColor":"#ffffff","stopOpacity":"0.3"},"children":[]},{"type":"stop","props":{"offset":"1","stopColor":"#ffffff","stopOpacity":"0"},"children":[]}]}]},{"type":"g","props":{"transform":"translate(256 260) rotate(-12) translate(-256 -260)"},"children":[{"type":"rect","props":{"x":"136","y":"240","width":"240","height":"240","rx":"48","fill":"#064E3B"},"children":[]},{"type":"rect","props":{"x":"136","y":"170","width":"240","height":"240","rx":"48","fill":"#10B981","fillOpacity":"0.9"},"children":[]},{"type":"rect","props":{"x":"136","y":"100","width":"240","height":"240","rx":"48","fill":"#10B981"},"children":[]},{"type":"rect","props":{"x":"136","y":"100","width":"240","height":"240","rx":"48","fill":"url(#eshopos-shine)"},"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
|
+
EshopOs.displayName = 'EshopOs';
|
|
21
|
+
|
|
22
|
+
exports.default = EshopOs;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — eshopOS
|
|
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 EshopOs: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default EshopOs;
|
package/dist/eshop-os.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — eshopOS
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const EshopOs = forwardRef(
|
|
7
|
+
function EshopOs({ 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":"defs","props":{},"children":[{"type":"linearGradient","props":{"id":"eshopos-shine","x1":"0","y1":"0","x2":"0","y2":"1"},"children":[{"type":"stop","props":{"offset":"0","stopColor":"#ffffff","stopOpacity":"0.3"},"children":[]},{"type":"stop","props":{"offset":"1","stopColor":"#ffffff","stopOpacity":"0"},"children":[]}]}]},{"type":"g","props":{"transform":"translate(256 260) rotate(-12) translate(-256 -260)"},"children":[{"type":"rect","props":{"x":"136","y":"240","width":"240","height":"240","rx":"48","fill":"#064E3B"},"children":[]},{"type":"rect","props":{"x":"136","y":"170","width":"240","height":"240","rx":"48","fill":"#10B981","fillOpacity":"0.9"},"children":[]},{"type":"rect","props":{"x":"136","y":"100","width":"240","height":"240","rx":"48","fill":"#10B981"},"children":[]},{"type":"rect","props":{"x":"136","y":"100","width":"240","height":"240","rx":"48","fill":"url(#eshopos-shine)"},"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
|
+
EshopOs.displayName = 'EshopOs';
|
|
20
|
+
|
|
21
|
+
export default EshopOs;
|
package/dist/github.cjs
CHANGED
|
@@ -10,7 +10,7 @@ const Github = react_1.forwardRef(function Github({ viewBox = '0 0 1024 1024', .
|
|
|
10
10
|
return react_1.createElement(
|
|
11
11
|
'svg',
|
|
12
12
|
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
13
|
-
...[{"type":"path","props":{"fillRule":"evenodd","clipRule":"evenodd","d":"M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z","transform":"scale(64)","fill":"#
|
|
13
|
+
...[{"type":"path","props":{"fillRule":"evenodd","clipRule":"evenodd","d":"M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z","transform":"scale(64)","fill":"#181717"},"children":[]}]
|
|
14
14
|
.map(function _c(el) {
|
|
15
15
|
if (typeof el === 'string') return el;
|
|
16
16
|
return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
|
package/dist/github.js
CHANGED
|
@@ -8,7 +8,7 @@ const Github = forwardRef(
|
|
|
8
8
|
return createElement(
|
|
9
9
|
'svg',
|
|
10
10
|
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
11
|
-
...[{"type":"path","props":{"fillRule":"evenodd","clipRule":"evenodd","d":"M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z","transform":"scale(64)","fill":"#
|
|
11
|
+
...[{"type":"path","props":{"fillRule":"evenodd","clipRule":"evenodd","d":"M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z","transform":"scale(64)","fill":"#181717"},"children":[]}]
|
|
12
12
|
.map(function _c(el) {
|
|
13
13
|
if (typeof el === 'string') return el;
|
|
14
14
|
return createElement(el.type, el.props, ...(el.children || []).map(_c));
|
package/dist/gozle.cjs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Gozle
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const Gozle = react_1.forwardRef(function Gozle({ viewBox = '0 0 109 87', ...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":"path","props":{"fill":"#00ACEE","d":"M43.081 71.275c-15.506 0-28.076-12.57-28.076-28.077S27.575 15.122 43.081 15.122c12.247 0 22.653 7.84 26.494 18.776l16.428 5.427C84.102 17.291 65.613 0 43.081 0 19.286 0 0 19.29 0 43.081c0 23.796 19.29 43.086 43.081 43.086 19.642 0 36.216-13.146 41.4-31.12L70.24 50.34c-3.16 12.046-14.12 20.935-27.158 20.935m65.09-14.071L59.977 41.281l-4.834 14.63 48.194 15.922z"},"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
|
+
Gozle.displayName = 'Gozle';
|
|
21
|
+
|
|
22
|
+
exports.default = Gozle;
|
package/dist/gozle.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Gozle
|
|
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 Gozle: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default Gozle;
|
package/dist/gozle.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Gozle
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const Gozle = forwardRef(
|
|
7
|
+
function Gozle({ viewBox = '0 0 109 87', ...props }, ref) {
|
|
8
|
+
return createElement(
|
|
9
|
+
'svg',
|
|
10
|
+
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
11
|
+
...[{"type":"path","props":{"fill":"#00ACEE","d":"M43.081 71.275c-15.506 0-28.076-12.57-28.076-28.077S27.575 15.122 43.081 15.122c12.247 0 22.653 7.84 26.494 18.776l16.428 5.427C84.102 17.291 65.613 0 43.081 0 19.286 0 0 19.29 0 43.081c0 23.796 19.29 43.086 43.081 43.086 19.642 0 36.216-13.146 41.4-31.12L70.24 50.34c-3.16 12.046-14.12 20.935-27.158 20.935m65.09-14.071L59.977 41.281l-4.834 14.63 48.194 15.922z"},"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
|
+
Gozle.displayName = 'Gozle';
|
|
20
|
+
|
|
21
|
+
export default Gozle;
|
package/dist/index.cjs
CHANGED
|
@@ -11320,3 +11320,15 @@ const _lutece = require('./lutece.cjs');
|
|
|
11320
11320
|
exports.Lutece = _lutece.default;
|
|
11321
11321
|
const _pedi_app = require('./pedi-app.cjs');
|
|
11322
11322
|
exports.PediApp = _pedi_app.default;
|
|
11323
|
+
const _tecno = require('./tecno.cjs');
|
|
11324
|
+
exports.Tecno = _tecno.default;
|
|
11325
|
+
const _alem_tv = require('./alem-tv.cjs');
|
|
11326
|
+
exports.AlemTv = _alem_tv.default;
|
|
11327
|
+
const _gozle = require('./gozle.cjs');
|
|
11328
|
+
exports.Gozle = _gozle.default;
|
|
11329
|
+
const _amul_info = require('./amul-info.cjs');
|
|
11330
|
+
exports.AmulInfo = _amul_info.default;
|
|
11331
|
+
const _pocket = require('./pocket.cjs');
|
|
11332
|
+
exports.Pocket = _pocket.default;
|
|
11333
|
+
const _eshop_os = require('./eshop-os.cjs');
|
|
11334
|
+
exports.EshopOs = _eshop_os.default;
|
package/dist/index.d.ts
CHANGED
|
@@ -5661,3 +5661,9 @@ export { default as KvantSystem } from './kvant-system.js';
|
|
|
5661
5661
|
export { default as Filagram } from './filagram.js';
|
|
5662
5662
|
export { default as Lutece } from './lutece.js';
|
|
5663
5663
|
export { default as PediApp } from './pedi-app.js';
|
|
5664
|
+
export { default as Tecno } from './tecno.js';
|
|
5665
|
+
export { default as AlemTv } from './alem-tv.js';
|
|
5666
|
+
export { default as Gozle } from './gozle.js';
|
|
5667
|
+
export { default as AmulInfo } from './amul-info.js';
|
|
5668
|
+
export { default as Pocket } from './pocket.js';
|
|
5669
|
+
export { default as EshopOs } from './eshop-os.js';
|
package/dist/index.js
CHANGED
|
@@ -5659,3 +5659,9 @@ export { default as KvantSystem } from './kvant-system.js';
|
|
|
5659
5659
|
export { default as Filagram } from './filagram.js';
|
|
5660
5660
|
export { default as Lutece } from './lutece.js';
|
|
5661
5661
|
export { default as PediApp } from './pedi-app.js';
|
|
5662
|
+
export { default as Tecno } from './tecno.js';
|
|
5663
|
+
export { default as AlemTv } from './alem-tv.js';
|
|
5664
|
+
export { default as Gozle } from './gozle.js';
|
|
5665
|
+
export { default as AmulInfo } from './amul-info.js';
|
|
5666
|
+
export { default as Pocket } from './pocket.js';
|
|
5667
|
+
export { default as EshopOs } from './eshop-os.js';
|
package/dist/pocket.cjs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Pocket
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const Pocket = react_1.forwardRef(function Pocket({ viewBox = '0 0 14.4639 12.5042', ...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":"g","props":{"transform":"translate(0 -5.71076)"},"children":[{"type":"path","props":{"fill":"#EF4056","fillRule":"evenodd","d":"M13.119 5.71076H1.39568C.634414 5.71076 0 6.27696 0 7.0154v4.209c0 3.8152 3.24794 6.9906 7.25729 6.9906 3.98391 0 7.20661-3.1754 7.20661-6.9906V7.0154c0-.73844-.609-1.30464-1.34491-1.30464z","clipRule":"evenodd"},"children":[]},{"type":"path","props":{"fill":"#fff","d":"M7.917 14.0796 11.3681 10.9291c.3552-.3692.3552-.9846 0-1.37842-.3553-.34462-.9896-.39382-1.3449 0L7.25729 12.0859 4.5422 9.55069c-.38071-.39382-1.01512-.34462-1.39569 0-.40599.39382-.35528 1.00921 0 1.37841l3.40036 3.1505c.203.1969.45671.2709.71042.2709.203 0 .48213-.074.65971-.2709z"},"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
|
+
Pocket.displayName = 'Pocket';
|
|
21
|
+
|
|
22
|
+
exports.default = Pocket;
|
package/dist/pocket.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Pocket
|
|
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 Pocket: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default Pocket;
|
package/dist/pocket.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Pocket
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const Pocket = forwardRef(
|
|
7
|
+
function Pocket({ viewBox = '0 0 14.4639 12.5042', ...props }, ref) {
|
|
8
|
+
return createElement(
|
|
9
|
+
'svg',
|
|
10
|
+
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
11
|
+
...[{"type":"g","props":{"transform":"translate(0 -5.71076)"},"children":[{"type":"path","props":{"fill":"#EF4056","fillRule":"evenodd","d":"M13.119 5.71076H1.39568C.634414 5.71076 0 6.27696 0 7.0154v4.209c0 3.8152 3.24794 6.9906 7.25729 6.9906 3.98391 0 7.20661-3.1754 7.20661-6.9906V7.0154c0-.73844-.609-1.30464-1.34491-1.30464z","clipRule":"evenodd"},"children":[]},{"type":"path","props":{"fill":"#fff","d":"M7.917 14.0796 11.3681 10.9291c.3552-.3692.3552-.9846 0-1.37842-.3553-.34462-.9896-.39382-1.3449 0L7.25729 12.0859 4.5422 9.55069c-.38071-.39382-1.01512-.34462-1.39569 0-.40599.39382-.35528 1.00921 0 1.37841l3.40036 3.1505c.203.1969.45671.2709.71042.2709.203 0 .48213-.074.65971-.2709z"},"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
|
+
Pocket.displayName = 'Pocket';
|
|
20
|
+
|
|
21
|
+
export default Pocket;
|
package/dist/tecno.cjs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Tecno
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const Tecno = react_1.forwardRef(function Tecno({ viewBox = '0 0 149 30', ...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":"path","props":{"fill":"#0064FE","fillRule":"evenodd","d":"M109.57-.04H87.88v29.79h7.91V3.97h8.97c2.14 0 3.9 1.75 3.9 3.9v21.88h7.91V6.95c0-3.84-3.15-6.99-6.99-6.99zm32.2 0h-14.7c-3.84 0-6.99 3.15-6.99 6.99v15.81c0 3.84 3.15 6.99 6.99 6.99h14.7c3.85 0 6.99-3.15 6.99-6.99V6.95c0-3.84-3.15-6.99-7-6.99zm-4.81 4.01c2.14 0 3.9 1.75 3.9 3.9v13.98c0 2.14-1.75 3.9-3.9 3.9h-5.07c-2.14 0-3.9-1.75-3.9-3.9V7.87c0-2.14 1.75-3.9 3.9-3.9zM39-.04l17.42 0v4.01H43.81c-2.14 0-3.89 1.75-3.89 3.9v.76c0 2.14 1.75 3.9 3.89 3.9h12.61v4.01h-16.5v5.31c0 2.14 1.75 3.9 3.89 3.9h12.61v4.01H39c-3.84 0-6.99-3.15-6.99-6.99V6.95C32.01 3.11 35.16-.04 39-.04zm27.94 0h17.42v4.01H71.75c-2.14 0-3.9 1.75-3.9 3.9v13.98c0 2.14 1.75 3.9 3.9 3.9h12.61v4.01H66.94c-3.85 0-6.99-3.15-6.99-6.99V6.95c0-3.84 3.14-6.99 6.99-6.99zM28.48-.04H-.19v4.01h10.39v25.78h7.91V7.87c0-2.14 1.75-3.89 3.89-3.9h6.5z","clipRule":"evenodd"},"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
|
+
Tecno.displayName = 'Tecno';
|
|
21
|
+
|
|
22
|
+
exports.default = Tecno;
|
package/dist/tecno.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Tecno
|
|
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 Tecno: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default Tecno;
|
package/dist/tecno.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Tecno
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const Tecno = forwardRef(
|
|
7
|
+
function Tecno({ viewBox = '0 0 149 30', ...props }, ref) {
|
|
8
|
+
return createElement(
|
|
9
|
+
'svg',
|
|
10
|
+
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
11
|
+
...[{"type":"path","props":{"fill":"#0064FE","fillRule":"evenodd","d":"M109.57-.04H87.88v29.79h7.91V3.97h8.97c2.14 0 3.9 1.75 3.9 3.9v21.88h7.91V6.95c0-3.84-3.15-6.99-6.99-6.99zm32.2 0h-14.7c-3.84 0-6.99 3.15-6.99 6.99v15.81c0 3.84 3.15 6.99 6.99 6.99h14.7c3.85 0 6.99-3.15 6.99-6.99V6.95c0-3.84-3.15-6.99-7-6.99zm-4.81 4.01c2.14 0 3.9 1.75 3.9 3.9v13.98c0 2.14-1.75 3.9-3.9 3.9h-5.07c-2.14 0-3.9-1.75-3.9-3.9V7.87c0-2.14 1.75-3.9 3.9-3.9zM39-.04l17.42 0v4.01H43.81c-2.14 0-3.89 1.75-3.89 3.9v.76c0 2.14 1.75 3.9 3.89 3.9h12.61v4.01h-16.5v5.31c0 2.14 1.75 3.9 3.89 3.9h12.61v4.01H39c-3.84 0-6.99-3.15-6.99-6.99V6.95C32.01 3.11 35.16-.04 39-.04zm27.94 0h17.42v4.01H71.75c-2.14 0-3.9 1.75-3.9 3.9v13.98c0 2.14 1.75 3.9 3.9 3.9h12.61v4.01H66.94c-3.85 0-6.99-3.15-6.99-6.99V6.95c0-3.84 3.14-6.99 6.99-6.99zM28.48-.04H-.19v4.01h10.39v25.78h7.91V7.87c0-2.14 1.75-3.89 3.89-3.9h6.5z","clipRule":"evenodd"},"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
|
+
Tecno.displayName = 'Tecno';
|
|
20
|
+
|
|
21
|
+
export default Tecno;
|