@thesvg/react 3.0.17 → 3.0.18

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/asaas.cjs ADDED
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — Asaas
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const Asaas = react_1.forwardRef(function Asaas({ viewBox = '0 0 100 17', ...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":["Asaas"]},{"type":"path","props":{"fill":"currentColor","d":"M67.0144 10.2322L71.1732 2.8531L75.291 10.2116C74.1232 9.6817 72.6687 9.41646 71.0912 9.41646C69.6159 9.41646 68.2023 9.68169 67.0144 10.2316M45.6871 10.2322L49.8459 2.8531L53.9638 10.2116C52.796 9.6817 51.3414 9.41646 49.764 9.41646C48.2887 9.41646 46.8751 9.68169 45.6871 10.2316M5.98205 10.2322L10.1409 2.69007L14.2997 10.2122C13.1319 9.68231 11.6566 9.41707 10.0791 9.41707C8.60379 9.41707 7.17003 9.6823 5.98144 10.2322M99.9988 12.067C99.9988 15.1653 97.1508 17 92.0498 17C88.4034 17 85.3096 16.3272 82.1339 14.3294L83.1788 12.4746C86.1497 14.3501 88.6901 15.0022 92.0296 15.0022C95.7378 15.0022 97.684 13.9218 97.684 12.0262C97.684 10.4975 96.2704 9.86542 93.4842 9.5801L88.5672 9.091C84.9819 8.74425 82.7081 7.37853 82.7081 4.87157C82.7081 1.89558 85.9247 0 91.0257 0C94.2014 0 96.721 0.61138 99.2412 2.18089L98.2171 4.11723C96.2092 2.79227 93.8535 2.07869 90.7597 2.07869C87.1542 2.07869 85.0235 3.21993 85.0235 4.79005C85.0235 6.27805 86.56 6.84867 88.7934 7.07314L93.8131 7.56225C97.8491 7.94976 100 9.397 100 12.067M81.3758 16.6332L72.2181 0.386904H70.1491L61.0115 16.6332H63.47L64.4739 14.7784C65.6417 12.6175 67.6698 11.4763 71.0912 11.4763C74.5127 11.4763 76.6637 12.5975 77.8522 14.799L78.8354 16.6338H81.3758V16.6332ZM60.0486 16.6332L50.8908 0.386904H48.8218L39.6843 16.6332H42.1428L43.1467 14.7784C44.3145 12.6175 46.3425 11.4763 49.764 11.4763C53.1854 11.4763 55.3364 12.5975 56.525 14.799L57.5081 16.6338H60.0486V16.6332ZM38.9873 12.067C38.9873 15.1653 36.1393 17 31.0383 17C27.3918 17 24.2981 16.3272 21.1224 14.3294L22.1673 12.4746C25.1382 14.3501 27.6786 15.0022 31.0181 15.0022C34.7263 15.0022 36.6725 13.9218 36.6725 12.0262C36.6725 10.4975 35.2589 9.86542 32.4727 9.5801L27.5557 9.091C23.9704 8.74425 21.6966 7.37853 21.6966 4.87157C21.6966 1.89558 24.9132 0 30.0142 0C33.1898 0 35.7095 0.61138 38.2297 2.18089L37.2056 4.11723C35.1977 2.79227 32.842 2.07869 29.7482 2.07869C26.1427 2.07869 24.012 3.21993 24.012 4.79005C24.012 6.27805 25.5484 6.84867 27.7819 7.07314L32.8016 7.56225C36.8375 7.94976 38.9885 9.397 38.9885 12.067M8.05167 2.30256L0 16.6326H2.45848L3.46243 14.7777C4.63023 12.6376 6.6381 11.4757 10.0797 11.4757C13.5214 11.4757 15.6729 12.6376 16.8407 14.7984L17.8239 16.6332H20.3643L11.8009 1.42655C11.3912 0.692898 10.8177 0.386904 9.87491 0.386904H2.97085L4.02493 1.45879C4.66691 2.09755 5.1707 2.30256 6.0652 2.30256H8.05167Z"},"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
+ Asaas.displayName = 'Asaas';
21
+
22
+ exports.default = Asaas;
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — Asaas
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 Asaas: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default Asaas;
package/dist/asaas.js ADDED
@@ -0,0 +1,21 @@
1
+ // @thesvg/react — Asaas
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef, createElement } from 'react';
5
+
6
+ const Asaas = forwardRef(
7
+ function Asaas({ viewBox = '0 0 100 17', ...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":["Asaas"]},{"type":"path","props":{"fill":"currentColor","d":"M67.0144 10.2322L71.1732 2.8531L75.291 10.2116C74.1232 9.6817 72.6687 9.41646 71.0912 9.41646C69.6159 9.41646 68.2023 9.68169 67.0144 10.2316M45.6871 10.2322L49.8459 2.8531L53.9638 10.2116C52.796 9.6817 51.3414 9.41646 49.764 9.41646C48.2887 9.41646 46.8751 9.68169 45.6871 10.2316M5.98205 10.2322L10.1409 2.69007L14.2997 10.2122C13.1319 9.68231 11.6566 9.41707 10.0791 9.41707C8.60379 9.41707 7.17003 9.6823 5.98144 10.2322M99.9988 12.067C99.9988 15.1653 97.1508 17 92.0498 17C88.4034 17 85.3096 16.3272 82.1339 14.3294L83.1788 12.4746C86.1497 14.3501 88.6901 15.0022 92.0296 15.0022C95.7378 15.0022 97.684 13.9218 97.684 12.0262C97.684 10.4975 96.2704 9.86542 93.4842 9.5801L88.5672 9.091C84.9819 8.74425 82.7081 7.37853 82.7081 4.87157C82.7081 1.89558 85.9247 0 91.0257 0C94.2014 0 96.721 0.61138 99.2412 2.18089L98.2171 4.11723C96.2092 2.79227 93.8535 2.07869 90.7597 2.07869C87.1542 2.07869 85.0235 3.21993 85.0235 4.79005C85.0235 6.27805 86.56 6.84867 88.7934 7.07314L93.8131 7.56225C97.8491 7.94976 100 9.397 100 12.067M81.3758 16.6332L72.2181 0.386904H70.1491L61.0115 16.6332H63.47L64.4739 14.7784C65.6417 12.6175 67.6698 11.4763 71.0912 11.4763C74.5127 11.4763 76.6637 12.5975 77.8522 14.799L78.8354 16.6338H81.3758V16.6332ZM60.0486 16.6332L50.8908 0.386904H48.8218L39.6843 16.6332H42.1428L43.1467 14.7784C44.3145 12.6175 46.3425 11.4763 49.764 11.4763C53.1854 11.4763 55.3364 12.5975 56.525 14.799L57.5081 16.6338H60.0486V16.6332ZM38.9873 12.067C38.9873 15.1653 36.1393 17 31.0383 17C27.3918 17 24.2981 16.3272 21.1224 14.3294L22.1673 12.4746C25.1382 14.3501 27.6786 15.0022 31.0181 15.0022C34.7263 15.0022 36.6725 13.9218 36.6725 12.0262C36.6725 10.4975 35.2589 9.86542 32.4727 9.5801L27.5557 9.091C23.9704 8.74425 21.6966 7.37853 21.6966 4.87157C21.6966 1.89558 24.9132 0 30.0142 0C33.1898 0 35.7095 0.61138 38.2297 2.18089L37.2056 4.11723C35.1977 2.79227 32.842 2.07869 29.7482 2.07869C26.1427 2.07869 24.012 3.21993 24.012 4.79005C24.012 6.27805 25.5484 6.84867 27.7819 7.07314L32.8016 7.56225C36.8375 7.94976 38.9885 9.397 38.9885 12.067M8.05167 2.30256L0 16.6326H2.45848L3.46243 14.7777C4.63023 12.6376 6.6381 11.4757 10.0797 11.4757C13.5214 11.4757 15.6729 12.6376 16.8407 14.7984L17.8239 16.6332H20.3643L11.8009 1.42655C11.3912 0.692898 10.8177 0.386904 9.87491 0.386904H2.97085L4.02493 1.45879C4.66691 2.09755 5.1707 2.30256 6.0652 2.30256H8.05167Z"},"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
+ Asaas.displayName = 'Asaas';
20
+
21
+ export default Asaas;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — GuidenAI
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const Guidenai = react_1.forwardRef(function Guidenai({ viewBox = '0 0 384 384', ...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":["GuidenAI"]},{"type":"path","props":{"fill":"#ff751f","d":"M 351.628906 137.355469 L 246.488281 32.21875 C 216.3125 2.042969 167.382812 2.042969 137.199219 32.21875 L 32.066406 137.355469 C 1.890625 167.53125 1.890625 216.457031 32.066406 246.644531 L 137.203125 351.78125 C 167.382812 381.957031 216.3125 381.957031 246.496094 351.78125 L 351.632812 246.644531 C 381.804688 216.457031 381.804688 167.53125 351.628906 137.355469 Z M 259.125 186.121094 C 259.125 199.203125 255.445312 208.796875 250.769531 218.507812 C 242.824219 235.003906 200.261719 279.660156 199.96875 279.984375 C 197.867188 282.046875 195.042969 283.203125 192.101562 283.203125 C 189.160156 283.203125 186.335938 282.046875 184.234375 279.984375 C 183.78125 279.449219 144.050781 234.148438 135.414062 215.996094 C 129.679688 203.960938 124.578125 190.433594 124.578125 173.835938 C 124.578125 127.515625 155.234375 100.78125 194.179688 100.78125 C 227.097656 100.78125 252.625 119.652344 257.375 146.800781 C 257.417969 147.070312 257.402344 147.34375 257.328125 147.605469 C 257.253906 147.871094 257.125 148.113281 256.945312 148.316406 C 256.765625 148.523438 256.546875 148.6875 256.296875 148.800781 C 256.046875 148.910156 255.777344 148.964844 255.503906 148.960938 L 224.414062 148.960938 C 223.9375 148.96875 223.476562 148.828125 223.085938 148.558594 C 222.699219 148.289062 222.402344 147.90625 222.242188 147.457031 C 218.507812 136.519531 208.832031 130.066406 195 130.160156 C 173.457031 130.0625 159.792969 145.929688 159.792969 173.449219 C 159.792969 201.25 173.566406 217.578125 195.984375 217.703125 C 208.992188 217.585938 220.785156 211.726562 222.464844 200.488281 C 222.601562 199.972656 222.886719 199.511719 223.285156 199.160156 C 223.683594 198.808594 224.183594 198.585938 224.710938 198.519531 L 255.519531 198.519531 C 255.832031 198.515625 256.140625 198.582031 256.425781 198.71875 C 256.707031 198.851562 256.957031 199.046875 257.15625 199.292969 C 257.351562 199.535156 257.488281 199.820312 257.5625 200.121094 C 257.632812 200.421875 257.640625 200.738281 257.578125 201.042969 Z M 259.125 186.121094 ","fillRule":"nonzero"},"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
+ Guidenai.displayName = 'Guidenai';
21
+
22
+ exports.default = Guidenai;
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — GuidenAI
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 Guidenai: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default Guidenai;
@@ -0,0 +1,21 @@
1
+ // @thesvg/react — GuidenAI
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef, createElement } from 'react';
5
+
6
+ const Guidenai = forwardRef(
7
+ function Guidenai({ viewBox = '0 0 384 384', ...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":["GuidenAI"]},{"type":"path","props":{"fill":"#ff751f","d":"M 351.628906 137.355469 L 246.488281 32.21875 C 216.3125 2.042969 167.382812 2.042969 137.199219 32.21875 L 32.066406 137.355469 C 1.890625 167.53125 1.890625 216.457031 32.066406 246.644531 L 137.203125 351.78125 C 167.382812 381.957031 216.3125 381.957031 246.496094 351.78125 L 351.632812 246.644531 C 381.804688 216.457031 381.804688 167.53125 351.628906 137.355469 Z M 259.125 186.121094 C 259.125 199.203125 255.445312 208.796875 250.769531 218.507812 C 242.824219 235.003906 200.261719 279.660156 199.96875 279.984375 C 197.867188 282.046875 195.042969 283.203125 192.101562 283.203125 C 189.160156 283.203125 186.335938 282.046875 184.234375 279.984375 C 183.78125 279.449219 144.050781 234.148438 135.414062 215.996094 C 129.679688 203.960938 124.578125 190.433594 124.578125 173.835938 C 124.578125 127.515625 155.234375 100.78125 194.179688 100.78125 C 227.097656 100.78125 252.625 119.652344 257.375 146.800781 C 257.417969 147.070312 257.402344 147.34375 257.328125 147.605469 C 257.253906 147.871094 257.125 148.113281 256.945312 148.316406 C 256.765625 148.523438 256.546875 148.6875 256.296875 148.800781 C 256.046875 148.910156 255.777344 148.964844 255.503906 148.960938 L 224.414062 148.960938 C 223.9375 148.96875 223.476562 148.828125 223.085938 148.558594 C 222.699219 148.289062 222.402344 147.90625 222.242188 147.457031 C 218.507812 136.519531 208.832031 130.066406 195 130.160156 C 173.457031 130.0625 159.792969 145.929688 159.792969 173.449219 C 159.792969 201.25 173.566406 217.578125 195.984375 217.703125 C 208.992188 217.585938 220.785156 211.726562 222.464844 200.488281 C 222.601562 199.972656 222.886719 199.511719 223.285156 199.160156 C 223.683594 198.808594 224.183594 198.585938 224.710938 198.519531 L 255.519531 198.519531 C 255.832031 198.515625 256.140625 198.582031 256.425781 198.71875 C 256.707031 198.851562 256.957031 199.046875 257.15625 199.292969 C 257.351562 199.535156 257.488281 199.820312 257.5625 200.121094 C 257.632812 200.421875 257.640625 200.738281 257.578125 201.042969 Z M 259.125 186.121094 ","fillRule":"nonzero"},"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
+ Guidenai.displayName = 'Guidenai';
20
+
21
+ export default Guidenai;
package/dist/hymer.cjs ADDED
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — Hymer
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const Hymer = react_1.forwardRef(function Hymer({ viewBox = '0 0 984.7 175.5', ...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":["Hymer"]},{"type":"path","props":{"fill":"currentColor","d":"M791.5,141.9h-88.4c-1.8,0-2.7-1-2.7-3.1v-32.1c0-1.9,1.1-2.9,3.4-2.9h67.3c1.4,0,2.4.1,3-.5s.8-1.9.8-2.9v-30c0-2.6-1.4-3.9-4.1-3.9h-66.8c-2.4,0-3.6-1.4-3.6-4.1v-25.2c0-2.6,1.5-3.9,4.6-3.9h82.9c3.4,0,5.1-1.7,5.1-5.1l.2-24.1c0-2.7-1.2-4.1-3.6-4.1h-127.5c-2.6,0-3.9,1.5-3.9,4.6v165.4c0,3.4,1.8,5.1,5.3,5.1h127.5c1.8,0,3-.4,3.7-1.2s1.1-1.8,1.1-3.1v-25.4c0-2.4-1.4-3.6-4.3-3.6v.1ZM951.9,106.6c-.8-1.9-.5-3.1,1-3.6,5.9-2.1,11.4-5.3,16.4-9.5,5-4.3,9-9.6,12-16s3.4-19.9,3.4-28.1c0-15.7-6-27.9-17.9-36.4-12-8.5-25.1-12.8-46.6-12.8h-75c-2.6,0-3.9,1.5-3.9,4.6v165.6c0,1.6.4,2.8,1.1,3.6s2,1.2,4,1.2h30.6c4.3,0,6.5-1.9,6.5-5.8V38.1c0-2.7,1.5-4.1,4.6-4.1h25.8c8.2,0,14.8,2,19.8,6s7.5,9,7.5,16.9-2.5,14.7-7.3,18.6c-6.1,4.9-9.5,7.2-9.8,7.4-18.9,10.6-17.7,11.5-12.3,25.4.2.4,26.6,62.6,26.6,62.6.8,2.9,2.6,4.3,5.3,4.3h35.4c1.6,0,2.8-.6,3.5-1.9.7-1.3.8-2.8.1-4.6l-30.6-62.1h-.2ZM145.8.3h-34.4c-2.4,0-3.6,1.4-3.6,4.3v58.2c0,2.6-1.3,3.9-3.9,3.9h-58.1c-2.4,0-3.6-1.4-3.6-4.1V4.6c0-2.9-1.3-4.3-3.9-4.3H3.9C1.3.3,0,1.8,0,4.9v165.4c0,1.8.4,3.1,1.1,3.9.7.8,2.1,1.2,4.2,1.2h30.4c4.3,0,6.5-1.8,6.5-5.5v-60.3c0-2.1,1-3.1,3.1-3.1h59.1c2.2,0,3.4,1,3.4,3.1v60.3c0,3.7,2.1,5.5,6.3,5.5h30.6c2.1,0,3.5-.4,4.2-1.2s1.1-2.1,1.1-3.9V4.9c0-3-1.4-4.6-4.1-4.6h-.1ZM596.4.3h-59.5c-1.8,0-3,.2-3.9.7-.8.5-1.4,1.4-1.9,2.9l-32.7,100.9c-.5,1.4-1,2-1.7,2s-1.2-.6-1.7-2L462.3,3.9c-.5-1.4-1.1-2.4-1.9-2.9-.8-.5-2.1-.7-3.9-.7h-55.7c-6.4,0-7.9,3.4-7.9,9.9v159.6c0,3.7,1.7,5.5,5.1,5.5h34.2c1.8,0,2.9-.3,3.5-1,.6-.6.8-1.8.8-3.4V56.3c0-1.3.3-2,.8-2.2.6-.2,1.1.5,1.6,1.9l38,115.3c.8,2.6,2.6,3.9,5.3,3.9h28.9c2.7,0,4.5-1.3,5.3-3.9l38-115.3c.5-1.4,1-2.1,1.6-1.9s.8.9.8,2.2v114.6c0,1.6.3,2.7.8,3.4.6.6,1.7,1,3.5,1h34.2c3.4,0,5.1-1.8,5.1-5.5V4.9c0-3-1.4-4.6-4.1-4.6h.1ZM350.2.3h-36.1c-2.1,0-3.5.3-4.3,1-.8.6-1.7,1.8-2.7,3.4l-35,73c-.2.3-.5.3-.7,0L236.4,4.7c-1-1.6-1.8-2.7-2.7-3.4-.8-.6-2.2-1-4.3-1h-36.1c-2.1,0-3.5.5-4.1,1.6-.6,1-.5,2.4.5,4l58.3,110.5c1,1.4,1.7,2.7,2.2,3.9.5,1.1.7,2.8.7,5.1v45c0,1.8.4,3.1,1.1,3.9.7.8,2.1,1.2,4.2,1.2h31.2c2.1,0,3.5-.4,4.2-1.2s1.1-2.1,1.1-3.9v-45c0-2.2.2-3.9.7-5.1.5-1.1,1.2-2.4,2.2-3.9L353.9,5.9c1-1.6,1.1-2.9.5-4-.6-1-2-1.6-4.1-1.6h-.1Z"},"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
+ Hymer.displayName = 'Hymer';
21
+
22
+ exports.default = Hymer;
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — Hymer
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 Hymer: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default Hymer;
package/dist/hymer.js ADDED
@@ -0,0 +1,21 @@
1
+ // @thesvg/react — Hymer
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef, createElement } from 'react';
5
+
6
+ const Hymer = forwardRef(
7
+ function Hymer({ viewBox = '0 0 984.7 175.5', ...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":["Hymer"]},{"type":"path","props":{"fill":"currentColor","d":"M791.5,141.9h-88.4c-1.8,0-2.7-1-2.7-3.1v-32.1c0-1.9,1.1-2.9,3.4-2.9h67.3c1.4,0,2.4.1,3-.5s.8-1.9.8-2.9v-30c0-2.6-1.4-3.9-4.1-3.9h-66.8c-2.4,0-3.6-1.4-3.6-4.1v-25.2c0-2.6,1.5-3.9,4.6-3.9h82.9c3.4,0,5.1-1.7,5.1-5.1l.2-24.1c0-2.7-1.2-4.1-3.6-4.1h-127.5c-2.6,0-3.9,1.5-3.9,4.6v165.4c0,3.4,1.8,5.1,5.3,5.1h127.5c1.8,0,3-.4,3.7-1.2s1.1-1.8,1.1-3.1v-25.4c0-2.4-1.4-3.6-4.3-3.6v.1ZM951.9,106.6c-.8-1.9-.5-3.1,1-3.6,5.9-2.1,11.4-5.3,16.4-9.5,5-4.3,9-9.6,12-16s3.4-19.9,3.4-28.1c0-15.7-6-27.9-17.9-36.4-12-8.5-25.1-12.8-46.6-12.8h-75c-2.6,0-3.9,1.5-3.9,4.6v165.6c0,1.6.4,2.8,1.1,3.6s2,1.2,4,1.2h30.6c4.3,0,6.5-1.9,6.5-5.8V38.1c0-2.7,1.5-4.1,4.6-4.1h25.8c8.2,0,14.8,2,19.8,6s7.5,9,7.5,16.9-2.5,14.7-7.3,18.6c-6.1,4.9-9.5,7.2-9.8,7.4-18.9,10.6-17.7,11.5-12.3,25.4.2.4,26.6,62.6,26.6,62.6.8,2.9,2.6,4.3,5.3,4.3h35.4c1.6,0,2.8-.6,3.5-1.9.7-1.3.8-2.8.1-4.6l-30.6-62.1h-.2ZM145.8.3h-34.4c-2.4,0-3.6,1.4-3.6,4.3v58.2c0,2.6-1.3,3.9-3.9,3.9h-58.1c-2.4,0-3.6-1.4-3.6-4.1V4.6c0-2.9-1.3-4.3-3.9-4.3H3.9C1.3.3,0,1.8,0,4.9v165.4c0,1.8.4,3.1,1.1,3.9.7.8,2.1,1.2,4.2,1.2h30.4c4.3,0,6.5-1.8,6.5-5.5v-60.3c0-2.1,1-3.1,3.1-3.1h59.1c2.2,0,3.4,1,3.4,3.1v60.3c0,3.7,2.1,5.5,6.3,5.5h30.6c2.1,0,3.5-.4,4.2-1.2s1.1-2.1,1.1-3.9V4.9c0-3-1.4-4.6-4.1-4.6h-.1ZM596.4.3h-59.5c-1.8,0-3,.2-3.9.7-.8.5-1.4,1.4-1.9,2.9l-32.7,100.9c-.5,1.4-1,2-1.7,2s-1.2-.6-1.7-2L462.3,3.9c-.5-1.4-1.1-2.4-1.9-2.9-.8-.5-2.1-.7-3.9-.7h-55.7c-6.4,0-7.9,3.4-7.9,9.9v159.6c0,3.7,1.7,5.5,5.1,5.5h34.2c1.8,0,2.9-.3,3.5-1,.6-.6.8-1.8.8-3.4V56.3c0-1.3.3-2,.8-2.2.6-.2,1.1.5,1.6,1.9l38,115.3c.8,2.6,2.6,3.9,5.3,3.9h28.9c2.7,0,4.5-1.3,5.3-3.9l38-115.3c.5-1.4,1-2.1,1.6-1.9s.8.9.8,2.2v114.6c0,1.6.3,2.7.8,3.4.6.6,1.7,1,3.5,1h34.2c3.4,0,5.1-1.8,5.1-5.5V4.9c0-3-1.4-4.6-4.1-4.6h.1ZM350.2.3h-36.1c-2.1,0-3.5.3-4.3,1-.8.6-1.7,1.8-2.7,3.4l-35,73c-.2.3-.5.3-.7,0L236.4,4.7c-1-1.6-1.8-2.7-2.7-3.4-.8-.6-2.2-1-4.3-1h-36.1c-2.1,0-3.5.5-4.1,1.6-.6,1-.5,2.4.5,4l58.3,110.5c1,1.4,1.7,2.7,2.2,3.9.5,1.1.7,2.8.7,5.1v45c0,1.8.4,3.1,1.1,3.9.7.8,2.1,1.2,4.2,1.2h31.2c2.1,0,3.5-.4,4.2-1.2s1.1-2.1,1.1-3.9v-45c0-2.2.2-3.9.7-5.1.5-1.1,1.2-2.4,2.2-3.9L353.9,5.9c1-1.6,1.1-2.9.5-4-.6-1-2-1.6-4.1-1.6h-.1Z"},"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
+ Hymer.displayName = 'Hymer';
20
+
21
+ export default Hymer;
package/dist/index.cjs CHANGED
@@ -552,6 +552,8 @@ const _artstation = require('./artstation.cjs');
552
552
  exports.Artstation = _artstation.default;
553
553
  const _arxiv = require('./arxiv.cjs');
554
554
  exports.Arxiv = _arxiv.default;
555
+ const _asaas = require('./asaas.cjs');
556
+ exports.Asaas = _asaas.default;
555
557
  const _asahi_linux = require('./asahi-linux.cjs');
556
558
  exports.AsahiLinux = _asahi_linux.default;
557
559
  const _asana = require('./asana.cjs');
@@ -6292,6 +6294,8 @@ const _gtk = require('./gtk.cjs');
6292
6294
  exports.Gtk = _gtk.default;
6293
6295
  const _guangzhou_metro = require('./guangzhou-metro.cjs');
6294
6296
  exports.GuangzhouMetro = _guangzhou_metro.default;
6297
+ const _guidenai = require('./guidenai.cjs');
6298
+ exports.Guidenai = _guidenai.default;
6295
6299
  const _guilded = require('./guilded.cjs');
6296
6300
  exports.Guilded = _guilded.default;
6297
6301
  const _guitar_pro = require('./guitar-pro.cjs');
@@ -6564,6 +6568,8 @@ const _hunyuan = require('./hunyuan.cjs');
6564
6568
  exports.Hunyuan = _hunyuan.default;
6565
6569
  const _husqvarna = require('./husqvarna.cjs');
6566
6570
  exports.Husqvarna = _husqvarna.default;
6571
+ const _hymer = require('./hymer.cjs');
6572
+ exports.Hymer = _hymer.default;
6567
6573
  const _hyper = require('./hyper.cjs');
6568
6574
  exports.Hyper = _hyper.default;
6569
6575
  const _hyperbolic = require('./hyperbolic.cjs');
@@ -8108,6 +8114,8 @@ const _mta = require('./mta.cjs');
8108
8114
  exports.Mta = _mta.default;
8109
8115
  const _mtr = require('./mtr.cjs');
8110
8116
  exports.Mtr = _mtr.default;
8117
+ const _muangthai_capital = require('./muangthai-capital.cjs');
8118
+ exports.MuangthaiCapital = _muangthai_capital.default;
8111
8119
  const _mubi = require('./mubi.cjs');
8112
8120
  exports.Mubi = _mubi.default;
8113
8121
  const _mui = require('./mui.cjs');
@@ -8268,6 +8276,8 @@ const _newegg = require('./newegg.cjs');
8268
8276
  exports.Newegg = _newegg.default;
8269
8277
  const _newgrounds = require('./newgrounds.cjs');
8270
8278
  exports.Newgrounds = _newgrounds.default;
8279
+ const _newmont = require('./newmont.cjs');
8280
+ exports.Newmont = _newmont.default;
8271
8281
  const _newpipe = require('./newpipe.cjs');
8272
8282
  exports.Newpipe = _newpipe.default;
8273
8283
  const _nexon = require('./nexon.cjs');
@@ -9158,6 +9168,8 @@ const _premiere = require('./premiere.cjs');
9158
9168
  exports.Premiere = _premiere.default;
9159
9169
  const _prepbytes = require('./prepbytes.cjs');
9160
9170
  exports.Prepbytes = _prepbytes.default;
9171
+ const _prequel = require('./prequel.cjs');
9172
+ exports.Prequel = _prequel.default;
9161
9173
  const _prestashop = require('./prestashop.cjs');
9162
9174
  exports.Prestashop = _prestashop.default;
9163
9175
  const _presto = require('./presto.cjs');
@@ -10430,6 +10442,8 @@ const _suitest = require('./suitest.cjs');
10430
10442
  exports.Suitest = _suitest.default;
10431
10443
  const _sumo_logic = require('./sumo-logic.cjs');
10432
10444
  exports.SumoLogic = _sumo_logic.default;
10445
+ const _sun_hung_kai = require('./sun-hung-kai.cjs');
10446
+ exports.SunHungKai = _sun_hung_kai.default;
10433
10447
  const _suno = require('./suno.cjs');
10434
10448
  exports.Suno = _suno.default;
10435
10449
  const _sunrise = require('./sunrise.cjs');
@@ -10508,6 +10522,8 @@ const _tabby = require('./tabby.cjs');
10508
10522
  exports.Tabby = _tabby.default;
10509
10523
  const _tabelog = require('./tabelog.cjs');
10510
10524
  exports.Tabelog = _tabelog.default;
10525
+ const _tableau = require('./tableau.cjs');
10526
+ exports.Tableau = _tableau.default;
10511
10527
  const _tablecheck = require('./tablecheck.cjs');
10512
10528
  exports.Tablecheck = _tablecheck.default;
10513
10529
  const _taboola = require('./taboola.cjs');
@@ -11096,6 +11112,8 @@ const _uptime_kuma = require('./uptime-kuma.cjs');
11096
11112
  exports.UptimeKuma = _uptime_kuma.default;
11097
11113
  const _upwork = require('./upwork.cjs');
11098
11114
  exports.Upwork = _upwork.default;
11115
+ const _usdc = require('./usdc.cjs');
11116
+ exports.Usdc = _usdc.default;
11099
11117
  const _uservoice = require('./uservoice.cjs');
11100
11118
  exports.Uservoice = _uservoice.default;
11101
11119
  const _usnews = require('./usnews.cjs');
@@ -11136,6 +11154,8 @@ const _valve = require('./valve.cjs');
11136
11154
  exports.Valve = _valve.default;
11137
11155
  const _vanilla_extract = require('./vanilla-extract.cjs');
11138
11156
  exports.VanillaExtract = _vanilla_extract.default;
11157
+ const _vanio = require('./vanio.cjs');
11158
+ exports.Vanio = _vanio.default;
11139
11159
  const _vapi = require('./vapi.cjs');
11140
11160
  exports.Vapi = _vapi.default;
11141
11161
  const _vapor = require('./vapor.cjs');
package/dist/index.d.ts CHANGED
@@ -277,6 +277,7 @@ export { default as ArtifactHub } from './artifact-hub.js';
277
277
  export { default as ArtixLinux } from './artix-linux.js';
278
278
  export { default as Artstation } from './artstation.js';
279
279
  export { default as Arxiv } from './arxiv.js';
280
+ export { default as Asaas } from './asaas.js';
280
281
  export { default as AsahiLinux } from './asahi-linux.js';
281
282
  export { default as Asana } from './asana.js';
282
283
  export { default as Asciidoctor } from './asciidoctor.js';
@@ -3147,6 +3148,7 @@ export { default as Gsmarenadotcom } from './gsmarenadotcom.js';
3147
3148
  export { default as Gstreamer } from './gstreamer.js';
3148
3149
  export { default as Gtk } from './gtk.js';
3149
3150
  export { default as GuangzhouMetro } from './guangzhou-metro.js';
3151
+ export { default as Guidenai } from './guidenai.js';
3150
3152
  export { default as Guilded } from './guilded.js';
3151
3153
  export { default as GuitarPro } from './guitar-pro.js';
3152
3154
  export { default as Gulp } from './gulp.js';
@@ -3283,6 +3285,7 @@ export { default as Humhub } from './humhub.js';
3283
3285
  export { default as HungryJackS } from './hungry-jack-s.js';
3284
3286
  export { default as Hunyuan } from './hunyuan.js';
3285
3287
  export { default as Husqvarna } from './husqvarna.js';
3288
+ export { default as Hymer } from './hymer.js';
3286
3289
  export { default as Hyper } from './hyper.js';
3287
3290
  export { default as Hyperbolic } from './hyperbolic.js';
3288
3291
  export { default as Hyperskill } from './hyperskill.js';
@@ -4055,6 +4058,7 @@ export { default as Msi } from './msi.js';
4055
4058
  export { default as MsiBusiness } from './msi-business.js';
4056
4059
  export { default as Mta } from './mta.js';
4057
4060
  export { default as Mtr } from './mtr.js';
4061
+ export { default as MuangthaiCapital } from './muangthai-capital.js';
4058
4062
  export { default as Mubi } from './mubi.js';
4059
4063
  export { default as Mui } from './mui.js';
4060
4064
  export { default as Mulesoft } from './mulesoft.js';
@@ -4135,6 +4139,7 @@ export { default as NewRelic } from './new-relic.js';
4135
4139
  export { default as NewYorkTimes } from './new-york-times.js';
4136
4140
  export { default as Newegg } from './newegg.js';
4137
4141
  export { default as Newgrounds } from './newgrounds.js';
4142
+ export { default as Newmont } from './newmont.js';
4138
4143
  export { default as Newpipe } from './newpipe.js';
4139
4144
  export { default as Nexon } from './nexon.js';
4140
4145
  export { default as Nextbike } from './nextbike.js';
@@ -4580,6 +4585,7 @@ export { default as Premid } from './premid.js';
4580
4585
  export { default as PremierLeague } from './premier-league.js';
4581
4586
  export { default as Premiere } from './premiere.js';
4582
4587
  export { default as Prepbytes } from './prepbytes.js';
4588
+ export { default as Prequel } from './prequel.js';
4583
4589
  export { default as Prestashop } from './prestashop.js';
4584
4590
  export { default as Presto } from './presto.js';
4585
4591
  export { default as Prettier } from './prettier.js';
@@ -5216,6 +5222,7 @@ export { default as Suckless } from './suckless.js';
5216
5222
  export { default as Sui } from './sui.js';
5217
5223
  export { default as Suitest } from './suitest.js';
5218
5224
  export { default as SumoLogic } from './sumo-logic.js';
5225
+ export { default as SunHungKai } from './sun-hung-kai.js';
5219
5226
  export { default as Suno } from './suno.js';
5220
5227
  export { default as Sunrise } from './sunrise.js';
5221
5228
  export { default as Supabase } from './supabase.js';
@@ -5255,6 +5262,7 @@ export { default as System76 } from './system76.js';
5255
5262
  export { default as T3Stack } from './t3-stack.js';
5256
5263
  export { default as Tabby } from './tabby.js';
5257
5264
  export { default as Tabelog } from './tabelog.js';
5265
+ export { default as Tableau } from './tableau.js';
5258
5266
  export { default as Tablecheck } from './tablecheck.js';
5259
5267
  export { default as Taboola } from './taboola.js';
5260
5268
  export { default as TacoBell } from './taco-bell.js';
@@ -5549,6 +5557,7 @@ export { default as Upstage } from './upstage.js';
5549
5557
  export { default as Upstash } from './upstash.js';
5550
5558
  export { default as UptimeKuma } from './uptime-kuma.js';
5551
5559
  export { default as Upwork } from './upwork.js';
5560
+ export { default as Usdc } from './usdc.js';
5552
5561
  export { default as Uservoice } from './uservoice.js';
5553
5562
  export { default as Usnews } from './usnews.js';
5554
5563
  export { default as Usps } from './usps.js';
@@ -5569,6 +5578,7 @@ export { default as Valkey } from './valkey.js';
5569
5578
  export { default as Valorant } from './valorant.js';
5570
5579
  export { default as Valve } from './valve.js';
5571
5580
  export { default as VanillaExtract } from './vanilla-extract.js';
5581
+ export { default as Vanio } from './vanio.js';
5572
5582
  export { default as Vapi } from './vapi.js';
5573
5583
  export { default as Vapor } from './vapor.js';
5574
5584
  export { default as Vault } from './vault.js';
package/dist/index.js CHANGED
@@ -275,6 +275,7 @@ export { default as ArtifactHub } from './artifact-hub.js';
275
275
  export { default as ArtixLinux } from './artix-linux.js';
276
276
  export { default as Artstation } from './artstation.js';
277
277
  export { default as Arxiv } from './arxiv.js';
278
+ export { default as Asaas } from './asaas.js';
278
279
  export { default as AsahiLinux } from './asahi-linux.js';
279
280
  export { default as Asana } from './asana.js';
280
281
  export { default as Asciidoctor } from './asciidoctor.js';
@@ -3145,6 +3146,7 @@ export { default as Gsmarenadotcom } from './gsmarenadotcom.js';
3145
3146
  export { default as Gstreamer } from './gstreamer.js';
3146
3147
  export { default as Gtk } from './gtk.js';
3147
3148
  export { default as GuangzhouMetro } from './guangzhou-metro.js';
3149
+ export { default as Guidenai } from './guidenai.js';
3148
3150
  export { default as Guilded } from './guilded.js';
3149
3151
  export { default as GuitarPro } from './guitar-pro.js';
3150
3152
  export { default as Gulp } from './gulp.js';
@@ -3281,6 +3283,7 @@ export { default as Humhub } from './humhub.js';
3281
3283
  export { default as HungryJackS } from './hungry-jack-s.js';
3282
3284
  export { default as Hunyuan } from './hunyuan.js';
3283
3285
  export { default as Husqvarna } from './husqvarna.js';
3286
+ export { default as Hymer } from './hymer.js';
3284
3287
  export { default as Hyper } from './hyper.js';
3285
3288
  export { default as Hyperbolic } from './hyperbolic.js';
3286
3289
  export { default as Hyperskill } from './hyperskill.js';
@@ -4053,6 +4056,7 @@ export { default as Msi } from './msi.js';
4053
4056
  export { default as MsiBusiness } from './msi-business.js';
4054
4057
  export { default as Mta } from './mta.js';
4055
4058
  export { default as Mtr } from './mtr.js';
4059
+ export { default as MuangthaiCapital } from './muangthai-capital.js';
4056
4060
  export { default as Mubi } from './mubi.js';
4057
4061
  export { default as Mui } from './mui.js';
4058
4062
  export { default as Mulesoft } from './mulesoft.js';
@@ -4133,6 +4137,7 @@ export { default as NewRelic } from './new-relic.js';
4133
4137
  export { default as NewYorkTimes } from './new-york-times.js';
4134
4138
  export { default as Newegg } from './newegg.js';
4135
4139
  export { default as Newgrounds } from './newgrounds.js';
4140
+ export { default as Newmont } from './newmont.js';
4136
4141
  export { default as Newpipe } from './newpipe.js';
4137
4142
  export { default as Nexon } from './nexon.js';
4138
4143
  export { default as Nextbike } from './nextbike.js';
@@ -4578,6 +4583,7 @@ export { default as Premid } from './premid.js';
4578
4583
  export { default as PremierLeague } from './premier-league.js';
4579
4584
  export { default as Premiere } from './premiere.js';
4580
4585
  export { default as Prepbytes } from './prepbytes.js';
4586
+ export { default as Prequel } from './prequel.js';
4581
4587
  export { default as Prestashop } from './prestashop.js';
4582
4588
  export { default as Presto } from './presto.js';
4583
4589
  export { default as Prettier } from './prettier.js';
@@ -5214,6 +5220,7 @@ export { default as Suckless } from './suckless.js';
5214
5220
  export { default as Sui } from './sui.js';
5215
5221
  export { default as Suitest } from './suitest.js';
5216
5222
  export { default as SumoLogic } from './sumo-logic.js';
5223
+ export { default as SunHungKai } from './sun-hung-kai.js';
5217
5224
  export { default as Suno } from './suno.js';
5218
5225
  export { default as Sunrise } from './sunrise.js';
5219
5226
  export { default as Supabase } from './supabase.js';
@@ -5253,6 +5260,7 @@ export { default as System76 } from './system76.js';
5253
5260
  export { default as T3Stack } from './t3-stack.js';
5254
5261
  export { default as Tabby } from './tabby.js';
5255
5262
  export { default as Tabelog } from './tabelog.js';
5263
+ export { default as Tableau } from './tableau.js';
5256
5264
  export { default as Tablecheck } from './tablecheck.js';
5257
5265
  export { default as Taboola } from './taboola.js';
5258
5266
  export { default as TacoBell } from './taco-bell.js';
@@ -5547,6 +5555,7 @@ export { default as Upstage } from './upstage.js';
5547
5555
  export { default as Upstash } from './upstash.js';
5548
5556
  export { default as UptimeKuma } from './uptime-kuma.js';
5549
5557
  export { default as Upwork } from './upwork.js';
5558
+ export { default as Usdc } from './usdc.js';
5550
5559
  export { default as Uservoice } from './uservoice.js';
5551
5560
  export { default as Usnews } from './usnews.js';
5552
5561
  export { default as Usps } from './usps.js';
@@ -5567,6 +5576,7 @@ export { default as Valkey } from './valkey.js';
5567
5576
  export { default as Valorant } from './valorant.js';
5568
5577
  export { default as Valve } from './valve.js';
5569
5578
  export { default as VanillaExtract } from './vanilla-extract.js';
5579
+ export { default as Vanio } from './vanio.js';
5570
5580
  export { default as Vapi } from './vapi.js';
5571
5581
  export { default as Vapor } from './vapor.js';
5572
5582
  export { default as Vault } from './vault.js';
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — MuangThai Capital
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const MuangthaiCapital = react_1.forwardRef(function MuangthaiCapital({ viewBox = '0 0 1536 1530', ...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":["MuangThai Capital"]},{"type":"defs","props":{},"children":[{"type":"clipPath","props":{"clipPathUnits":"userSpaceOnUse","id":"cp1"},"children":[{"type":"path","props":{"d":"m0 0h6882.37v1530h-6882.37z"},"children":[]}]}]},{"type":"g","props":{"id":"Clip-Path: Clip-Path","clipPath":"url(#cp1)"},"children":[{"type":"g","props":{"id":"Clip-Path"},"children":[{"type":"g","props":{"id":"Layer"},"children":[{"type":"path","props":{"id":"Layer","fillRule":"evenodd","fill":"#00a2e5","d":"m767.7 1530c-424.5 0-767.7-342-767.7-765 0-423 343.2-765 767.7-765 424.5 0 767.7 342 767.7 765 0 423-343.2 765-767.7 765zm-676.9-767.7c0 111.7 27.2 216.1 75.4 308.7 3.6-3.6 350-358.2 383.6-898 0 0 66.7 509.8 217.9 686.4 150.7-176.6 217.9-686.4 217.9-686.4 33.6 540.7 380.9 895.7 383.2 898 48.1-92.6 75.3-197.5 75.3-308.7 0-372.8-302.8-674.7-676.4-674.7-374.1 0-676.9 302.4-676.9 674.7zm1230.3 387.7c-50.4-43.6-208.4-201.1-335.5-568 0 0-67.2 277.4-161.6 361.4 0 48.1 94.4 128.1 94.4 128.1v130.3c0 0-150.7-138.5-150.7-175.3 0 36.8-151.2 175.3-151.2 175.3v-130.3c0 0 94.9-80 94.9-128.1-94.9-84-161.6-361.4-161.6-361.4-127.1 366.9-285.1 524.4-336 568 122.6 173.4 325.1 286.9 553.9 286.9 228.8 0 430.8-113.5 553.4-286.9z"},"children":[]}]}]}]}]
14
+ .map(function _c(el) {
15
+ if (typeof el === 'string') return el;
16
+ return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
17
+ })
18
+ );
19
+ });
20
+ MuangthaiCapital.displayName = 'MuangthaiCapital';
21
+
22
+ exports.default = MuangthaiCapital;
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — MuangThai Capital
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 MuangthaiCapital: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default MuangthaiCapital;
@@ -0,0 +1,21 @@
1
+ // @thesvg/react — MuangThai Capital
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef, createElement } from 'react';
5
+
6
+ const MuangthaiCapital = forwardRef(
7
+ function MuangthaiCapital({ viewBox = '0 0 1536 1530', ...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":["MuangThai Capital"]},{"type":"defs","props":{},"children":[{"type":"clipPath","props":{"clipPathUnits":"userSpaceOnUse","id":"cp1"},"children":[{"type":"path","props":{"d":"m0 0h6882.37v1530h-6882.37z"},"children":[]}]}]},{"type":"g","props":{"id":"Clip-Path: Clip-Path","clipPath":"url(#cp1)"},"children":[{"type":"g","props":{"id":"Clip-Path"},"children":[{"type":"g","props":{"id":"Layer"},"children":[{"type":"path","props":{"id":"Layer","fillRule":"evenodd","fill":"#00a2e5","d":"m767.7 1530c-424.5 0-767.7-342-767.7-765 0-423 343.2-765 767.7-765 424.5 0 767.7 342 767.7 765 0 423-343.2 765-767.7 765zm-676.9-767.7c0 111.7 27.2 216.1 75.4 308.7 3.6-3.6 350-358.2 383.6-898 0 0 66.7 509.8 217.9 686.4 150.7-176.6 217.9-686.4 217.9-686.4 33.6 540.7 380.9 895.7 383.2 898 48.1-92.6 75.3-197.5 75.3-308.7 0-372.8-302.8-674.7-676.4-674.7-374.1 0-676.9 302.4-676.9 674.7zm1230.3 387.7c-50.4-43.6-208.4-201.1-335.5-568 0 0-67.2 277.4-161.6 361.4 0 48.1 94.4 128.1 94.4 128.1v130.3c0 0-150.7-138.5-150.7-175.3 0 36.8-151.2 175.3-151.2 175.3v-130.3c0 0 94.9-80 94.9-128.1-94.9-84-161.6-361.4-161.6-361.4-127.1 366.9-285.1 524.4-336 568 122.6 173.4 325.1 286.9 553.9 286.9 228.8 0 430.8-113.5 553.4-286.9z"},"children":[]}]}]}]}]
12
+ .map(function _c(el) {
13
+ if (typeof el === 'string') return el;
14
+ return createElement(el.type, el.props, ...(el.children || []).map(_c));
15
+ })
16
+ );
17
+ }
18
+ );
19
+ MuangthaiCapital.displayName = 'MuangthaiCapital';
20
+
21
+ export default MuangthaiCapital;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — Newmont
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const Newmont = react_1.forwardRef(function Newmont({ viewBox = '0 0 1515 1521', ...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":["Newmont"]},{"type":"defs","props":{},"children":[{"type":"clipPath","props":{"clipPathUnits":"userSpaceOnUse","id":"cp1"},"children":[{"type":"path","props":{"d":"M-5092.51 -9467L33933.79 -9467L33933.79 12526.61L-5092.51 12526.61L-5092.51 -9467Z"},"children":[]}]},{"type":"clipPath","props":{"clipPathUnits":"userSpaceOnUse","id":"cp2"},"children":[{"type":"path","props":{"d":"M10526.35 14.73L10526.35 1570.55L0.44 1570.55L0.44 14.73"},"children":[]}]}]},{"type":"g","props":{"id":"Clip-Path: Clip-Path: Page 1","clipPath":"url(#cp1)"},"children":[{"type":"g","props":{"id":"Clip-Path: Page 1"},"children":[{"type":"g","props":{"id":"Page 1"},"children":[{"type":"g","props":{"id":"Clip-Path: Clip-Path: Mask","clipPath":"url(#cp2)"},"children":[{"type":"g","props":{"id":"Clip-Path: Mask"},"children":[{"type":"g","props":{"id":"Mask"},"children":[{"type":"path","props":{"id":"Path 11","fill":"#fcaf17","d":"M528.14 754.14L1057.84 1520.68L528.14 1520.68L0.44 1520.68L528.14 754.14Z"},"children":[]},{"type":"path","props":{"id":"Path 12","fill":"#0c2b82","fillRule":"evenodd","d":"M1514.51 0.02L1514.51 1520.68L1183.04 1520.68L528.14 572.9L163.09 1101.93L163.09 0.02L578.14 0.02L1149.47 856.18L1149.47 0.02L1514.51 0.02Z"},"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
+ Newmont.displayName = 'Newmont';
21
+
22
+ exports.default = Newmont;
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — Newmont
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 Newmont: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default Newmont;
@@ -0,0 +1,21 @@
1
+ // @thesvg/react — Newmont
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef, createElement } from 'react';
5
+
6
+ const Newmont = forwardRef(
7
+ function Newmont({ viewBox = '0 0 1515 1521', ...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":["Newmont"]},{"type":"defs","props":{},"children":[{"type":"clipPath","props":{"clipPathUnits":"userSpaceOnUse","id":"cp1"},"children":[{"type":"path","props":{"d":"M-5092.51 -9467L33933.79 -9467L33933.79 12526.61L-5092.51 12526.61L-5092.51 -9467Z"},"children":[]}]},{"type":"clipPath","props":{"clipPathUnits":"userSpaceOnUse","id":"cp2"},"children":[{"type":"path","props":{"d":"M10526.35 14.73L10526.35 1570.55L0.44 1570.55L0.44 14.73"},"children":[]}]}]},{"type":"g","props":{"id":"Clip-Path: Clip-Path: Page 1","clipPath":"url(#cp1)"},"children":[{"type":"g","props":{"id":"Clip-Path: Page 1"},"children":[{"type":"g","props":{"id":"Page 1"},"children":[{"type":"g","props":{"id":"Clip-Path: Clip-Path: Mask","clipPath":"url(#cp2)"},"children":[{"type":"g","props":{"id":"Clip-Path: Mask"},"children":[{"type":"g","props":{"id":"Mask"},"children":[{"type":"path","props":{"id":"Path 11","fill":"#fcaf17","d":"M528.14 754.14L1057.84 1520.68L528.14 1520.68L0.44 1520.68L528.14 754.14Z"},"children":[]},{"type":"path","props":{"id":"Path 12","fill":"#0c2b82","fillRule":"evenodd","d":"M1514.51 0.02L1514.51 1520.68L1183.04 1520.68L528.14 572.9L163.09 1101.93L163.09 0.02L578.14 0.02L1149.47 856.18L1149.47 0.02L1514.51 0.02Z"},"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
+ Newmont.displayName = 'Newmont';
20
+
21
+ export default Newmont;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — Prequel
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const Prequel = react_1.forwardRef(function Prequel({ viewBox = '0 0 48 48', ...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":["Prequel"]},{"type":"path","props":{"fill":"#eee","d":"M34,42H14c-4.411,0-8-3.589-8-8V14c0-4.411,3.589-8,8-8h20c4.411,0,8,3.589,8,8v20C42,38.411,38.411,42,34,42z"},"children":[]},{"type":"circle","props":{"cx":"24","cy":"24","r":"10","fill":"#212121"},"children":[]},{"type":"circle","props":{"cx":"35.5","cy":"12.5","r":"2","fill":"#ffa000"},"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
+ Prequel.displayName = 'Prequel';
21
+
22
+ exports.default = Prequel;
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — Prequel
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 Prequel: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default Prequel;
@@ -0,0 +1,21 @@
1
+ // @thesvg/react — Prequel
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef, createElement } from 'react';
5
+
6
+ const Prequel = forwardRef(
7
+ function Prequel({ viewBox = '0 0 48 48', ...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":["Prequel"]},{"type":"path","props":{"fill":"#eee","d":"M34,42H14c-4.411,0-8-3.589-8-8V14c0-4.411,3.589-8,8-8h20c4.411,0,8,3.589,8,8v20C42,38.411,38.411,42,34,42z"},"children":[]},{"type":"circle","props":{"cx":"24","cy":"24","r":"10","fill":"#212121"},"children":[]},{"type":"circle","props":{"cx":"35.5","cy":"12.5","r":"2","fill":"#ffa000"},"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
+ Prequel.displayName = 'Prequel';
20
+
21
+ export default Prequel;
@@ -6,11 +6,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
 
7
7
  const react_1 = require("react");
8
8
 
9
- const ProtonVpn = react_1.forwardRef(function ProtonVpn({ viewBox = '0 0 24 24', ...props }, ref) {
9
+ const ProtonVpn = react_1.forwardRef(function ProtonVpn({ viewBox = '0 0 36 36', ...props }, ref) {
10
10
  return react_1.createElement(
11
11
  'svg',
12
- Object.assign({ ref, viewBox, fill: '#66B867', xmlns: 'http://www.w3.org/2000/svg' }, props),
13
- ...[{"type":"title","props":{},"children":["Proton VPN"]},{"type":"path","props":{"d":"m10.176 20.058.858-1.28 6.513-9.838c.57-.86.026-2.014-1.005-2.131L.378 4.95l8.373 15.055a.84.84 0 0 0 1.424.052h.001zM23.586 7.14l-9.662 14.61c-1.036 1.567-3.38 1.478-4.293-.162l-.093-.168c.3-.01.594-.086.855-.235a1.85 1.85 0 0 0 .612-.57l.86-1.28 6.516-9.844c.46-.694.525-1.56.173-2.314a2.375 2.375 0 0 0-1.899-1.364L.493 3.956l-.476-.054C-.163 2.392 1.101.95 2.784 1.143l18.991 2.16c1.856.21 2.835 2.289 1.812 3.838z"},"children":[]}]
12
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
13
+ ...[{"type":"title","props":{},"children":["Proton VPN"]},{"type":"path","props":{"fillRule":"evenodd","clipRule":"evenodd","d":"M14.4604 32.3342C15.8285 34.7938 19.3421 34.927 20.8954 32.5782L35.3794 10.6766C36.9154 8.35395 35.4458 5.24 32.6644 4.92352L4.19563 1.68429C1.16044 1.33894 -1.00064 4.53936 0.475652 7.19335L0.591429 7.4004L13.2943 16.1047L13.14 29.9518L14.4604 32.3342Z","fill":"url(#paint0_linear_proton_vpn)"},"children":[]},{"type":"path","props":{"d":"M15.2761 30.04L16.5615 28.1228L26.3255 13.3737C27.1792 12.0842 26.3644 10.3543 24.8198 10.177L0.588043 7.395L13.1408 29.9617C13.5989 30.7694 14.7573 30.8138 15.2761 30.04Z","fill":"url(#paint1_radial_proton_vpn)"},"children":[]},{"type":"defs","props":{},"children":[{"type":"linearGradient","props":{"id":"paint0_linear_proton_vpn","x1":"32.5544","y1":"32.3325","x2":"9.39018","y2":"-7.61453","gradientUnits":"userSpaceOnUse"},"children":[{"type":"stop","props":{"offset":"0.0660125","stopColor":"#8EFFEE"},"children":[]},{"type":"stop","props":{"offset":"0.4499","stopColor":"#C9C7FF"},"children":[]},{"type":"stop","props":{"offset":"1","stopColor":"#7341FF"},"children":[]}]},{"type":"radialGradient","props":{"id":"paint1_radial_proton_vpn","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(15.3094 -2.93584) rotate(93.7553) scale(36.7555 47.4002)"},"children":[{"type":"stop","props":{"offset":"0.403126","stopColor":"#6D4AFF"},"children":[]},{"type":"stop","props":{"offset":"0.9944","stopColor":"#00F0C3"},"children":[]}]}]}]
14
14
  .map(function _c(el) {
15
15
  if (typeof el === 'string') return el;
16
16
  return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
@@ -4,11 +4,11 @@
4
4
  import { forwardRef, createElement } from 'react';
5
5
 
6
6
  const ProtonVpn = forwardRef(
7
- function ProtonVpn({ viewBox = '0 0 24 24', ...props }, ref) {
7
+ function ProtonVpn({ viewBox = '0 0 36 36', ...props }, ref) {
8
8
  return createElement(
9
9
  'svg',
10
- Object.assign({ ref, viewBox, fill: '#66B867', xmlns: 'http://www.w3.org/2000/svg' }, props),
11
- ...[{"type":"title","props":{},"children":["Proton VPN"]},{"type":"path","props":{"d":"m10.176 20.058.858-1.28 6.513-9.838c.57-.86.026-2.014-1.005-2.131L.378 4.95l8.373 15.055a.84.84 0 0 0 1.424.052h.001zM23.586 7.14l-9.662 14.61c-1.036 1.567-3.38 1.478-4.293-.162l-.093-.168c.3-.01.594-.086.855-.235a1.85 1.85 0 0 0 .612-.57l.86-1.28 6.516-9.844c.46-.694.525-1.56.173-2.314a2.375 2.375 0 0 0-1.899-1.364L.493 3.956l-.476-.054C-.163 2.392 1.101.95 2.784 1.143l18.991 2.16c1.856.21 2.835 2.289 1.812 3.838z"},"children":[]}]
10
+ Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
11
+ ...[{"type":"title","props":{},"children":["Proton VPN"]},{"type":"path","props":{"fillRule":"evenodd","clipRule":"evenodd","d":"M14.4604 32.3342C15.8285 34.7938 19.3421 34.927 20.8954 32.5782L35.3794 10.6766C36.9154 8.35395 35.4458 5.24 32.6644 4.92352L4.19563 1.68429C1.16044 1.33894 -1.00064 4.53936 0.475652 7.19335L0.591429 7.4004L13.2943 16.1047L13.14 29.9518L14.4604 32.3342Z","fill":"url(#paint0_linear_proton_vpn)"},"children":[]},{"type":"path","props":{"d":"M15.2761 30.04L16.5615 28.1228L26.3255 13.3737C27.1792 12.0842 26.3644 10.3543 24.8198 10.177L0.588043 7.395L13.1408 29.9617C13.5989 30.7694 14.7573 30.8138 15.2761 30.04Z","fill":"url(#paint1_radial_proton_vpn)"},"children":[]},{"type":"defs","props":{},"children":[{"type":"linearGradient","props":{"id":"paint0_linear_proton_vpn","x1":"32.5544","y1":"32.3325","x2":"9.39018","y2":"-7.61453","gradientUnits":"userSpaceOnUse"},"children":[{"type":"stop","props":{"offset":"0.0660125","stopColor":"#8EFFEE"},"children":[]},{"type":"stop","props":{"offset":"0.4499","stopColor":"#C9C7FF"},"children":[]},{"type":"stop","props":{"offset":"1","stopColor":"#7341FF"},"children":[]}]},{"type":"radialGradient","props":{"id":"paint1_radial_proton_vpn","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(15.3094 -2.93584) rotate(93.7553) scale(36.7555 47.4002)"},"children":[{"type":"stop","props":{"offset":"0.403126","stopColor":"#6D4AFF"},"children":[]},{"type":"stop","props":{"offset":"0.9944","stopColor":"#00F0C3"},"children":[]}]}]}]
12
12
  .map(function _c(el) {
13
13
  if (typeof el === 'string') return el;
14
14
  return createElement(el.type, el.props, ...(el.children || []).map(_c));
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — Sun Hung Kai Properties
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const SunHungKai = react_1.forwardRef(function SunHungKai({ viewBox = '0 0 1549 1543', ...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":["Sun Hung Kai Properties"]},{"type":"defs","props":{},"children":[{"type":"clipPath","props":{"clipPathUnits":"userSpaceOnUse","id":"cp1"},"children":[{"type":"path","props":{"d":"m7790.69 0v1542.58h-7790.69v-1542.58z"},"children":[]}]},{"type":"clipPath","props":{"clipPathUnits":"userSpaceOnUse","id":"cp2"},"children":[{"type":"path","props":{"d":"m7790.69 0v1542.58h-7790.69v-1542.58z"},"children":[]}]},{"type":"clipPath","props":{"clipPathUnits":"userSpaceOnUse","id":"cp3"},"children":[{"type":"path","props":{"d":"m7790.69 0v1542.58h-7790.69v-1542.58z"},"children":[]}]},{"type":"clipPath","props":{"clipPathUnits":"userSpaceOnUse","id":"cp4"},"children":[{"type":"path","props":{"d":"m7790.69 0v1542.58h-7790.69v-1542.58z"},"children":[]}]}]},{"type":"g","props":{},"children":[{"type":"g","props":{"id":"Clip-Path: Clip-Path","clipPath":"url(#cp1)"},"children":[{"type":"g","props":{"id":"Clip-Path"},"children":[{"type":"path","props":{"fillRule":"evenodd","fill":"#ec1d24","d":"m1548.5 0v1542.5h-1548.5v-1542.5z"},"children":[]}]}]},{"type":"g","props":{"id":"Clip-Path: Clip-Path","clipPath":"url(#cp2)"},"children":[{"type":"g","props":{"id":"Clip-Path"},"children":[{"type":"path","props":{"fillRule":"evenodd","fill":"#fefefe","d":"m868.9 75.3h-265.7c0 0-426.9 96.5-426.9 486.2 0 323 311.9 427.5 311.9 427.5 0 0 283.3 122 283.3 262.2 0 140.1-109.5 216.4-109.5 216.4h316.4c0 0 393.8-114.5 393.8-478.6 0-242.1-209.5-366.7-309.4-419.9-99.5-53.8-155.7-89.4-155.7-89.4 0 0-120.1-70.9-120.1-195.9 0-137.6 81.9-208.5 81.9-208.5z"},"children":[]}]}]},{"type":"g","props":{"id":"Clip-Path: Clip-Path","clipPath":"url(#cp3)"},"children":[{"type":"g","props":{"id":"Clip-Path"},"children":[{"type":"path","props":{"fillRule":"evenodd","fill":"#fefefe","d":"m313.4 1276.8v123h-115v-336h115v122.1h92.9v-122.1h114.5v336h-114.5v-122.5z"},"children":[]}]}]},{"type":"g","props":{"id":"Clip-Path: Clip-Path","clipPath":"url(#cp4)"},"children":[{"type":"g","props":{"id":"Clip-Path"},"children":[{"type":"path","props":{"fillRule":"evenodd","fill":"#fefefe","d":"m1166.8 366.2h-26.7v117.5h-114v-336h114v100.9h19.1l86.9-100.9h113l-113.5 134.6 114 201.4h-126.5z"},"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
+ SunHungKai.displayName = 'SunHungKai';
21
+
22
+ exports.default = SunHungKai;
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — Sun Hung Kai Properties
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 SunHungKai: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default SunHungKai;
@@ -0,0 +1,21 @@
1
+ // @thesvg/react — Sun Hung Kai Properties
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef, createElement } from 'react';
5
+
6
+ const SunHungKai = forwardRef(
7
+ function SunHungKai({ viewBox = '0 0 1549 1543', ...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":["Sun Hung Kai Properties"]},{"type":"defs","props":{},"children":[{"type":"clipPath","props":{"clipPathUnits":"userSpaceOnUse","id":"cp1"},"children":[{"type":"path","props":{"d":"m7790.69 0v1542.58h-7790.69v-1542.58z"},"children":[]}]},{"type":"clipPath","props":{"clipPathUnits":"userSpaceOnUse","id":"cp2"},"children":[{"type":"path","props":{"d":"m7790.69 0v1542.58h-7790.69v-1542.58z"},"children":[]}]},{"type":"clipPath","props":{"clipPathUnits":"userSpaceOnUse","id":"cp3"},"children":[{"type":"path","props":{"d":"m7790.69 0v1542.58h-7790.69v-1542.58z"},"children":[]}]},{"type":"clipPath","props":{"clipPathUnits":"userSpaceOnUse","id":"cp4"},"children":[{"type":"path","props":{"d":"m7790.69 0v1542.58h-7790.69v-1542.58z"},"children":[]}]}]},{"type":"g","props":{},"children":[{"type":"g","props":{"id":"Clip-Path: Clip-Path","clipPath":"url(#cp1)"},"children":[{"type":"g","props":{"id":"Clip-Path"},"children":[{"type":"path","props":{"fillRule":"evenodd","fill":"#ec1d24","d":"m1548.5 0v1542.5h-1548.5v-1542.5z"},"children":[]}]}]},{"type":"g","props":{"id":"Clip-Path: Clip-Path","clipPath":"url(#cp2)"},"children":[{"type":"g","props":{"id":"Clip-Path"},"children":[{"type":"path","props":{"fillRule":"evenodd","fill":"#fefefe","d":"m868.9 75.3h-265.7c0 0-426.9 96.5-426.9 486.2 0 323 311.9 427.5 311.9 427.5 0 0 283.3 122 283.3 262.2 0 140.1-109.5 216.4-109.5 216.4h316.4c0 0 393.8-114.5 393.8-478.6 0-242.1-209.5-366.7-309.4-419.9-99.5-53.8-155.7-89.4-155.7-89.4 0 0-120.1-70.9-120.1-195.9 0-137.6 81.9-208.5 81.9-208.5z"},"children":[]}]}]},{"type":"g","props":{"id":"Clip-Path: Clip-Path","clipPath":"url(#cp3)"},"children":[{"type":"g","props":{"id":"Clip-Path"},"children":[{"type":"path","props":{"fillRule":"evenodd","fill":"#fefefe","d":"m313.4 1276.8v123h-115v-336h115v122.1h92.9v-122.1h114.5v336h-114.5v-122.5z"},"children":[]}]}]},{"type":"g","props":{"id":"Clip-Path: Clip-Path","clipPath":"url(#cp4)"},"children":[{"type":"g","props":{"id":"Clip-Path"},"children":[{"type":"path","props":{"fillRule":"evenodd","fill":"#fefefe","d":"m1166.8 366.2h-26.7v117.5h-114v-336h114v100.9h19.1l86.9-100.9h113l-113.5 134.6 114 201.4h-126.5z"},"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
+ SunHungKai.displayName = 'SunHungKai';
20
+
21
+ export default SunHungKai;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — Tableau
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const Tableau = react_1.forwardRef(function Tableau({ viewBox = '0 0 500 500', ...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":["Tableau"]},{"type":"polygon","props":{"fill":"#E66F1C","points":"332.5,235.7 263.7,235.7 263.7,160.9 236.7,160.9 236.7,235.7 168,235.7 168,262.2 236.7,262.2 236.7,336.9 263.7,336.9 263.7,262.2 332.5,262.2"},"children":[]},{"type":"polygon","props":{"fill":"#C61629","points":"194.3,357.7 132.7,357.7 132.7,290.7 109.4,290.7 109.4,357.7 47.8,357.7 47.8,378 109.4,378 109.4,445 132.7,445 132.7,378 194.3,378"},"children":[]},{"type":"polygon","props":{"fill":"#618CA2","points":"452.7,118.3 391.1,118.3 391.1,51.1 367.8,51.1 367.8,118.3 306.2,118.3 306.2,138.7 367.8,138.7 367.8,205.3 391.1,205.3 391.1,138.7 452.7,138.7"},"children":[]},{"type":"polygon","props":{"fill":"#5A5F8E","points":"302.4,431.9 260.6,431.9 260.6,385.2 240.7,385.2 240.7,431.9 198.9,431.9 198.9,449.9 240.7,449.9 240.7,496.6 260.6,496.6 260.6,449.9 302.4,449.9"},"children":[]},{"type":"polygon","props":{"fill":"#EB9118","points":"194.3,118.3 132,118.3 132,51.1 110.1,51.1 110.1,118.3 47.8,118.3 47.8,138.1 110.1,138.1 110.1,205.3 132,205.3 132,138.1 194.3,138.1"},"children":[]},{"type":"polygon","props":{"fill":"#5A5F8E","points":"500,239.9 458.2,239.9 458.2,193.3 438.3,193.3 438.3,239.9 396.5,239.9 396.5,257.9 438.3,257.9 438.3,304.6 458.2,304.6 458.2,257.9 500,257.9"},"children":[]},{"type":"polygon","props":{"fillRule":"evenodd","clipRule":"evenodd","fill":"#223A76","points":"452.7,357.7 391.1,357.7 391.1,290.7 367.8,290.7 367.8,357.7 306.2,357.7 306.2,378 367.8,378 367.8,445 391.1,445 391.1,378 452.7,378"},"children":[]},{"type":"polygon","props":{"fill":"#749BA9","points":"299.4,49.2 258.1,49.2 258.1,3.4 243.2,3.4 243.2,49.2 201.9,49.2 201.9,63 243.2,63 243.2,108.8 258.1,108.8 258.1,63 299.4,63"},"children":[]},{"type":"polygon","props":{"fill":"#749BA9","points":"97.6,241.7 56.1,241.7 56.1,196.8 41.5,196.8 41.5,241.7 0,241.7 0,256.2 41.5,255.9 41.5,301 56.1,301 56.1,255.8 97.6,255.6"},"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
+ Tableau.displayName = 'Tableau';
21
+
22
+ exports.default = Tableau;
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — Tableau
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 Tableau: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default Tableau;
@@ -0,0 +1,21 @@
1
+ // @thesvg/react — Tableau
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef, createElement } from 'react';
5
+
6
+ const Tableau = forwardRef(
7
+ function Tableau({ viewBox = '0 0 500 500', ...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":["Tableau"]},{"type":"polygon","props":{"fill":"#E66F1C","points":"332.5,235.7 263.7,235.7 263.7,160.9 236.7,160.9 236.7,235.7 168,235.7 168,262.2 236.7,262.2 236.7,336.9 263.7,336.9 263.7,262.2 332.5,262.2"},"children":[]},{"type":"polygon","props":{"fill":"#C61629","points":"194.3,357.7 132.7,357.7 132.7,290.7 109.4,290.7 109.4,357.7 47.8,357.7 47.8,378 109.4,378 109.4,445 132.7,445 132.7,378 194.3,378"},"children":[]},{"type":"polygon","props":{"fill":"#618CA2","points":"452.7,118.3 391.1,118.3 391.1,51.1 367.8,51.1 367.8,118.3 306.2,118.3 306.2,138.7 367.8,138.7 367.8,205.3 391.1,205.3 391.1,138.7 452.7,138.7"},"children":[]},{"type":"polygon","props":{"fill":"#5A5F8E","points":"302.4,431.9 260.6,431.9 260.6,385.2 240.7,385.2 240.7,431.9 198.9,431.9 198.9,449.9 240.7,449.9 240.7,496.6 260.6,496.6 260.6,449.9 302.4,449.9"},"children":[]},{"type":"polygon","props":{"fill":"#EB9118","points":"194.3,118.3 132,118.3 132,51.1 110.1,51.1 110.1,118.3 47.8,118.3 47.8,138.1 110.1,138.1 110.1,205.3 132,205.3 132,138.1 194.3,138.1"},"children":[]},{"type":"polygon","props":{"fill":"#5A5F8E","points":"500,239.9 458.2,239.9 458.2,193.3 438.3,193.3 438.3,239.9 396.5,239.9 396.5,257.9 438.3,257.9 438.3,304.6 458.2,304.6 458.2,257.9 500,257.9"},"children":[]},{"type":"polygon","props":{"fillRule":"evenodd","clipRule":"evenodd","fill":"#223A76","points":"452.7,357.7 391.1,357.7 391.1,290.7 367.8,290.7 367.8,357.7 306.2,357.7 306.2,378 367.8,378 367.8,445 391.1,445 391.1,378 452.7,378"},"children":[]},{"type":"polygon","props":{"fill":"#749BA9","points":"299.4,49.2 258.1,49.2 258.1,3.4 243.2,3.4 243.2,49.2 201.9,49.2 201.9,63 243.2,63 243.2,108.8 258.1,108.8 258.1,63 299.4,63"},"children":[]},{"type":"polygon","props":{"fill":"#749BA9","points":"97.6,241.7 56.1,241.7 56.1,196.8 41.5,196.8 41.5,241.7 0,241.7 0,256.2 41.5,255.9 41.5,301 56.1,301 56.1,255.8 97.6,255.6"},"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
+ Tableau.displayName = 'Tableau';
20
+
21
+ export default Tableau;
package/dist/usdc.cjs ADDED
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — USDC
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const Usdc = react_1.forwardRef(function Usdc({ viewBox = '0 0 2000 2000', ...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":["USDC"]},{"type":"path","props":{"d":"M1000 2000c554.17 0 1000-445.83 1000-1000S1554.17 0 1000 0 0 445.83 0 1000s445.83 1000 1000 1000z","fill":"#2775ca"},"children":[]},{"type":"path","props":{"d":"M1275 1158.33c0-145.83-87.5-195.83-262.5-216.66-125-16.67-150-50-150-108.34s41.67-95.83 125-95.83c75 0 116.67 25 137.5 87.5 4.17 12.5 16.67 20.83 29.17 20.83h66.66c16.67 0 29.17-12.5 29.17-29.16v-4.17c-16.67-91.67-91.67-162.5-187.5-170.83v-100c0-16.67-12.5-29.17-33.33-33.34h-62.5c-16.67 0-29.17 12.5-33.34 33.34v95.83c-125 16.67-204.16 100-204.16 204.17 0 137.5 83.33 191.66 258.33 212.5 116.67 20.83 154.17 45.83 154.17 112.5s-58.34 112.5-137.5 112.5c-108.34 0-145.84-45.84-158.34-108.34-4.16-16.66-16.66-25-29.16-25h-70.84c-16.66 0-29.16 12.5-29.16 29.17v4.17c16.66 104.16 83.33 179.16 220.83 200v100c0 16.66 12.5 29.16 33.33 33.33h62.5c16.67 0 29.17-12.5 33.34-33.33v-100c125-20.84 208.33-108.34 208.33-220.84z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M787.5 1595.83c-325-116.66-491.67-479.16-370.83-800 62.5-175 200-308.33 370.83-370.83 16.67-8.33 25-20.83 25-41.67V325c0-16.67-8.33-29.17-25-33.33-4.17 0-12.5 0-16.67 4.16-395.83 125-612.5 545.84-487.5 941.67 75 233.33 254.17 412.5 487.5 487.5 16.67 8.33 33.34 0 37.5-16.67 4.17-4.16 4.17-8.33 4.17-16.66v-58.34c0-12.5-12.5-29.16-25-37.5zM1229.17 295.83c-16.67-8.33-33.34 0-37.5 16.67-4.17 4.17-4.17 8.33-4.17 16.67v58.33c0 16.67 12.5 33.33 25 41.67 325 116.66 491.67 479.16 370.83 800-62.5 175-200 308.33-370.83 370.83-16.67 8.33-25 20.83-25 41.67V1700c0 16.67 8.33 29.17 25 33.33 4.17 0 12.5 0 16.67-4.16 395.83-125 612.5-545.84 487.5-941.67-75-237.5-258.34-416.67-487.5-491.67z","fill":"#fff"},"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
+ Usdc.displayName = 'Usdc';
21
+
22
+ exports.default = Usdc;
package/dist/usdc.d.ts ADDED
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — USDC
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 Usdc: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default Usdc;
package/dist/usdc.js ADDED
@@ -0,0 +1,21 @@
1
+ // @thesvg/react — USDC
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef, createElement } from 'react';
5
+
6
+ const Usdc = forwardRef(
7
+ function Usdc({ viewBox = '0 0 2000 2000', ...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":["USDC"]},{"type":"path","props":{"d":"M1000 2000c554.17 0 1000-445.83 1000-1000S1554.17 0 1000 0 0 445.83 0 1000s445.83 1000 1000 1000z","fill":"#2775ca"},"children":[]},{"type":"path","props":{"d":"M1275 1158.33c0-145.83-87.5-195.83-262.5-216.66-125-16.67-150-50-150-108.34s41.67-95.83 125-95.83c75 0 116.67 25 137.5 87.5 4.17 12.5 16.67 20.83 29.17 20.83h66.66c16.67 0 29.17-12.5 29.17-29.16v-4.17c-16.67-91.67-91.67-162.5-187.5-170.83v-100c0-16.67-12.5-29.17-33.33-33.34h-62.5c-16.67 0-29.17 12.5-33.34 33.34v95.83c-125 16.67-204.16 100-204.16 204.17 0 137.5 83.33 191.66 258.33 212.5 116.67 20.83 154.17 45.83 154.17 112.5s-58.34 112.5-137.5 112.5c-108.34 0-145.84-45.84-158.34-108.34-4.16-16.66-16.66-25-29.16-25h-70.84c-16.66 0-29.16 12.5-29.16 29.17v4.17c16.66 104.16 83.33 179.16 220.83 200v100c0 16.66 12.5 29.16 33.33 33.33h62.5c16.67 0 29.17-12.5 33.34-33.33v-100c125-20.84 208.33-108.34 208.33-220.84z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M787.5 1595.83c-325-116.66-491.67-479.16-370.83-800 62.5-175 200-308.33 370.83-370.83 16.67-8.33 25-20.83 25-41.67V325c0-16.67-8.33-29.17-25-33.33-4.17 0-12.5 0-16.67 4.16-395.83 125-612.5 545.84-487.5 941.67 75 233.33 254.17 412.5 487.5 487.5 16.67 8.33 33.34 0 37.5-16.67 4.17-4.16 4.17-8.33 4.17-16.66v-58.34c0-12.5-12.5-29.16-25-37.5zM1229.17 295.83c-16.67-8.33-33.34 0-37.5 16.67-4.17 4.17-4.17 8.33-4.17 16.67v58.33c0 16.67 12.5 33.33 25 41.67 325 116.66 491.67 479.16 370.83 800-62.5 175-200 308.33-370.83 370.83-16.67 8.33-25 20.83-25 41.67V1700c0 16.67 8.33 29.17 25 33.33 4.17 0 12.5 0 16.67-4.16 395.83-125 612.5-545.84 487.5-941.67-75-237.5-258.34-416.67-487.5-491.67z","fill":"#fff"},"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
+ Usdc.displayName = 'Usdc';
20
+
21
+ export default Usdc;
package/dist/vanio.cjs ADDED
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // @thesvg/react — Vanio
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const Vanio = react_1.forwardRef(function Vanio({ 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":["Vanio Informatika"]},{"type":"path","props":{"id":"Rounded-Rectangle","fill":"#65a0dc","fillRule":"evenodd","stroke":"none","d":"M 1.429688 19.570313 C 1.429688 21.227167 2.772833 22.570313 4.429688 22.570313 L 19.546875 22.570313 C 21.20373 22.570313 22.546875 21.227167 22.546875 19.570313 L 22.546875 4.453125 C 22.546875 2.79627 21.20373 1.453125 19.546875 1.453125 L 4.429688 1.453125 C 2.772833 1.453125 1.429688 2.79627 1.429688 4.453125 Z"},"children":[]},{"type":"path","props":{"id":"V","fill":"#ffffff","fillRule":"evenodd","stroke":"none","d":"M 10.897531 18.219238 C 10.00238 16.285711 9.140064 14.262699 8.310555 12.15014 C 7.481049 10.037584 6.708246 7.925056 5.992125 5.8125 L 8.480633 5.8125 C 8.767082 6.647974 9.059494 7.501339 9.357878 8.372619 C 9.656262 9.243902 9.95464 10.100252 10.253026 10.941691 C 10.55141 11.783134 10.84979 12.597711 11.148173 13.385444 C 11.446556 14.173177 11.738968 14.895257 12.025415 15.551702 C 12.299932 14.895257 12.586373 14.176161 12.884759 13.394396 C 13.183141 12.612629 13.484505 11.798057 13.788858 10.950645 C 14.093207 10.103234 14.394571 9.243902 14.692957 8.372619 C 14.991339 7.501339 15.277784 6.647974 15.552297 5.8125 L 17.969194 5.8125 C 17.241138 7.925056 16.465349 10.037584 15.641811 12.15014 C 14.818274 14.262699 13.958941 16.285711 13.063788 18.219238 Z"},"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
+ Vanio.displayName = 'Vanio';
21
+
22
+ exports.default = Vanio;
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — Vanio
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 Vanio: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default Vanio;
package/dist/vanio.js ADDED
@@ -0,0 +1,21 @@
1
+ // @thesvg/react — Vanio
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef, createElement } from 'react';
5
+
6
+ const Vanio = forwardRef(
7
+ function Vanio({ 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":["Vanio Informatika"]},{"type":"path","props":{"id":"Rounded-Rectangle","fill":"#65a0dc","fillRule":"evenodd","stroke":"none","d":"M 1.429688 19.570313 C 1.429688 21.227167 2.772833 22.570313 4.429688 22.570313 L 19.546875 22.570313 C 21.20373 22.570313 22.546875 21.227167 22.546875 19.570313 L 22.546875 4.453125 C 22.546875 2.79627 21.20373 1.453125 19.546875 1.453125 L 4.429688 1.453125 C 2.772833 1.453125 1.429688 2.79627 1.429688 4.453125 Z"},"children":[]},{"type":"path","props":{"id":"V","fill":"#ffffff","fillRule":"evenodd","stroke":"none","d":"M 10.897531 18.219238 C 10.00238 16.285711 9.140064 14.262699 8.310555 12.15014 C 7.481049 10.037584 6.708246 7.925056 5.992125 5.8125 L 8.480633 5.8125 C 8.767082 6.647974 9.059494 7.501339 9.357878 8.372619 C 9.656262 9.243902 9.95464 10.100252 10.253026 10.941691 C 10.55141 11.783134 10.84979 12.597711 11.148173 13.385444 C 11.446556 14.173177 11.738968 14.895257 12.025415 15.551702 C 12.299932 14.895257 12.586373 14.176161 12.884759 13.394396 C 13.183141 12.612629 13.484505 11.798057 13.788858 10.950645 C 14.093207 10.103234 14.394571 9.243902 14.692957 8.372619 C 14.991339 7.501339 15.277784 6.647974 15.552297 5.8125 L 17.969194 5.8125 C 17.241138 7.925056 16.465349 10.037584 15.641811 12.15014 C 14.818274 14.262699 13.958941 16.285711 13.063788 18.219238 Z"},"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
+ Vanio.displayName = 'Vanio';
20
+
21
+ export default Vanio;
package/dist/wolt.cjs CHANGED
@@ -10,7 +10,7 @@ const Wolt = react_1.forwardRef(function Wolt({ viewBox = '0 0 154 56', ...props
10
10
  return react_1.createElement(
11
11
  'svg',
12
12
  Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
13
- ...[{"type":"title","props":{},"children":["Wolt"]},{"type":"path","props":{"fill":"none","d":"M83.5,21.6c-6.4,0-9.9,10.8-9.9,20.7c0,5.2,2,7.8,5.1,7.8c4.2,0,8.1-7.3,9.5-16.1c0,0,0-0.1,0-0.1c-2.9-2.3-3.3-5.3-3.2-7.7c0-1.5,0.2-2.9,0.7-4.3c-0.1,0-0.1-0.1-0.2-0.1C84.9,21.7,84.2,21.6,83.5,21.6z"},"children":[]},{"type":"path","props":{"fill":"#202125","d":"M149.3,23.7c2.5-0.1,4.2-0.8,4.7-3.2c0.3-1.4-0.6-2.3-2.2-2.4c0,0-4.6-0.2-10-0.5c0,0,1.1-5.9,1.6-8.3c0.3-1.2-0.4-2.4-1.9-2.7c-1.5-0.4-4.9-0.4-6-0.3c-1,0.1-1.9,0.7-2.1,1.7c-0.5,2.5-1.1,5.5-1.8,9.3c-2,0-3.9-0.1-5.2,0c-1.2,0-1.8,0.7-2.1,1.7c-0.3,1-0.5,2.5-0.5,4c-0.1,1.2,1.2,1.7,2.5,1.6c0,0,1.6-0.1,4.1-0.2c0,0,0,0,0,0l0,0c-0.5,2.2-1.4,8-1.7,11.6c-2.2,7.5-6.9,13.1-10.9,13.1c-2.5,0-3.9-1.5-3.9-5.9c0-6.1,1.4-13.8,3.5-21.6c2.9-7,4.6-14.7,4.6-18.2c0-1.3-0.4-2.8-2-3.1c-2.8-0.6-5.6-0.5-7.5,0.1c-1.7,0.5-2,2.3-2.2,3.3c-1,4.6-2.6,12.7-3.7,19.8c-2.5,3-5.4,5.1-8.5,5.7c-0.3-5.5-2.3-9.2-5.4-11.3c-0.9-0.6-1.9-1.1-3-1.4c-1.5-0.5-3.2-0.7-5.1-0.7c-13.2,0-21.7,11.8-21.7,25c0,10.7,5.9,15.2,14.4,15.2c10.1,0,17.5-7.1,20.3-20.2c2.8-0.6,5.3-2,7.5-3.9c0,0-1.6,8.1-1.6,12.9c0,7.2,3.1,11.2,10.4,11.2c6,0,11.2-4.2,14.5-9.4c0.9,6.7,4.4,9.4,10.1,9.4c5.2,0,10.3-3.3,13.8-9.3c0.7-1.2,1.2-2.2,0.8-2.8c-1-1.2-3-1.8-3.5-0.8c-2.3,4.3-4.9,6-7.6,6c-2.2,0-3.9-1.3-3.9-5.1c0-5.4,3.1-20.1,3.1-20.1C143.5,23.9,146.5,23.8,149.3,23.7z M88.1,34.1c-1.4,8.8-5.3,16.1-9.5,16.1c-3,0-5.1-2.6-5.1-7.8c0-10,3.6-20.7,9.9-20.7c0.7,0,1.4,0.1,1.9,0.3c0.1,0,0.1,0.1,0.2,0.1c-0.5,1.4-0.6,2.8-0.7,4.3C84.8,28.7,85.2,31.7,88.1,34.1C88.1,34,88.1,34,88.1,34.1z"},"children":[]},{"type":"path","props":{"fill":"#202125","d":"M130.3,24.5C130.3,24.4,130.3,24.4,130.3,24.5C129.8,24.5,129.9,24.5,130.3,24.5z"},"children":[]},{"type":"path","props":{"fill":"#202125","d":"M57.9,0c-1.8,0-3.3,0.1-4.1,0.2c-1.5,0.2-2.1,1.6-1.9,3.1c1.6,20.9-3,45.1-8.2,45.1c-3.9,0-5-11.3-5-21.4c0-6,0.3-11.7,0.5-16.8c0.1-1.9-0.6-2.2-2-2.4c-2.1-0.3-3.5-0.2-5.6,0.2C30,8.3,29.6,9.6,28,13.5C19.8,33,11.9,48.6,11.9,48.6c-2.1-15.7,0.6-30.9,2.9-42c0.3-1.5-0.4-2.4-1.7-2.4c-2.4,0-6,0.1-7.6,1.2c-1.5,1-2.1,2.1-2.5,4.3c-2.5,12.7-4.2,28.7-1.6,41c0.6,2.7,1.2,3.3,2.3,4c1.1,0.7,6,1.3,7.8,1.3c2.1,0,4.1-0.6,5.7-3.4c3.4-5.9,6.2-11.8,11.4-23.1c0.5,14.7,2.6,26.3,13,26.3C55.2,55.9,64,21.6,64,5.1C64,0.7,61.9,0,57.9,0z"},"children":[]}]
13
+ ...[{"type":"title","props":{},"children":["Wolt"]},{"type":"path","props":{"fill":"#00C2E8","d":"M149.3,23.7c2.5-0.1,4.2-0.8,4.7-3.2c0.3-1.4-0.6-2.3-2.2-2.4c0,0-4.6-0.2-10-0.5c0,0,1.1-5.9,1.6-8.3c0.3-1.2-0.4-2.4-1.9-2.7c-1.5-0.4-4.9-0.4-6-0.3c-1,0.1-1.9,0.7-2.1,1.7c-0.5,2.5-1.1,5.5-1.8,9.3c-2,0-3.9-0.1-5.2,0c-1.2,0-1.8,0.7-2.1,1.7c-0.3,1-0.5,2.5-0.5,4c-0.1,1.2,1.2,1.7,2.5,1.6c0,0,1.6-0.1,4.1-0.2l0,0c-0.5,2.2-1.4,8-1.7,11.6c-2.2,7.5-6.9,13.1-10.9,13.1c-2.5,0-3.9-1.5-3.9-5.9c0-6.1,1.4-13.8,3.5-21.6c2.9-7,4.6-14.7,4.6-18.2c0-1.3-0.4-2.8-2-3.1c-2.8-0.6-5.6-0.5-7.5,0.1c-1.7,0.5-2,2.3-2.2,3.3c-1,4.6-2.6,12.7-3.7,19.8c-2.5,3-5.4,5.1-8.5,5.7c-0.3-5.5-2.3-9.2-5.4-11.3c-0.9-0.6-1.9-1.1-3-1.4c-1.5-0.5-3.2-0.7-5.1-0.7c-13.2,0-21.7,11.8-21.7,25c0,10.7,5.9,15.2,14.4,15.2c10.1,0,17.5-7.1,20.3-20.2c2.8-0.6,5.3-2,7.5-3.9c0,0-1.6,8.1-1.6,12.9c0,7.2,3.1,11.2,10.4,11.2c6,0,11.2-4.2,14.5-9.4c0.9,6.7,4.4,9.4,10.1,9.4c5.2,0,10.3-3.3,13.8-9.3c0.7-1.2,1.2-2.2,0.8-2.8c-1-1.2-3-1.8-3.5-0.8c-2.3,4.3-4.9,6-7.6,6c-2.2,0-3.9-1.3-3.9-5.1c0-5.4,3.1-20.1,3.1-20.1C143.5,23.9,146.5,23.8,149.3,23.7z M88.1,34.1c-1.4,8.8-5.3,16.1-9.5,16.1c-3,0-5.1-2.6-5.1-7.8c0-10,3.6-20.7,9.9-20.7c0.7,0,1.4,0.1,1.9,0.3c0.1,0,0.1,0.1,0.2,0.1c-0.5,1.4-0.6,2.8-0.7,4.3C84.8,28.7,85.2,31.7,88.1,34.1z"},"children":[]},{"type":"path","props":{"fill":"#00C2E8","d":"M57.9,0c-1.8,0-3.3,0.1-4.1,0.2c-1.5,0.2-2.1,1.6-1.9,3.1c1.6,20.9-3,45.1-8.2,45.1c-3.9,0-5-11.3-5-21.4c0-6,0.3-11.7,0.5-16.8c0.1-1.9-0.6-2.2-2-2.4c-2.1-0.3-3.5-0.2-5.6,0.2C30,8.3,29.6,9.6,28,13.5C19.8,33,11.9,48.6,11.9,48.6c-2.1-15.7,0.6-30.9,2.9-42c0.3-1.5-0.4-2.4-1.7-2.4c-2.4,0-6,0.1-7.6,1.2c-1.5,1-2.1,2.1-2.5,4.3c-2.5,12.7-4.2,28.7-1.6,41c0.6,2.7,1.2,3.3,2.3,4c1.1,0.7,6,1.3,7.8,1.3c2.1,0,4.1-0.6,5.7-3.4c3.4-5.9,6.2-11.8,11.4-23.1c0.5,14.7,2.6,26.3,13,26.3C55.2,55.9,64,21.6,64,5.1C64,0.7,61.9,0,57.9,0z"},"children":[]}]
14
14
  .map(function _c(el) {
15
15
  if (typeof el === 'string') return el;
16
16
  return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
package/dist/wolt.js CHANGED
@@ -8,7 +8,7 @@ const Wolt = forwardRef(
8
8
  return createElement(
9
9
  'svg',
10
10
  Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
11
- ...[{"type":"title","props":{},"children":["Wolt"]},{"type":"path","props":{"fill":"none","d":"M83.5,21.6c-6.4,0-9.9,10.8-9.9,20.7c0,5.2,2,7.8,5.1,7.8c4.2,0,8.1-7.3,9.5-16.1c0,0,0-0.1,0-0.1c-2.9-2.3-3.3-5.3-3.2-7.7c0-1.5,0.2-2.9,0.7-4.3c-0.1,0-0.1-0.1-0.2-0.1C84.9,21.7,84.2,21.6,83.5,21.6z"},"children":[]},{"type":"path","props":{"fill":"#202125","d":"M149.3,23.7c2.5-0.1,4.2-0.8,4.7-3.2c0.3-1.4-0.6-2.3-2.2-2.4c0,0-4.6-0.2-10-0.5c0,0,1.1-5.9,1.6-8.3c0.3-1.2-0.4-2.4-1.9-2.7c-1.5-0.4-4.9-0.4-6-0.3c-1,0.1-1.9,0.7-2.1,1.7c-0.5,2.5-1.1,5.5-1.8,9.3c-2,0-3.9-0.1-5.2,0c-1.2,0-1.8,0.7-2.1,1.7c-0.3,1-0.5,2.5-0.5,4c-0.1,1.2,1.2,1.7,2.5,1.6c0,0,1.6-0.1,4.1-0.2c0,0,0,0,0,0l0,0c-0.5,2.2-1.4,8-1.7,11.6c-2.2,7.5-6.9,13.1-10.9,13.1c-2.5,0-3.9-1.5-3.9-5.9c0-6.1,1.4-13.8,3.5-21.6c2.9-7,4.6-14.7,4.6-18.2c0-1.3-0.4-2.8-2-3.1c-2.8-0.6-5.6-0.5-7.5,0.1c-1.7,0.5-2,2.3-2.2,3.3c-1,4.6-2.6,12.7-3.7,19.8c-2.5,3-5.4,5.1-8.5,5.7c-0.3-5.5-2.3-9.2-5.4-11.3c-0.9-0.6-1.9-1.1-3-1.4c-1.5-0.5-3.2-0.7-5.1-0.7c-13.2,0-21.7,11.8-21.7,25c0,10.7,5.9,15.2,14.4,15.2c10.1,0,17.5-7.1,20.3-20.2c2.8-0.6,5.3-2,7.5-3.9c0,0-1.6,8.1-1.6,12.9c0,7.2,3.1,11.2,10.4,11.2c6,0,11.2-4.2,14.5-9.4c0.9,6.7,4.4,9.4,10.1,9.4c5.2,0,10.3-3.3,13.8-9.3c0.7-1.2,1.2-2.2,0.8-2.8c-1-1.2-3-1.8-3.5-0.8c-2.3,4.3-4.9,6-7.6,6c-2.2,0-3.9-1.3-3.9-5.1c0-5.4,3.1-20.1,3.1-20.1C143.5,23.9,146.5,23.8,149.3,23.7z M88.1,34.1c-1.4,8.8-5.3,16.1-9.5,16.1c-3,0-5.1-2.6-5.1-7.8c0-10,3.6-20.7,9.9-20.7c0.7,0,1.4,0.1,1.9,0.3c0.1,0,0.1,0.1,0.2,0.1c-0.5,1.4-0.6,2.8-0.7,4.3C84.8,28.7,85.2,31.7,88.1,34.1C88.1,34,88.1,34,88.1,34.1z"},"children":[]},{"type":"path","props":{"fill":"#202125","d":"M130.3,24.5C130.3,24.4,130.3,24.4,130.3,24.5C129.8,24.5,129.9,24.5,130.3,24.5z"},"children":[]},{"type":"path","props":{"fill":"#202125","d":"M57.9,0c-1.8,0-3.3,0.1-4.1,0.2c-1.5,0.2-2.1,1.6-1.9,3.1c1.6,20.9-3,45.1-8.2,45.1c-3.9,0-5-11.3-5-21.4c0-6,0.3-11.7,0.5-16.8c0.1-1.9-0.6-2.2-2-2.4c-2.1-0.3-3.5-0.2-5.6,0.2C30,8.3,29.6,9.6,28,13.5C19.8,33,11.9,48.6,11.9,48.6c-2.1-15.7,0.6-30.9,2.9-42c0.3-1.5-0.4-2.4-1.7-2.4c-2.4,0-6,0.1-7.6,1.2c-1.5,1-2.1,2.1-2.5,4.3c-2.5,12.7-4.2,28.7-1.6,41c0.6,2.7,1.2,3.3,2.3,4c1.1,0.7,6,1.3,7.8,1.3c2.1,0,4.1-0.6,5.7-3.4c3.4-5.9,6.2-11.8,11.4-23.1c0.5,14.7,2.6,26.3,13,26.3C55.2,55.9,64,21.6,64,5.1C64,0.7,61.9,0,57.9,0z"},"children":[]}]
11
+ ...[{"type":"title","props":{},"children":["Wolt"]},{"type":"path","props":{"fill":"#00C2E8","d":"M149.3,23.7c2.5-0.1,4.2-0.8,4.7-3.2c0.3-1.4-0.6-2.3-2.2-2.4c0,0-4.6-0.2-10-0.5c0,0,1.1-5.9,1.6-8.3c0.3-1.2-0.4-2.4-1.9-2.7c-1.5-0.4-4.9-0.4-6-0.3c-1,0.1-1.9,0.7-2.1,1.7c-0.5,2.5-1.1,5.5-1.8,9.3c-2,0-3.9-0.1-5.2,0c-1.2,0-1.8,0.7-2.1,1.7c-0.3,1-0.5,2.5-0.5,4c-0.1,1.2,1.2,1.7,2.5,1.6c0,0,1.6-0.1,4.1-0.2l0,0c-0.5,2.2-1.4,8-1.7,11.6c-2.2,7.5-6.9,13.1-10.9,13.1c-2.5,0-3.9-1.5-3.9-5.9c0-6.1,1.4-13.8,3.5-21.6c2.9-7,4.6-14.7,4.6-18.2c0-1.3-0.4-2.8-2-3.1c-2.8-0.6-5.6-0.5-7.5,0.1c-1.7,0.5-2,2.3-2.2,3.3c-1,4.6-2.6,12.7-3.7,19.8c-2.5,3-5.4,5.1-8.5,5.7c-0.3-5.5-2.3-9.2-5.4-11.3c-0.9-0.6-1.9-1.1-3-1.4c-1.5-0.5-3.2-0.7-5.1-0.7c-13.2,0-21.7,11.8-21.7,25c0,10.7,5.9,15.2,14.4,15.2c10.1,0,17.5-7.1,20.3-20.2c2.8-0.6,5.3-2,7.5-3.9c0,0-1.6,8.1-1.6,12.9c0,7.2,3.1,11.2,10.4,11.2c6,0,11.2-4.2,14.5-9.4c0.9,6.7,4.4,9.4,10.1,9.4c5.2,0,10.3-3.3,13.8-9.3c0.7-1.2,1.2-2.2,0.8-2.8c-1-1.2-3-1.8-3.5-0.8c-2.3,4.3-4.9,6-7.6,6c-2.2,0-3.9-1.3-3.9-5.1c0-5.4,3.1-20.1,3.1-20.1C143.5,23.9,146.5,23.8,149.3,23.7z M88.1,34.1c-1.4,8.8-5.3,16.1-9.5,16.1c-3,0-5.1-2.6-5.1-7.8c0-10,3.6-20.7,9.9-20.7c0.7,0,1.4,0.1,1.9,0.3c0.1,0,0.1,0.1,0.2,0.1c-0.5,1.4-0.6,2.8-0.7,4.3C84.8,28.7,85.2,31.7,88.1,34.1z"},"children":[]},{"type":"path","props":{"fill":"#00C2E8","d":"M57.9,0c-1.8,0-3.3,0.1-4.1,0.2c-1.5,0.2-2.1,1.6-1.9,3.1c1.6,20.9-3,45.1-8.2,45.1c-3.9,0-5-11.3-5-21.4c0-6,0.3-11.7,0.5-16.8c0.1-1.9-0.6-2.2-2-2.4c-2.1-0.3-3.5-0.2-5.6,0.2C30,8.3,29.6,9.6,28,13.5C19.8,33,11.9,48.6,11.9,48.6c-2.1-15.7,0.6-30.9,2.9-42c0.3-1.5-0.4-2.4-1.7-2.4c-2.4,0-6,0.1-7.6,1.2c-1.5,1-2.1,2.1-2.5,4.3c-2.5,12.7-4.2,28.7-1.6,41c0.6,2.7,1.2,3.3,2.3,4c1.1,0.7,6,1.3,7.8,1.3c2.1,0,4.1-0.6,5.7-3.4c3.4-5.9,6.2-11.8,11.4-23.1c0.5,14.7,2.6,26.3,13,26.3C55.2,55.9,64,21.6,64,5.1C64,0.7,61.9,0,57.9,0z"},"children":[]}]
12
12
  .map(function _c(el) {
13
13
  if (typeof el === 'string') return el;
14
14
  return createElement(el.type, el.props, ...(el.children || []).map(_c));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesvg/react",
3
- "version": "3.0.17",
3
+ "version": "3.0.18",
4
4
  "description": "Typed React SVG components for all 3,800+ brand icons from thesvg.org",
5
5
  "type": "module",
6
6
  "sideEffects": false,