@thesvg/react 3.0.12 → 3.0.16
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/conceptboard.cjs +22 -0
- package/dist/conceptboard.d.ts +9 -0
- package/dist/conceptboard.js +21 -0
- package/dist/dassault-aviation.cjs +22 -0
- package/dist/dassault-aviation.d.ts +9 -0
- package/dist/dassault-aviation.js +21 -0
- package/dist/frequencia-invisivel.cjs +22 -0
- package/dist/frequencia-invisivel.d.ts +9 -0
- package/dist/frequencia-invisivel.js +21 -0
- package/dist/friym.cjs +22 -0
- package/dist/friym.d.ts +9 -0
- package/dist/friym.js +21 -0
- package/dist/index.cjs +38 -0
- package/dist/index.d.ts +19 -0
- package/dist/index.js +19 -0
- package/dist/jaco.cjs +22 -0
- package/dist/jaco.d.ts +9 -0
- package/dist/jaco.js +21 -0
- package/dist/jaguar-legacy.cjs +22 -0
- package/dist/jaguar-legacy.d.ts +9 -0
- package/dist/jaguar-legacy.js +21 -0
- package/dist/jaguar.cjs +22 -0
- package/dist/jaguar.d.ts +9 -0
- package/dist/jaguar.js +21 -0
- package/dist/jobicy.cjs +22 -0
- package/dist/jobicy.d.ts +9 -0
- package/dist/jobicy.js +21 -0
- package/dist/kde-connect.cjs +22 -0
- package/dist/kde-connect.d.ts +9 -0
- package/dist/kde-connect.js +21 -0
- package/dist/kde-discover.cjs +22 -0
- package/dist/kde-discover.d.ts +9 -0
- package/dist/kde-discover.js +21 -0
- package/dist/kfc-legacy.cjs +22 -0
- package/dist/kfc-legacy.d.ts +9 -0
- package/dist/kfc-legacy.js +21 -0
- package/dist/kfc.cjs +3 -3
- package/dist/kfc.js +3 -3
- package/dist/masan-group.cjs +22 -0
- package/dist/masan-group.d.ts +9 -0
- package/dist/masan-group.js +21 -0
- package/dist/mondelez-international.cjs +22 -0
- package/dist/mondelez-international.d.ts +9 -0
- package/dist/mondelez-international.js +21 -0
- package/dist/nordea.cjs +22 -0
- package/dist/nordea.d.ts +9 -0
- package/dist/nordea.js +21 -0
- package/dist/thesvg-legacy.cjs +22 -0
- package/dist/thesvg-legacy.d.ts +9 -0
- package/dist/thesvg-legacy.js +21 -0
- package/dist/thesvg.cjs +3 -3
- package/dist/thesvg.js +3 -3
- package/dist/trek.cjs +22 -0
- package/dist/trek.d.ts +9 -0
- package/dist/trek.js +21 -0
- package/dist/ubs-etracs.cjs +22 -0
- package/dist/ubs-etracs.d.ts +9 -0
- package/dist/ubs-etracs.js +21 -0
- package/dist/vidiq.cjs +22 -0
- package/dist/vidiq.d.ts +9 -0
- package/dist/vidiq.js +21 -0
- package/dist/workbuddy.cjs +22 -0
- package/dist/workbuddy.d.ts +9 -0
- package/dist/workbuddy.js +21 -0
- package/package.json +2 -2
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Conceptboard
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const Conceptboard = react_1.forwardRef(function Conceptboard({ viewBox = '0 0 260 260', ...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":"path","props":{"className":"st0","d":"M225.3,0H34.7C15.6,0,0,15.6,0,34.7v190.6c0,19.1,15.6,34.7,34.7,34.7h190.6c19.1,0,34.7-15.6,34.7-34.7V34.7C260,15.6,244.4,0,225.3,0ZM213.4,153.5c-22.3,0-43-6.8-60.1-18.5v78.3h-46.6v-59.9h-59.9v-46.6h78.3c-11.6-17.1-18.4-37.7-18.4-59.9h46.6c0,33,26.7,59.9,59.9,59.9h.2v46.8Z"},"children":[]},{"type":"path","props":{"className":"st1","d":"M153.3,46.8h-46.6c0,22.2,6.8,42.8,18.4,59.9H46.8v46.6h59.9v59.9h46.6v-78.3c17.1,11.7,37.8,18.5,60.1,18.5v-46.8h-.2c-33.2,0-59.9-26.9-59.9-59.9Z"},"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
|
+
Conceptboard.displayName = 'Conceptboard';
|
|
21
|
+
|
|
22
|
+
exports.default = Conceptboard;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Conceptboard
|
|
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 Conceptboard: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default Conceptboard;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Conceptboard
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const Conceptboard = forwardRef(
|
|
7
|
+
function Conceptboard({ viewBox = '0 0 260 260', ...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":"path","props":{"className":"st0","d":"M225.3,0H34.7C15.6,0,0,15.6,0,34.7v190.6c0,19.1,15.6,34.7,34.7,34.7h190.6c19.1,0,34.7-15.6,34.7-34.7V34.7C260,15.6,244.4,0,225.3,0ZM213.4,153.5c-22.3,0-43-6.8-60.1-18.5v78.3h-46.6v-59.9h-59.9v-46.6h78.3c-11.6-17.1-18.4-37.7-18.4-59.9h46.6c0,33,26.7,59.9,59.9,59.9h.2v46.8Z"},"children":[]},{"type":"path","props":{"className":"st1","d":"M153.3,46.8h-46.6c0,22.2,6.8,42.8,18.4,59.9H46.8v46.6h59.9v59.9h46.6v-78.3c17.1,11.7,37.8,18.5,60.1,18.5v-46.8h-.2c-33.2,0-59.9-26.9-59.9-59.9Z"},"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
|
+
Conceptboard.displayName = 'Conceptboard';
|
|
20
|
+
|
|
21
|
+
export default Conceptboard;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Dassault Aviation
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const DassaultAviation = react_1.forwardRef(function DassaultAviation({ viewBox = '0 0 1547 2503', ...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":["Dassault Aviation"]},{"type":"path","props":{"fillRule":"evenodd","fill":"#164b6f","d":"m1546.9 0.6c-734.1 1204.2-1546.2 1827.3-1546.2 1827.3 222.1 147 308.1 333 308.1 333l107.6-84.2c-26.2-49.5-96.5-158.7-208.7-248.8 218.5-194.1 688.8-652.1 1169.5-1343.8-45.3 386.5-62.2 907.3 16.9 1320.5-185.5 70.4-662.1 327.8-834.8 697.5h165.1c267.4-467.9 810.9-613.8 810.9-613.8-166.8-972.3 11.6-1887.7 11.6-1887.7z"},"children":[]},{"type":"path","props":{"fillRule":"evenodd","fill":"#164b6f","d":"m944.7 1401.9c23.3-22.7 88.4-31.4 121.5 0 37.8 34.8 28.5 74.9 2.9 104-37.2 42.4-175.5 140.7-211.6 162.7h-24.4c-8.7-11.6-61-93.5-72.1-132.5-11-41.2-9.3-93 36.7-129.6 45.9-37.8 97.6-36 147-4.6z"},"children":[]},{"type":"path","props":{"fillRule":"evenodd","fill":"#164b6f","d":"m1170.8 1725c39.6-18 72.1-66.8 54.7-113.9-16.9-45.9-69.2-46.5-105.8-33.1-66.9 24.4-206.4 112.7-229.6 130.2l-8.7 22.6c15.7 23.3 66.2 83.7 100 109.9 33.7 26.1 83.1 41.2 133.1 13.3 51.7-28.4 68-83.1 56.3-129z"},"children":[]},{"type":"path","props":{"fillRule":"evenodd","fill":"#164b6f","d":"m732 2033.6c-23.8 22.7-88.9 31.4-122.7 0-37.7-34.8-27.9-74.4-2.3-103.4 37.2-41.9 176.1-139.5 212.8-161.6h24.4c8.7 11.1 61 93 72 131.4 11.7 41.2 9.3 92.4-36.6 129.6-45.9 37.2-98.2 35.4-147.6 4z"},"children":[]},{"type":"path","props":{"fillRule":"evenodd","fill":"#164b6f","d":"m506.5 1710.5c-39 18-72.1 66.2-54.7 113.9 16.9 45.9 69.8 46.5 105.8 33.1 66.9-24.4 206.4-112.7 230.2-130.2l8.7-23.2c-16.3-23.3-66.3-83.1-100-109.3-33.7-26.1-83.7-41.8-133.1-13.9-51.7 29-68.6 83.1-56.9 129.6z"},"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
|
+
DassaultAviation.displayName = 'DassaultAviation';
|
|
21
|
+
|
|
22
|
+
exports.default = DassaultAviation;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Dassault Aviation
|
|
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 DassaultAviation: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default DassaultAviation;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Dassault Aviation
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const DassaultAviation = forwardRef(
|
|
7
|
+
function DassaultAviation({ viewBox = '0 0 1547 2503', ...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":["Dassault Aviation"]},{"type":"path","props":{"fillRule":"evenodd","fill":"#164b6f","d":"m1546.9 0.6c-734.1 1204.2-1546.2 1827.3-1546.2 1827.3 222.1 147 308.1 333 308.1 333l107.6-84.2c-26.2-49.5-96.5-158.7-208.7-248.8 218.5-194.1 688.8-652.1 1169.5-1343.8-45.3 386.5-62.2 907.3 16.9 1320.5-185.5 70.4-662.1 327.8-834.8 697.5h165.1c267.4-467.9 810.9-613.8 810.9-613.8-166.8-972.3 11.6-1887.7 11.6-1887.7z"},"children":[]},{"type":"path","props":{"fillRule":"evenodd","fill":"#164b6f","d":"m944.7 1401.9c23.3-22.7 88.4-31.4 121.5 0 37.8 34.8 28.5 74.9 2.9 104-37.2 42.4-175.5 140.7-211.6 162.7h-24.4c-8.7-11.6-61-93.5-72.1-132.5-11-41.2-9.3-93 36.7-129.6 45.9-37.8 97.6-36 147-4.6z"},"children":[]},{"type":"path","props":{"fillRule":"evenodd","fill":"#164b6f","d":"m1170.8 1725c39.6-18 72.1-66.8 54.7-113.9-16.9-45.9-69.2-46.5-105.8-33.1-66.9 24.4-206.4 112.7-229.6 130.2l-8.7 22.6c15.7 23.3 66.2 83.7 100 109.9 33.7 26.1 83.1 41.2 133.1 13.3 51.7-28.4 68-83.1 56.3-129z"},"children":[]},{"type":"path","props":{"fillRule":"evenodd","fill":"#164b6f","d":"m732 2033.6c-23.8 22.7-88.9 31.4-122.7 0-37.7-34.8-27.9-74.4-2.3-103.4 37.2-41.9 176.1-139.5 212.8-161.6h24.4c8.7 11.1 61 93 72 131.4 11.7 41.2 9.3 92.4-36.6 129.6-45.9 37.2-98.2 35.4-147.6 4z"},"children":[]},{"type":"path","props":{"fillRule":"evenodd","fill":"#164b6f","d":"m506.5 1710.5c-39 18-72.1 66.2-54.7 113.9 16.9 45.9 69.8 46.5 105.8 33.1 66.9-24.4 206.4-112.7 230.2-130.2l8.7-23.2c-16.3-23.3-66.3-83.1-100-109.3-33.7-26.1-83.7-41.8-133.1-13.9-51.7 29-68.6 83.1-56.9 129.6z"},"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
|
+
DassaultAviation.displayName = 'DassaultAviation';
|
|
20
|
+
|
|
21
|
+
export default DassaultAviation;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Frequência Invisível
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const FrequenciaInvisivel = react_1.forwardRef(function FrequenciaInvisivel({ viewBox = '0 0 719.14 165.69', ...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":"g","props":{"id":"Layer_1-2","dataName":"Layer 1"},"children":[{"type":"g","props":{},"children":[{"type":"g","props":{},"children":[{"type":"path","props":{"className":"cls-2","d":"M13.05,165.69c-3.58,0-6.65-1.28-9.21-3.84-2.56-2.56-3.84-5.63-3.84-9.21V50.29c0-3.58,1.28-6.65,3.84-9.21,2.56-2.56,5.63-3.84,9.21-3.84s6.65,1.28,9.21,3.84c2.56,2.56,3.84,5.63,3.84,9.21v102.35c0,3.58-1.28,6.65-3.84,9.21-2.56,2.56-5.63,3.84-9.21,3.84Z"},"children":[]},{"type":"path","props":{"className":"cls-2","d":"M116.42,37.75c17.99,1.02,32.79,7.34,44.39,18.93,12.28,12.28,18.51,27.12,18.68,44.52v49.38c0,4.95-1.28,8.7-3.84,11.26-2.56,2.56-5.63,3.84-9.21,3.84s-6.65-1.28-9.21-3.84c-2.56-2.56-3.84-6.22-3.84-11v-49.38c0-.77.04-1.53.13-2.3-.51-9.38-4.18-17.44-11-24.18-7.42-7.42-16.38-11.13-26.87-11.13h-.51c-10.49,0-19.45,3.71-26.87,11.13-6.82,6.74-10.49,14.8-11,24.18.08.77.13,1.53.13,2.3v49.38c0,4.78-1.28,8.44-3.84,11-2.56,2.56-5.63,3.84-9.21,3.84s-6.65-1.28-9.21-3.84c-2.56-2.56-3.84-6.31-3.84-11.26v-49.38c.17-17.4,6.4-32.24,18.68-44.52,11.6-11.6,26.4-17.91,44.39-18.93h2.05Z"},"children":[]},{"type":"path","props":{"className":"cls-2","d":"M372.94,37.75c3.58,0,6.61,1.24,9.08,3.71,2.47,2.48,3.71,5.5,3.71,9.08s-1.24,6.51-3.71,9.02c-2.47,2.52-5.5,3.77-9.08,3.77-1.79,0-3.31.62-4.54,1.86s-1.85,2.75-1.85,4.54.62,3.31,1.85,4.54c1.24,1.24,2.75,1.86,4.54,1.86,12.37,0,22.92,4.37,31.67,13.11,8.74,8.74,13.11,19.3,13.11,31.67s-4.37,22.92-13.11,31.66c-8.74,8.74-19.3,13.11-31.67,13.11s-22.92-4.37-31.66-13.11c-8.74-8.74-13.11-19.3-13.11-31.66,0-3.58,1.26-6.61,3.77-9.08,2.52-2.47,5.52-3.71,9.02-3.71s6.61,1.24,9.08,3.71c2.47,2.47,3.71,5.5,3.71,9.08,0,5.29,1.87,9.81,5.63,13.56,3.75,3.75,8.27,5.63,13.56,5.63s9.81-1.87,13.56-5.63c3.75-3.75,5.63-8.27,5.63-13.56s-1.88-9.81-5.63-13.56c-3.75-3.75-8.27-5.63-13.56-5.63-8.87,0-16.42-3.13-22.64-9.4-6.23-6.27-9.34-13.79-9.34-22.58s3.11-16.42,9.34-22.64c6.23-6.23,13.77-9.34,22.64-9.34Z"},"children":[]},{"type":"path","props":{"className":"cls-2","d":"M490.26,157.37c-.6,1.71-1.58,3.2-2.94,4.48-2.47,2.56-5.5,3.84-9.08,3.84s-6.48-1.28-8.96-3.84c-1.36-1.28-2.35-2.73-2.94-4.35l-49.77-99.66c-1.53-2.13-2.3-4.56-2.3-7.29,0-3.5,1.26-6.5,3.77-9.02,2.52-2.52,5.52-3.77,9.02-3.77s6.61,1.24,9.08,3.71c.85.85,1.54,1.75,2.05,2.69h.13l39.92,79.96,39.92-79.96.13.13c.6-1.02,1.32-1.96,2.18-2.81,2.47-2.47,5.46-3.71,8.96-3.71s6.61,1.26,9.08,3.77c2.47,2.52,3.71,5.52,3.71,9.02,0,2.82-.81,5.29-2.43,7.42l-49.51,99.41Z"},"children":[]},{"type":"path","props":{"className":"cls-2","d":"M265.07,157.12c-.6,1.71-1.58,3.2-2.94,4.48-2.47,2.56-5.5,3.84-9.08,3.84s-6.48-1.28-8.96-3.84c-1.36-1.28-2.35-2.73-2.94-4.35l-49.77-99.66c-1.53-2.13-2.3-4.56-2.3-7.29,0-3.5,1.26-6.5,3.77-9.02,2.52-2.52,5.52-3.77,9.02-3.77s6.61,1.24,9.08,3.71c.85.85,1.54,1.75,2.05,2.69h.13l39.92,79.96,39.92-79.96.13.13c.6-1.02,1.32-1.96,2.18-2.81,2.47-2.47,5.46-3.71,8.96-3.71s6.61,1.26,9.08,3.77c2.47,2.52,3.71,5.52,3.71,9.02,0,2.82-.81,5.29-2.43,7.42l-49.51,99.41Z"},"children":[]},{"type":"path","props":{"className":"cls-2","d":"M632.01,67.05c-4.69-2.13-9.85-3.2-15.48-3.2-10.49,0-19.45,3.69-26.87,11.07-7.42,7.38-11.13,16.31-11.13,26.8s3.71,19.45,11.13,26.87,16.38,11.13,26.87,11.13,19.32-3.67,26.74-11c.08-.08.17-.17.26-.26,2.47-2.47,5.5-3.71,9.08-3.71s6.65,1.26,9.21,3.77c2.56,2.52,3.84,5.57,3.84,9.15s-1.28,6.65-3.84,9.21c-.09.09-.17.17-.26.26-12.37,12.37-27.38,18.55-45.03,18.55s-32.71-6.23-45.16-18.68c-12.45-12.45-18.68-27.51-18.68-45.16s6.23-32.71,18.68-45.16c12.45-12.45,27.51-18.68,45.16-18.68s32.67,6.19,45.03,18.55l-.13.13c0,.09.04.13.13.13,2.47,2.48,3.71,5.5,3.71,9.08s-1.24,6.48-3.71,8.96l-36.59,36.33c-2.56,2.48-5.63,3.71-9.21,3.71s-6.78-1.24-9.34-3.71c-2.47-2.56-3.71-5.67-3.71-9.34s1.24-6.65,3.71-9.21l25.59-25.59Z"},"children":[]},{"type":"path","props":{"className":"cls-2","d":"M715.3,3.97c2.56,2.56,3.84,5.63,3.84,9.21v139.45c0,3.58-1.28,6.65-3.84,9.21-2.56,2.56-5.63,3.84-9.21,3.84s-6.65-1.28-9.21-3.84c-2.56-2.56-3.84-5.63-3.84-9.21V13.18c0-3.58,1.28-6.65,3.84-9.21,2.56-2.56,5.63-3.84,9.21-3.84s6.65,1.28,9.21,3.84Z"},"children":[]}]},{"type":"path","props":{"className":"cls-1","d":"M320.99,26.1c-3.58,0-6.65-1.28-9.21-3.84-2.56-2.56-3.84-5.63-3.84-9.21s1.28-6.65,3.84-9.21c2.56-2.56,5.63-3.84,9.21-3.84s6.65,1.28,9.21,3.84c2.56,2.56,3.84,5.63,3.84,9.21s-1.28,6.65-3.84,9.21c-2.56,2.56-5.63,3.84-9.21,3.84Z"},"children":[]},{"type":"path","props":{"className":"cls-1","d":"M413.57,26.1c-3.58,0-6.65-1.28-9.21-3.84-2.56-2.56-3.84-5.63-3.84-9.21s1.28-6.65,3.84-9.21c2.56-2.56,5.63-3.84,9.21-3.84s6.65,1.28,9.21,3.84c2.56,2.56,3.84,5.63,3.84,9.21s-1.28,6.65-3.84,9.21c-2.56,2.56-5.63,3.84-9.21,3.84Z"},"children":[]},{"type":"path","props":{"className":"cls-1","d":"M13.05,26.1c-3.58,0-6.65-1.28-9.21-3.84-2.56-2.56-3.84-5.63-3.84-9.21S1.28,6.4,3.84,3.84C6.4,1.28,9.47,0,13.05,0s6.65,1.28,9.21,3.84c2.56,2.56,3.84,5.63,3.84,9.21s-1.28,6.65-3.84,9.21c-2.56,2.56-5.63,3.84-9.21,3.84Z"},"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
|
+
FrequenciaInvisivel.displayName = 'FrequenciaInvisivel';
|
|
21
|
+
|
|
22
|
+
exports.default = FrequenciaInvisivel;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Frequência Invisível
|
|
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 FrequenciaInvisivel: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default FrequenciaInvisivel;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Frequência Invisível
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const FrequenciaInvisivel = forwardRef(
|
|
7
|
+
function FrequenciaInvisivel({ viewBox = '0 0 719.14 165.69', ...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":"g","props":{"id":"Layer_1-2","dataName":"Layer 1"},"children":[{"type":"g","props":{},"children":[{"type":"g","props":{},"children":[{"type":"path","props":{"className":"cls-2","d":"M13.05,165.69c-3.58,0-6.65-1.28-9.21-3.84-2.56-2.56-3.84-5.63-3.84-9.21V50.29c0-3.58,1.28-6.65,3.84-9.21,2.56-2.56,5.63-3.84,9.21-3.84s6.65,1.28,9.21,3.84c2.56,2.56,3.84,5.63,3.84,9.21v102.35c0,3.58-1.28,6.65-3.84,9.21-2.56,2.56-5.63,3.84-9.21,3.84Z"},"children":[]},{"type":"path","props":{"className":"cls-2","d":"M116.42,37.75c17.99,1.02,32.79,7.34,44.39,18.93,12.28,12.28,18.51,27.12,18.68,44.52v49.38c0,4.95-1.28,8.7-3.84,11.26-2.56,2.56-5.63,3.84-9.21,3.84s-6.65-1.28-9.21-3.84c-2.56-2.56-3.84-6.22-3.84-11v-49.38c0-.77.04-1.53.13-2.3-.51-9.38-4.18-17.44-11-24.18-7.42-7.42-16.38-11.13-26.87-11.13h-.51c-10.49,0-19.45,3.71-26.87,11.13-6.82,6.74-10.49,14.8-11,24.18.08.77.13,1.53.13,2.3v49.38c0,4.78-1.28,8.44-3.84,11-2.56,2.56-5.63,3.84-9.21,3.84s-6.65-1.28-9.21-3.84c-2.56-2.56-3.84-6.31-3.84-11.26v-49.38c.17-17.4,6.4-32.24,18.68-44.52,11.6-11.6,26.4-17.91,44.39-18.93h2.05Z"},"children":[]},{"type":"path","props":{"className":"cls-2","d":"M372.94,37.75c3.58,0,6.61,1.24,9.08,3.71,2.47,2.48,3.71,5.5,3.71,9.08s-1.24,6.51-3.71,9.02c-2.47,2.52-5.5,3.77-9.08,3.77-1.79,0-3.31.62-4.54,1.86s-1.85,2.75-1.85,4.54.62,3.31,1.85,4.54c1.24,1.24,2.75,1.86,4.54,1.86,12.37,0,22.92,4.37,31.67,13.11,8.74,8.74,13.11,19.3,13.11,31.67s-4.37,22.92-13.11,31.66c-8.74,8.74-19.3,13.11-31.67,13.11s-22.92-4.37-31.66-13.11c-8.74-8.74-13.11-19.3-13.11-31.66,0-3.58,1.26-6.61,3.77-9.08,2.52-2.47,5.52-3.71,9.02-3.71s6.61,1.24,9.08,3.71c2.47,2.47,3.71,5.5,3.71,9.08,0,5.29,1.87,9.81,5.63,13.56,3.75,3.75,8.27,5.63,13.56,5.63s9.81-1.87,13.56-5.63c3.75-3.75,5.63-8.27,5.63-13.56s-1.88-9.81-5.63-13.56c-3.75-3.75-8.27-5.63-13.56-5.63-8.87,0-16.42-3.13-22.64-9.4-6.23-6.27-9.34-13.79-9.34-22.58s3.11-16.42,9.34-22.64c6.23-6.23,13.77-9.34,22.64-9.34Z"},"children":[]},{"type":"path","props":{"className":"cls-2","d":"M490.26,157.37c-.6,1.71-1.58,3.2-2.94,4.48-2.47,2.56-5.5,3.84-9.08,3.84s-6.48-1.28-8.96-3.84c-1.36-1.28-2.35-2.73-2.94-4.35l-49.77-99.66c-1.53-2.13-2.3-4.56-2.3-7.29,0-3.5,1.26-6.5,3.77-9.02,2.52-2.52,5.52-3.77,9.02-3.77s6.61,1.24,9.08,3.71c.85.85,1.54,1.75,2.05,2.69h.13l39.92,79.96,39.92-79.96.13.13c.6-1.02,1.32-1.96,2.18-2.81,2.47-2.47,5.46-3.71,8.96-3.71s6.61,1.26,9.08,3.77c2.47,2.52,3.71,5.52,3.71,9.02,0,2.82-.81,5.29-2.43,7.42l-49.51,99.41Z"},"children":[]},{"type":"path","props":{"className":"cls-2","d":"M265.07,157.12c-.6,1.71-1.58,3.2-2.94,4.48-2.47,2.56-5.5,3.84-9.08,3.84s-6.48-1.28-8.96-3.84c-1.36-1.28-2.35-2.73-2.94-4.35l-49.77-99.66c-1.53-2.13-2.3-4.56-2.3-7.29,0-3.5,1.26-6.5,3.77-9.02,2.52-2.52,5.52-3.77,9.02-3.77s6.61,1.24,9.08,3.71c.85.85,1.54,1.75,2.05,2.69h.13l39.92,79.96,39.92-79.96.13.13c.6-1.02,1.32-1.96,2.18-2.81,2.47-2.47,5.46-3.71,8.96-3.71s6.61,1.26,9.08,3.77c2.47,2.52,3.71,5.52,3.71,9.02,0,2.82-.81,5.29-2.43,7.42l-49.51,99.41Z"},"children":[]},{"type":"path","props":{"className":"cls-2","d":"M632.01,67.05c-4.69-2.13-9.85-3.2-15.48-3.2-10.49,0-19.45,3.69-26.87,11.07-7.42,7.38-11.13,16.31-11.13,26.8s3.71,19.45,11.13,26.87,16.38,11.13,26.87,11.13,19.32-3.67,26.74-11c.08-.08.17-.17.26-.26,2.47-2.47,5.5-3.71,9.08-3.71s6.65,1.26,9.21,3.77c2.56,2.52,3.84,5.57,3.84,9.15s-1.28,6.65-3.84,9.21c-.09.09-.17.17-.26.26-12.37,12.37-27.38,18.55-45.03,18.55s-32.71-6.23-45.16-18.68c-12.45-12.45-18.68-27.51-18.68-45.16s6.23-32.71,18.68-45.16c12.45-12.45,27.51-18.68,45.16-18.68s32.67,6.19,45.03,18.55l-.13.13c0,.09.04.13.13.13,2.47,2.48,3.71,5.5,3.71,9.08s-1.24,6.48-3.71,8.96l-36.59,36.33c-2.56,2.48-5.63,3.71-9.21,3.71s-6.78-1.24-9.34-3.71c-2.47-2.56-3.71-5.67-3.71-9.34s1.24-6.65,3.71-9.21l25.59-25.59Z"},"children":[]},{"type":"path","props":{"className":"cls-2","d":"M715.3,3.97c2.56,2.56,3.84,5.63,3.84,9.21v139.45c0,3.58-1.28,6.65-3.84,9.21-2.56,2.56-5.63,3.84-9.21,3.84s-6.65-1.28-9.21-3.84c-2.56-2.56-3.84-5.63-3.84-9.21V13.18c0-3.58,1.28-6.65,3.84-9.21,2.56-2.56,5.63-3.84,9.21-3.84s6.65,1.28,9.21,3.84Z"},"children":[]}]},{"type":"path","props":{"className":"cls-1","d":"M320.99,26.1c-3.58,0-6.65-1.28-9.21-3.84-2.56-2.56-3.84-5.63-3.84-9.21s1.28-6.65,3.84-9.21c2.56-2.56,5.63-3.84,9.21-3.84s6.65,1.28,9.21,3.84c2.56,2.56,3.84,5.63,3.84,9.21s-1.28,6.65-3.84,9.21c-2.56,2.56-5.63,3.84-9.21,3.84Z"},"children":[]},{"type":"path","props":{"className":"cls-1","d":"M413.57,26.1c-3.58,0-6.65-1.28-9.21-3.84-2.56-2.56-3.84-5.63-3.84-9.21s1.28-6.65,3.84-9.21c2.56-2.56,5.63-3.84,9.21-3.84s6.65,1.28,9.21,3.84c2.56,2.56,3.84,5.63,3.84,9.21s-1.28,6.65-3.84,9.21c-2.56,2.56-5.63,3.84-9.21,3.84Z"},"children":[]},{"type":"path","props":{"className":"cls-1","d":"M13.05,26.1c-3.58,0-6.65-1.28-9.21-3.84-2.56-2.56-3.84-5.63-3.84-9.21S1.28,6.4,3.84,3.84C6.4,1.28,9.47,0,13.05,0s6.65,1.28,9.21,3.84c2.56,2.56,3.84,5.63,3.84,9.21s-1.28,6.65-3.84,9.21c-2.56,2.56-5.63,3.84-9.21,3.84Z"},"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
|
+
FrequenciaInvisivel.displayName = 'FrequenciaInvisivel';
|
|
20
|
+
|
|
21
|
+
export default FrequenciaInvisivel;
|
package/dist/friym.cjs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Friym
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const Friym = react_1.forwardRef(function Friym({ viewBox = '0 0 285.21 283.07', ...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":["Friym"]},{"type":"path","props":{"fill":"#fff","d":"M242.21,110.17c-2.37-6.74-8.45-8.59-15.13-8.07a.42.42,0,0,1-.45-.39V94.93c.05-18.63-11.65-35.36-29.79-40.31q-4.94-1.36-15.77-1.36-36.33-.07-72.68,0a68.09,68.09,0,0,0-13.32.93C78.46,57.78,66.43,71.51,63.79,87.91c-.67,4.15-.39,10.19-.45,13.6a.5.5,0,0,1-.45.53c-1.36.19-3.21-.07-4.34.05Q51.14,103,48.19,109q-1.41,2.9-1.27,10.31.09,5.93.05,14,0,7.27.9,9.85a11.92,11.92,0,0,0,7.87,7.26c2.1.7,4.81.37,7.05.45a.5.5,0,0,1,.54.45.48.48,0,0,1,0,.11q.08,20.4,0,51.56a39.4,39.4,0,0,0,.66,8.35c2.16,9.11,11.86,14.55,20.53,12.65q3.49-.78,9.15-4.59l27.93-18.66a4.67,4.67,0,0,1,2.58-.79h54.15q12.33,0,17.65-1.36c17.12-4.4,30-19.88,30.62-37.72,0-.82,0-4,0-9.45a.45.45,0,0,1,.39-.51h.11c2-.05,4.48.15,6.22-.26,6.94-1.65,9.66-7.09,9.69-13.93V118.64l0,0Q243,112.51,242.21,110.17ZM116.43,93.92a12.22,12.22,0,1,1-12.23,12.22A12.22,12.22,0,0,1,116.43,93.92Zm64.64,62.36h0c-11.34,6.65-23.13,11-36.15,11s-24.81-4.4-36.15-11.08c-10.18-6-2-20.25,8.39-14.06,8.78,5.25,17.76,8.77,27.76,8.78s19-3.48,27.78-8.71C183.1,136,191.24,150.34,181.07,156.28Zm-7.49-37.89a12.22,12.22,0,1,1,12.22-12.22A12.22,12.22,0,0,1,173.58,118.39Z"},"children":[]},{"type":"circle","props":{"fill":"#227371","cx":"116.42","cy":"106.15","r":"12.22"},"children":[]},{"type":"path","props":{"fill":"#227371","d":"M172.71,142.2c-8.8,5.23-17.78,8.72-27.78,8.71s-19-3.53-27.76-8.78c-10.37-6.2-18.57,8.06-8.39,14.06,11.34,6.68,23.13,11.06,36.15,11.08s24.81-4.33,36.15-11h0C191.24,150.34,183.1,136,172.71,142.2Z"},"children":[]},{"type":"circle","props":{"fill":"#227371","cx":"173.58","cy":"106.17","r":"12.22"},"children":[]},{"type":"path","props":{"fill":"#227371","d":"M269,77.12q-22.16-41.75-64.71-61.87A139.48,139.48,0,0,0,123.2,3.8C62.61,13.64,15.85,60.09,6.25,121.25a120.46,120.46,0,0,0-1.16,15.64q-.22,11.55.12,15.66Q9.57,204,45.37,240.74v0a.39.39,0,0,1,0,.56Q30.92,255.75,20.75,266q-3.07,3.09-3.59,5c-1.25,4.63,1.28,10.37,6.3,10.83q2.8.24,7.09.24,24.73-.11,99.91-.07,18.4,0,19.94,0C208,279.82,257,243.22,276.93,189.06,290.08,153.28,286.87,110.82,269,77.12Zm-25.92,59.59c0,6.84-2.75,12.28-9.69,13.93-1.74.42-4.18.21-6.22.26h-.11a.45.45,0,0,0-.39.51c0,5.49,0,8.63,0,9.45-.63,17.83-13.5,33.32-30.62,37.72q-5.33,1.36-17.65,1.36H124.21a4.67,4.67,0,0,0-2.58.79L93.7,219.38Q88,223.19,84.55,224c-8.67,1.9-18.37-3.54-20.53-12.65a39.4,39.4,0,0,1-.66-8.35q0-31.16,0-51.56a.48.48,0,0,0,0-.11.5.5,0,0,0-.54-.45c-2.25-.09-5,.25-7.05-.45a11.92,11.92,0,0,1-7.87-7.26q-.94-2.58-.9-9.85,0-8-.05-14-.14-7.41,1.27-10.31,3-6.07,10.36-6.93c1.13-.13,3,.14,4.34-.05a.5.5,0,0,0,.45-.53c.06-3.41-.22-9.45.45-13.6,2.64-16.4,14.68-30.13,31.28-33.74a68.09,68.09,0,0,1,13.32-.93q36.35,0,72.68,0,10.84,0,15.77,1.36C215,59.57,226.68,76.3,226.63,94.93v6.78a.42.42,0,0,0,.45.39c6.68-.52,12.76,1.32,15.13,8.07q.84,2.34.84,8.43l0,0Z"},"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
|
+
Friym.displayName = 'Friym';
|
|
21
|
+
|
|
22
|
+
exports.default = Friym;
|
package/dist/friym.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Friym
|
|
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 Friym: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default Friym;
|
package/dist/friym.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Friym
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const Friym = forwardRef(
|
|
7
|
+
function Friym({ viewBox = '0 0 285.21 283.07', ...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":["Friym"]},{"type":"path","props":{"fill":"#fff","d":"M242.21,110.17c-2.37-6.74-8.45-8.59-15.13-8.07a.42.42,0,0,1-.45-.39V94.93c.05-18.63-11.65-35.36-29.79-40.31q-4.94-1.36-15.77-1.36-36.33-.07-72.68,0a68.09,68.09,0,0,0-13.32.93C78.46,57.78,66.43,71.51,63.79,87.91c-.67,4.15-.39,10.19-.45,13.6a.5.5,0,0,1-.45.53c-1.36.19-3.21-.07-4.34.05Q51.14,103,48.19,109q-1.41,2.9-1.27,10.31.09,5.93.05,14,0,7.27.9,9.85a11.92,11.92,0,0,0,7.87,7.26c2.1.7,4.81.37,7.05.45a.5.5,0,0,1,.54.45.48.48,0,0,1,0,.11q.08,20.4,0,51.56a39.4,39.4,0,0,0,.66,8.35c2.16,9.11,11.86,14.55,20.53,12.65q3.49-.78,9.15-4.59l27.93-18.66a4.67,4.67,0,0,1,2.58-.79h54.15q12.33,0,17.65-1.36c17.12-4.4,30-19.88,30.62-37.72,0-.82,0-4,0-9.45a.45.45,0,0,1,.39-.51h.11c2-.05,4.48.15,6.22-.26,6.94-1.65,9.66-7.09,9.69-13.93V118.64l0,0Q243,112.51,242.21,110.17ZM116.43,93.92a12.22,12.22,0,1,1-12.23,12.22A12.22,12.22,0,0,1,116.43,93.92Zm64.64,62.36h0c-11.34,6.65-23.13,11-36.15,11s-24.81-4.4-36.15-11.08c-10.18-6-2-20.25,8.39-14.06,8.78,5.25,17.76,8.77,27.76,8.78s19-3.48,27.78-8.71C183.1,136,191.24,150.34,181.07,156.28Zm-7.49-37.89a12.22,12.22,0,1,1,12.22-12.22A12.22,12.22,0,0,1,173.58,118.39Z"},"children":[]},{"type":"circle","props":{"fill":"#227371","cx":"116.42","cy":"106.15","r":"12.22"},"children":[]},{"type":"path","props":{"fill":"#227371","d":"M172.71,142.2c-8.8,5.23-17.78,8.72-27.78,8.71s-19-3.53-27.76-8.78c-10.37-6.2-18.57,8.06-8.39,14.06,11.34,6.68,23.13,11.06,36.15,11.08s24.81-4.33,36.15-11h0C191.24,150.34,183.1,136,172.71,142.2Z"},"children":[]},{"type":"circle","props":{"fill":"#227371","cx":"173.58","cy":"106.17","r":"12.22"},"children":[]},{"type":"path","props":{"fill":"#227371","d":"M269,77.12q-22.16-41.75-64.71-61.87A139.48,139.48,0,0,0,123.2,3.8C62.61,13.64,15.85,60.09,6.25,121.25a120.46,120.46,0,0,0-1.16,15.64q-.22,11.55.12,15.66Q9.57,204,45.37,240.74v0a.39.39,0,0,1,0,.56Q30.92,255.75,20.75,266q-3.07,3.09-3.59,5c-1.25,4.63,1.28,10.37,6.3,10.83q2.8.24,7.09.24,24.73-.11,99.91-.07,18.4,0,19.94,0C208,279.82,257,243.22,276.93,189.06,290.08,153.28,286.87,110.82,269,77.12Zm-25.92,59.59c0,6.84-2.75,12.28-9.69,13.93-1.74.42-4.18.21-6.22.26h-.11a.45.45,0,0,0-.39.51c0,5.49,0,8.63,0,9.45-.63,17.83-13.5,33.32-30.62,37.72q-5.33,1.36-17.65,1.36H124.21a4.67,4.67,0,0,0-2.58.79L93.7,219.38Q88,223.19,84.55,224c-8.67,1.9-18.37-3.54-20.53-12.65a39.4,39.4,0,0,1-.66-8.35q0-31.16,0-51.56a.48.48,0,0,0,0-.11.5.5,0,0,0-.54-.45c-2.25-.09-5,.25-7.05-.45a11.92,11.92,0,0,1-7.87-7.26q-.94-2.58-.9-9.85,0-8-.05-14-.14-7.41,1.27-10.31,3-6.07,10.36-6.93c1.13-.13,3,.14,4.34-.05a.5.5,0,0,0,.45-.53c.06-3.41-.22-9.45.45-13.6,2.64-16.4,14.68-30.13,31.28-33.74a68.09,68.09,0,0,1,13.32-.93q36.35,0,72.68,0,10.84,0,15.77,1.36C215,59.57,226.68,76.3,226.63,94.93v6.78a.42.42,0,0,0,.45.39c6.68-.52,12.76,1.32,15.13,8.07q.84,2.34.84,8.43l0,0Z"},"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
|
+
Friym.displayName = 'Friym';
|
|
20
|
+
|
|
21
|
+
export default Friym;
|
package/dist/index.cjs
CHANGED
|
@@ -4276,6 +4276,8 @@ const _comsol = require('./comsol.cjs');
|
|
|
4276
4276
|
exports.Comsol = _comsol.default;
|
|
4277
4277
|
const _conan = require('./conan.cjs');
|
|
4278
4278
|
exports.Conan = _conan.default;
|
|
4279
|
+
const _conceptboard = require('./conceptboard.cjs');
|
|
4280
|
+
exports.Conceptboard = _conceptboard.default;
|
|
4279
4281
|
const _concourse = require('./concourse.cjs');
|
|
4280
4282
|
exports.Concourse = _concourse.default;
|
|
4281
4283
|
const _conda_forge = require('./conda-forge.cjs');
|
|
@@ -4498,6 +4500,8 @@ const _dashlane = require('./dashlane.cjs');
|
|
|
4498
4500
|
exports.Dashlane = _dashlane.default;
|
|
4499
4501
|
const _dask = require('./dask.cjs');
|
|
4500
4502
|
exports.Dask = _dask.default;
|
|
4503
|
+
const _dassault_aviation = require('./dassault-aviation.cjs');
|
|
4504
|
+
exports.DassaultAviation = _dassault_aviation.default;
|
|
4501
4505
|
const _dassault_systemes = require('./dassault-systemes.cjs');
|
|
4502
4506
|
exports.DassaultSystemes = _dassault_systemes.default;
|
|
4503
4507
|
const _databricks = require('./databricks.cjs');
|
|
@@ -5362,6 +5366,8 @@ const _freepik = require('./freepik.cjs');
|
|
|
5362
5366
|
exports.Freepik = _freepik.default;
|
|
5363
5367
|
const _freetube = require('./freetube.cjs');
|
|
5364
5368
|
exports.Freetube = _freetube.default;
|
|
5369
|
+
const _frequencia_invisivel = require('./frequencia-invisivel.cjs');
|
|
5370
|
+
exports.FrequenciaInvisivel = _frequencia_invisivel.default;
|
|
5365
5371
|
const _fresh = require('./fresh.cjs');
|
|
5366
5372
|
exports.Fresh = _fresh.default;
|
|
5367
5373
|
const _freshrss = require('./freshrss.cjs');
|
|
@@ -5372,6 +5378,8 @@ const _frigate = require('./frigate.cjs');
|
|
|
5372
5378
|
exports.Frigate = _frigate.default;
|
|
5373
5379
|
const _fritz = require('./fritz.cjs');
|
|
5374
5380
|
exports.Fritz = _fritz.default;
|
|
5381
|
+
const _friym = require('./friym.cjs');
|
|
5382
|
+
exports.Friym = _friym.default;
|
|
5375
5383
|
const _front = require('./front.cjs');
|
|
5376
5384
|
exports.Front = _front.default;
|
|
5377
5385
|
const _frontend_mentor = require('./frontend-mentor.cjs');
|
|
@@ -6798,8 +6806,14 @@ const _iveco = require('./iveco.cjs');
|
|
|
6798
6806
|
exports.Iveco = _iveco.default;
|
|
6799
6807
|
const _jabber = require('./jabber.cjs');
|
|
6800
6808
|
exports.Jabber = _jabber.default;
|
|
6809
|
+
const _jaco = require('./jaco.cjs');
|
|
6810
|
+
exports.Jaco = _jaco.default;
|
|
6801
6811
|
const _jaeger = require('./jaeger.cjs');
|
|
6802
6812
|
exports.Jaeger = _jaeger.default;
|
|
6813
|
+
const _jaguar = require('./jaguar.cjs');
|
|
6814
|
+
exports.Jaguar = _jaguar.default;
|
|
6815
|
+
const _jaguar_legacy = require('./jaguar-legacy.cjs');
|
|
6816
|
+
exports.JaguarLegacy = _jaguar_legacy.default;
|
|
6803
6817
|
const _jameson = require('./jameson.cjs');
|
|
6804
6818
|
exports.Jameson = _jameson.default;
|
|
6805
6819
|
const _jamstack = require('./jamstack.cjs');
|
|
@@ -6880,6 +6894,8 @@ const _jitpack = require('./jitpack.cjs');
|
|
|
6880
6894
|
exports.Jitpack = _jitpack.default;
|
|
6881
6895
|
const _jitsi = require('./jitsi.cjs');
|
|
6882
6896
|
exports.Jitsi = _jitsi.default;
|
|
6897
|
+
const _jobicy = require('./jobicy.cjs');
|
|
6898
|
+
exports.Jobicy = _jobicy.default;
|
|
6883
6899
|
const _john_deere = require('./john-deere.cjs');
|
|
6884
6900
|
exports.JohnDeere = _john_deere.default;
|
|
6885
6901
|
const _johnson_and_johnson = require('./johnson-and-johnson.cjs');
|
|
@@ -7062,6 +7078,10 @@ const _kavita = require('./kavita.cjs');
|
|
|
7062
7078
|
exports.Kavita = _kavita.default;
|
|
7063
7079
|
const _kde = require('./kde.cjs');
|
|
7064
7080
|
exports.Kde = _kde.default;
|
|
7081
|
+
const _kde_connect = require('./kde-connect.cjs');
|
|
7082
|
+
exports.KdeConnect = _kde_connect.default;
|
|
7083
|
+
const _kde_discover = require('./kde-discover.cjs');
|
|
7084
|
+
exports.KdeDiscover = _kde_discover.default;
|
|
7065
7085
|
const _kde_neon = require('./kde-neon.cjs');
|
|
7066
7086
|
exports.KdeNeon = _kde_neon.default;
|
|
7067
7087
|
const _kde_plasma = require('./kde-plasma.cjs');
|
|
@@ -7100,6 +7120,8 @@ const _keystone = require('./keystone.cjs');
|
|
|
7100
7120
|
exports.Keystone = _keystone.default;
|
|
7101
7121
|
const _kfc = require('./kfc.cjs');
|
|
7102
7122
|
exports.Kfc = _kfc.default;
|
|
7123
|
+
const _kfc_legacy = require('./kfc-legacy.cjs');
|
|
7124
|
+
exports.KfcLegacy = _kfc_legacy.default;
|
|
7103
7125
|
const _khan_academy = require('./khan-academy.cjs');
|
|
7104
7126
|
exports.KhanAcademy = _khan_academy.default;
|
|
7105
7127
|
const _khronos_group = require('./khronos-group.cjs');
|
|
@@ -7682,6 +7704,8 @@ const _marvel_studios = require('./marvel-studios.cjs');
|
|
|
7682
7704
|
exports.MarvelStudios = _marvel_studios.default;
|
|
7683
7705
|
const _marvelapp = require('./marvelapp.cjs');
|
|
7684
7706
|
exports.Marvelapp = _marvelapp.default;
|
|
7707
|
+
const _masan_group = require('./masan-group.cjs');
|
|
7708
|
+
exports.MasanGroup = _masan_group.default;
|
|
7685
7709
|
const _maserati = require('./maserati.cjs');
|
|
7686
7710
|
exports.Maserati = _maserati.default;
|
|
7687
7711
|
const _mastercard = require('./mastercard.cjs');
|
|
@@ -8002,6 +8026,8 @@ const _momenteo = require('./momenteo.cjs');
|
|
|
8002
8026
|
exports.Momenteo = _momenteo.default;
|
|
8003
8027
|
const _monday = require('./monday.cjs');
|
|
8004
8028
|
exports.Monday = _monday.default;
|
|
8029
|
+
const _mondelez_international = require('./mondelez-international.cjs');
|
|
8030
|
+
exports.MondelezInternational = _mondelez_international.default;
|
|
8005
8031
|
const _monero = require('./monero.cjs');
|
|
8006
8032
|
exports.Monero = _monero.default;
|
|
8007
8033
|
const _moneygram = require('./moneygram.cjs');
|
|
@@ -8310,6 +8336,8 @@ const _nongfu_spring = require('./nongfu-spring.cjs');
|
|
|
8310
8336
|
exports.NongfuSpring = _nongfu_spring.default;
|
|
8311
8337
|
const _norco = require('./norco.cjs');
|
|
8312
8338
|
exports.Norco = _norco.default;
|
|
8339
|
+
const _nordea = require('./nordea.cjs');
|
|
8340
|
+
exports.Nordea = _nordea.default;
|
|
8313
8341
|
const _nordic_semiconductor = require('./nordic-semiconductor.cjs');
|
|
8314
8342
|
exports.NordicSemiconductor = _nordic_semiconductor.default;
|
|
8315
8343
|
const _nordpass = require('./nordpass.cjs');
|
|
@@ -10644,6 +10672,8 @@ const _the_weather_channel = require('./the-weather-channel.cjs');
|
|
|
10644
10672
|
exports.TheWeatherChannel = _the_weather_channel.default;
|
|
10645
10673
|
const _thesvg = require('./thesvg.cjs');
|
|
10646
10674
|
exports.Thesvg = _thesvg.default;
|
|
10675
|
+
const _thesvg_legacy = require('./thesvg-legacy.cjs');
|
|
10676
|
+
exports.ThesvgLegacy = _thesvg_legacy.default;
|
|
10647
10677
|
const _thingiverse = require('./thingiverse.cjs');
|
|
10648
10678
|
exports.Thingiverse = _thingiverse.default;
|
|
10649
10679
|
const _things = require('./things.cjs');
|
|
@@ -10812,6 +10842,8 @@ const _travis_ci = require('./travis-ci.cjs');
|
|
|
10812
10842
|
exports.TravisCi = _travis_ci.default;
|
|
10813
10843
|
const _treehouse = require('./treehouse.cjs');
|
|
10814
10844
|
exports.Treehouse = _treehouse.default;
|
|
10845
|
+
const _trek = require('./trek.cjs');
|
|
10846
|
+
exports.Trek = _trek.default;
|
|
10815
10847
|
const _trello = require('./trello.cjs');
|
|
10816
10848
|
exports.Trello = _trello.default;
|
|
10817
10849
|
const _trend_micro = require('./trend-micro.cjs');
|
|
@@ -10940,6 +10972,8 @@ const _ubisoft = require('./ubisoft.cjs');
|
|
|
10940
10972
|
exports.Ubisoft = _ubisoft.default;
|
|
10941
10973
|
const _ublock_origin = require('./ublock-origin.cjs');
|
|
10942
10974
|
exports.UblockOrigin = _ublock_origin.default;
|
|
10975
|
+
const _ubs_etracs = require('./ubs-etracs.cjs');
|
|
10976
|
+
exports.UbsEtracs = _ubs_etracs.default;
|
|
10943
10977
|
const _ubuntu = require('./ubuntu.cjs');
|
|
10944
10978
|
exports.Ubuntu = _ubuntu.default;
|
|
10945
10979
|
const _ubuntu_mate = require('./ubuntu-mate.cjs');
|
|
@@ -11152,6 +11186,8 @@ const _victoriametrics = require('./victoriametrics.cjs');
|
|
|
11152
11186
|
exports.Victoriametrics = _victoriametrics.default;
|
|
11153
11187
|
const _victron_energy = require('./victron-energy.cjs');
|
|
11154
11188
|
exports.VictronEnergy = _victron_energy.default;
|
|
11189
|
+
const _vidiq = require('./vidiq.cjs');
|
|
11190
|
+
exports.Vidiq = _vidiq.default;
|
|
11155
11191
|
const _vidu = require('./vidu.cjs');
|
|
11156
11192
|
exports.Vidu = _vidu.default;
|
|
11157
11193
|
const _vietnam_airlines = require('./vietnam-airlines.cjs');
|
|
@@ -11500,6 +11536,8 @@ const _woodpecker = require('./woodpecker.cjs');
|
|
|
11500
11536
|
exports.Woodpecker = _woodpecker.default;
|
|
11501
11537
|
const _wordpress = require('./wordpress.cjs');
|
|
11502
11538
|
exports.Wordpress = _wordpress.default;
|
|
11539
|
+
const _workbuddy = require('./workbuddy.cjs');
|
|
11540
|
+
exports.Workbuddy = _workbuddy.default;
|
|
11503
11541
|
const _workday = require('./workday.cjs');
|
|
11504
11542
|
exports.Workday = _workday.default;
|
|
11505
11543
|
const _workersai_cloudflare = require('./workersai-cloudflare.cjs');
|
package/dist/index.d.ts
CHANGED
|
@@ -2139,6 +2139,7 @@ export { default as Composer } from './composer.js';
|
|
|
2139
2139
|
export { default as Comptia } from './comptia.js';
|
|
2140
2140
|
export { default as Comsol } from './comsol.js';
|
|
2141
2141
|
export { default as Conan } from './conan.js';
|
|
2142
|
+
export { default as Conceptboard } from './conceptboard.js';
|
|
2142
2143
|
export { default as Concourse } from './concourse.js';
|
|
2143
2144
|
export { default as CondaForge } from './conda-forge.js';
|
|
2144
2145
|
export { default as Conekta } from './conekta.js';
|
|
@@ -2250,6 +2251,7 @@ export { default as Dash } from './dash.js';
|
|
|
2250
2251
|
export { default as Dash0 } from './dash0.js';
|
|
2251
2252
|
export { default as Dashlane } from './dashlane.js';
|
|
2252
2253
|
export { default as Dask } from './dask.js';
|
|
2254
|
+
export { default as DassaultAviation } from './dassault-aviation.js';
|
|
2253
2255
|
export { default as DassaultSystemes } from './dassault-systemes.js';
|
|
2254
2256
|
export { default as Databricks } from './databricks.js';
|
|
2255
2257
|
export { default as Datacamp } from './datacamp.js';
|
|
@@ -2682,11 +2684,13 @@ export { default as Freenas } from './freenas.js';
|
|
|
2682
2684
|
export { default as Freenet } from './freenet.js';
|
|
2683
2685
|
export { default as Freepik } from './freepik.js';
|
|
2684
2686
|
export { default as Freetube } from './freetube.js';
|
|
2687
|
+
export { default as FrequenciaInvisivel } from './frequencia-invisivel.js';
|
|
2685
2688
|
export { default as Fresh } from './fresh.js';
|
|
2686
2689
|
export { default as Freshrss } from './freshrss.js';
|
|
2687
2690
|
export { default as Friendli } from './friendli.js';
|
|
2688
2691
|
export { default as Frigate } from './frigate.js';
|
|
2689
2692
|
export { default as Fritz } from './fritz.js';
|
|
2693
|
+
export { default as Friym } from './friym.js';
|
|
2690
2694
|
export { default as Front } from './front.js';
|
|
2691
2695
|
export { default as FrontendMentor } from './frontend-mentor.js';
|
|
2692
2696
|
export { default as Frontify } from './frontify.js';
|
|
@@ -3400,7 +3404,10 @@ export { default as Itunes } from './itunes.js';
|
|
|
3400
3404
|
export { default as Itvx } from './itvx.js';
|
|
3401
3405
|
export { default as Iveco } from './iveco.js';
|
|
3402
3406
|
export { default as Jabber } from './jabber.js';
|
|
3407
|
+
export { default as Jaco } from './jaco.js';
|
|
3403
3408
|
export { default as Jaeger } from './jaeger.js';
|
|
3409
|
+
export { default as Jaguar } from './jaguar.js';
|
|
3410
|
+
export { default as JaguarLegacy } from './jaguar-legacy.js';
|
|
3404
3411
|
export { default as Jameson } from './jameson.js';
|
|
3405
3412
|
export { default as Jamstack } from './jamstack.js';
|
|
3406
3413
|
export { default as JapanAirlines } from './japan-airlines.js';
|
|
@@ -3441,6 +3448,7 @@ export { default as Jira } from './jira.js';
|
|
|
3441
3448
|
export { default as JiraSoftware } from './jira-software.js';
|
|
3442
3449
|
export { default as Jitpack } from './jitpack.js';
|
|
3443
3450
|
export { default as Jitsi } from './jitsi.js';
|
|
3451
|
+
export { default as Jobicy } from './jobicy.js';
|
|
3444
3452
|
export { default as JohnDeere } from './john-deere.js';
|
|
3445
3453
|
export { default as JohnsonAndJohnson } from './johnson-and-johnson.js';
|
|
3446
3454
|
export { default as Joomla } from './joomla.js';
|
|
@@ -3532,6 +3540,8 @@ export { default as Katana } from './katana.js';
|
|
|
3532
3540
|
export { default as Kaufland } from './kaufland.js';
|
|
3533
3541
|
export { default as Kavita } from './kavita.js';
|
|
3534
3542
|
export { default as Kde } from './kde.js';
|
|
3543
|
+
export { default as KdeConnect } from './kde-connect.js';
|
|
3544
|
+
export { default as KdeDiscover } from './kde-discover.js';
|
|
3535
3545
|
export { default as KdeNeon } from './kde-neon.js';
|
|
3536
3546
|
export { default as KdePlasma } from './kde-plasma.js';
|
|
3537
3547
|
export { default as Kdenlive } from './kdenlive.js';
|
|
@@ -3551,6 +3561,7 @@ export { default as Keycdn } from './keycdn.js';
|
|
|
3551
3561
|
export { default as Keycloak } from './keycloak.js';
|
|
3552
3562
|
export { default as Keystone } from './keystone.js';
|
|
3553
3563
|
export { default as Kfc } from './kfc.js';
|
|
3564
|
+
export { default as KfcLegacy } from './kfc-legacy.js';
|
|
3554
3565
|
export { default as KhanAcademy } from './khan-academy.js';
|
|
3555
3566
|
export { default as KhronosGroup } from './khronos-group.js';
|
|
3556
3567
|
export { default as Kia } from './kia.js';
|
|
@@ -3842,6 +3853,7 @@ export { default as MarutiSuzuki } from './maruti-suzuki.js';
|
|
|
3842
3853
|
export { default as MarvelComics } from './marvel-comics.js';
|
|
3843
3854
|
export { default as MarvelStudios } from './marvel-studios.js';
|
|
3844
3855
|
export { default as Marvelapp } from './marvelapp.js';
|
|
3856
|
+
export { default as MasanGroup } from './masan-group.js';
|
|
3845
3857
|
export { default as Maserati } from './maserati.js';
|
|
3846
3858
|
export { default as Mastercard } from './mastercard.js';
|
|
3847
3859
|
export { default as Mastercomfig } from './mastercomfig.js';
|
|
@@ -4002,6 +4014,7 @@ export { default as Mojeek } from './mojeek.js';
|
|
|
4002
4014
|
export { default as Moleculer } from './moleculer.js';
|
|
4003
4015
|
export { default as Momenteo } from './momenteo.js';
|
|
4004
4016
|
export { default as Monday } from './monday.js';
|
|
4017
|
+
export { default as MondelezInternational } from './mondelez-international.js';
|
|
4005
4018
|
export { default as Monero } from './monero.js';
|
|
4006
4019
|
export { default as Moneygram } from './moneygram.js';
|
|
4007
4020
|
export { default as Mongodb } from './mongodb.js';
|
|
@@ -4156,6 +4169,7 @@ export { default as Nokia } from './nokia.js';
|
|
|
4156
4169
|
export { default as Nomad } from './nomad.js';
|
|
4157
4170
|
export { default as NongfuSpring } from './nongfu-spring.js';
|
|
4158
4171
|
export { default as Norco } from './norco.js';
|
|
4172
|
+
export { default as Nordea } from './nordea.js';
|
|
4159
4173
|
export { default as NordicSemiconductor } from './nordic-semiconductor.js';
|
|
4160
4174
|
export { default as Nordpass } from './nordpass.js';
|
|
4161
4175
|
export { default as Nordvpn } from './nordvpn.js';
|
|
@@ -5323,6 +5337,7 @@ export { default as TheStorygraph } from './the-storygraph.js';
|
|
|
5323
5337
|
export { default as TheWashingtonPost } from './the-washington-post.js';
|
|
5324
5338
|
export { default as TheWeatherChannel } from './the-weather-channel.js';
|
|
5325
5339
|
export { default as Thesvg } from './thesvg.js';
|
|
5340
|
+
export { default as ThesvgLegacy } from './thesvg-legacy.js';
|
|
5326
5341
|
export { default as Thingiverse } from './thingiverse.js';
|
|
5327
5342
|
export { default as Things } from './things.js';
|
|
5328
5343
|
export { default as Thinkpad } from './thinkpad.js';
|
|
@@ -5407,6 +5422,7 @@ export { default as TransportForLondon } from './transport-for-london.js';
|
|
|
5407
5422
|
export { default as Travelperk } from './travelperk.js';
|
|
5408
5423
|
export { default as TravisCi } from './travis-ci.js';
|
|
5409
5424
|
export { default as Treehouse } from './treehouse.js';
|
|
5425
|
+
export { default as Trek } from './trek.js';
|
|
5410
5426
|
export { default as Trello } from './trello.js';
|
|
5411
5427
|
export { default as TrendMicro } from './trend-micro.js';
|
|
5412
5428
|
export { default as Tresorit } from './tresorit.js';
|
|
@@ -5471,6 +5487,7 @@ export { default as UberEats } from './uber-eats.js';
|
|
|
5471
5487
|
export { default as Ubiquiti } from './ubiquiti.js';
|
|
5472
5488
|
export { default as Ubisoft } from './ubisoft.js';
|
|
5473
5489
|
export { default as UblockOrigin } from './ublock-origin.js';
|
|
5490
|
+
export { default as UbsEtracs } from './ubs-etracs.js';
|
|
5474
5491
|
export { default as Ubuntu } from './ubuntu.js';
|
|
5475
5492
|
export { default as UbuntuMate } from './ubuntu-mate.js';
|
|
5476
5493
|
export { default as Uchicago } from './uchicago.js';
|
|
@@ -5577,6 +5594,7 @@ export { default as Viber } from './viber.js';
|
|
|
5577
5594
|
export { default as Viblo } from './viblo.js';
|
|
5578
5595
|
export { default as Victoriametrics } from './victoriametrics.js';
|
|
5579
5596
|
export { default as VictronEnergy } from './victron-energy.js';
|
|
5597
|
+
export { default as Vidiq } from './vidiq.js';
|
|
5580
5598
|
export { default as Vidu } from './vidu.js';
|
|
5581
5599
|
export { default as VietnamAirlines } from './vietnam-airlines.js';
|
|
5582
5600
|
export { default as Viewsonic } from './viewsonic.js';
|
|
@@ -5751,6 +5769,7 @@ export { default as Woo } from './woo.js';
|
|
|
5751
5769
|
export { default as Woocommerce } from './woocommerce.js';
|
|
5752
5770
|
export { default as Woodpecker } from './woodpecker.js';
|
|
5753
5771
|
export { default as Wordpress } from './wordpress.js';
|
|
5772
|
+
export { default as Workbuddy } from './workbuddy.js';
|
|
5754
5773
|
export { default as Workday } from './workday.js';
|
|
5755
5774
|
export { default as WorkersaiCloudflare } from './workersai-cloudflare.js';
|
|
5756
5775
|
export { default as Workos } from './workos.js';
|