@thesvg/react 3.0.8 → 3.0.10
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/apache-arrow.cjs +22 -0
- package/dist/apache-arrow.d.ts +9 -0
- package/dist/apache-arrow.js +21 -0
- package/dist/await.cjs +22 -0
- package/dist/await.d.ts +9 -0
- package/dist/await.js +21 -0
- package/dist/baoviet-holdings.cjs +22 -0
- package/dist/baoviet-holdings.d.ts +9 -0
- package/dist/baoviet-holdings.js +21 -0
- package/dist/bbk.cjs +22 -0
- package/dist/bbk.d.ts +9 -0
- package/dist/bbk.js +21 -0
- package/dist/index.cjs +16 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +8 -0
- package/dist/opentui.cjs +22 -0
- package/dist/opentui.d.ts +9 -0
- package/dist/opentui.js +21 -0
- package/dist/owasp-dependency-check.cjs +22 -0
- package/dist/owasp-dependency-check.d.ts +9 -0
- package/dist/owasp-dependency-check.js +21 -0
- package/dist/tata-consultancy-services.cjs +22 -0
- package/dist/tata-consultancy-services.d.ts +9 -0
- package/dist/tata-consultancy-services.js +21 -0
- package/dist/usnews.cjs +22 -0
- package/dist/usnews.d.ts +9 -0
- package/dist/usnews.js +21 -0
- package/package.json +1 -1
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Apache Arrow
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const ApacheArrow = react_1.forwardRef(function ApacheArrow({ viewBox = '0 0 24 24', ...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":["Apache Arrow"]},{"type":"path","props":{"fill":"#000000","d":"m0 2 10 10L0 22v-4l6-6-6-6zm7 0 10 10L7 22v-4l6-6-6-6zm7 0 10 10-10 10v-4l6-6-6-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
|
+
ApacheArrow.displayName = 'ApacheArrow';
|
|
21
|
+
|
|
22
|
+
exports.default = ApacheArrow;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Apache Arrow
|
|
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 ApacheArrow: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default ApacheArrow;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Apache Arrow
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const ApacheArrow = forwardRef(
|
|
7
|
+
function ApacheArrow({ viewBox = '0 0 24 24', ...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":["Apache Arrow"]},{"type":"path","props":{"fill":"#000000","d":"m0 2 10 10L0 22v-4l6-6-6-6zm7 0 10 10L7 22v-4l6-6-6-6zm7 0 10 10-10 10v-4l6-6-6-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
|
+
ApacheArrow.displayName = 'ApacheArrow';
|
|
20
|
+
|
|
21
|
+
export default ApacheArrow;
|
package/dist/await.cjs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Await
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const Await = react_1.forwardRef(function Await({ viewBox = '0 0 24 24', ...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":["Await"]},{"type":"path","props":{"fill":"#7858F5","d":"M12 0c5.523 0 10 4.477 10 10v9a3.125 3.125 0 0 1-4.694 2.703A3.126 3.126 0 0 1 12 23a3.126 3.126 0 0 1-5.306-1.297A3.125 3.125 0 0 1 2 19v-9C2 4.477 6.477 0 12 0m-1.25 10.625a.625.625 0 0 0-.625.625 1.875 1.875 0 0 0 3.75 0 .625.625 0 0 0-.625-.625zm-1.875-5c-.69 0-1.25.56-1.25 1.25v1.25a1.25 1.25 0 0 0 2.5 0v-1.25c0-.69-.56-1.25-1.25-1.25m6.25 0c-.69 0-1.25.56-1.25 1.25v1.25a1.25 1.25 0 0 0 2.5 0v-1.25c0-.69-.56-1.25-1.25-1.25"},"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
|
+
Await.displayName = 'Await';
|
|
21
|
+
|
|
22
|
+
exports.default = Await;
|
package/dist/await.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Await
|
|
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 Await: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default Await;
|
package/dist/await.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Await
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const Await = forwardRef(
|
|
7
|
+
function Await({ viewBox = '0 0 24 24', ...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":["Await"]},{"type":"path","props":{"fill":"#7858F5","d":"M12 0c5.523 0 10 4.477 10 10v9a3.125 3.125 0 0 1-4.694 2.703A3.126 3.126 0 0 1 12 23a3.126 3.126 0 0 1-5.306-1.297A3.125 3.125 0 0 1 2 19v-9C2 4.477 6.477 0 12 0m-1.25 10.625a.625.625 0 0 0-.625.625 1.875 1.875 0 0 0 3.75 0 .625.625 0 0 0-.625-.625zm-1.875-5c-.69 0-1.25.56-1.25 1.25v1.25a1.25 1.25 0 0 0 2.5 0v-1.25c0-.69-.56-1.25-1.25-1.25m6.25 0c-.69 0-1.25.56-1.25 1.25v1.25a1.25 1.25 0 0 0 2.5 0v-1.25c0-.69-.56-1.25-1.25-1.25"},"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
|
+
Await.displayName = 'Await';
|
|
20
|
+
|
|
21
|
+
export default Await;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Bao Viet Holdings
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const BaovietHoldings = react_1.forwardRef(function BaovietHoldings({ viewBox = '0 0 1454 1460', ...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":"P","gradientUnits":"userSpaceOnUse"},"children":[]},{"type":"radialGradient","props":{"id":"g1","cx":"0","cy":"0","r":"1","href":"#P","gradientTransform":"matrix(929.086,0,0,929.086,582.449,501.978)"},"children":[{"type":"stop","props":{"stopColor":"#fff"},"children":[]},{"type":"stop","props":{"offset":".5","stopColor":"#bf921e"},"children":[]},{"type":"stop","props":{"offset":"1","stopColor":"#836522"},"children":[]}]}]},{"type":"path","props":{"fillRule":"evenodd","className":"a","d":"m712.6 951.1q10.3 2.6 20.5 2.6 2.6 7.7 2.6 15.4c-46.2 28.2-92.4 53.9-138.6 79.6-18 7.7-33.4 18-48.8 23.1q-28.2 15.5-59 28.3-53.9 25.7-107.8 46.2c-7.8-7.7-20.6-15.4-30.9-20.5-5.1-20.6-5.1-43.7-7.7-64.2q-2.5-18-5.1-36 0-18-2.6-36-2.5-28.2-5.1-56.5v-2.5q0-20.6-2.6-41.1c18 0 30.8-10.3 38.5-25.7 113 41.1 231.1 69.3 346.6 87.3zm-207.9-891.3c10.2-10.3 17.9-23.1 30.8-30.8 7.7-5.2 17.9-5.2 25.6-7.8 51.4-12.8 102.7-17.9 151.5-20.5h28.2l5.2 2.6c77 0 154 15.4 228.4 41.1q-100.1-7.7-200.2 0-25.7 2.5-51.3 7.7-48.8 7.7-97.6 18-61.6 17.9-120.6 38.5c-10.3 5.1-23.1 0-33.4-2.6 10.3-15.4 23.1-30.8 33.4-46.2zm-92.4 69.3q-43.7-5.1-84.8-7.7c56.5-35.9 118.1-66.8 182.3-87.3-18 25.7-38.5 48.8-53.9 74.5-15.4 2.6-30.8 10.3-43.6 20.5zm531.3-79.6c18 0 33.4 0 51.4 2.6q51.3 20.5 100.1 48.8c95 53.9 174.5 133.5 236.2 223.5q46.2 69.3 77 148.9-25.7 30.9-53.9 59.1-20.6 18-41.1 38.5c-7.7-7.7-18-15.4-30.8-12.8-10.3-2.6-23.1 5.1-30.8 12.8-2.6-2.5-5.2-5.1-5.2-5.1-23.1-18-43.6-38.5-66.7-56.5q-28.2-20.6-59-43.7-30.8-20.5-61.7-43.6-30.8-20.6-64.1-43.7c-25.7-15.4-51.4-30.8-77-48.8-59.1-30.8-115.6-66.8-174.6-95.1-77-38.5-159.2-66.7-241.3-87.3q0-10.3 0-20.5c15.4-5.2 30.8-12.9 46.2-18q53.9-19.3 107.8-30.8c36-7.7 71.9-15.5 107.8-20.6 30.8-2.6 61.6-7.7 92.5-7.7 30.8-2.6 59-2.6 87.2 0zm295.2 539.4c-5.1 15.4-5.1 30.9-2.5 46.3q-36 28.2-74.5 56.5-23.1 18-46.2 33.4-17.9 15.4-35.9 25.7c-25.7 17.9-51.4 35.9-77 51.3-36 25.7-74.5 48.8-110.4 72h-2.6q-20.5 12.8-41 28.2c-12.9-7.7-25.7-15.4-41.1-15.4-28.3 0-53.9 15.4-66.8 38.5-38.5-7.7-77-12.8-115.5-20.5-87.3-15.4-172-36-254.1-64.2-2.6-28.3-18-54-43.7-66.8q0-23.1 0-48.8c0-38.6 5.2-77.1 7.7-115.6q7.7-113 33.4-226.1 10.3-59 30.8-115.6 10.3-35.9 25.7-66.7c2.6-10.3 12.8-10.3 20.5-12.9 18-2.6 30.8-15.4 43.7-25.7 69.3 15.4 136 41.1 200.2 69.4 66.7 28.2 128.3 64.2 190 100.2 43.6 25.6 84.7 51.3 125.7 79.6q36 25.7 69.3 51.4 20.6 12.8 41.1 28.2 15.4 12.9 30.8 25.7 18 12.8 36 25.7v2.6q28.2 20.5 56.4 43.6zm-857.3-423.8c-102.7 51.4-195.1 118.2-279.9 195.2 51.4-87.3 120.7-164.4 205.4-223.5 28.2-2.5 59 2.6 89.9 5.2-5.2 7.7-7.7 18-15.4 23.1zm990.8 783.4q25.7-7.7 53.9-12.8c-43.6 143.8-130.9 274.8-249 369.9-128.3 100.2-287.5 156.7-449.2 154.1-28.2 0-53.9 0-82.1-5.1-46.3-2.6-92.5-15.4-138.7-28.3-23.1-7.7-46.2-15.4-69.3-28.2-15.4-23.2-28.2-51.4-41-79.7q-18-53.9-30.9-107.9c10.3-2.5 20.6-5.1 28.3-15.4q5.1-15.4-2.6-33.4 25.7-10.2 51.4-20.5 41-18 82.1-36 30.8-15.4 64.2-30.8 82.1-41.1 161.7-84.8c33.4 25.7 84.7 15.5 107.8-20.5q7.7 2.6 15.4 2.6 25.7 0 51.4 2.5c15.4 0 30.8 2.6 43.6 2.6 35.9 0 71.9 2.6 107.8 2.6 46.2-2.6 92.4-2.6 136.1-7.7q79.5-7.7 159.1-23.2zm-1296.3-249.1q-36-25.7-71.9-51.4c7.7-66.8 25.7-133.6 51.3-195.2 2.6-10.3 7.7-20.6 12.9-30.8 7.7-12.9 12.8-28.3 25.6-38.6 12.9-12.8 28.3-25.7 43.7-38.5 51.3-43.7 105.2-79.6 161.7-113q43.6-28.3 89.9-51.4 10.2 5.1 17.9 12.9-25.6 53.9-43.6 113c-30.8 100.2-48.8 205.5-59.1 308.2-2.5 23.1-2.5 46.3-5.1 66.8 0 28.3-2.6 56.5-2.6 84.8-12.8 2.5-25.6 10.2-33.3 23.1 0 2.6-2.6 5.1-5.2 7.7q-61.6-28.3-120.6-61.7-30.8-17.9-61.6-35.9zm1375.9 82.2c-35.9-51.4-79.6-97.6-123.2-141.3 2.6-18 2.6-36-2.6-53.9 30.8-30.9 61.6-64.3 87.3-97.7 15.4 41.1 25.7 84.8 33.4 125.9 7.7 56.5 7.7 110.5 5.1 167zm0 18q-5.1 59-20.5 118.1c-100.1 23.1-200.3 33.4-300.4 36q-53.9 0-107.8 0c-10.3 0-23.1-2.6-35.9-2.6-18 0-36-2.6-53.9-2.6q-33.4-2.5-66.8-7.7-2.5-7.7-2.5-15.4c59-33.4 118-69.3 174.5-107.9 20.5-15.4 41.1-30.8 64.2-43.6q23.1-18 46.2-36 51.3-38.5 100.1-79.6 10.3 10.3 25.7 15.4c15.4 0 30.8-5.1 43.6-15.4 46.2 43.6 92.4 89.9 133.5 141.3zm-1150 377.6q-61.6 17.9-123.2 33.3c-69.4-82.1-123.3-177.2-151.5-282.5-12.8-41.1-18-82.2-23.1-125.9v2.6c-5.1-43.7-5.1-89.9 0-133.6q20.5 18 43.6 33.4c23.1 15.4 43.7 28.3 66.8 41.1 15.4 10.3 30.8 18 46.2 28.3 33.4 12.8 64.2 30.8 95 43.6 2.5 28.3 20.5 54 46.2 66.8q0 12.9 2.5 28.3 0 15.4 2.6 33.4c2.6 25.7 5.1 48.8 7.7 71.9q2.6 20.5 5.1 41.1 2.6 30.8 7.7 61.6c-12.8 2.6-25.6 7.8-30.8 18-2.5 12.9 0 25.7 5.2 38.6zm41 30.8c15.4 61.6 38.6 120.7 66.8 179.8-82.2-41.1-156.6-97.6-218.2-164.4 41.1-7.7 82.1-18 123.2-33.4q12.8 10.3 28.2 18z"},"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
|
+
BaovietHoldings.displayName = 'BaovietHoldings';
|
|
21
|
+
|
|
22
|
+
exports.default = BaovietHoldings;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Bao Viet Holdings
|
|
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 BaovietHoldings: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default BaovietHoldings;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Bao Viet Holdings
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const BaovietHoldings = forwardRef(
|
|
7
|
+
function BaovietHoldings({ viewBox = '0 0 1454 1460', ...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":"P","gradientUnits":"userSpaceOnUse"},"children":[]},{"type":"radialGradient","props":{"id":"g1","cx":"0","cy":"0","r":"1","href":"#P","gradientTransform":"matrix(929.086,0,0,929.086,582.449,501.978)"},"children":[{"type":"stop","props":{"stopColor":"#fff"},"children":[]},{"type":"stop","props":{"offset":".5","stopColor":"#bf921e"},"children":[]},{"type":"stop","props":{"offset":"1","stopColor":"#836522"},"children":[]}]}]},{"type":"path","props":{"fillRule":"evenodd","className":"a","d":"m712.6 951.1q10.3 2.6 20.5 2.6 2.6 7.7 2.6 15.4c-46.2 28.2-92.4 53.9-138.6 79.6-18 7.7-33.4 18-48.8 23.1q-28.2 15.5-59 28.3-53.9 25.7-107.8 46.2c-7.8-7.7-20.6-15.4-30.9-20.5-5.1-20.6-5.1-43.7-7.7-64.2q-2.5-18-5.1-36 0-18-2.6-36-2.5-28.2-5.1-56.5v-2.5q0-20.6-2.6-41.1c18 0 30.8-10.3 38.5-25.7 113 41.1 231.1 69.3 346.6 87.3zm-207.9-891.3c10.2-10.3 17.9-23.1 30.8-30.8 7.7-5.2 17.9-5.2 25.6-7.8 51.4-12.8 102.7-17.9 151.5-20.5h28.2l5.2 2.6c77 0 154 15.4 228.4 41.1q-100.1-7.7-200.2 0-25.7 2.5-51.3 7.7-48.8 7.7-97.6 18-61.6 17.9-120.6 38.5c-10.3 5.1-23.1 0-33.4-2.6 10.3-15.4 23.1-30.8 33.4-46.2zm-92.4 69.3q-43.7-5.1-84.8-7.7c56.5-35.9 118.1-66.8 182.3-87.3-18 25.7-38.5 48.8-53.9 74.5-15.4 2.6-30.8 10.3-43.6 20.5zm531.3-79.6c18 0 33.4 0 51.4 2.6q51.3 20.5 100.1 48.8c95 53.9 174.5 133.5 236.2 223.5q46.2 69.3 77 148.9-25.7 30.9-53.9 59.1-20.6 18-41.1 38.5c-7.7-7.7-18-15.4-30.8-12.8-10.3-2.6-23.1 5.1-30.8 12.8-2.6-2.5-5.2-5.1-5.2-5.1-23.1-18-43.6-38.5-66.7-56.5q-28.2-20.6-59-43.7-30.8-20.5-61.7-43.6-30.8-20.6-64.1-43.7c-25.7-15.4-51.4-30.8-77-48.8-59.1-30.8-115.6-66.8-174.6-95.1-77-38.5-159.2-66.7-241.3-87.3q0-10.3 0-20.5c15.4-5.2 30.8-12.9 46.2-18q53.9-19.3 107.8-30.8c36-7.7 71.9-15.5 107.8-20.6 30.8-2.6 61.6-7.7 92.5-7.7 30.8-2.6 59-2.6 87.2 0zm295.2 539.4c-5.1 15.4-5.1 30.9-2.5 46.3q-36 28.2-74.5 56.5-23.1 18-46.2 33.4-17.9 15.4-35.9 25.7c-25.7 17.9-51.4 35.9-77 51.3-36 25.7-74.5 48.8-110.4 72h-2.6q-20.5 12.8-41 28.2c-12.9-7.7-25.7-15.4-41.1-15.4-28.3 0-53.9 15.4-66.8 38.5-38.5-7.7-77-12.8-115.5-20.5-87.3-15.4-172-36-254.1-64.2-2.6-28.3-18-54-43.7-66.8q0-23.1 0-48.8c0-38.6 5.2-77.1 7.7-115.6q7.7-113 33.4-226.1 10.3-59 30.8-115.6 10.3-35.9 25.7-66.7c2.6-10.3 12.8-10.3 20.5-12.9 18-2.6 30.8-15.4 43.7-25.7 69.3 15.4 136 41.1 200.2 69.4 66.7 28.2 128.3 64.2 190 100.2 43.6 25.6 84.7 51.3 125.7 79.6q36 25.7 69.3 51.4 20.6 12.8 41.1 28.2 15.4 12.9 30.8 25.7 18 12.8 36 25.7v2.6q28.2 20.5 56.4 43.6zm-857.3-423.8c-102.7 51.4-195.1 118.2-279.9 195.2 51.4-87.3 120.7-164.4 205.4-223.5 28.2-2.5 59 2.6 89.9 5.2-5.2 7.7-7.7 18-15.4 23.1zm990.8 783.4q25.7-7.7 53.9-12.8c-43.6 143.8-130.9 274.8-249 369.9-128.3 100.2-287.5 156.7-449.2 154.1-28.2 0-53.9 0-82.1-5.1-46.3-2.6-92.5-15.4-138.7-28.3-23.1-7.7-46.2-15.4-69.3-28.2-15.4-23.2-28.2-51.4-41-79.7q-18-53.9-30.9-107.9c10.3-2.5 20.6-5.1 28.3-15.4q5.1-15.4-2.6-33.4 25.7-10.2 51.4-20.5 41-18 82.1-36 30.8-15.4 64.2-30.8 82.1-41.1 161.7-84.8c33.4 25.7 84.7 15.5 107.8-20.5q7.7 2.6 15.4 2.6 25.7 0 51.4 2.5c15.4 0 30.8 2.6 43.6 2.6 35.9 0 71.9 2.6 107.8 2.6 46.2-2.6 92.4-2.6 136.1-7.7q79.5-7.7 159.1-23.2zm-1296.3-249.1q-36-25.7-71.9-51.4c7.7-66.8 25.7-133.6 51.3-195.2 2.6-10.3 7.7-20.6 12.9-30.8 7.7-12.9 12.8-28.3 25.6-38.6 12.9-12.8 28.3-25.7 43.7-38.5 51.3-43.7 105.2-79.6 161.7-113q43.6-28.3 89.9-51.4 10.2 5.1 17.9 12.9-25.6 53.9-43.6 113c-30.8 100.2-48.8 205.5-59.1 308.2-2.5 23.1-2.5 46.3-5.1 66.8 0 28.3-2.6 56.5-2.6 84.8-12.8 2.5-25.6 10.2-33.3 23.1 0 2.6-2.6 5.1-5.2 7.7q-61.6-28.3-120.6-61.7-30.8-17.9-61.6-35.9zm1375.9 82.2c-35.9-51.4-79.6-97.6-123.2-141.3 2.6-18 2.6-36-2.6-53.9 30.8-30.9 61.6-64.3 87.3-97.7 15.4 41.1 25.7 84.8 33.4 125.9 7.7 56.5 7.7 110.5 5.1 167zm0 18q-5.1 59-20.5 118.1c-100.1 23.1-200.3 33.4-300.4 36q-53.9 0-107.8 0c-10.3 0-23.1-2.6-35.9-2.6-18 0-36-2.6-53.9-2.6q-33.4-2.5-66.8-7.7-2.5-7.7-2.5-15.4c59-33.4 118-69.3 174.5-107.9 20.5-15.4 41.1-30.8 64.2-43.6q23.1-18 46.2-36 51.3-38.5 100.1-79.6 10.3 10.3 25.7 15.4c15.4 0 30.8-5.1 43.6-15.4 46.2 43.6 92.4 89.9 133.5 141.3zm-1150 377.6q-61.6 17.9-123.2 33.3c-69.4-82.1-123.3-177.2-151.5-282.5-12.8-41.1-18-82.2-23.1-125.9v2.6c-5.1-43.7-5.1-89.9 0-133.6q20.5 18 43.6 33.4c23.1 15.4 43.7 28.3 66.8 41.1 15.4 10.3 30.8 18 46.2 28.3 33.4 12.8 64.2 30.8 95 43.6 2.5 28.3 20.5 54 46.2 66.8q0 12.9 2.5 28.3 0 15.4 2.6 33.4c2.6 25.7 5.1 48.8 7.7 71.9q2.6 20.5 5.1 41.1 2.6 30.8 7.7 61.6c-12.8 2.6-25.6 7.8-30.8 18-2.5 12.9 0 25.7 5.2 38.6zm41 30.8c15.4 61.6 38.6 120.7 66.8 179.8-82.2-41.1-156.6-97.6-218.2-164.4 41.1-7.7 82.1-18 123.2-33.4q12.8 10.3 28.2 18z"},"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
|
+
BaovietHoldings.displayName = 'BaovietHoldings';
|
|
20
|
+
|
|
21
|
+
export default BaovietHoldings;
|
package/dist/bbk.cjs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Bank of Bahrain and Kuwait
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const Bbk = react_1.forwardRef(function Bbk({ viewBox = '0 0 1543 1426', ...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":["BBK"]},{"type":"g","props":{},"children":[{"type":"path","props":{"fill":"#FFD200","d":"m156.8 646.1c25.3-62.2 90.2-96.3 154.4-84.5 11.8 63.1-22.3 128-84.5 154.4l-118.4 49.5z"},"children":[]},{"type":"path","props":{"fill":"#FFD200","d":"m119 455.7c62-25.3 132.1-3.9 169 49.5-36.9 52.3-107 74.8-169 49.5l-118.6-49.5z"},"children":[]},{"type":"path","props":{"fill":"#FFD200","d":"m424 448c-11.8-63.3 22.3-128.3 84.4-154.4l118.4-49.6-49.5 118.4c-25.1 63.3-90.3 97.1-153.3 85.6z"},"children":[]},{"type":"path","props":{"fill":"#FFD200","d":"m447.3 504.1c36.9-52.3 106.8-74.6 169-49.5l118.4 48.7-118.4 49.5c-62.2 26.2-132.1 4.7-169-48.7z"},"children":[]},{"type":"path","props":{"fill":"#FFD200","d":"m367.6 424.6c-52.4-36.9-74.9-106.8-49.6-169l48.7-118.4 49.5 118.4c26.2 62.2 3.9 132.1-48.6 169z"},"children":[]},{"type":"path","props":{"fill":"#FFD200","d":"m311.2 448c-63.1 11.5-128.1-22.3-154.4-84.5l-49.6-118.6 118.6 49.5c62.2 25.3 96.1 90.3 85.4 153.6z"},"children":[]},{"type":"path","props":{"fill":"#FFD200","d":"m367.6 583.9c52.5 36.9 74.8 106.8 49.5 169l-48.5 118.4-49.5-118.4c-26.4-62.2-4.9-132.1 48.5-169z"},"children":[]},{"type":"path","props":{"fill":"#FFD200","d":"m424 560.5c63-11.5 128.2 22.3 154.4 84.5l49.5 118.6-118.6-48.7c-63-26.1-97.1-90.2-85.3-154.4z"},"children":[]},{"type":"path","props":{"fill":"#FAA634","d":"m422 986.8c49.6-120.3 175.9-186.3 299.2-164 22.3 123.3-43.8 249.6-164.3 299.1l-230.1 95.2z"},"children":[]},{"type":"path","props":{"fill":"#FAA634","d":"m940.6 603.2c-22.3-123.3 43.7-249.6 164.2-299.1l230.1-95-95 230.1c-49.5 119.4-175.8 185.5-299.3 164z"},"children":[]},{"type":"path","props":{"fill":"#FAA634","d":"m985.4 712.1c71.8-103.1 206.9-145.8 327.2-96.2l230.3 95.2-230.3 95.2c-119.4 51.4-255.4 8.8-327.2-94.2z"},"children":[]},{"type":"path","props":{"fill":"#FAA634","d":"m831 557.5c-103-71.8-145.9-206.7-96.3-327.2l95.2-230.1 95.2 230.1c51.5 119.4 8.8 255.4-94.1 327.2z"},"children":[]},{"type":"path","props":{"fill":"#FAA634","d":"m831 867.4c102.9 71.8 145.6 206.9 96 328.3l-95.2 230.1-95.2-230.1c-50.4-121.4-7.7-256.5 94.4-328.3z"},"children":[]},{"type":"path","props":{"fill":"#FAA634","d":"m940.6 821.7c123.5-21.2 249.8 43.8 299.3 164.3l95 230.1-230.1-95.2c-120.5-49.6-185.5-175.9-164.2-299.2z"},"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
|
+
Bbk.displayName = 'Bbk';
|
|
21
|
+
|
|
22
|
+
exports.default = Bbk;
|
package/dist/bbk.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Bank of Bahrain and Kuwait
|
|
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 Bbk: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default Bbk;
|
package/dist/bbk.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Bank of Bahrain and Kuwait
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const Bbk = forwardRef(
|
|
7
|
+
function Bbk({ viewBox = '0 0 1543 1426', ...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":["BBK"]},{"type":"g","props":{},"children":[{"type":"path","props":{"fill":"#FFD200","d":"m156.8 646.1c25.3-62.2 90.2-96.3 154.4-84.5 11.8 63.1-22.3 128-84.5 154.4l-118.4 49.5z"},"children":[]},{"type":"path","props":{"fill":"#FFD200","d":"m119 455.7c62-25.3 132.1-3.9 169 49.5-36.9 52.3-107 74.8-169 49.5l-118.6-49.5z"},"children":[]},{"type":"path","props":{"fill":"#FFD200","d":"m424 448c-11.8-63.3 22.3-128.3 84.4-154.4l118.4-49.6-49.5 118.4c-25.1 63.3-90.3 97.1-153.3 85.6z"},"children":[]},{"type":"path","props":{"fill":"#FFD200","d":"m447.3 504.1c36.9-52.3 106.8-74.6 169-49.5l118.4 48.7-118.4 49.5c-62.2 26.2-132.1 4.7-169-48.7z"},"children":[]},{"type":"path","props":{"fill":"#FFD200","d":"m367.6 424.6c-52.4-36.9-74.9-106.8-49.6-169l48.7-118.4 49.5 118.4c26.2 62.2 3.9 132.1-48.6 169z"},"children":[]},{"type":"path","props":{"fill":"#FFD200","d":"m311.2 448c-63.1 11.5-128.1-22.3-154.4-84.5l-49.6-118.6 118.6 49.5c62.2 25.3 96.1 90.3 85.4 153.6z"},"children":[]},{"type":"path","props":{"fill":"#FFD200","d":"m367.6 583.9c52.5 36.9 74.8 106.8 49.5 169l-48.5 118.4-49.5-118.4c-26.4-62.2-4.9-132.1 48.5-169z"},"children":[]},{"type":"path","props":{"fill":"#FFD200","d":"m424 560.5c63-11.5 128.2 22.3 154.4 84.5l49.5 118.6-118.6-48.7c-63-26.1-97.1-90.2-85.3-154.4z"},"children":[]},{"type":"path","props":{"fill":"#FAA634","d":"m422 986.8c49.6-120.3 175.9-186.3 299.2-164 22.3 123.3-43.8 249.6-164.3 299.1l-230.1 95.2z"},"children":[]},{"type":"path","props":{"fill":"#FAA634","d":"m940.6 603.2c-22.3-123.3 43.7-249.6 164.2-299.1l230.1-95-95 230.1c-49.5 119.4-175.8 185.5-299.3 164z"},"children":[]},{"type":"path","props":{"fill":"#FAA634","d":"m985.4 712.1c71.8-103.1 206.9-145.8 327.2-96.2l230.3 95.2-230.3 95.2c-119.4 51.4-255.4 8.8-327.2-94.2z"},"children":[]},{"type":"path","props":{"fill":"#FAA634","d":"m831 557.5c-103-71.8-145.9-206.7-96.3-327.2l95.2-230.1 95.2 230.1c51.5 119.4 8.8 255.4-94.1 327.2z"},"children":[]},{"type":"path","props":{"fill":"#FAA634","d":"m831 867.4c102.9 71.8 145.6 206.9 96 328.3l-95.2 230.1-95.2-230.1c-50.4-121.4-7.7-256.5 94.4-328.3z"},"children":[]},{"type":"path","props":{"fill":"#FAA634","d":"m940.6 821.7c123.5-21.2 249.8 43.8 299.3 164.3l95 230.1-230.1-95.2c-120.5-49.6-185.5-175.9-164.2-299.2z"},"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
|
+
Bbk.displayName = 'Bbk';
|
|
20
|
+
|
|
21
|
+
export default Bbk;
|
package/dist/index.cjs
CHANGED
|
@@ -382,6 +382,8 @@ const _apache_airflow = require('./apache-airflow.cjs');
|
|
|
382
382
|
exports.ApacheAirflow = _apache_airflow.default;
|
|
383
383
|
const _apache_ant = require('./apache-ant.cjs');
|
|
384
384
|
exports.ApacheAnt = _apache_ant.default;
|
|
385
|
+
const _apache_arrow = require('./apache-arrow.cjs');
|
|
386
|
+
exports.ApacheArrow = _apache_arrow.default;
|
|
385
387
|
const _apache_avro = require('./apache-avro.cjs');
|
|
386
388
|
exports.ApacheAvro = _apache_avro.default;
|
|
387
389
|
const _apache_cassandra = require('./apache-cassandra.cjs');
|
|
@@ -672,6 +674,8 @@ const _aviva = require('./aviva.cjs');
|
|
|
672
674
|
exports.Aviva = _aviva.default;
|
|
673
675
|
const _avm = require('./avm.cjs');
|
|
674
676
|
exports.Avm = _avm.default;
|
|
677
|
+
const _await = require('./await.cjs');
|
|
678
|
+
exports.Await = _await.default;
|
|
675
679
|
const _awesome_lists = require('./awesome-lists.cjs');
|
|
676
680
|
exports.AwesomeLists = _awesome_lists.default;
|
|
677
681
|
const _awesomewm = require('./awesomewm.cjs');
|
|
@@ -3474,6 +3478,8 @@ const _bandsintown = require('./bandsintown.cjs');
|
|
|
3474
3478
|
exports.Bandsintown = _bandsintown.default;
|
|
3475
3479
|
const _bank_of_america = require('./bank-of-america.cjs');
|
|
3476
3480
|
exports.BankOfAmerica = _bank_of_america.default;
|
|
3481
|
+
const _baoviet_holdings = require('./baoviet-holdings.cjs');
|
|
3482
|
+
exports.BaovietHoldings = _baoviet_holdings.default;
|
|
3477
3483
|
const _barclays = require('./barclays.cjs');
|
|
3478
3484
|
exports.Barclays = _barclays.default;
|
|
3479
3485
|
const _baremetrics = require('./baremetrics.cjs');
|
|
@@ -3512,6 +3518,8 @@ const _bbc = require('./bbc.cjs');
|
|
|
3512
3518
|
exports.Bbc = _bbc.default;
|
|
3513
3519
|
const _bbc_news = require('./bbc-news.cjs');
|
|
3514
3520
|
exports.BbcNews = _bbc_news.default;
|
|
3521
|
+
const _bbk = require('./bbk.cjs');
|
|
3522
|
+
exports.Bbk = _bbk.default;
|
|
3515
3523
|
const _bbva = require('./bbva.cjs');
|
|
3516
3524
|
exports.Bbva = _bbva.default;
|
|
3517
3525
|
const _beacon = require('./beacon.cjs');
|
|
@@ -8522,6 +8530,8 @@ const _opentext = require('./opentext.cjs');
|
|
|
8522
8530
|
exports.Opentext = _opentext.default;
|
|
8523
8531
|
const _opentofu = require('./opentofu.cjs');
|
|
8524
8532
|
exports.Opentofu = _opentofu.default;
|
|
8533
|
+
const _opentui = require('./opentui.cjs');
|
|
8534
|
+
exports.Opentui = _opentui.default;
|
|
8525
8535
|
const _openverse = require('./openverse.cjs');
|
|
8526
8536
|
exports.Openverse = _openverse.default;
|
|
8527
8537
|
const _openvpn = require('./openvpn.cjs');
|
|
@@ -8598,6 +8608,8 @@ const _ovh = require('./ovh.cjs');
|
|
|
8598
8608
|
exports.Ovh = _ovh.default;
|
|
8599
8609
|
const _owasp = require('./owasp.cjs');
|
|
8600
8610
|
exports.Owasp = _owasp.default;
|
|
8611
|
+
const _owasp_dependency_check = require('./owasp-dependency-check.cjs');
|
|
8612
|
+
exports.OwaspDependencyCheck = _owasp_dependency_check.default;
|
|
8601
8613
|
const _owncloud = require('./owncloud.cjs');
|
|
8602
8614
|
exports.Owncloud = _owncloud.default;
|
|
8603
8615
|
const _oxc = require('./oxc.cjs');
|
|
@@ -10436,6 +10448,8 @@ const _tasmota = require('./tasmota.cjs');
|
|
|
10436
10448
|
exports.Tasmota = _tasmota.default;
|
|
10437
10449
|
const _tata = require('./tata.cjs');
|
|
10438
10450
|
exports.Tata = _tata.default;
|
|
10451
|
+
const _tata_consultancy_services = require('./tata-consultancy-services.cjs');
|
|
10452
|
+
exports.TataConsultancyServices = _tata_consultancy_services.default;
|
|
10439
10453
|
const _tauri = require('./tauri.cjs');
|
|
10440
10454
|
exports.Tauri = _tauri.default;
|
|
10441
10455
|
const _tavily = require('./tavily.cjs');
|
|
@@ -10960,6 +10974,8 @@ const _upwork = require('./upwork.cjs');
|
|
|
10960
10974
|
exports.Upwork = _upwork.default;
|
|
10961
10975
|
const _uservoice = require('./uservoice.cjs');
|
|
10962
10976
|
exports.Uservoice = _uservoice.default;
|
|
10977
|
+
const _usnews = require('./usnews.cjs');
|
|
10978
|
+
exports.Usnews = _usnews.default;
|
|
10963
10979
|
const _usps = require('./usps.cjs');
|
|
10964
10980
|
exports.Usps = _usps.default;
|
|
10965
10981
|
const _utorrent = require('./utorrent.cjs');
|
package/dist/index.d.ts
CHANGED
|
@@ -192,6 +192,7 @@ export { default as Anytype } from './anytype.js';
|
|
|
192
192
|
export { default as Apache } from './apache.js';
|
|
193
193
|
export { default as ApacheAirflow } from './apache-airflow.js';
|
|
194
194
|
export { default as ApacheAnt } from './apache-ant.js';
|
|
195
|
+
export { default as ApacheArrow } from './apache-arrow.js';
|
|
195
196
|
export { default as ApacheAvro } from './apache-avro.js';
|
|
196
197
|
export { default as ApacheCassandra } from './apache-cassandra.js';
|
|
197
198
|
export { default as ApacheCloudstack } from './apache-cloudstack.js';
|
|
@@ -337,6 +338,7 @@ export { default as Avid } from './avid.js';
|
|
|
337
338
|
export { default as Avira } from './avira.js';
|
|
338
339
|
export { default as Aviva } from './aviva.js';
|
|
339
340
|
export { default as Avm } from './avm.js';
|
|
341
|
+
export { default as Await } from './await.js';
|
|
340
342
|
export { default as AwesomeLists } from './awesome-lists.js';
|
|
341
343
|
export { default as Awesomewm } from './awesomewm.js';
|
|
342
344
|
export { default as Aws } from './aws.js';
|
|
@@ -1738,6 +1740,7 @@ export { default as Bandcamp } from './bandcamp.js';
|
|
|
1738
1740
|
export { default as Bandlab } from './bandlab.js';
|
|
1739
1741
|
export { default as Bandsintown } from './bandsintown.js';
|
|
1740
1742
|
export { default as BankOfAmerica } from './bank-of-america.js';
|
|
1743
|
+
export { default as BaovietHoldings } from './baoviet-holdings.js';
|
|
1741
1744
|
export { default as Barclays } from './barclays.js';
|
|
1742
1745
|
export { default as Baremetrics } from './baremetrics.js';
|
|
1743
1746
|
export { default as Barmenia } from './barmenia.js';
|
|
@@ -1757,6 +1760,7 @@ export { default as Bayer } from './bayer.js';
|
|
|
1757
1760
|
export { default as Bazel } from './bazel.js';
|
|
1758
1761
|
export { default as Bbc } from './bbc.js';
|
|
1759
1762
|
export { default as BbcNews } from './bbc-news.js';
|
|
1763
|
+
export { default as Bbk } from './bbk.js';
|
|
1760
1764
|
export { default as Bbva } from './bbva.js';
|
|
1761
1765
|
export { default as Beacon } from './beacon.js';
|
|
1762
1766
|
export { default as Beatport } from './beatport.js';
|
|
@@ -4262,6 +4266,7 @@ export { default as OpensuseTumbleweed } from './opensuse-tumbleweed.js';
|
|
|
4262
4266
|
export { default as Opentelemetry } from './opentelemetry.js';
|
|
4263
4267
|
export { default as Opentext } from './opentext.js';
|
|
4264
4268
|
export { default as Opentofu } from './opentofu.js';
|
|
4269
|
+
export { default as Opentui } from './opentui.js';
|
|
4265
4270
|
export { default as Openverse } from './openverse.js';
|
|
4266
4271
|
export { default as Openvpn } from './openvpn.js';
|
|
4267
4272
|
export { default as Openwebui } from './openwebui.js';
|
|
@@ -4300,6 +4305,7 @@ export { default as Overleaf } from './overleaf.js';
|
|
|
4300
4305
|
export { default as Overseerr } from './overseerr.js';
|
|
4301
4306
|
export { default as Ovh } from './ovh.js';
|
|
4302
4307
|
export { default as Owasp } from './owasp.js';
|
|
4308
|
+
export { default as OwaspDependencyCheck } from './owasp-dependency-check.js';
|
|
4303
4309
|
export { default as Owncloud } from './owncloud.js';
|
|
4304
4310
|
export { default as Oxc } from './oxc.js';
|
|
4305
4311
|
export { default as Oxygen } from './oxygen.js';
|
|
@@ -5219,6 +5225,7 @@ export { default as Tarteaucitron } from './tarteaucitron.js';
|
|
|
5219
5225
|
export { default as Task } from './task.js';
|
|
5220
5226
|
export { default as Tasmota } from './tasmota.js';
|
|
5221
5227
|
export { default as Tata } from './tata.js';
|
|
5228
|
+
export { default as TataConsultancyServices } from './tata-consultancy-services.js';
|
|
5222
5229
|
export { default as Tauri } from './tauri.js';
|
|
5223
5230
|
export { default as Tavily } from './tavily.js';
|
|
5224
5231
|
export { default as Taxbuzz } from './taxbuzz.js';
|
|
@@ -5481,6 +5488,7 @@ export { default as Upstash } from './upstash.js';
|
|
|
5481
5488
|
export { default as UptimeKuma } from './uptime-kuma.js';
|
|
5482
5489
|
export { default as Upwork } from './upwork.js';
|
|
5483
5490
|
export { default as Uservoice } from './uservoice.js';
|
|
5491
|
+
export { default as Usnews } from './usnews.js';
|
|
5484
5492
|
export { default as Usps } from './usps.js';
|
|
5485
5493
|
export { default as Utorrent } from './utorrent.js';
|
|
5486
5494
|
export { default as Uv } from './uv.js';
|
package/dist/index.js
CHANGED
|
@@ -190,6 +190,7 @@ export { default as Anytype } from './anytype.js';
|
|
|
190
190
|
export { default as Apache } from './apache.js';
|
|
191
191
|
export { default as ApacheAirflow } from './apache-airflow.js';
|
|
192
192
|
export { default as ApacheAnt } from './apache-ant.js';
|
|
193
|
+
export { default as ApacheArrow } from './apache-arrow.js';
|
|
193
194
|
export { default as ApacheAvro } from './apache-avro.js';
|
|
194
195
|
export { default as ApacheCassandra } from './apache-cassandra.js';
|
|
195
196
|
export { default as ApacheCloudstack } from './apache-cloudstack.js';
|
|
@@ -335,6 +336,7 @@ export { default as Avid } from './avid.js';
|
|
|
335
336
|
export { default as Avira } from './avira.js';
|
|
336
337
|
export { default as Aviva } from './aviva.js';
|
|
337
338
|
export { default as Avm } from './avm.js';
|
|
339
|
+
export { default as Await } from './await.js';
|
|
338
340
|
export { default as AwesomeLists } from './awesome-lists.js';
|
|
339
341
|
export { default as Awesomewm } from './awesomewm.js';
|
|
340
342
|
export { default as Aws } from './aws.js';
|
|
@@ -1736,6 +1738,7 @@ export { default as Bandcamp } from './bandcamp.js';
|
|
|
1736
1738
|
export { default as Bandlab } from './bandlab.js';
|
|
1737
1739
|
export { default as Bandsintown } from './bandsintown.js';
|
|
1738
1740
|
export { default as BankOfAmerica } from './bank-of-america.js';
|
|
1741
|
+
export { default as BaovietHoldings } from './baoviet-holdings.js';
|
|
1739
1742
|
export { default as Barclays } from './barclays.js';
|
|
1740
1743
|
export { default as Baremetrics } from './baremetrics.js';
|
|
1741
1744
|
export { default as Barmenia } from './barmenia.js';
|
|
@@ -1755,6 +1758,7 @@ export { default as Bayer } from './bayer.js';
|
|
|
1755
1758
|
export { default as Bazel } from './bazel.js';
|
|
1756
1759
|
export { default as Bbc } from './bbc.js';
|
|
1757
1760
|
export { default as BbcNews } from './bbc-news.js';
|
|
1761
|
+
export { default as Bbk } from './bbk.js';
|
|
1758
1762
|
export { default as Bbva } from './bbva.js';
|
|
1759
1763
|
export { default as Beacon } from './beacon.js';
|
|
1760
1764
|
export { default as Beatport } from './beatport.js';
|
|
@@ -4260,6 +4264,7 @@ export { default as OpensuseTumbleweed } from './opensuse-tumbleweed.js';
|
|
|
4260
4264
|
export { default as Opentelemetry } from './opentelemetry.js';
|
|
4261
4265
|
export { default as Opentext } from './opentext.js';
|
|
4262
4266
|
export { default as Opentofu } from './opentofu.js';
|
|
4267
|
+
export { default as Opentui } from './opentui.js';
|
|
4263
4268
|
export { default as Openverse } from './openverse.js';
|
|
4264
4269
|
export { default as Openvpn } from './openvpn.js';
|
|
4265
4270
|
export { default as Openwebui } from './openwebui.js';
|
|
@@ -4298,6 +4303,7 @@ export { default as Overleaf } from './overleaf.js';
|
|
|
4298
4303
|
export { default as Overseerr } from './overseerr.js';
|
|
4299
4304
|
export { default as Ovh } from './ovh.js';
|
|
4300
4305
|
export { default as Owasp } from './owasp.js';
|
|
4306
|
+
export { default as OwaspDependencyCheck } from './owasp-dependency-check.js';
|
|
4301
4307
|
export { default as Owncloud } from './owncloud.js';
|
|
4302
4308
|
export { default as Oxc } from './oxc.js';
|
|
4303
4309
|
export { default as Oxygen } from './oxygen.js';
|
|
@@ -5217,6 +5223,7 @@ export { default as Tarteaucitron } from './tarteaucitron.js';
|
|
|
5217
5223
|
export { default as Task } from './task.js';
|
|
5218
5224
|
export { default as Tasmota } from './tasmota.js';
|
|
5219
5225
|
export { default as Tata } from './tata.js';
|
|
5226
|
+
export { default as TataConsultancyServices } from './tata-consultancy-services.js';
|
|
5220
5227
|
export { default as Tauri } from './tauri.js';
|
|
5221
5228
|
export { default as Tavily } from './tavily.js';
|
|
5222
5229
|
export { default as Taxbuzz } from './taxbuzz.js';
|
|
@@ -5479,6 +5486,7 @@ export { default as Upstash } from './upstash.js';
|
|
|
5479
5486
|
export { default as UptimeKuma } from './uptime-kuma.js';
|
|
5480
5487
|
export { default as Upwork } from './upwork.js';
|
|
5481
5488
|
export { default as Uservoice } from './uservoice.js';
|
|
5489
|
+
export { default as Usnews } from './usnews.js';
|
|
5482
5490
|
export { default as Usps } from './usps.js';
|
|
5483
5491
|
export { default as Utorrent } from './utorrent.js';
|
|
5484
5492
|
export { default as Uv } from './uv.js';
|
package/dist/opentui.cjs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — OpenTUI
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const Opentui = react_1.forwardRef(function Opentui({ viewBox = '0 0 24 24', ...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":["OpenTUI"]},{"type":"path","props":{"fill":"#000000","d":"M0 1.2v21.6h24V1.2Zm4.8 6h3.6v9.6H4.8Z"},"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
|
+
Opentui.displayName = 'Opentui';
|
|
21
|
+
|
|
22
|
+
exports.default = Opentui;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — OpenTUI
|
|
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 Opentui: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default Opentui;
|
package/dist/opentui.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — OpenTUI
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const Opentui = forwardRef(
|
|
7
|
+
function Opentui({ viewBox = '0 0 24 24', ...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":["OpenTUI"]},{"type":"path","props":{"fill":"#000000","d":"M0 1.2v21.6h24V1.2Zm4.8 6h3.6v9.6H4.8Z"},"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
|
+
Opentui.displayName = 'Opentui';
|
|
20
|
+
|
|
21
|
+
export default Opentui;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — OWASP Dependency-Check
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const OwaspDependencyCheck = react_1.forwardRef(function OwaspDependencyCheck({ viewBox = '0 0 140.625 140.625', ...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":["OWASP Dependency-Check"]},{"type":"g","props":{"transform":"translate(-79.608992,-311.899)"},"children":[{"type":"path","props":{"fill":"#231f20","fillOpacity":"0.5","d":"m147.555 325.58 0-13.681c-34.422 5.059-61.779 31.82-67.693 65.957l13.769 0c5.594-26.651 26.983-47.489 53.924-52.276z"},"children":[]},{"type":"path","props":{"fill":"#231f20","fillOpacity":"0.3","d":"m147.555 338.005 0-12.425c-26.941 4.786-48.33 25.625-53.924 52.276l12.512 0c5.175-19.907 21.216-35.427 41.412-39.851z"},"children":[]},{"type":"path","props":{"fill":"#f78d0a","d":"m186.395 372.292-10.207 10.23c0.299 0.581 0.641 1.122 0.89 1.746 0.94 2.352 1.411 4.925 1.411 7.702l0 0.183c0 2.842-0.472 5.41-1.411 7.703-0.935 2.303-2.235 4.291-3.894 5.982-1.664 1.696-3.674 2.99-6.024 3.894-2.361 0.906-4.961 1.362-7.8 1.362l-10.78 0 0-0.902-13.469 13.502 24.249 0c4.955 0 9.499-0.818 13.642-2.447 4.137-1.635 7.704-3.864 10.691-6.714 2.995-2.836 5.303-6.184 6.935-10.058 1.632-3.865 2.448-8.033 2.448-12.506l0-0.176c0-4.472-0.816-8.626-2.448-12.467-1.095-2.575-2.525-4.906-4.234-7.035z"},"children":[]},{"type":"path","props":{"fill":"#f78d0a","fillOpacity":"0.7","d":"m148.581 372.85 10.78 0c2.837 0 5.438 0.467 7.8 1.405 2.35 0.937 4.36 2.253 6.024 3.94 1.217 1.242 2.175 2.728 3.004 4.328l10.207-10.23c-0.836-1.04-1.717-2.046-2.701-2.979-2.987-2.835-6.554-5.054-10.691-6.661-4.142-1.599-8.686-2.4-13.642-2.4l-24.74 0 0 63.444 0.491 0 13.469-13.502 0-37.343z"},"children":[]},{"type":"path","props":{"fill":"#231f20","fillOpacity":"0.3","d":"m173.772 326.093 0 12.546c11.174 3.022 20.915 9.491 28.067 18.173l8.652-8.674c-9.346-10.95-22.146-18.865-36.719-22.045z"},"children":[]},{"type":"path","props":{"fill":"#f78d0a","d":"m173.772 312.311 0 13.781c14.573 3.18 27.372 11.095 36.719 22.045l9.557-9.581c-11.788-13.438-27.945-22.949-46.276-26.246zM93.326 404.07l-13.717 0c2.951 19.244 12.723 36.219 26.743 48.454l9.551-9.575C104.378 433.157 96.196 419.547 93.326 404.07Z"},"children":[]},{"type":"path","props":{"fill":"#231f20","fillOpacity":"0.3","d":"m105.778 404.07-12.452 0c2.871 15.477 11.053 29.087 22.577 38.879l8.658-8.678c-9.259-7.593-16.015-18.128-18.783-30.201z"},"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
|
+
OwaspDependencyCheck.displayName = 'OwaspDependencyCheck';
|
|
21
|
+
|
|
22
|
+
exports.default = OwaspDependencyCheck;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — OWASP Dependency-Check
|
|
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 OwaspDependencyCheck: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default OwaspDependencyCheck;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — OWASP Dependency-Check
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const OwaspDependencyCheck = forwardRef(
|
|
7
|
+
function OwaspDependencyCheck({ viewBox = '0 0 140.625 140.625', ...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":["OWASP Dependency-Check"]},{"type":"g","props":{"transform":"translate(-79.608992,-311.899)"},"children":[{"type":"path","props":{"fill":"#231f20","fillOpacity":"0.5","d":"m147.555 325.58 0-13.681c-34.422 5.059-61.779 31.82-67.693 65.957l13.769 0c5.594-26.651 26.983-47.489 53.924-52.276z"},"children":[]},{"type":"path","props":{"fill":"#231f20","fillOpacity":"0.3","d":"m147.555 338.005 0-12.425c-26.941 4.786-48.33 25.625-53.924 52.276l12.512 0c5.175-19.907 21.216-35.427 41.412-39.851z"},"children":[]},{"type":"path","props":{"fill":"#f78d0a","d":"m186.395 372.292-10.207 10.23c0.299 0.581 0.641 1.122 0.89 1.746 0.94 2.352 1.411 4.925 1.411 7.702l0 0.183c0 2.842-0.472 5.41-1.411 7.703-0.935 2.303-2.235 4.291-3.894 5.982-1.664 1.696-3.674 2.99-6.024 3.894-2.361 0.906-4.961 1.362-7.8 1.362l-10.78 0 0-0.902-13.469 13.502 24.249 0c4.955 0 9.499-0.818 13.642-2.447 4.137-1.635 7.704-3.864 10.691-6.714 2.995-2.836 5.303-6.184 6.935-10.058 1.632-3.865 2.448-8.033 2.448-12.506l0-0.176c0-4.472-0.816-8.626-2.448-12.467-1.095-2.575-2.525-4.906-4.234-7.035z"},"children":[]},{"type":"path","props":{"fill":"#f78d0a","fillOpacity":"0.7","d":"m148.581 372.85 10.78 0c2.837 0 5.438 0.467 7.8 1.405 2.35 0.937 4.36 2.253 6.024 3.94 1.217 1.242 2.175 2.728 3.004 4.328l10.207-10.23c-0.836-1.04-1.717-2.046-2.701-2.979-2.987-2.835-6.554-5.054-10.691-6.661-4.142-1.599-8.686-2.4-13.642-2.4l-24.74 0 0 63.444 0.491 0 13.469-13.502 0-37.343z"},"children":[]},{"type":"path","props":{"fill":"#231f20","fillOpacity":"0.3","d":"m173.772 326.093 0 12.546c11.174 3.022 20.915 9.491 28.067 18.173l8.652-8.674c-9.346-10.95-22.146-18.865-36.719-22.045z"},"children":[]},{"type":"path","props":{"fill":"#f78d0a","d":"m173.772 312.311 0 13.781c14.573 3.18 27.372 11.095 36.719 22.045l9.557-9.581c-11.788-13.438-27.945-22.949-46.276-26.246zM93.326 404.07l-13.717 0c2.951 19.244 12.723 36.219 26.743 48.454l9.551-9.575C104.378 433.157 96.196 419.547 93.326 404.07Z"},"children":[]},{"type":"path","props":{"fill":"#231f20","fillOpacity":"0.3","d":"m105.778 404.07-12.452 0c2.871 15.477 11.053 29.087 22.577 38.879l8.658-8.678c-9.259-7.593-16.015-18.128-18.783-30.201z"},"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
|
+
OwaspDependencyCheck.displayName = 'OwaspDependencyCheck';
|
|
20
|
+
|
|
21
|
+
export default OwaspDependencyCheck;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Tata Consultancy Services
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const TataConsultancyServices = react_1.forwardRef(function TataConsultancyServices({ viewBox = '0 0 956.69287 342.99213', ...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":["Tata Consultancy Services"]},{"type":"defs","props":{"id":"defs4"},"children":[]},{"type":"g","props":{"transform":"translate(-161.07883,-76.646639)","id":"layer1"},"children":[{"type":"path","props":{"d":"M 581.38007,364.40555 C 581.38007,372.93845 577.91941,376.85714 572.26474,376.85714 C 566.90977,376.85714 563.28513,372.79709 563.28513,364.40555 L 563.28513,339.06698 L 555.32335,339.06698 L 555.32335,363.82878 C 555.32335,377.57528 561.84884,383.2243 571.97635,383.2243 C 582.39791,383.2243 589.3475,377.28124 589.3475,363.82878 L 589.3475,339.06698 L 581.38007,339.06698 L 581.38007,364.40555 z M 537.08704,357.16192 C 531.29665,354.99618 528.83687,353.39591 528.83687,350.07096 C 528.83687,347.46416 531.00827,344.86301 535.93348,344.86301 C 540.1236,344.86301 543.02444,346.02788 544.61906,346.88739 L 546.50772,340.51457 C 544.31936,339.36102 540.85305,338.34318 536.0692,338.34318 C 526.67113,338.34318 520.73373,343.70946 520.73373,350.80042 C 520.73373,357.0149 525.35925,360.92793 532.46717,363.38771 C 537.95786,365.41209 540.27062,367.44777 540.27062,370.62569 C 540.27062,374.24468 537.37543,376.55179 532.31449,376.55179 C 528.2601,376.55179 524.35272,375.25687 521.89294,373.81493 L 520.02124,380.32911 C 522.47537,381.7767 527.25922,383.2243 531.87909,383.2243 C 543.02444,383.2243 548.23239,377.14553 548.23239,370.04892 C 548.23239,363.82878 544.61906,360.05146 537.08704,357.16192 z M 451.11342,376.85714 C 443.44004,376.85714 439.09725,369.46649 439.09725,360.92793 C 439.09725,352.24236 443.29302,344.71034 451.11342,344.71034 C 459.0752,344.71034 463.1296,352.38938 463.1296,360.63389 C 463.1296,369.76053 458.79247,376.85714 451.11342,376.85714 z M 451.40747,338.34318 C 451.40747,338.34318 451.24914,338.34318 451.11342,338.34318 C 439.09725,338.48454 430.84709,347.91088 430.84709,361.07495 C 430.84709,373.81493 438.52613,383.2243 450.82504,383.2243 C 450.97206,383.2243 451.11342,383.2243 451.11342,383.2243 C 462.98823,383.07162 471.67381,374.82711 471.67381,360.35116 C 471.67381,347.91088 464.14179,338.34318 451.40747,338.34318 z M 866.96356,363.24635 L 883.31686,363.24635 L 883.31686,356.72651 L 866.96356,356.72651 L 866.96356,345.58681 L 884.32905,345.58681 L 884.32905,339.06698 L 859.00178,339.06698 L 859.00178,382.49485 L 885.34124,382.49485 L 885.34124,375.98067 L 866.96356,375.98067 L 866.96356,363.24635 z M 606.28324,375.83364 L 606.28324,339.06698 L 598.32147,339.06698 L 598.32147,382.49485 L 624.07849,382.49485 L 624.07849,375.83364 L 606.28324,375.83364 z M 505.53963,354.12536 C 505.53963,360.77526 505.67534,366.42993 506.25212,372.22031 L 506.1051,372.22031 C 504.09769,367.44777 501.6266,362.52255 498.73141,357.7387 L 487.44468,339.06698 L 478.46507,339.06698 L 478.46507,382.49485 L 485.70304,382.49485 L 485.70304,366.86534 C 485.70304,359.76307 485.70304,354.12536 485.27329,348.47635 L 485.56168,348.33498 C 487.72742,353.2602 490.48124,358.60952 493.38209,363.38771 L 504.66881,382.49485 L 512.91332,382.49485 L 512.91332,339.06698 L 505.53963,339.06698 L 505.53963,354.12536 z M 652.45363,345.73949 L 652.45363,339.06698 L 619.74136,339.06698 L 619.74136,345.73949 L 632.17598,345.73949 L 632.17598,382.49485 L 640.0077,382.49485 L 640.0077,345.73949 L 652.45363,345.73949 z M 793.28885,350.21799 C 791.8356,353.2602 790.52937,356.00837 789.52284,358.76785 L 789.38148,358.76785 C 788.22227,355.867 787.06306,353.39591 785.61547,350.21799 L 780.40186,339.06698 L 771.42224,339.06698 L 785.04434,364.40555 L 785.04434,382.49485 L 793.00612,382.49485 L 793.00612,364.11717 L 807.47077,339.06698 L 798.49681,339.06698 L 793.28885,350.21799 z M 720.90907,354.12536 C 720.90907,360.77526 721.06175,366.42993 721.64418,372.22031 L 721.4915,372.22031 C 719.47278,367.44777 716.85467,362.52255 714.1065,357.7387 L 702.81978,339.06698 L 693.69314,339.06698 L 693.69314,382.49485 L 701.0951,382.49485 L 701.0951,366.86534 C 701.0951,359.76307 700.93677,354.12536 700.64838,348.47635 L 700.93677,348.33498 C 702.96114,353.2602 705.85634,358.60952 708.61016,363.38771 L 720.0439,382.49485 L 728.30538,382.49485 L 728.30538,339.06698 L 720.90907,339.06698 L 720.90907,354.12536 z M 840.76547,357.16192 C 834.96943,354.99618 832.5153,353.39591 832.5153,350.07096 C 832.5153,347.46416 834.54533,344.86301 839.61192,344.86301 C 843.66631,344.86301 846.70287,346.02788 848.28053,346.88739 L 850.16919,340.51457 C 847.99779,339.36102 844.53148,338.34318 839.74763,338.34318 C 830.3326,338.34318 824.41782,343.70946 824.41782,350.80042 C 824.41782,357.0149 829.03768,360.92793 836.12298,363.38771 C 841.63063,365.41209 843.80768,367.44777 843.80768,370.62569 C 843.80768,374.24468 841.0482,376.55179 835.98162,376.55179 C 831.93287,376.55179 828.0255,375.25687 825.43,373.81493 L 823.68271,380.32911 C 826.13684,381.7767 830.91503,383.2243 835.41615,383.2243 C 846.70287,383.2243 851.90517,377.14553 851.90517,370.04892 C 851.90517,363.82878 848.28053,360.05146 840.76547,357.16192 z M 668.37152,364.25288 L 662.73947,364.25288 L 666.20013,353.39591 C 666.92958,350.95309 667.65338,347.91088 668.2245,345.29842 L 668.37152,345.29842 L 668.37152,345.43979 C 669.10098,347.91088 669.68341,350.80042 670.53726,353.54293 L 674.0262,364.25288 L 668.37152,364.25288 z M 668.37152,339.06698 L 663.61029,339.06698 L 651.00603,378.01069 L 649.55278,382.49485 L 657.81425,382.49485 L 661.56896,370.19028 L 675.31546,370.19028 L 679.23415,382.49485 L 687.76139,382.49485 L 673.57948,339.06698 L 668.37152,339.06698 z M 948.45302,358.90356 C 946.71703,364.11717 945.11676,369.46649 944.10457,374.53307 L 943.96321,374.53307 C 942.80965,369.31946 941.35075,364.25288 939.63173,358.76785 L 933.69433,339.06698 L 925.0031,339.06698 L 939.18501,382.49485 L 948.15897,382.49485 L 963.21171,339.06698 L 954.82583,339.06698 L 948.45302,358.90356 z M 1006.2098,344.86301 C 1009.8232,344.86301 1012.7127,345.73949 1014.7427,346.59334 L 1016.4844,340.22618 C 1014.8841,339.36102 1011.1181,338.34318 1005.9045,338.34318 C 992.59903,338.34318 982.60157,347.02875 982.60157,361.22198 C 982.60157,374.53307 990.9931,383.2243 1004.9093,383.2243 C 1010.1115,383.2243 1014.1716,382.06509 1016.0546,381.18862 L 1014.7427,374.97413 C 1012.7127,375.83364 1009.3878,376.55179 1006.2098,376.55179 C 996.64777,376.55179 990.9931,370.48433 990.9931,360.92793 C 990.9931,350.35935 997.37157,344.86301 1006.2098,344.86301 z M 967.84854,382.49485 L 975.81031,382.49485 L 975.81031,339.06698 L 967.84854,339.06698 L 967.84854,382.49485 z M 758.69923,344.86301 C 762.16555,344.86301 765.06074,345.73949 767.09076,346.59334 L 768.82675,340.22618 C 767.23779,339.36102 763.60749,338.34318 758.25251,338.34318 C 745.08279,338.34318 735.09664,347.02875 735.09664,361.22198 C 735.09664,374.53307 743.49382,383.2243 757.24598,383.2243 C 762.46524,383.2243 766.65535,382.06509 768.53271,381.18862 L 767.23779,374.97413 C 765.06074,375.83364 761.74145,376.55179 758.55787,376.55179 C 748.99582,376.55179 743.49382,370.48433 743.49382,360.92793 C 743.49382,350.35935 749.86664,344.86301 758.69923,344.86301 z M 1071.1933,357.16192 C 1065.403,354.99618 1062.8075,353.39591 1062.8075,350.07096 C 1062.8075,347.46416 1064.9732,344.86301 1070.0398,344.86301 C 1074.0942,344.86301 1077.1308,346.02788 1078.7197,346.88739 L 1080.5971,340.51457 C 1078.2843,339.36102 1074.8123,338.34318 1070.1755,338.34318 C 1060.7718,338.34318 1054.8457,343.70946 1054.8457,350.80042 C 1054.8457,357.0149 1059.3242,360.92793 1066.5735,363.38771 C 1072.0585,365.41209 1074.2356,367.44777 1074.2356,370.62569 C 1074.2356,374.24468 1071.3404,376.55179 1066.4265,376.55179 C 1062.3664,376.55179 1058.4647,375.25687 1055.8579,373.81493 L 1054.1106,380.32911 C 1056.4233,381.7767 1061.2072,383.2243 1065.844,383.2243 C 1076.9894,383.2243 1082.3387,377.14553 1082.3387,370.04892 C 1082.3387,363.82878 1078.7197,360.05146 1071.1933,357.16192 z M 1030.8133,363.24635 L 1047.161,363.24635 L 1047.161,356.72651 L 1030.8133,356.72651 L 1030.8133,345.58681 L 1048.0318,345.58681 L 1048.0318,339.06698 L 1022.8459,339.06698 L 1022.8459,382.49485 L 1049.044,382.49485 L 1049.044,375.98067 L 1030.8133,375.98067 L 1030.8133,363.24635 z M 327.64935,352.38938 L 327.64935,339.50239 C 326.91989,339.50239 326.1961,339.50239 325.47795,339.50239 C 312.44959,339.50239 299.42689,339.50239 286.53424,339.50239 C 285.81609,339.50239 285.1036,339.50239 284.3685,339.50239 L 284.3685,352.38938 L 297.11978,352.38938 L 297.11978,384.23083 L 314.90937,384.23083 L 314.90937,352.38938 L 327.64935,352.38938 z M 418.25979,344.86301 C 421.87312,344.86301 424.77397,345.73949 426.79269,346.59334 L 428.53432,340.22618 C 426.79269,339.36102 423.1737,338.34318 417.96575,338.34318 C 404.649,338.34318 394.66285,347.02875 394.66285,361.22198 C 394.66285,374.53307 403.05438,383.2243 416.80654,383.2243 C 422.16151,383.2243 426.21591,382.06509 428.09892,381.18862 L 426.79269,374.97413 C 424.77397,375.83364 421.44337,376.55179 418.10711,376.55179 C 408.56203,376.55179 403.05438,370.48433 403.05438,360.92793 C 403.05438,350.35935 409.43285,344.86301 418.25979,344.86301 z M 906.76113,358.60952 C 906.19001,358.76785 905.46621,358.76785 904.87812,358.76785 L 900.11124,358.76785 L 900.11124,345.00438 C 900.98771,344.86301 902.56536,344.71034 905.03645,344.71034 C 905.60758,344.71034 906.19001,344.71034 906.76113,344.71034 C 910.95689,345.29842 913.56935,347.46416 913.56935,351.66558 C 913.56935,355.42594 910.95689,358.0384 906.76113,358.60952 z M 913.56935,361.94012 L 913.56935,361.80441 C 917.62375,360.35116 921.38411,356.43247 921.38411,350.95309 C 921.38411,347.18143 920.08919,344.13922 917.62375,342.25621 C 915.15266,340.09047 911.68635,339.06698 906.76113,338.78424 C 906.0543,338.63722 905.18348,338.63722 904.307,338.63722 C 899.67017,338.63722 895.33304,339.06698 892.29083,339.64941 L 892.29083,382.49485 L 900.11124,382.49485 L 900.11124,364.54692 L 904.16564,364.54692 C 905.18348,364.68829 906.0543,364.68829 906.76113,364.97668 C 909.51495,365.70047 910.95689,367.87187 911.96908,372.22031 C 913.14525,377.57528 914.15178,381.18862 914.86993,382.49485 L 922.97307,382.49485 C 922.11356,380.75886 920.94304,375.83364 919.64812,370.3373 C 918.48892,366.13588 916.61157,363.09367 913.56935,361.94012 z M 340.37801,339.50239 L 325.47795,378.58181 L 323.31221,384.23083 L 340.81907,384.23083 L 349.94006,357.45031 L 359.06104,384.23083 L 376.42654,384.23083 L 359.33812,339.50239 C 352.97662,339.50239 346.76213,339.50239 340.37801,339.50239 z M 239.79273,352.38938 L 239.79273,339.50239 C 239.06328,339.50239 238.35079,339.50239 237.62134,339.50239 C 223.86352,339.50239 210.26969,339.50239 196.51188,339.50239 L 196.51188,352.38938 L 209.25185,352.38938 L 209.25185,384.23083 L 227.0471,384.23083 L 227.0471,352.38938 L 239.79273,352.38938 z M 271.4815,339.50239 C 265.26137,339.50239 258.89986,339.50239 252.67972,339.50239 L 237.62134,378.58181 L 235.44429,384.23083 L 252.96246,384.23083 L 262.08344,357.45031 L 271.19877,384.23083 L 288.72259,384.23083 L 286.53424,378.58181 L 271.4815,339.50239 z M 666.3415,270.68504 L 666.3415,238.84925 L 679.08713,238.84925 L 679.08713,225.9566 C 678.35767,225.9566 677.64518,225.9566 676.92139,225.9566 C 663.89303,225.9566 650.85901,225.9566 637.97767,225.9566 C 637.24822,225.9566 636.53573,225.9566 635.94764,225.9566 L 635.94764,238.84925 L 648.39357,238.84925 L 648.39357,270.68504 L 666.3415,270.68504 z M 600.0631,194.70323 C 605.11838,197.02165 610.62037,198.899 616.41641,200.20523 L 625.53174,156.05356 C 625.9615,153.16402 626.40256,150.70424 625.81447,147.36799 C 625.23204,145.05523 623.50737,143.89602 620.61218,143.46626 C 613.7983,143.89602 606.85436,144.47845 600.0631,145.33796 C 590.35969,146.50848 580.79764,148.09178 571.2469,149.6864 C 570.51745,152.15184 570.23472,154.75299 570.23472,157.35979 C 570.23472,172.84228 582.10952,186.59444 600.0631,194.70323 z M 629.58048,134.92206 C 632.17598,134.20392 635.66491,136.23394 635.07682,139.2705 L 635.07682,141.14785 L 634.94111,202.51799 L 641.01423,202.51799 L 641.01423,139.2705 C 640.44876,136.23394 644.05079,134.20392 646.6689,134.92206 C 652.88904,134.92206 663.746,135.78722 676.04491,137.52886 C 684.29508,138.82943 693.26904,140.42405 701.80759,142.44842 C 697.0294,133.19173 687.90841,125.37698 676.04491,120.01635 C 665.18795,114.94411 652.02387,112.05457 637.97767,112.05457 C 623.93147,112.05457 610.90876,114.94411 600.0631,119.87498 C 588.04693,125.37698 578.77892,133.19173 574.00638,142.58979 C 582.53362,140.42405 591.65461,138.82943 600.0631,137.67023 C 612.36767,135.78722 623.366,134.92206 629.58048,134.92206 z M 560.67832,270.68504 L 578.47923,270.68504 L 578.47923,238.84925 L 591.23616,238.84925 L 591.23616,225.9566 C 590.4954,225.9566 589.7716,225.9566 589.05911,225.9566 C 575.3013,225.9566 561.70747,225.9566 547.94966,225.9566 L 547.94966,238.84925 L 560.67832,238.84925 L 560.67832,270.68504 z M 710.49317,270.68504 L 728.00568,270.68504 L 710.78155,225.9566 C 704.56142,225.9566 698.19991,225.9566 691.96281,225.9566 L 676.92139,265.19436 L 674.74434,270.68504 L 692.25685,270.68504 L 701.37784,243.91583 L 710.49317,270.68504 z M 623.0663,225.9566 C 616.69914,225.9566 610.33764,225.9566 604.1175,225.9566 L 589.05911,265.19436 L 586.88772,270.68504 L 604.40024,270.68504 L 613.52122,243.91583 L 622.63655,270.68504 L 640.0077,270.68504 L 637.97767,265.19436 L 623.0663,225.9566 z M 655.48453,143.46626 C 652.74767,143.89602 651.00603,145.05523 650.28223,147.36799 C 649.84682,150.70424 650.28223,153.16402 650.7233,156.05356 L 659.69161,200.05821 C 665.47633,198.75198 670.98398,196.88594 676.04491,194.70323 C 693.86278,186.44742 705.5736,172.84228 705.5736,157.35979 C 705.5736,154.75299 705.28521,152.15184 704.70844,149.6864 C 695.15204,147.94476 685.59565,146.36146 676.04491,145.20225 C 669.24234,144.47845 662.29275,143.89602 655.48453,143.46626","id":"path2492"},"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
|
+
TataConsultancyServices.displayName = 'TataConsultancyServices';
|
|
21
|
+
|
|
22
|
+
exports.default = TataConsultancyServices;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Tata Consultancy Services
|
|
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 TataConsultancyServices: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default TataConsultancyServices;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Tata Consultancy Services
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const TataConsultancyServices = forwardRef(
|
|
7
|
+
function TataConsultancyServices({ viewBox = '0 0 956.69287 342.99213', ...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":["Tata Consultancy Services"]},{"type":"defs","props":{"id":"defs4"},"children":[]},{"type":"g","props":{"transform":"translate(-161.07883,-76.646639)","id":"layer1"},"children":[{"type":"path","props":{"d":"M 581.38007,364.40555 C 581.38007,372.93845 577.91941,376.85714 572.26474,376.85714 C 566.90977,376.85714 563.28513,372.79709 563.28513,364.40555 L 563.28513,339.06698 L 555.32335,339.06698 L 555.32335,363.82878 C 555.32335,377.57528 561.84884,383.2243 571.97635,383.2243 C 582.39791,383.2243 589.3475,377.28124 589.3475,363.82878 L 589.3475,339.06698 L 581.38007,339.06698 L 581.38007,364.40555 z M 537.08704,357.16192 C 531.29665,354.99618 528.83687,353.39591 528.83687,350.07096 C 528.83687,347.46416 531.00827,344.86301 535.93348,344.86301 C 540.1236,344.86301 543.02444,346.02788 544.61906,346.88739 L 546.50772,340.51457 C 544.31936,339.36102 540.85305,338.34318 536.0692,338.34318 C 526.67113,338.34318 520.73373,343.70946 520.73373,350.80042 C 520.73373,357.0149 525.35925,360.92793 532.46717,363.38771 C 537.95786,365.41209 540.27062,367.44777 540.27062,370.62569 C 540.27062,374.24468 537.37543,376.55179 532.31449,376.55179 C 528.2601,376.55179 524.35272,375.25687 521.89294,373.81493 L 520.02124,380.32911 C 522.47537,381.7767 527.25922,383.2243 531.87909,383.2243 C 543.02444,383.2243 548.23239,377.14553 548.23239,370.04892 C 548.23239,363.82878 544.61906,360.05146 537.08704,357.16192 z M 451.11342,376.85714 C 443.44004,376.85714 439.09725,369.46649 439.09725,360.92793 C 439.09725,352.24236 443.29302,344.71034 451.11342,344.71034 C 459.0752,344.71034 463.1296,352.38938 463.1296,360.63389 C 463.1296,369.76053 458.79247,376.85714 451.11342,376.85714 z M 451.40747,338.34318 C 451.40747,338.34318 451.24914,338.34318 451.11342,338.34318 C 439.09725,338.48454 430.84709,347.91088 430.84709,361.07495 C 430.84709,373.81493 438.52613,383.2243 450.82504,383.2243 C 450.97206,383.2243 451.11342,383.2243 451.11342,383.2243 C 462.98823,383.07162 471.67381,374.82711 471.67381,360.35116 C 471.67381,347.91088 464.14179,338.34318 451.40747,338.34318 z M 866.96356,363.24635 L 883.31686,363.24635 L 883.31686,356.72651 L 866.96356,356.72651 L 866.96356,345.58681 L 884.32905,345.58681 L 884.32905,339.06698 L 859.00178,339.06698 L 859.00178,382.49485 L 885.34124,382.49485 L 885.34124,375.98067 L 866.96356,375.98067 L 866.96356,363.24635 z M 606.28324,375.83364 L 606.28324,339.06698 L 598.32147,339.06698 L 598.32147,382.49485 L 624.07849,382.49485 L 624.07849,375.83364 L 606.28324,375.83364 z M 505.53963,354.12536 C 505.53963,360.77526 505.67534,366.42993 506.25212,372.22031 L 506.1051,372.22031 C 504.09769,367.44777 501.6266,362.52255 498.73141,357.7387 L 487.44468,339.06698 L 478.46507,339.06698 L 478.46507,382.49485 L 485.70304,382.49485 L 485.70304,366.86534 C 485.70304,359.76307 485.70304,354.12536 485.27329,348.47635 L 485.56168,348.33498 C 487.72742,353.2602 490.48124,358.60952 493.38209,363.38771 L 504.66881,382.49485 L 512.91332,382.49485 L 512.91332,339.06698 L 505.53963,339.06698 L 505.53963,354.12536 z M 652.45363,345.73949 L 652.45363,339.06698 L 619.74136,339.06698 L 619.74136,345.73949 L 632.17598,345.73949 L 632.17598,382.49485 L 640.0077,382.49485 L 640.0077,345.73949 L 652.45363,345.73949 z M 793.28885,350.21799 C 791.8356,353.2602 790.52937,356.00837 789.52284,358.76785 L 789.38148,358.76785 C 788.22227,355.867 787.06306,353.39591 785.61547,350.21799 L 780.40186,339.06698 L 771.42224,339.06698 L 785.04434,364.40555 L 785.04434,382.49485 L 793.00612,382.49485 L 793.00612,364.11717 L 807.47077,339.06698 L 798.49681,339.06698 L 793.28885,350.21799 z M 720.90907,354.12536 C 720.90907,360.77526 721.06175,366.42993 721.64418,372.22031 L 721.4915,372.22031 C 719.47278,367.44777 716.85467,362.52255 714.1065,357.7387 L 702.81978,339.06698 L 693.69314,339.06698 L 693.69314,382.49485 L 701.0951,382.49485 L 701.0951,366.86534 C 701.0951,359.76307 700.93677,354.12536 700.64838,348.47635 L 700.93677,348.33498 C 702.96114,353.2602 705.85634,358.60952 708.61016,363.38771 L 720.0439,382.49485 L 728.30538,382.49485 L 728.30538,339.06698 L 720.90907,339.06698 L 720.90907,354.12536 z M 840.76547,357.16192 C 834.96943,354.99618 832.5153,353.39591 832.5153,350.07096 C 832.5153,347.46416 834.54533,344.86301 839.61192,344.86301 C 843.66631,344.86301 846.70287,346.02788 848.28053,346.88739 L 850.16919,340.51457 C 847.99779,339.36102 844.53148,338.34318 839.74763,338.34318 C 830.3326,338.34318 824.41782,343.70946 824.41782,350.80042 C 824.41782,357.0149 829.03768,360.92793 836.12298,363.38771 C 841.63063,365.41209 843.80768,367.44777 843.80768,370.62569 C 843.80768,374.24468 841.0482,376.55179 835.98162,376.55179 C 831.93287,376.55179 828.0255,375.25687 825.43,373.81493 L 823.68271,380.32911 C 826.13684,381.7767 830.91503,383.2243 835.41615,383.2243 C 846.70287,383.2243 851.90517,377.14553 851.90517,370.04892 C 851.90517,363.82878 848.28053,360.05146 840.76547,357.16192 z M 668.37152,364.25288 L 662.73947,364.25288 L 666.20013,353.39591 C 666.92958,350.95309 667.65338,347.91088 668.2245,345.29842 L 668.37152,345.29842 L 668.37152,345.43979 C 669.10098,347.91088 669.68341,350.80042 670.53726,353.54293 L 674.0262,364.25288 L 668.37152,364.25288 z M 668.37152,339.06698 L 663.61029,339.06698 L 651.00603,378.01069 L 649.55278,382.49485 L 657.81425,382.49485 L 661.56896,370.19028 L 675.31546,370.19028 L 679.23415,382.49485 L 687.76139,382.49485 L 673.57948,339.06698 L 668.37152,339.06698 z M 948.45302,358.90356 C 946.71703,364.11717 945.11676,369.46649 944.10457,374.53307 L 943.96321,374.53307 C 942.80965,369.31946 941.35075,364.25288 939.63173,358.76785 L 933.69433,339.06698 L 925.0031,339.06698 L 939.18501,382.49485 L 948.15897,382.49485 L 963.21171,339.06698 L 954.82583,339.06698 L 948.45302,358.90356 z M 1006.2098,344.86301 C 1009.8232,344.86301 1012.7127,345.73949 1014.7427,346.59334 L 1016.4844,340.22618 C 1014.8841,339.36102 1011.1181,338.34318 1005.9045,338.34318 C 992.59903,338.34318 982.60157,347.02875 982.60157,361.22198 C 982.60157,374.53307 990.9931,383.2243 1004.9093,383.2243 C 1010.1115,383.2243 1014.1716,382.06509 1016.0546,381.18862 L 1014.7427,374.97413 C 1012.7127,375.83364 1009.3878,376.55179 1006.2098,376.55179 C 996.64777,376.55179 990.9931,370.48433 990.9931,360.92793 C 990.9931,350.35935 997.37157,344.86301 1006.2098,344.86301 z M 967.84854,382.49485 L 975.81031,382.49485 L 975.81031,339.06698 L 967.84854,339.06698 L 967.84854,382.49485 z M 758.69923,344.86301 C 762.16555,344.86301 765.06074,345.73949 767.09076,346.59334 L 768.82675,340.22618 C 767.23779,339.36102 763.60749,338.34318 758.25251,338.34318 C 745.08279,338.34318 735.09664,347.02875 735.09664,361.22198 C 735.09664,374.53307 743.49382,383.2243 757.24598,383.2243 C 762.46524,383.2243 766.65535,382.06509 768.53271,381.18862 L 767.23779,374.97413 C 765.06074,375.83364 761.74145,376.55179 758.55787,376.55179 C 748.99582,376.55179 743.49382,370.48433 743.49382,360.92793 C 743.49382,350.35935 749.86664,344.86301 758.69923,344.86301 z M 1071.1933,357.16192 C 1065.403,354.99618 1062.8075,353.39591 1062.8075,350.07096 C 1062.8075,347.46416 1064.9732,344.86301 1070.0398,344.86301 C 1074.0942,344.86301 1077.1308,346.02788 1078.7197,346.88739 L 1080.5971,340.51457 C 1078.2843,339.36102 1074.8123,338.34318 1070.1755,338.34318 C 1060.7718,338.34318 1054.8457,343.70946 1054.8457,350.80042 C 1054.8457,357.0149 1059.3242,360.92793 1066.5735,363.38771 C 1072.0585,365.41209 1074.2356,367.44777 1074.2356,370.62569 C 1074.2356,374.24468 1071.3404,376.55179 1066.4265,376.55179 C 1062.3664,376.55179 1058.4647,375.25687 1055.8579,373.81493 L 1054.1106,380.32911 C 1056.4233,381.7767 1061.2072,383.2243 1065.844,383.2243 C 1076.9894,383.2243 1082.3387,377.14553 1082.3387,370.04892 C 1082.3387,363.82878 1078.7197,360.05146 1071.1933,357.16192 z M 1030.8133,363.24635 L 1047.161,363.24635 L 1047.161,356.72651 L 1030.8133,356.72651 L 1030.8133,345.58681 L 1048.0318,345.58681 L 1048.0318,339.06698 L 1022.8459,339.06698 L 1022.8459,382.49485 L 1049.044,382.49485 L 1049.044,375.98067 L 1030.8133,375.98067 L 1030.8133,363.24635 z M 327.64935,352.38938 L 327.64935,339.50239 C 326.91989,339.50239 326.1961,339.50239 325.47795,339.50239 C 312.44959,339.50239 299.42689,339.50239 286.53424,339.50239 C 285.81609,339.50239 285.1036,339.50239 284.3685,339.50239 L 284.3685,352.38938 L 297.11978,352.38938 L 297.11978,384.23083 L 314.90937,384.23083 L 314.90937,352.38938 L 327.64935,352.38938 z M 418.25979,344.86301 C 421.87312,344.86301 424.77397,345.73949 426.79269,346.59334 L 428.53432,340.22618 C 426.79269,339.36102 423.1737,338.34318 417.96575,338.34318 C 404.649,338.34318 394.66285,347.02875 394.66285,361.22198 C 394.66285,374.53307 403.05438,383.2243 416.80654,383.2243 C 422.16151,383.2243 426.21591,382.06509 428.09892,381.18862 L 426.79269,374.97413 C 424.77397,375.83364 421.44337,376.55179 418.10711,376.55179 C 408.56203,376.55179 403.05438,370.48433 403.05438,360.92793 C 403.05438,350.35935 409.43285,344.86301 418.25979,344.86301 z M 906.76113,358.60952 C 906.19001,358.76785 905.46621,358.76785 904.87812,358.76785 L 900.11124,358.76785 L 900.11124,345.00438 C 900.98771,344.86301 902.56536,344.71034 905.03645,344.71034 C 905.60758,344.71034 906.19001,344.71034 906.76113,344.71034 C 910.95689,345.29842 913.56935,347.46416 913.56935,351.66558 C 913.56935,355.42594 910.95689,358.0384 906.76113,358.60952 z M 913.56935,361.94012 L 913.56935,361.80441 C 917.62375,360.35116 921.38411,356.43247 921.38411,350.95309 C 921.38411,347.18143 920.08919,344.13922 917.62375,342.25621 C 915.15266,340.09047 911.68635,339.06698 906.76113,338.78424 C 906.0543,338.63722 905.18348,338.63722 904.307,338.63722 C 899.67017,338.63722 895.33304,339.06698 892.29083,339.64941 L 892.29083,382.49485 L 900.11124,382.49485 L 900.11124,364.54692 L 904.16564,364.54692 C 905.18348,364.68829 906.0543,364.68829 906.76113,364.97668 C 909.51495,365.70047 910.95689,367.87187 911.96908,372.22031 C 913.14525,377.57528 914.15178,381.18862 914.86993,382.49485 L 922.97307,382.49485 C 922.11356,380.75886 920.94304,375.83364 919.64812,370.3373 C 918.48892,366.13588 916.61157,363.09367 913.56935,361.94012 z M 340.37801,339.50239 L 325.47795,378.58181 L 323.31221,384.23083 L 340.81907,384.23083 L 349.94006,357.45031 L 359.06104,384.23083 L 376.42654,384.23083 L 359.33812,339.50239 C 352.97662,339.50239 346.76213,339.50239 340.37801,339.50239 z M 239.79273,352.38938 L 239.79273,339.50239 C 239.06328,339.50239 238.35079,339.50239 237.62134,339.50239 C 223.86352,339.50239 210.26969,339.50239 196.51188,339.50239 L 196.51188,352.38938 L 209.25185,352.38938 L 209.25185,384.23083 L 227.0471,384.23083 L 227.0471,352.38938 L 239.79273,352.38938 z M 271.4815,339.50239 C 265.26137,339.50239 258.89986,339.50239 252.67972,339.50239 L 237.62134,378.58181 L 235.44429,384.23083 L 252.96246,384.23083 L 262.08344,357.45031 L 271.19877,384.23083 L 288.72259,384.23083 L 286.53424,378.58181 L 271.4815,339.50239 z M 666.3415,270.68504 L 666.3415,238.84925 L 679.08713,238.84925 L 679.08713,225.9566 C 678.35767,225.9566 677.64518,225.9566 676.92139,225.9566 C 663.89303,225.9566 650.85901,225.9566 637.97767,225.9566 C 637.24822,225.9566 636.53573,225.9566 635.94764,225.9566 L 635.94764,238.84925 L 648.39357,238.84925 L 648.39357,270.68504 L 666.3415,270.68504 z M 600.0631,194.70323 C 605.11838,197.02165 610.62037,198.899 616.41641,200.20523 L 625.53174,156.05356 C 625.9615,153.16402 626.40256,150.70424 625.81447,147.36799 C 625.23204,145.05523 623.50737,143.89602 620.61218,143.46626 C 613.7983,143.89602 606.85436,144.47845 600.0631,145.33796 C 590.35969,146.50848 580.79764,148.09178 571.2469,149.6864 C 570.51745,152.15184 570.23472,154.75299 570.23472,157.35979 C 570.23472,172.84228 582.10952,186.59444 600.0631,194.70323 z M 629.58048,134.92206 C 632.17598,134.20392 635.66491,136.23394 635.07682,139.2705 L 635.07682,141.14785 L 634.94111,202.51799 L 641.01423,202.51799 L 641.01423,139.2705 C 640.44876,136.23394 644.05079,134.20392 646.6689,134.92206 C 652.88904,134.92206 663.746,135.78722 676.04491,137.52886 C 684.29508,138.82943 693.26904,140.42405 701.80759,142.44842 C 697.0294,133.19173 687.90841,125.37698 676.04491,120.01635 C 665.18795,114.94411 652.02387,112.05457 637.97767,112.05457 C 623.93147,112.05457 610.90876,114.94411 600.0631,119.87498 C 588.04693,125.37698 578.77892,133.19173 574.00638,142.58979 C 582.53362,140.42405 591.65461,138.82943 600.0631,137.67023 C 612.36767,135.78722 623.366,134.92206 629.58048,134.92206 z M 560.67832,270.68504 L 578.47923,270.68504 L 578.47923,238.84925 L 591.23616,238.84925 L 591.23616,225.9566 C 590.4954,225.9566 589.7716,225.9566 589.05911,225.9566 C 575.3013,225.9566 561.70747,225.9566 547.94966,225.9566 L 547.94966,238.84925 L 560.67832,238.84925 L 560.67832,270.68504 z M 710.49317,270.68504 L 728.00568,270.68504 L 710.78155,225.9566 C 704.56142,225.9566 698.19991,225.9566 691.96281,225.9566 L 676.92139,265.19436 L 674.74434,270.68504 L 692.25685,270.68504 L 701.37784,243.91583 L 710.49317,270.68504 z M 623.0663,225.9566 C 616.69914,225.9566 610.33764,225.9566 604.1175,225.9566 L 589.05911,265.19436 L 586.88772,270.68504 L 604.40024,270.68504 L 613.52122,243.91583 L 622.63655,270.68504 L 640.0077,270.68504 L 637.97767,265.19436 L 623.0663,225.9566 z M 655.48453,143.46626 C 652.74767,143.89602 651.00603,145.05523 650.28223,147.36799 C 649.84682,150.70424 650.28223,153.16402 650.7233,156.05356 L 659.69161,200.05821 C 665.47633,198.75198 670.98398,196.88594 676.04491,194.70323 C 693.86278,186.44742 705.5736,172.84228 705.5736,157.35979 C 705.5736,154.75299 705.28521,152.15184 704.70844,149.6864 C 695.15204,147.94476 685.59565,146.36146 676.04491,145.20225 C 669.24234,144.47845 662.29275,143.89602 655.48453,143.46626","id":"path2492"},"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
|
+
TataConsultancyServices.displayName = 'TataConsultancyServices';
|
|
20
|
+
|
|
21
|
+
export default TataConsultancyServices;
|
package/dist/usnews.cjs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — U.S. News & World Report
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const Usnews = react_1.forwardRef(function Usnews({ viewBox = '0 0 408 104', ...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":["U.S. News & World Report"]},{"type":"g","props":{},"children":[{"type":"defs","props":{},"children":[{"type":"rect","props":{"id":"SVGID_1_","x":"4","y":"4","width":"400","height":"96"},"children":[]}]},{"type":"clipPath","props":{"id":"SVGID_2_"},"children":[{"type":"use","props":{"href":"#SVGID_1_","overflow":"visible"},"children":[]}]},{"type":"g","props":{"clipPath":"url(#SVGID_2_)"},"children":[{"type":"rect","props":{"x":"-3.115","y":"-9.004","fill":"#005ea6","width":"430.518","height":"109.004"},"children":[]},{"type":"rect","props":{"x":"-1.113","y":"82.424","fill":"#FFFFFF","width":"430.518","height":"4.291"},"children":[]},{"type":"rect","props":{"x":"-3.115","y":"86.715","fill":"#C41623","width":"430.518","height":"50.596"},"children":[]}]}]},{"type":"path","props":{"fill":"#FFFFFF","d":"M404,4v96H4V4H404 M408,0h-4H4H0v4v96v4h4h400h4v-4V4V0L408,0z"},"children":[]},{"type":"g","props":{},"children":[{"type":"path","props":{"fill":"#FFFFFF","d":"M76.748,65.242c0-1.219,0-42.146,0-42.146h-13.23c0,0,0,39.166,0,40.318\n\t\tc0,6.277-5.355,10.016-12.926,10.016c-8.645,0-13.391-3.738-13.391-10.094c0-1.148,0-40.24,0-40.24H23.975c0,0,0,40.006,0,41.381\n\t\tc0,14.164,11.242,19.82,26.309,19.82c10.399,0,18.778-2.844,23.152-8.595v7.829h11.801V71.223h-9.428\n\t\tC76.419,69.417,76.748,67.427,76.748,65.242z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M139.99,66.094c0-10.334-6.27-15.307-18.285-17.604c-1.379-0.23-5.359-1.074-8.41-1.684\n\t\tc-9.871-1.988-13.469-3.746-13.469-8.184c0-3.445,1.992-5.66,12.012-5.66c7.648,0,10.938,1.758,12.543,5.125\n\t\tc0.461,0.922,0.844,2.293,0.844,2.98h13.617c0-1.535-0.609-3.82-1.379-5.812c-3.055-7.648-10.172-12.926-25.32-12.926\n\t\tc-17.746,0-26.004,6.879-26.004,17.137c0,10.023,7.262,15.453,19.047,17.67c2.676,0.531,7.113,1.379,8.875,1.688\n\t\tc9.781,1.836,12.312,3.59,12.312,8.566c0,3.98-3.211,6.496-12.398,6.496c-8.027,0-12.004-1.523-13.688-5.043\n\t\tc-0.461-0.914-0.844-2.75-0.844-3.824H85.826c0,1.219,0.23,4.207,0.852,6.191c2.438,7.652,9.016,13.16,27.297,13.16\n\t\tc11.484,0,19.128-3.223,23.008-8.555v7.715h11.797V71.223h-9.529C139.729,69.62,139.99,67.912,139.99,66.094z"},"children":[]},{"type":"polygon","props":{"fill":"#FFFFFF","points":"191.463,62.031 168.209,23.096 152.834,23.096 152.834,83.531 165.455,83.531 165.455,42.6 \n\t\t189.783,83.531 204.084,83.531 204.084,23.096 191.463,23.096 \t"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M233.311,37.896c-9.73,0-17.43,3.645-21.727,9.887c-2.508,3.566-3.891,8.102-3.891,13.209\n\t\tc0,5.598,1.215,10.055,3.41,13.539c4.293,6.812,12.312,9.727,22.207,9.727c7.211,0,12.648-1.539,16.543-4.047\n\t\tc4.453-2.848,7.047-6.895,8.094-11.191h-12.727c-0.238,0.977-1.375,2.43-3.719,3.484c-1.871,0.812-4.543,1.461-8.191,1.461\n\t\tc-4.863,0-8.504-1.293-10.379-3.32c-1.535-1.703-2.43-3.238-2.43-5.277h37.773c0.727-6.719-0.488-13.127-3.812-17.99\n\t\tC250.498,41.619,243.521,37.896,233.311,37.896z M220.42,56.863c0-1.303,1.219-3.971,2.758-5.35\n\t\tc2.191-1.945,5.598-3.168,10.211-3.168c4.867,0,7.945,1.547,9.816,3.41c1.617,1.703,2.172,3.805,2.172,5.107H220.42z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M325.107,38.951l-10.449,33.146l-10.055-33.146h-14.422l-9.805,33.146l-10.699-33.146h-13.535l15.953,44.58\n\t\th15.414c0,0,8.758-25.613,8.836-27.158c0.082-0.488,0.559-3.129,0.559-3.129s0.492,2.641,0.578,3.211\n\t\tc0.156,1.463,8.918,27.076,8.918,27.076h15.316l16.129-44.58H325.107z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M368.623,56.455c-1.535-0.242-7.777-1.141-10.371-1.535c-6.32-0.977-7.707-1.703-7.707-3.648\n\t\tc0-2.102,2.113-3.246,9.25-3.246c6.156,0,8.504,1.062,9.398,2.273c0.398,0.566,0.57,1.941,0.57,2.426h12.562\n\t\tc0-0.891-0.246-3.637-0.812-5.348c-2.266-6.398-9.977-9.559-22.207-9.559c-14.352,0-21.477,5.188-21.477,13.121\n\t\tc0,8.521,4.699,12.814,14.508,14.189c2.672,0.406,8.023,1.219,9.719,1.461c6.566,0.973,9.246,1.535,9.246,4.055\n\t\tc0,2.59-2.27,3.887-9.645,3.887c-7.055,0-10.457-0.566-11.27-2.672c-0.324-0.895-0.402-1.703-0.402-2.273H337.1\n\t\tc0,1.461,0.078,2.68,0.48,4.461c1.867,7.297,8.996,10.289,24.078,10.289c15.398,0,22.367-4.699,22.367-13.938\n\t\tC384.025,62.051,379.318,58.078,368.623,56.455z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M215.045,35.334c1.156,0,2.406-0.195,3.344-0.586c0.172,0.152,0.367,0.32,0.57,0.465h4.621\n\t\tc-0.879-0.699-1.797-1.406-2.605-2.004c0.973-0.926,1.59-2.242,1.648-3.766h-3.406c-0.035,0.695-0.258,1.34-0.656,1.844\n\t\tc-0.699-0.574-1.398-1.199-1.945-1.645c1.211-0.75,2.391-1.82,2.43-3.359c0-0.082,0.016-0.418,0-0.527\n\t\tc-0.086-1.473-1.434-2.812-3.746-2.812c-2.531,0-3.996,1.414-4.062,2.906c0,0.195,0,0.477,0,0.617\n\t\tc0.02,0.734,0.289,1.566,0.996,2.566c-1.438,0.676-2.75,1.535-2.781,2.918c0,0.156-0.012,0.438,0,0.629\n\t\tC209.557,34.807,212.158,35.334,215.045,35.334z M214.447,26.338c0.051-0.43,0.277-0.797,0.816-0.797\n\t\tc0.559,0,0.75,0.352,0.77,0.754c0,0.043,0,0.172,0,0.246c-0.039,0.473-0.473,0.875-1.094,1.242\n\t\tc-0.301-0.395-0.473-0.781-0.492-1.117C214.432,26.564,214.432,26.436,214.447,26.338z M214.006,31.068\n\t\tc0.512,0.516,1.234,1.078,1.93,1.676c-0.301,0.078-0.719,0.121-1.062,0.121c-1.266,0-1.809-0.223-1.809-0.809\n\t\tC213.064,31.713,213.451,31.381,214.006,31.068z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M234.068,35.213c0,0,1.859-6.984,1.879-7.391c0.047,0.391,1.863,7.391,1.863,7.391h4.062l3.406-12.145\n\t\th-3.605c0,0-1.824,7.5-1.824,7.883c0-0.383-1.844-7.883-1.844-7.883h-3.82c0,0-1.797,7.5-1.797,7.883\n\t\tc0-0.383-1.855-7.883-1.855-7.883h-3.973l3.477,12.145H234.068z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M251.893,35.396c4.445,0,6.473-2.098,6.473-6.363c0-4.059-1.891-6.184-6.473-6.184\n\t\tc-4.492,0-6.48,2.355-6.48,6.23C245.412,33.229,247.436,35.396,251.893,35.396z M251.893,25.721c2.059,0,2.719,0.992,2.719,3.398\n\t\tc0,2.707-0.992,3.43-2.699,3.43c-1.777,0-2.707-0.855-2.707-3.43C249.205,26.678,249.912,25.721,251.893,25.721z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M263.678,31.104h2.512l2.133,4.109h4.172l-2.84-4.863c0.562-0.125,1.109-0.504,1.492-1.152\n\t\tc0.324-0.539,0.535-1.312,0.535-2.289c0-1.137-0.227-1.953-0.699-2.566c-0.613-0.809-1.664-1.273-3.281-1.273h-7.688v12.145h3.664\n\t\tV31.104z M263.713,25.928h3.133c0.539,0,0.895,0.117,1.074,0.508c0.105,0.18,0.133,0.508,0.133,0.781\n\t\tc0,0.242-0.047,0.566-0.141,0.781c-0.137,0.301-0.527,0.406-0.984,0.406h-3.215V25.928z"},"children":[]},{"type":"polygon","props":{"fill":"#FFFFFF","points":"283.842,32.209 278.01,32.209 278.01,23.068 274.252,23.068 274.252,35.213 283.842,35.213 \t"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M296.709,33.451c0.672-1.008,0.855-1.957,0.855-4.547c0-2.211-0.145-3.223-0.891-4.254\n\t\tc-0.75-1.043-2.117-1.582-4.312-1.582h-6.664v12.145h6.844C294.725,35.213,295.979,34.572,296.709,33.451z M289.393,32.346v-6.438\n\t\th2.344c0.918,0,1.363,0.137,1.836,0.656c0.297,0.344,0.383,1.469,0.383,2.34c0,0.988-0.035,2.363-0.352,2.75\n\t\tc-0.418,0.492-0.918,0.691-1.867,0.691H289.393z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M307.408,31.104h2.508l2.145,4.109h4.164l-2.844-4.863c0.559-0.125,1.117-0.504,1.496-1.152\n\t\tc0.32-0.539,0.535-1.312,0.535-2.289c0-1.137-0.227-1.953-0.699-2.566c-0.613-0.809-1.664-1.273-3.281-1.273h-7.684v12.145h3.66\n\t\tV31.104z M307.443,25.928h3.125c0.535,0,0.902,0.117,1.09,0.508c0.094,0.18,0.117,0.508,0.117,0.781\n\t\tc0,0.242-0.039,0.566-0.133,0.781c-0.137,0.301-0.539,0.406-0.992,0.406h-3.207V25.928z"},"children":[]},{"type":"polygon","props":{"fill":"#FFFFFF","points":"328.525,32.381 321.791,32.381 321.791,30.576 328.213,30.576 328.213,27.689 321.791,27.689 \n\t\t321.791,25.928 328.459,25.928 328.459,23.068 318.135,23.068 318.135,35.213 328.525,35.213 \t"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M334.65,31.412c0,0,3.285,0.027,3.742,0.02c1.492-0.031,2.656-0.418,3.355-1.234\n\t\tc0.605-0.645,0.898-1.598,0.898-2.945c0-1.508-0.383-2.555-1.094-3.168c-0.664-0.691-1.707-1.016-3.172-1.016h-7.473v12.145h3.742\n\t\tV31.412z M334.604,25.893h2.965c0.613,0,0.965,0.188,1.172,0.574c0.113,0.164,0.164,0.477,0.164,0.855\n\t\tc0,0.355-0.031,0.582-0.152,0.801c-0.176,0.336-0.523,0.57-1.23,0.57c-0.02,0-2.918,0-2.918,0V25.893z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M350.436,35.396c4.438,0,6.469-2.098,6.469-6.363c0-4.059-1.895-6.184-6.469-6.184\n\t\tc-4.5,0-6.488,2.355-6.488,6.23C343.947,33.229,345.971,35.396,350.436,35.396z M350.436,25.721c2.059,0,2.711,0.992,2.711,3.398\n\t\tc0,2.707-0.992,3.43-2.707,3.43c-1.773,0-2.695-0.855-2.695-3.43C347.744,26.678,348.443,25.721,350.436,25.721z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M362.256,31.104h2.512l2.141,4.109h4.16l-2.836-4.863c0.57-0.125,1.113-0.504,1.504-1.152\n\t\tc0.312-0.539,0.531-1.312,0.531-2.289c0-1.137-0.238-1.953-0.703-2.566c-0.617-0.809-1.68-1.273-3.289-1.273h-7.684v12.145h3.664\n\t\tV31.104z M362.287,25.928h3.133c0.531,0,0.898,0.117,1.082,0.508c0.094,0.18,0.121,0.508,0.121,0.781\n\t\tc0,0.242-0.043,0.566-0.133,0.781c-0.133,0.301-0.539,0.406-0.996,0.406h-3.207V25.928z"},"children":[]},{"type":"polygon","props":{"fill":"#FFFFFF","points":"375.213,35.213 378.998,35.213 378.998,25.99 382.881,25.99 382.881,23.068 371.361,23.068 \n\t\t371.361,25.99 375.213,25.99 \t"},"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
|
+
Usnews.displayName = 'Usnews';
|
|
21
|
+
|
|
22
|
+
exports.default = Usnews;
|
package/dist/usnews.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — U.S. News & World Report
|
|
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 Usnews: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default Usnews;
|
package/dist/usnews.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — U.S. News & World Report
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const Usnews = forwardRef(
|
|
7
|
+
function Usnews({ viewBox = '0 0 408 104', ...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":["U.S. News & World Report"]},{"type":"g","props":{},"children":[{"type":"defs","props":{},"children":[{"type":"rect","props":{"id":"SVGID_1_","x":"4","y":"4","width":"400","height":"96"},"children":[]}]},{"type":"clipPath","props":{"id":"SVGID_2_"},"children":[{"type":"use","props":{"href":"#SVGID_1_","overflow":"visible"},"children":[]}]},{"type":"g","props":{"clipPath":"url(#SVGID_2_)"},"children":[{"type":"rect","props":{"x":"-3.115","y":"-9.004","fill":"#005ea6","width":"430.518","height":"109.004"},"children":[]},{"type":"rect","props":{"x":"-1.113","y":"82.424","fill":"#FFFFFF","width":"430.518","height":"4.291"},"children":[]},{"type":"rect","props":{"x":"-3.115","y":"86.715","fill":"#C41623","width":"430.518","height":"50.596"},"children":[]}]}]},{"type":"path","props":{"fill":"#FFFFFF","d":"M404,4v96H4V4H404 M408,0h-4H4H0v4v96v4h4h400h4v-4V4V0L408,0z"},"children":[]},{"type":"g","props":{},"children":[{"type":"path","props":{"fill":"#FFFFFF","d":"M76.748,65.242c0-1.219,0-42.146,0-42.146h-13.23c0,0,0,39.166,0,40.318\n\t\tc0,6.277-5.355,10.016-12.926,10.016c-8.645,0-13.391-3.738-13.391-10.094c0-1.148,0-40.24,0-40.24H23.975c0,0,0,40.006,0,41.381\n\t\tc0,14.164,11.242,19.82,26.309,19.82c10.399,0,18.778-2.844,23.152-8.595v7.829h11.801V71.223h-9.428\n\t\tC76.419,69.417,76.748,67.427,76.748,65.242z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M139.99,66.094c0-10.334-6.27-15.307-18.285-17.604c-1.379-0.23-5.359-1.074-8.41-1.684\n\t\tc-9.871-1.988-13.469-3.746-13.469-8.184c0-3.445,1.992-5.66,12.012-5.66c7.648,0,10.938,1.758,12.543,5.125\n\t\tc0.461,0.922,0.844,2.293,0.844,2.98h13.617c0-1.535-0.609-3.82-1.379-5.812c-3.055-7.648-10.172-12.926-25.32-12.926\n\t\tc-17.746,0-26.004,6.879-26.004,17.137c0,10.023,7.262,15.453,19.047,17.67c2.676,0.531,7.113,1.379,8.875,1.688\n\t\tc9.781,1.836,12.312,3.59,12.312,8.566c0,3.98-3.211,6.496-12.398,6.496c-8.027,0-12.004-1.523-13.688-5.043\n\t\tc-0.461-0.914-0.844-2.75-0.844-3.824H85.826c0,1.219,0.23,4.207,0.852,6.191c2.438,7.652,9.016,13.16,27.297,13.16\n\t\tc11.484,0,19.128-3.223,23.008-8.555v7.715h11.797V71.223h-9.529C139.729,69.62,139.99,67.912,139.99,66.094z"},"children":[]},{"type":"polygon","props":{"fill":"#FFFFFF","points":"191.463,62.031 168.209,23.096 152.834,23.096 152.834,83.531 165.455,83.531 165.455,42.6 \n\t\t189.783,83.531 204.084,83.531 204.084,23.096 191.463,23.096 \t"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M233.311,37.896c-9.73,0-17.43,3.645-21.727,9.887c-2.508,3.566-3.891,8.102-3.891,13.209\n\t\tc0,5.598,1.215,10.055,3.41,13.539c4.293,6.812,12.312,9.727,22.207,9.727c7.211,0,12.648-1.539,16.543-4.047\n\t\tc4.453-2.848,7.047-6.895,8.094-11.191h-12.727c-0.238,0.977-1.375,2.43-3.719,3.484c-1.871,0.812-4.543,1.461-8.191,1.461\n\t\tc-4.863,0-8.504-1.293-10.379-3.32c-1.535-1.703-2.43-3.238-2.43-5.277h37.773c0.727-6.719-0.488-13.127-3.812-17.99\n\t\tC250.498,41.619,243.521,37.896,233.311,37.896z M220.42,56.863c0-1.303,1.219-3.971,2.758-5.35\n\t\tc2.191-1.945,5.598-3.168,10.211-3.168c4.867,0,7.945,1.547,9.816,3.41c1.617,1.703,2.172,3.805,2.172,5.107H220.42z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M325.107,38.951l-10.449,33.146l-10.055-33.146h-14.422l-9.805,33.146l-10.699-33.146h-13.535l15.953,44.58\n\t\th15.414c0,0,8.758-25.613,8.836-27.158c0.082-0.488,0.559-3.129,0.559-3.129s0.492,2.641,0.578,3.211\n\t\tc0.156,1.463,8.918,27.076,8.918,27.076h15.316l16.129-44.58H325.107z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M368.623,56.455c-1.535-0.242-7.777-1.141-10.371-1.535c-6.32-0.977-7.707-1.703-7.707-3.648\n\t\tc0-2.102,2.113-3.246,9.25-3.246c6.156,0,8.504,1.062,9.398,2.273c0.398,0.566,0.57,1.941,0.57,2.426h12.562\n\t\tc0-0.891-0.246-3.637-0.812-5.348c-2.266-6.398-9.977-9.559-22.207-9.559c-14.352,0-21.477,5.188-21.477,13.121\n\t\tc0,8.521,4.699,12.814,14.508,14.189c2.672,0.406,8.023,1.219,9.719,1.461c6.566,0.973,9.246,1.535,9.246,4.055\n\t\tc0,2.59-2.27,3.887-9.645,3.887c-7.055,0-10.457-0.566-11.27-2.672c-0.324-0.895-0.402-1.703-0.402-2.273H337.1\n\t\tc0,1.461,0.078,2.68,0.48,4.461c1.867,7.297,8.996,10.289,24.078,10.289c15.398,0,22.367-4.699,22.367-13.938\n\t\tC384.025,62.051,379.318,58.078,368.623,56.455z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M215.045,35.334c1.156,0,2.406-0.195,3.344-0.586c0.172,0.152,0.367,0.32,0.57,0.465h4.621\n\t\tc-0.879-0.699-1.797-1.406-2.605-2.004c0.973-0.926,1.59-2.242,1.648-3.766h-3.406c-0.035,0.695-0.258,1.34-0.656,1.844\n\t\tc-0.699-0.574-1.398-1.199-1.945-1.645c1.211-0.75,2.391-1.82,2.43-3.359c0-0.082,0.016-0.418,0-0.527\n\t\tc-0.086-1.473-1.434-2.812-3.746-2.812c-2.531,0-3.996,1.414-4.062,2.906c0,0.195,0,0.477,0,0.617\n\t\tc0.02,0.734,0.289,1.566,0.996,2.566c-1.438,0.676-2.75,1.535-2.781,2.918c0,0.156-0.012,0.438,0,0.629\n\t\tC209.557,34.807,212.158,35.334,215.045,35.334z M214.447,26.338c0.051-0.43,0.277-0.797,0.816-0.797\n\t\tc0.559,0,0.75,0.352,0.77,0.754c0,0.043,0,0.172,0,0.246c-0.039,0.473-0.473,0.875-1.094,1.242\n\t\tc-0.301-0.395-0.473-0.781-0.492-1.117C214.432,26.564,214.432,26.436,214.447,26.338z M214.006,31.068\n\t\tc0.512,0.516,1.234,1.078,1.93,1.676c-0.301,0.078-0.719,0.121-1.062,0.121c-1.266,0-1.809-0.223-1.809-0.809\n\t\tC213.064,31.713,213.451,31.381,214.006,31.068z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M234.068,35.213c0,0,1.859-6.984,1.879-7.391c0.047,0.391,1.863,7.391,1.863,7.391h4.062l3.406-12.145\n\t\th-3.605c0,0-1.824,7.5-1.824,7.883c0-0.383-1.844-7.883-1.844-7.883h-3.82c0,0-1.797,7.5-1.797,7.883\n\t\tc0-0.383-1.855-7.883-1.855-7.883h-3.973l3.477,12.145H234.068z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M251.893,35.396c4.445,0,6.473-2.098,6.473-6.363c0-4.059-1.891-6.184-6.473-6.184\n\t\tc-4.492,0-6.48,2.355-6.48,6.23C245.412,33.229,247.436,35.396,251.893,35.396z M251.893,25.721c2.059,0,2.719,0.992,2.719,3.398\n\t\tc0,2.707-0.992,3.43-2.699,3.43c-1.777,0-2.707-0.855-2.707-3.43C249.205,26.678,249.912,25.721,251.893,25.721z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M263.678,31.104h2.512l2.133,4.109h4.172l-2.84-4.863c0.562-0.125,1.109-0.504,1.492-1.152\n\t\tc0.324-0.539,0.535-1.312,0.535-2.289c0-1.137-0.227-1.953-0.699-2.566c-0.613-0.809-1.664-1.273-3.281-1.273h-7.688v12.145h3.664\n\t\tV31.104z M263.713,25.928h3.133c0.539,0,0.895,0.117,1.074,0.508c0.105,0.18,0.133,0.508,0.133,0.781\n\t\tc0,0.242-0.047,0.566-0.141,0.781c-0.137,0.301-0.527,0.406-0.984,0.406h-3.215V25.928z"},"children":[]},{"type":"polygon","props":{"fill":"#FFFFFF","points":"283.842,32.209 278.01,32.209 278.01,23.068 274.252,23.068 274.252,35.213 283.842,35.213 \t"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M296.709,33.451c0.672-1.008,0.855-1.957,0.855-4.547c0-2.211-0.145-3.223-0.891-4.254\n\t\tc-0.75-1.043-2.117-1.582-4.312-1.582h-6.664v12.145h6.844C294.725,35.213,295.979,34.572,296.709,33.451z M289.393,32.346v-6.438\n\t\th2.344c0.918,0,1.363,0.137,1.836,0.656c0.297,0.344,0.383,1.469,0.383,2.34c0,0.988-0.035,2.363-0.352,2.75\n\t\tc-0.418,0.492-0.918,0.691-1.867,0.691H289.393z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M307.408,31.104h2.508l2.145,4.109h4.164l-2.844-4.863c0.559-0.125,1.117-0.504,1.496-1.152\n\t\tc0.32-0.539,0.535-1.312,0.535-2.289c0-1.137-0.227-1.953-0.699-2.566c-0.613-0.809-1.664-1.273-3.281-1.273h-7.684v12.145h3.66\n\t\tV31.104z M307.443,25.928h3.125c0.535,0,0.902,0.117,1.09,0.508c0.094,0.18,0.117,0.508,0.117,0.781\n\t\tc0,0.242-0.039,0.566-0.133,0.781c-0.137,0.301-0.539,0.406-0.992,0.406h-3.207V25.928z"},"children":[]},{"type":"polygon","props":{"fill":"#FFFFFF","points":"328.525,32.381 321.791,32.381 321.791,30.576 328.213,30.576 328.213,27.689 321.791,27.689 \n\t\t321.791,25.928 328.459,25.928 328.459,23.068 318.135,23.068 318.135,35.213 328.525,35.213 \t"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M334.65,31.412c0,0,3.285,0.027,3.742,0.02c1.492-0.031,2.656-0.418,3.355-1.234\n\t\tc0.605-0.645,0.898-1.598,0.898-2.945c0-1.508-0.383-2.555-1.094-3.168c-0.664-0.691-1.707-1.016-3.172-1.016h-7.473v12.145h3.742\n\t\tV31.412z M334.604,25.893h2.965c0.613,0,0.965,0.188,1.172,0.574c0.113,0.164,0.164,0.477,0.164,0.855\n\t\tc0,0.355-0.031,0.582-0.152,0.801c-0.176,0.336-0.523,0.57-1.23,0.57c-0.02,0-2.918,0-2.918,0V25.893z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M350.436,35.396c4.438,0,6.469-2.098,6.469-6.363c0-4.059-1.895-6.184-6.469-6.184\n\t\tc-4.5,0-6.488,2.355-6.488,6.23C343.947,33.229,345.971,35.396,350.436,35.396z M350.436,25.721c2.059,0,2.711,0.992,2.711,3.398\n\t\tc0,2.707-0.992,3.43-2.707,3.43c-1.773,0-2.695-0.855-2.695-3.43C347.744,26.678,348.443,25.721,350.436,25.721z"},"children":[]},{"type":"path","props":{"fill":"#FFFFFF","d":"M362.256,31.104h2.512l2.141,4.109h4.16l-2.836-4.863c0.57-0.125,1.113-0.504,1.504-1.152\n\t\tc0.312-0.539,0.531-1.312,0.531-2.289c0-1.137-0.238-1.953-0.703-2.566c-0.617-0.809-1.68-1.273-3.289-1.273h-7.684v12.145h3.664\n\t\tV31.104z M362.287,25.928h3.133c0.531,0,0.898,0.117,1.082,0.508c0.094,0.18,0.121,0.508,0.121,0.781\n\t\tc0,0.242-0.043,0.566-0.133,0.781c-0.133,0.301-0.539,0.406-0.996,0.406h-3.207V25.928z"},"children":[]},{"type":"polygon","props":{"fill":"#FFFFFF","points":"375.213,35.213 378.998,35.213 378.998,25.99 382.881,25.99 382.881,23.068 371.361,23.068 \n\t\t371.361,25.99 375.213,25.99 \t"},"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
|
+
Usnews.displayName = 'Usnews';
|
|
20
|
+
|
|
21
|
+
export default Usnews;
|