@thesvg/react 3.2.5 → 3.2.6
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/google-search-console-legacy.cjs +26 -0
- package/dist/google-search-console-legacy.d.ts +14 -0
- package/dist/google-search-console-legacy.js +25 -0
- package/dist/google-search-console.cjs +20 -3
- package/dist/google-search-console.d.ts +1 -1
- package/dist/google-search-console.js +21 -4
- package/dist/index.cjs +6 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/dist/pixelos.cjs +26 -0
- package/dist/pixelos.d.ts +14 -0
- package/dist/pixelos.js +25 -0
- package/dist/smartbill.cjs +1 -1
- package/dist/smartbill.js +1 -1
- package/dist/wisetech-global.cjs +43 -0
- package/dist/wisetech-global.d.ts +14 -0
- package/dist/wisetech-global.js +42 -0
- package/dist/zoom-2025.cjs +20 -3
- package/dist/zoom-2025.d.ts +1 -1
- package/dist/zoom-2025.js +21 -4
- package/package.json +2 -2
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Google Search Console (legacy)
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
// Variants: default, mono
|
|
5
|
+
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
|
|
8
|
+
const react_1 = require("react");
|
|
9
|
+
|
|
10
|
+
const _variants = {"default":{"viewBox":"0 0 24 24","fill":"#458CF5","childNodes":[{"type":"title","props":{},"children":["Google Search Console"]},{"type":"path","props":{"d":"M8.548 1.156L6.832 2.872v1.682h1.716zm0 3.398v.035H6.832v-.035H3.386L0 7.844v3.577h2.826V8.94c0-.525.429-.954.954-.954h16.476c.525 0 .954.43.954.954v2.48h2.754V7.844l-3.386-3.29H17.3v.035h-1.717v-.035zm7.035 0H17.3V2.872l-1.717-1.716zM8.679 1.188V2.84h6.773V1.188zm11.471 7.07a.834.834 0 00-.132.01l-.543.002c-5.216.014-10.432-.008-15.648.01-.435-.063-.794.436-.716.883v2.264h17.812c-.016-.888.045-1.782-.034-2.666-.104-.342-.427-.502-.739-.502zm-15.422.634a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zm2.134 0a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zM.036 11.645v9.156c0 1.05.858 1.908 1.907 1.908h.883V11.645zm21.174 0v11.064h.882c1.05 0 1.908-.858 1.908-1.908v-9.156zM4.057 13.133v6.85h6.137v-6.85zm13.243.021v3.777l-1.708.977-1.708-.977v-3.758a4.006 4.006 0 000 7.23v2.441h3.457v-2.442a4.006 4.006 0 00-.041-7.248zm-13.243 8.26v1.43h7.925v-1.43z"},"children":[]}]},"mono":{"viewBox":"0 0 24 24","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Google Search Console"]},{"type":"path","props":{"d":"M8.548 1.156L6.832 2.872v1.682h1.716zm0 3.398v.035H6.832v-.035H3.386L0 7.844v3.577h2.826V8.94c0-.525.429-.954.954-.954h16.476c.525 0 .954.43.954.954v2.48h2.754V7.844l-3.386-3.29H17.3v.035h-1.717v-.035zm7.035 0H17.3V2.872l-1.717-1.716zM8.679 1.188V2.84h6.773V1.188zm11.471 7.07a.834.834 0 00-.132.01l-.543.002c-5.216.014-10.432-.008-15.648.01-.435-.063-.794.436-.716.883v2.264h17.812c-.016-.888.045-1.782-.034-2.666-.104-.342-.427-.502-.739-.502zm-15.422.634a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zm2.134 0a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zM.036 11.645v9.156c0 1.05.858 1.908 1.907 1.908h.883V11.645zm21.174 0v11.064h.882c1.05 0 1.908-.858 1.908-1.908v-9.156zM4.057 13.133v6.85h6.137v-6.85zm13.243.021v3.777l-1.708.977-1.708-.977v-3.758a4.006 4.006 0 000 7.23v2.441h3.457v-2.442a4.006 4.006 0 00-.041-7.248zm-13.243 8.26v1.43h7.925v-1.43z"},"children":[]}]}};
|
|
11
|
+
|
|
12
|
+
const GoogleSearchConsoleLegacy = react_1.forwardRef(function GoogleSearchConsoleLegacy({ variant = 'default', viewBox, ...props }, ref) {
|
|
13
|
+
const _v = _variants[variant] || _variants.default;
|
|
14
|
+
return react_1.createElement(
|
|
15
|
+
'svg',
|
|
16
|
+
Object.assign({ ref, viewBox: viewBox || _v.viewBox, fill: _v.fill, stroke: _v.stroke, xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
17
|
+
..._v.childNodes
|
|
18
|
+
.map(function _c(el) {
|
|
19
|
+
if (typeof el === 'string') return el;
|
|
20
|
+
return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
21
|
+
})
|
|
22
|
+
);
|
|
23
|
+
});
|
|
24
|
+
GoogleSearchConsoleLegacy.displayName = 'GoogleSearchConsoleLegacy';
|
|
25
|
+
|
|
26
|
+
exports.default = GoogleSearchConsoleLegacy;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// @thesvg/react — Google Search Console (legacy)
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
5
|
+
|
|
6
|
+
export type GoogleSearchConsoleLegacyVariant = 'default' | 'mono';
|
|
7
|
+
|
|
8
|
+
export interface GoogleSearchConsoleLegacyProps extends SVGProps<SVGSVGElement> {
|
|
9
|
+
/** Which icon variant to render. Defaults to "default". */
|
|
10
|
+
variant?: GoogleSearchConsoleLegacyVariant;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
declare const GoogleSearchConsoleLegacy: ForwardRefExoticComponent<GoogleSearchConsoleLegacyProps & RefAttributes<SVGSVGElement>>;
|
|
14
|
+
export default GoogleSearchConsoleLegacy;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// @thesvg/react — Google Search Console (legacy)
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
// Variants: default, mono
|
|
4
|
+
|
|
5
|
+
import { forwardRef, createElement } from 'react';
|
|
6
|
+
|
|
7
|
+
const _variants = {"default":{"viewBox":"0 0 24 24","fill":"#458CF5","childNodes":[{"type":"title","props":{},"children":["Google Search Console"]},{"type":"path","props":{"d":"M8.548 1.156L6.832 2.872v1.682h1.716zm0 3.398v.035H6.832v-.035H3.386L0 7.844v3.577h2.826V8.94c0-.525.429-.954.954-.954h16.476c.525 0 .954.43.954.954v2.48h2.754V7.844l-3.386-3.29H17.3v.035h-1.717v-.035zm7.035 0H17.3V2.872l-1.717-1.716zM8.679 1.188V2.84h6.773V1.188zm11.471 7.07a.834.834 0 00-.132.01l-.543.002c-5.216.014-10.432-.008-15.648.01-.435-.063-.794.436-.716.883v2.264h17.812c-.016-.888.045-1.782-.034-2.666-.104-.342-.427-.502-.739-.502zm-15.422.634a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zm2.134 0a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zM.036 11.645v9.156c0 1.05.858 1.908 1.907 1.908h.883V11.645zm21.174 0v11.064h.882c1.05 0 1.908-.858 1.908-1.908v-9.156zM4.057 13.133v6.85h6.137v-6.85zm13.243.021v3.777l-1.708.977-1.708-.977v-3.758a4.006 4.006 0 000 7.23v2.441h3.457v-2.442a4.006 4.006 0 00-.041-7.248zm-13.243 8.26v1.43h7.925v-1.43z"},"children":[]}]},"mono":{"viewBox":"0 0 24 24","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Google Search Console"]},{"type":"path","props":{"d":"M8.548 1.156L6.832 2.872v1.682h1.716zm0 3.398v.035H6.832v-.035H3.386L0 7.844v3.577h2.826V8.94c0-.525.429-.954.954-.954h16.476c.525 0 .954.43.954.954v2.48h2.754V7.844l-3.386-3.29H17.3v.035h-1.717v-.035zm7.035 0H17.3V2.872l-1.717-1.716zM8.679 1.188V2.84h6.773V1.188zm11.471 7.07a.834.834 0 00-.132.01l-.543.002c-5.216.014-10.432-.008-15.648.01-.435-.063-.794.436-.716.883v2.264h17.812c-.016-.888.045-1.782-.034-2.666-.104-.342-.427-.502-.739-.502zm-15.422.634a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zm2.134 0a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zM.036 11.645v9.156c0 1.05.858 1.908 1.907 1.908h.883V11.645zm21.174 0v11.064h.882c1.05 0 1.908-.858 1.908-1.908v-9.156zM4.057 13.133v6.85h6.137v-6.85zm13.243.021v3.777l-1.708.977-1.708-.977v-3.758a4.006 4.006 0 000 7.23v2.441h3.457v-2.442a4.006 4.006 0 00-.041-7.248zm-13.243 8.26v1.43h7.925v-1.43z"},"children":[]}]}};
|
|
8
|
+
|
|
9
|
+
const GoogleSearchConsoleLegacy = forwardRef(
|
|
10
|
+
function GoogleSearchConsoleLegacy({ variant = 'default', viewBox, ...props }, ref) {
|
|
11
|
+
const _v = _variants[variant] || _variants.default;
|
|
12
|
+
return createElement(
|
|
13
|
+
'svg',
|
|
14
|
+
Object.assign({ ref, viewBox: viewBox || _v.viewBox, fill: _v.fill, stroke: _v.stroke, xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
15
|
+
..._v.childNodes
|
|
16
|
+
.map(function _c(el) {
|
|
17
|
+
if (typeof el === 'string') return el;
|
|
18
|
+
return createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
19
|
+
})
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
GoogleSearchConsoleLegacy.displayName = 'GoogleSearchConsoleLegacy';
|
|
24
|
+
|
|
25
|
+
export default GoogleSearchConsoleLegacy;
|
|
@@ -1,15 +1,32 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// @thesvg/react — Google Search Console
|
|
3
3
|
// Auto-generated. Do not edit.
|
|
4
|
-
// Variants: default, mono
|
|
4
|
+
// Variants: default, mono, wordmark
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
|
|
8
8
|
const react_1 = require("react");
|
|
9
9
|
|
|
10
|
-
const _variants = {"default":{"viewBox":"0 0 24 24","fill":"#458CF5","childNodes":[{"type":"title","props":{},"children":["Google Search Console"]},{"type":"path","props":{"d":"M8.548 1.156L6.832 2.872v1.682h1.716zm0 3.398v.035H6.832v-.035H3.386L0 7.844v3.577h2.826V8.94c0-.525.429-.954.954-.954h16.476c.525 0 .954.43.954.954v2.48h2.754V7.844l-3.386-3.29H17.3v.035h-1.717v-.035zm7.035 0H17.3V2.872l-1.717-1.716zM8.679 1.188V2.84h6.773V1.188zm11.471 7.07a.834.834 0 00-.132.01l-.543.002c-5.216.014-10.432-.008-15.648.01-.435-.063-.794.436-.716.883v2.264h17.812c-.016-.888.045-1.782-.034-2.666-.104-.342-.427-.502-.739-.502zm-15.422.634a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zm2.134 0a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zM.036 11.645v9.156c0 1.05.858 1.908 1.907 1.908h.883V11.645zm21.174 0v11.064h.882c1.05 0 1.908-.858 1.908-1.908v-9.156zM4.057 13.133v6.85h6.137v-6.85zm13.243.021v3.777l-1.708.977-1.708-.977v-3.758a4.006 4.006 0 000 7.23v2.441h3.457v-2.442a4.006 4.006 0 00-.041-7.248zm-13.243 8.26v1.43h7.925v-1.43z"},"children":[]}]},"mono":{"viewBox":"0 0 24 24","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Google Search Console"]},{"type":"path","props":{"d":"M8.548 1.156L6.832 2.872v1.682h1.716zm0 3.398v.035H6.832v-.035H3.386L0 7.844v3.577h2.826V8.94c0-.525.429-.954.954-.954h16.476c.525 0 .954.43.954.954v2.48h2.754V7.844l-3.386-3.29H17.3v.035h-1.717v-.035zm7.035 0H17.3V2.872l-1.717-1.716zM8.679 1.188V2.84h6.773V1.188zm11.471 7.07a.834.834 0 00-.132.01l-.543.002c-5.216.014-10.432-.008-15.648.01-.435-.063-.794.436-.716.883v2.264h17.812c-.016-.888.045-1.782-.034-2.666-.104-.342-.427-.502-.739-.502zm-15.422.634a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zm2.134 0a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zM.036 11.645v9.156c0 1.05.858 1.908 1.907 1.908h.883V11.645zm21.174 0v11.064h.882c1.05 0 1.908-.858 1.908-1.908v-9.156zM4.057 13.133v6.85h6.137v-6.85zm13.243.021v3.777l-1.708.977-1.708-.977v-3.758a4.006 4.006 0 000 7.23v2.441h3.457v-2.442a4.006 4.006 0 00-.041-7.248zm-13.243 8.26v1.43h7.925v-1.43z"},"children":[]}]}};
|
|
10
|
+
const _variants = {"default":{"viewBox":"0 0 40 40","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Google Search Console"]},{"type":"g","props":{"clipPath":"url(#a)"},"children":[{"type":"path","props":{"fill":"#fbbc04","d":"m11.081 30.527-4.72 4.721a.933.933 0 0 1-1.317 0l-.292-.292a.933.933 0 0 1 0-1.316l4.72-4.721a.933.933 0 0 1 1.318 0l.291.291a.93.93 0 0 1 0 1.317"},"children":[]},{"type":"path","props":{"fill":"#4285f4","d":"M23.75 32.5h6.042a6.04 6.04 0 0 0 6.041-6.042v-16.25a6.04 6.04 0 0 0-6.041-6.041 6.04 6.04 0 0 0-6.042 6.041z"},"children":[]},{"type":"path","props":{"fill":"#fbbc04","d":"M13.75 32.5a6.04 6.04 0 0 0 6.042-6.042 6.04 6.04 0 0 0-6.042-6.041 6.04 6.04 0 0 0-6.042 6.041A6.04 6.04 0 0 0 13.75 32.5"},"children":[]},{"type":"path","props":{"fill":"#34a853","d":"M27.97 32.5h-5.887a6.04 6.04 0 0 1-6.041-6.042v-7.916a6.04 6.04 0 0 1 6.041-6.042 6.04 6.04 0 0 1 6.042 6.042v13.804a.154.154 0 0 1-.154.154z"},"children":[]},{"type":"path","props":{"fill":"#1967d2","d":"M28.125 32.346V18.542a6.04 6.04 0 0 0-4.375-5.807V32.5h4.22a.154.154 0 0 0 .155-.154"},"children":[]},{"type":"path","props":{"fill":"#ea4335","d":"M19.792 26.575a6.04 6.04 0 0 0-3.75-5.59v5.59c0 1.72.72 3.273 1.875 4.373a6.02 6.02 0 0 0 1.875-4.373"},"children":[]}]},{"type":"defs","props":{},"children":[{"type":"clipPath","props":{"id":"a"},"children":[{"type":"path","props":{"fill":"#fff","d":"M0 0h40v40H0z"},"children":[]}]}]}]},"mono":{"viewBox":"0 0 40 40","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Google Search Console"]},{"type":"g","props":{"clipPath":"url(#a)"},"children":[{"type":"path","props":{"fill":"currentColor","d":"m11.081 30.527-4.72 4.721a.933.933 0 0 1-1.317 0l-.292-.292a.933.933 0 0 1 0-1.316l4.72-4.721a.933.933 0 0 1 1.318 0l.291.291a.93.93 0 0 1 0 1.317"},"children":[]},{"type":"path","props":{"fill":"currentColor","d":"M23.75 32.5h6.042a6.04 6.04 0 0 0 6.041-6.042v-16.25a6.04 6.04 0 0 0-6.041-6.041 6.04 6.04 0 0 0-6.042 6.041z"},"children":[]},{"type":"path","props":{"fill":"currentColor","d":"M13.75 32.5a6.04 6.04 0 0 0 6.042-6.042 6.04 6.04 0 0 0-6.042-6.041 6.04 6.04 0 0 0-6.042 6.041A6.04 6.04 0 0 0 13.75 32.5"},"children":[]},{"type":"path","props":{"fill":"currentColor","d":"M27.97 32.5h-5.887a6.04 6.04 0 0 1-6.041-6.042v-7.916a6.04 6.04 0 0 1 6.041-6.042 6.04 6.04 0 0 1 6.042 6.042v13.804a.154.154 0 0 1-.154.154z"},"children":[]},{"type":"path","props":{"fill":"currentColor","d":"M28.125 32.346V18.542a6.04 6.04 0 0 0-4.375-5.807V32.5h4.22a.154.154 0 0 0 .155-.154"},"children":[]},{"type":"path","props":{"fill":"currentColor","d":"M19.792 26.575a6.04 6.04 0 0 0-3.75-5.59v5.59c0 1.72.72 3.273 1.875 4.373a6.02 6.02 0 0 0 1.875-4.373"},"children":[]}]},{"type":"defs","props":{},"children":[{"type":"clipPath","props":{"id":"a"},"children":[{"type":"path","props":{"fill":"#fff","d":"M0 0h40v40H0z"},"children":[]}]}]}]},"wordmark":{"viewBox":"4.45 4.15 267.9 31.4","fill":"none","childNodes":[{"type":"g","props":{"clipPath":"url(#a)"},"children":[{"type":"path","props":{"fill":"#fbbc04","d":"m11.081 30.527-4.72 4.721a.933.933 0 0 1-1.317 0l-.292-.292a.933.933 0 0 1 0-1.316l4.72-4.721a.933.933 0 0 1 1.318 0l.291.291a.93.93 0 0 1 0 1.317"},"children":[]},{"type":"path","props":{"fill":"#4285f4","d":"M23.75 32.5h6.042a6.04 6.04 0 0 0 6.041-6.042v-16.25a6.04 6.04 0 0 0-6.041-6.041 6.04 6.04 0 0 0-6.042 6.041z"},"children":[]},{"type":"path","props":{"fill":"#fbbc04","d":"M13.75 32.5a6.04 6.04 0 0 0 6.042-6.042 6.04 6.04 0 0 0-6.042-6.041 6.04 6.04 0 0 0-6.042 6.041A6.04 6.04 0 0 0 13.75 32.5"},"children":[]},{"type":"path","props":{"fill":"#34a853","d":"M27.97 32.5h-5.887a6.04 6.04 0 0 1-6.041-6.042v-7.916a6.04 6.04 0 0 1 6.041-6.042 6.04 6.04 0 0 1 6.042 6.042v13.804a.154.154 0 0 1-.154.154z"},"children":[]},{"type":"path","props":{"fill":"#1967d2","d":"M28.125 32.346V18.542a6.04 6.04 0 0 0-4.375-5.807V32.5h4.22a.154.154 0 0 0 .155-.154"},"children":[]},{"type":"path","props":{"fill":"#ea4335","d":"M19.792 26.575a6.04 6.04 0 0 0-3.75-5.59v5.59c0 1.72.72 3.273 1.875 4.373a6.02 6.02 0 0 0 1.875-4.373"},"children":[]}]},{"type":"path","props":{"fill":"#5f6368","d":"M136.949 24.423q0 2.107-1.543 3.385-1.566 1.255-3.802 1.255-1.99 0-3.511-1.163-1.52-1.163-2.102-3.176l1.968-.805q.2.717.559 1.297.357.582.839.995.48.414 1.062.649t1.23.235q1.408 0 2.304-.727.894-.728.894-1.934 0-1.007-.738-1.722-.693-.694-2.594-1.342-1.923-.693-2.393-.94-2.549-1.296-2.549-3.823 0-1.767 1.409-3.02 1.43-1.251 3.511-1.252 1.834 0 3.175.94 1.342.917 1.789 2.303l-1.923.805a2.84 2.84 0 0 0-1.062-1.487q-.794-.592-1.935-.592-1.207 0-2.035.668-.827.624-.827 1.625 0 .825.649 1.425.714.601 3.108 1.425 2.438.83 3.477 2.029 1.041 1.199 1.041 2.947zm6.686 4.639q-2.415 0-3.981-1.655-1.565-1.654-1.565-4.181c0-2.527.507-3.06 1.521-4.17q1.52-1.666 3.891-1.666c1.58 0 2.918.525 3.88 1.576q1.442 1.576 1.442 4.416l-.022.224h-8.61q.045 1.61 1.074 2.594a3.43 3.43 0 0 0 2.459.984q1.968 0 3.086-1.968l1.834.894a5.46 5.46 0 0 1-2.046 2.17q-1.308.782-2.963.782m-3.287-7.156h6.284a2.73 2.73 0 0 0-.928-1.89q-.839-.748-2.248-.748-1.163 0-2.002.715-.838.716-1.106 1.923m14.05-4.517q2.28 0 3.6 1.219 1.319 1.22 1.319 3.343v6.753h-1.967v-1.52h-.09q-1.275 1.878-3.399 1.878-1.812 0-3.03-1.073-1.22-1.073-1.219-2.684 0-1.699 1.285-2.706 1.286-1.006 3.433-1.006 1.834 0 3.019.671v-.47q0-1.073-.85-1.822t-1.99-.75q-1.722 0-2.728 1.454l-1.812-1.14q1.498-2.147 4.428-2.147zm-2.661 7.961q0 .805.682 1.342.681.537 1.599.537 1.296 0 2.314-.962 1.017-.96 1.018-2.259-.962-.76-2.684-.76-1.253 0-2.091.604t-.839 1.498zm11.594 3.354h-2.057V17.747h1.968v1.789h.089q.314-.872 1.286-1.487.973-.615 1.912-.615c.626 0 1.103.09 1.521.268l-.626 1.99q-.381-.156-1.208-.156-1.163 0-2.024.94a3.14 3.14 0 0 0-.861 2.19zm10.238.358q-2.438 0-4.048-1.655-1.588-1.699-1.588-4.181c0-1.655.529-3.079 1.588-4.182q1.61-1.655 4.048-1.655 1.677 0 2.929.839 1.252.838 1.879 2.314l-1.879.783q-.872-2.058-3.063-2.058-1.41 0-2.438 1.141-1.006 1.14-1.006 2.818c0 1.678.335 2.057 1.006 2.817q1.028 1.14 2.438 1.14 2.257 0 3.175-2.057l1.834.783q-.605 1.476-1.89 2.314-1.285.84-2.985.84zm6.131-16.369h2.057v5.054l-.089 1.52h.089q.47-.804 1.443-1.341a4.14 4.14 0 0 1 2.024-.537q2.012 0 3.097 1.152t1.084 3.276v6.887h-2.057V22.22q0-2.952-2.616-2.952-1.254 0-2.114 1.04-.861 1.04-.861 2.427v5.97H179.7zm24.934 16.369q-3.556 0-5.949-2.393-2.37-2.392-2.37-5.97t2.37-5.949q2.37-2.415 5.949-2.415c2.385 0 4.375.872 5.881 2.616l-1.476 1.432q-1.722-2.08-4.405-2.08c-1.789 0-3.258.596-4.45 1.789q-1.767 1.767-1.767 4.607t1.767 4.606q1.788 1.79 4.45 1.79 2.795 0 4.852-2.349l1.499 1.454a7.8 7.8 0 0 1-2.796 2.113 8.5 8.5 0 0 1-3.555.75zm7.144-5.836q0-2.527 1.588-4.182 1.61-1.655 4.048-1.655t4.025 1.655q1.61 1.654 1.61 4.182c0 1.684-.537 3.093-1.61 4.181q-1.589 1.656-4.025 1.655-2.438 0-4.048-1.655-1.588-1.654-1.588-4.181m2.058 0q0 1.767 1.028 2.862t2.55 1.096q1.52 0 2.549-1.096 1.028-1.095 1.029-2.862c0-1.178-.344-2.11-1.029-2.84q-1.052-1.119-2.549-1.119-1.498 0-2.55 1.119-1.029 1.095-1.028 2.84m10.673-5.479h1.968v1.52h.09q.47-.804 1.442-1.341a4.14 4.14 0 0 1 2.024-.537q2.013 0 3.097 1.152t1.085 3.276v6.887h-2.058v-6.753q-.067-2.684-2.706-2.684-1.23 0-2.057.995-.827.996-.827 2.382v6.06h-2.058V17.746zm20.01 7.916q0 1.432-1.252 2.415t-3.153.984q-1.656 0-2.907-.86a4.73 4.73 0 0 1-1.789-2.27l1.833-.783q.403.983 1.174 1.532a2.85 2.85 0 0 0 1.689.547q.984.001 1.643-.424.66-.425.66-1.007 0-1.05-1.61-1.543l-1.878-.47q-3.199-.804-3.198-3.085 0-1.498 1.219-2.404 1.218-.906 3.119-.905 1.453 0 2.628.693 1.175.692 1.643 1.856l-1.833.76a2.3 2.3 0 0 0-1.018-1.084 3.2 3.2 0 0 0-1.576-.392q-.805 0-1.443.403-.637.402-.637.984 0 .939 1.767 1.341l1.655.425q3.264.805 3.265 3.288zm.773-2.437q0-2.527 1.588-4.182 1.61-1.655 4.048-1.655t4.025 1.655q1.61 1.654 1.61 4.182c0 1.684-.537 3.093-1.61 4.181q-1.589 1.656-4.025 1.655-2.438 0-4.048-1.655-1.588-1.654-1.588-4.181m2.058 0q0 1.767 1.028 2.862t2.55 1.096q1.52 0 2.549-1.096 1.028-1.095 1.029-2.862c0-1.178-.344-2.11-1.029-2.84q-1.052-1.119-2.549-1.119-1.498 0-2.55 1.119-1.029 1.095-1.028 2.84m12.758-10.533v16.011h-2.058V12.693zm7.032 16.369q-2.415 0-3.98-1.655-1.566-1.654-1.566-4.181c0-2.527.507-3.06 1.521-4.17q1.521-1.666 3.891-1.666c1.581 0 2.919.525 3.88 1.576q1.443 1.576 1.442 4.416l-.022.224h-8.609q.044 1.61 1.073 2.594a3.43 3.43 0 0 0 2.46.984q1.967 0 3.086-1.968l1.834.894a5.46 5.46 0 0 1-2.046 2.17q-1.309.782-2.963.782zm-3.287-7.156h6.284a2.73 2.73 0 0 0-.928-1.89q-.838-.748-2.248-.748-1.163 0-2.001.715-.839.715-1.107 1.923m-206.276-.224v-2.476h8.287c.084.437.134.956.134 1.518 0 1.857-.508 4.156-2.144 5.792-1.59 1.658-3.624 2.542-6.32 2.542-4.995 0-9.194-4.067-9.194-9.064 0-4.995 4.2-9.063 9.194-9.063 2.762 0 4.73 1.083 6.21 2.498l-1.746 1.747c-1.061-.995-2.497-1.769-4.464-1.769-3.647 0-6.498 2.94-6.498 6.588s2.851 6.588 6.498 6.588c2.365 0 3.713-.95 4.575-1.813.702-.702 1.164-1.71 1.344-3.087zm21.049 1.541c0 3.36-2.63 5.836-5.856 5.836s-5.857-2.476-5.857-5.837 2.63-5.836 5.857-5.836c3.226 0 5.856 2.454 5.856 5.837m-2.563 0c0-2.1-1.525-3.537-3.293-3.537s-3.293 1.436-3.293 3.537 1.525 3.536 3.293 3.536 3.293-1.459 3.293-3.537zm15.34 0c0 3.36-2.63 5.836-5.857 5.836s-5.857-2.476-5.857-5.837 2.63-5.836 5.857-5.836 5.857 2.454 5.857 5.837m-2.564 0c0-2.1-1.524-3.537-3.292-3.537s-3.294 1.436-3.294 3.537 1.525 3.536 3.294 3.536c1.768 0 3.292-1.459 3.292-3.537zm14.81-5.483v10.478c0 4.31-2.541 6.08-5.547 6.08-2.83 0-4.53-1.902-5.172-3.449l2.232-.929c.398.95 1.37 2.078 2.94 2.078 1.923 0 3.116-1.194 3.116-3.426v-.84h-.088c-.575.707-1.68 1.326-3.072 1.326-2.918 0-5.592-2.542-5.592-5.814s2.674-5.858 5.592-5.858c1.392 0 2.497.619 3.072 1.304h.088v-.95zm-2.254 5.504c0-2.056-1.37-3.559-3.117-3.559s-3.248 1.503-3.248 3.56c0 2.055 1.48 3.514 3.248 3.514s3.117-1.48 3.117-3.515m6.596-11.636v17.097h-2.563V11.608zm9.9 13.537 1.989 1.326c-.641.951-2.188 2.587-4.862 2.587-3.315 0-5.791-2.565-5.791-5.836 0-3.471 2.498-5.837 5.503-5.837s4.509 2.41 4.995 3.714l.265.663-7.802 3.228c.597 1.172 1.526 1.769 2.829 1.769s2.211-.642 2.874-1.614m-6.122-2.1 5.215-2.166c-.287-.73-1.149-1.238-2.165-1.238-1.304 0-3.117 1.15-3.05 3.405z"},"children":[]},{"type":"defs","props":{},"children":[{"type":"clipPath","props":{"id":"a"},"children":[{"type":"path","props":{"fill":"#fff","d":"M0 0h40v40H0z"},"children":[]}]}]}]}};
|
|
11
|
+
|
|
12
|
+
function _ns(props, p) {
|
|
13
|
+
var out = {};
|
|
14
|
+
for (var k in props) {
|
|
15
|
+
var v = props[k];
|
|
16
|
+
if (k === 'id') out[k] = p + v;
|
|
17
|
+
else if (k === 'href' && typeof v === 'string' && v.charCodeAt(0) === 35) out[k] = '#' + p + v.slice(1);
|
|
18
|
+
else if (typeof v === 'string') out[k] = v.replace(/url\(#([^)]+)\)/g, function (_m, id) { return 'url(#' + p + id + ')'; });
|
|
19
|
+
else if (v && typeof v === 'object') {
|
|
20
|
+
var s = {};
|
|
21
|
+
for (var sk in v) { var sv = v[sk]; s[sk] = typeof sv === 'string' ? sv.replace(/url\(#([^)]+)\)/g, function (_m, id) { return 'url(#' + p + id + ')'; }) : sv; }
|
|
22
|
+
out[k] = s;
|
|
23
|
+
} else out[k] = v;
|
|
24
|
+
}
|
|
25
|
+
return out;
|
|
26
|
+
}
|
|
11
27
|
|
|
12
28
|
const GoogleSearchConsole = react_1.forwardRef(function GoogleSearchConsole({ variant = 'default', viewBox, ...props }, ref) {
|
|
29
|
+
const _p = 'tsvg' + react_1.useId().replace(/[^a-zA-Z0-9]/g, '') + '-';
|
|
13
30
|
const _v = _variants[variant] || _variants.default;
|
|
14
31
|
return react_1.createElement(
|
|
15
32
|
'svg',
|
|
@@ -17,7 +34,7 @@ const GoogleSearchConsole = react_1.forwardRef(function GoogleSearchConsole({ va
|
|
|
17
34
|
..._v.childNodes
|
|
18
35
|
.map(function _c(el) {
|
|
19
36
|
if (typeof el === 'string') return el;
|
|
20
|
-
return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
37
|
+
return react_1.createElement(el.type, _ns(el.props, _p), ...(el.children || []).map(_c));
|
|
21
38
|
})
|
|
22
39
|
);
|
|
23
40
|
});
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
5
5
|
|
|
6
|
-
export type GoogleSearchConsoleVariant = 'default' | 'mono';
|
|
6
|
+
export type GoogleSearchConsoleVariant = 'default' | 'mono' | 'wordmark';
|
|
7
7
|
|
|
8
8
|
export interface GoogleSearchConsoleProps extends SVGProps<SVGSVGElement> {
|
|
9
9
|
/** Which icon variant to render. Defaults to "default". */
|
|
@@ -1,13 +1,30 @@
|
|
|
1
1
|
// @thesvg/react — Google Search Console
|
|
2
2
|
// Auto-generated. Do not edit.
|
|
3
|
-
// Variants: default, mono
|
|
3
|
+
// Variants: default, mono, wordmark
|
|
4
4
|
|
|
5
|
-
import { forwardRef, createElement } from 'react';
|
|
5
|
+
import { forwardRef, createElement, useId } from 'react';
|
|
6
6
|
|
|
7
|
-
const _variants = {"default":{"viewBox":"0 0 24 24","fill":"#458CF5","childNodes":[{"type":"title","props":{},"children":["Google Search Console"]},{"type":"path","props":{"d":"M8.548 1.156L6.832 2.872v1.682h1.716zm0 3.398v.035H6.832v-.035H3.386L0 7.844v3.577h2.826V8.94c0-.525.429-.954.954-.954h16.476c.525 0 .954.43.954.954v2.48h2.754V7.844l-3.386-3.29H17.3v.035h-1.717v-.035zm7.035 0H17.3V2.872l-1.717-1.716zM8.679 1.188V2.84h6.773V1.188zm11.471 7.07a.834.834 0 00-.132.01l-.543.002c-5.216.014-10.432-.008-15.648.01-.435-.063-.794.436-.716.883v2.264h17.812c-.016-.888.045-1.782-.034-2.666-.104-.342-.427-.502-.739-.502zm-15.422.634a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zm2.134 0a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zM.036 11.645v9.156c0 1.05.858 1.908 1.907 1.908h.883V11.645zm21.174 0v11.064h.882c1.05 0 1.908-.858 1.908-1.908v-9.156zM4.057 13.133v6.85h6.137v-6.85zm13.243.021v3.777l-1.708.977-1.708-.977v-3.758a4.006 4.006 0 000 7.23v2.441h3.457v-2.442a4.006 4.006 0 00-.041-7.248zm-13.243 8.26v1.43h7.925v-1.43z"},"children":[]}]},"mono":{"viewBox":"0 0 24 24","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Google Search Console"]},{"type":"path","props":{"d":"M8.548 1.156L6.832 2.872v1.682h1.716zm0 3.398v.035H6.832v-.035H3.386L0 7.844v3.577h2.826V8.94c0-.525.429-.954.954-.954h16.476c.525 0 .954.43.954.954v2.48h2.754V7.844l-3.386-3.29H17.3v.035h-1.717v-.035zm7.035 0H17.3V2.872l-1.717-1.716zM8.679 1.188V2.84h6.773V1.188zm11.471 7.07a.834.834 0 00-.132.01l-.543.002c-5.216.014-10.432-.008-15.648.01-.435-.063-.794.436-.716.883v2.264h17.812c-.016-.888.045-1.782-.034-2.666-.104-.342-.427-.502-.739-.502zm-15.422.634a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zm2.134 0a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zM.036 11.645v9.156c0 1.05.858 1.908 1.907 1.908h.883V11.645zm21.174 0v11.064h.882c1.05 0 1.908-.858 1.908-1.908v-9.156zM4.057 13.133v6.85h6.137v-6.85zm13.243.021v3.777l-1.708.977-1.708-.977v-3.758a4.006 4.006 0 000 7.23v2.441h3.457v-2.442a4.006 4.006 0 00-.041-7.248zm-13.243 8.26v1.43h7.925v-1.43z"},"children":[]}]}};
|
|
7
|
+
const _variants = {"default":{"viewBox":"0 0 40 40","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Google Search Console"]},{"type":"g","props":{"clipPath":"url(#a)"},"children":[{"type":"path","props":{"fill":"#fbbc04","d":"m11.081 30.527-4.72 4.721a.933.933 0 0 1-1.317 0l-.292-.292a.933.933 0 0 1 0-1.316l4.72-4.721a.933.933 0 0 1 1.318 0l.291.291a.93.93 0 0 1 0 1.317"},"children":[]},{"type":"path","props":{"fill":"#4285f4","d":"M23.75 32.5h6.042a6.04 6.04 0 0 0 6.041-6.042v-16.25a6.04 6.04 0 0 0-6.041-6.041 6.04 6.04 0 0 0-6.042 6.041z"},"children":[]},{"type":"path","props":{"fill":"#fbbc04","d":"M13.75 32.5a6.04 6.04 0 0 0 6.042-6.042 6.04 6.04 0 0 0-6.042-6.041 6.04 6.04 0 0 0-6.042 6.041A6.04 6.04 0 0 0 13.75 32.5"},"children":[]},{"type":"path","props":{"fill":"#34a853","d":"M27.97 32.5h-5.887a6.04 6.04 0 0 1-6.041-6.042v-7.916a6.04 6.04 0 0 1 6.041-6.042 6.04 6.04 0 0 1 6.042 6.042v13.804a.154.154 0 0 1-.154.154z"},"children":[]},{"type":"path","props":{"fill":"#1967d2","d":"M28.125 32.346V18.542a6.04 6.04 0 0 0-4.375-5.807V32.5h4.22a.154.154 0 0 0 .155-.154"},"children":[]},{"type":"path","props":{"fill":"#ea4335","d":"M19.792 26.575a6.04 6.04 0 0 0-3.75-5.59v5.59c0 1.72.72 3.273 1.875 4.373a6.02 6.02 0 0 0 1.875-4.373"},"children":[]}]},{"type":"defs","props":{},"children":[{"type":"clipPath","props":{"id":"a"},"children":[{"type":"path","props":{"fill":"#fff","d":"M0 0h40v40H0z"},"children":[]}]}]}]},"mono":{"viewBox":"0 0 40 40","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Google Search Console"]},{"type":"g","props":{"clipPath":"url(#a)"},"children":[{"type":"path","props":{"fill":"currentColor","d":"m11.081 30.527-4.72 4.721a.933.933 0 0 1-1.317 0l-.292-.292a.933.933 0 0 1 0-1.316l4.72-4.721a.933.933 0 0 1 1.318 0l.291.291a.93.93 0 0 1 0 1.317"},"children":[]},{"type":"path","props":{"fill":"currentColor","d":"M23.75 32.5h6.042a6.04 6.04 0 0 0 6.041-6.042v-16.25a6.04 6.04 0 0 0-6.041-6.041 6.04 6.04 0 0 0-6.042 6.041z"},"children":[]},{"type":"path","props":{"fill":"currentColor","d":"M13.75 32.5a6.04 6.04 0 0 0 6.042-6.042 6.04 6.04 0 0 0-6.042-6.041 6.04 6.04 0 0 0-6.042 6.041A6.04 6.04 0 0 0 13.75 32.5"},"children":[]},{"type":"path","props":{"fill":"currentColor","d":"M27.97 32.5h-5.887a6.04 6.04 0 0 1-6.041-6.042v-7.916a6.04 6.04 0 0 1 6.041-6.042 6.04 6.04 0 0 1 6.042 6.042v13.804a.154.154 0 0 1-.154.154z"},"children":[]},{"type":"path","props":{"fill":"currentColor","d":"M28.125 32.346V18.542a6.04 6.04 0 0 0-4.375-5.807V32.5h4.22a.154.154 0 0 0 .155-.154"},"children":[]},{"type":"path","props":{"fill":"currentColor","d":"M19.792 26.575a6.04 6.04 0 0 0-3.75-5.59v5.59c0 1.72.72 3.273 1.875 4.373a6.02 6.02 0 0 0 1.875-4.373"},"children":[]}]},{"type":"defs","props":{},"children":[{"type":"clipPath","props":{"id":"a"},"children":[{"type":"path","props":{"fill":"#fff","d":"M0 0h40v40H0z"},"children":[]}]}]}]},"wordmark":{"viewBox":"4.45 4.15 267.9 31.4","fill":"none","childNodes":[{"type":"g","props":{"clipPath":"url(#a)"},"children":[{"type":"path","props":{"fill":"#fbbc04","d":"m11.081 30.527-4.72 4.721a.933.933 0 0 1-1.317 0l-.292-.292a.933.933 0 0 1 0-1.316l4.72-4.721a.933.933 0 0 1 1.318 0l.291.291a.93.93 0 0 1 0 1.317"},"children":[]},{"type":"path","props":{"fill":"#4285f4","d":"M23.75 32.5h6.042a6.04 6.04 0 0 0 6.041-6.042v-16.25a6.04 6.04 0 0 0-6.041-6.041 6.04 6.04 0 0 0-6.042 6.041z"},"children":[]},{"type":"path","props":{"fill":"#fbbc04","d":"M13.75 32.5a6.04 6.04 0 0 0 6.042-6.042 6.04 6.04 0 0 0-6.042-6.041 6.04 6.04 0 0 0-6.042 6.041A6.04 6.04 0 0 0 13.75 32.5"},"children":[]},{"type":"path","props":{"fill":"#34a853","d":"M27.97 32.5h-5.887a6.04 6.04 0 0 1-6.041-6.042v-7.916a6.04 6.04 0 0 1 6.041-6.042 6.04 6.04 0 0 1 6.042 6.042v13.804a.154.154 0 0 1-.154.154z"},"children":[]},{"type":"path","props":{"fill":"#1967d2","d":"M28.125 32.346V18.542a6.04 6.04 0 0 0-4.375-5.807V32.5h4.22a.154.154 0 0 0 .155-.154"},"children":[]},{"type":"path","props":{"fill":"#ea4335","d":"M19.792 26.575a6.04 6.04 0 0 0-3.75-5.59v5.59c0 1.72.72 3.273 1.875 4.373a6.02 6.02 0 0 0 1.875-4.373"},"children":[]}]},{"type":"path","props":{"fill":"#5f6368","d":"M136.949 24.423q0 2.107-1.543 3.385-1.566 1.255-3.802 1.255-1.99 0-3.511-1.163-1.52-1.163-2.102-3.176l1.968-.805q.2.717.559 1.297.357.582.839.995.48.414 1.062.649t1.23.235q1.408 0 2.304-.727.894-.728.894-1.934 0-1.007-.738-1.722-.693-.694-2.594-1.342-1.923-.693-2.393-.94-2.549-1.296-2.549-3.823 0-1.767 1.409-3.02 1.43-1.251 3.511-1.252 1.834 0 3.175.94 1.342.917 1.789 2.303l-1.923.805a2.84 2.84 0 0 0-1.062-1.487q-.794-.592-1.935-.592-1.207 0-2.035.668-.827.624-.827 1.625 0 .825.649 1.425.714.601 3.108 1.425 2.438.83 3.477 2.029 1.041 1.199 1.041 2.947zm6.686 4.639q-2.415 0-3.981-1.655-1.565-1.654-1.565-4.181c0-2.527.507-3.06 1.521-4.17q1.52-1.666 3.891-1.666c1.58 0 2.918.525 3.88 1.576q1.442 1.576 1.442 4.416l-.022.224h-8.61q.045 1.61 1.074 2.594a3.43 3.43 0 0 0 2.459.984q1.968 0 3.086-1.968l1.834.894a5.46 5.46 0 0 1-2.046 2.17q-1.308.782-2.963.782m-3.287-7.156h6.284a2.73 2.73 0 0 0-.928-1.89q-.839-.748-2.248-.748-1.163 0-2.002.715-.838.716-1.106 1.923m14.05-4.517q2.28 0 3.6 1.219 1.319 1.22 1.319 3.343v6.753h-1.967v-1.52h-.09q-1.275 1.878-3.399 1.878-1.812 0-3.03-1.073-1.22-1.073-1.219-2.684 0-1.699 1.285-2.706 1.286-1.006 3.433-1.006 1.834 0 3.019.671v-.47q0-1.073-.85-1.822t-1.99-.75q-1.722 0-2.728 1.454l-1.812-1.14q1.498-2.147 4.428-2.147zm-2.661 7.961q0 .805.682 1.342.681.537 1.599.537 1.296 0 2.314-.962 1.017-.96 1.018-2.259-.962-.76-2.684-.76-1.253 0-2.091.604t-.839 1.498zm11.594 3.354h-2.057V17.747h1.968v1.789h.089q.314-.872 1.286-1.487.973-.615 1.912-.615c.626 0 1.103.09 1.521.268l-.626 1.99q-.381-.156-1.208-.156-1.163 0-2.024.94a3.14 3.14 0 0 0-.861 2.19zm10.238.358q-2.438 0-4.048-1.655-1.588-1.699-1.588-4.181c0-1.655.529-3.079 1.588-4.182q1.61-1.655 4.048-1.655 1.677 0 2.929.839 1.252.838 1.879 2.314l-1.879.783q-.872-2.058-3.063-2.058-1.41 0-2.438 1.141-1.006 1.14-1.006 2.818c0 1.678.335 2.057 1.006 2.817q1.028 1.14 2.438 1.14 2.257 0 3.175-2.057l1.834.783q-.605 1.476-1.89 2.314-1.285.84-2.985.84zm6.131-16.369h2.057v5.054l-.089 1.52h.089q.47-.804 1.443-1.341a4.14 4.14 0 0 1 2.024-.537q2.012 0 3.097 1.152t1.084 3.276v6.887h-2.057V22.22q0-2.952-2.616-2.952-1.254 0-2.114 1.04-.861 1.04-.861 2.427v5.97H179.7zm24.934 16.369q-3.556 0-5.949-2.393-2.37-2.392-2.37-5.97t2.37-5.949q2.37-2.415 5.949-2.415c2.385 0 4.375.872 5.881 2.616l-1.476 1.432q-1.722-2.08-4.405-2.08c-1.789 0-3.258.596-4.45 1.789q-1.767 1.767-1.767 4.607t1.767 4.606q1.788 1.79 4.45 1.79 2.795 0 4.852-2.349l1.499 1.454a7.8 7.8 0 0 1-2.796 2.113 8.5 8.5 0 0 1-3.555.75zm7.144-5.836q0-2.527 1.588-4.182 1.61-1.655 4.048-1.655t4.025 1.655q1.61 1.654 1.61 4.182c0 1.684-.537 3.093-1.61 4.181q-1.589 1.656-4.025 1.655-2.438 0-4.048-1.655-1.588-1.654-1.588-4.181m2.058 0q0 1.767 1.028 2.862t2.55 1.096q1.52 0 2.549-1.096 1.028-1.095 1.029-2.862c0-1.178-.344-2.11-1.029-2.84q-1.052-1.119-2.549-1.119-1.498 0-2.55 1.119-1.029 1.095-1.028 2.84m10.673-5.479h1.968v1.52h.09q.47-.804 1.442-1.341a4.14 4.14 0 0 1 2.024-.537q2.013 0 3.097 1.152t1.085 3.276v6.887h-2.058v-6.753q-.067-2.684-2.706-2.684-1.23 0-2.057.995-.827.996-.827 2.382v6.06h-2.058V17.746zm20.01 7.916q0 1.432-1.252 2.415t-3.153.984q-1.656 0-2.907-.86a4.73 4.73 0 0 1-1.789-2.27l1.833-.783q.403.983 1.174 1.532a2.85 2.85 0 0 0 1.689.547q.984.001 1.643-.424.66-.425.66-1.007 0-1.05-1.61-1.543l-1.878-.47q-3.199-.804-3.198-3.085 0-1.498 1.219-2.404 1.218-.906 3.119-.905 1.453 0 2.628.693 1.175.692 1.643 1.856l-1.833.76a2.3 2.3 0 0 0-1.018-1.084 3.2 3.2 0 0 0-1.576-.392q-.805 0-1.443.403-.637.402-.637.984 0 .939 1.767 1.341l1.655.425q3.264.805 3.265 3.288zm.773-2.437q0-2.527 1.588-4.182 1.61-1.655 4.048-1.655t4.025 1.655q1.61 1.654 1.61 4.182c0 1.684-.537 3.093-1.61 4.181q-1.589 1.656-4.025 1.655-2.438 0-4.048-1.655-1.588-1.654-1.588-4.181m2.058 0q0 1.767 1.028 2.862t2.55 1.096q1.52 0 2.549-1.096 1.028-1.095 1.029-2.862c0-1.178-.344-2.11-1.029-2.84q-1.052-1.119-2.549-1.119-1.498 0-2.55 1.119-1.029 1.095-1.028 2.84m12.758-10.533v16.011h-2.058V12.693zm7.032 16.369q-2.415 0-3.98-1.655-1.566-1.654-1.566-4.181c0-2.527.507-3.06 1.521-4.17q1.521-1.666 3.891-1.666c1.581 0 2.919.525 3.88 1.576q1.443 1.576 1.442 4.416l-.022.224h-8.609q.044 1.61 1.073 2.594a3.43 3.43 0 0 0 2.46.984q1.967 0 3.086-1.968l1.834.894a5.46 5.46 0 0 1-2.046 2.17q-1.309.782-2.963.782zm-3.287-7.156h6.284a2.73 2.73 0 0 0-.928-1.89q-.838-.748-2.248-.748-1.163 0-2.001.715-.839.715-1.107 1.923m-206.276-.224v-2.476h8.287c.084.437.134.956.134 1.518 0 1.857-.508 4.156-2.144 5.792-1.59 1.658-3.624 2.542-6.32 2.542-4.995 0-9.194-4.067-9.194-9.064 0-4.995 4.2-9.063 9.194-9.063 2.762 0 4.73 1.083 6.21 2.498l-1.746 1.747c-1.061-.995-2.497-1.769-4.464-1.769-3.647 0-6.498 2.94-6.498 6.588s2.851 6.588 6.498 6.588c2.365 0 3.713-.95 4.575-1.813.702-.702 1.164-1.71 1.344-3.087zm21.049 1.541c0 3.36-2.63 5.836-5.856 5.836s-5.857-2.476-5.857-5.837 2.63-5.836 5.857-5.836c3.226 0 5.856 2.454 5.856 5.837m-2.563 0c0-2.1-1.525-3.537-3.293-3.537s-3.293 1.436-3.293 3.537 1.525 3.536 3.293 3.536 3.293-1.459 3.293-3.537zm15.34 0c0 3.36-2.63 5.836-5.857 5.836s-5.857-2.476-5.857-5.837 2.63-5.836 5.857-5.836 5.857 2.454 5.857 5.837m-2.564 0c0-2.1-1.524-3.537-3.292-3.537s-3.294 1.436-3.294 3.537 1.525 3.536 3.294 3.536c1.768 0 3.292-1.459 3.292-3.537zm14.81-5.483v10.478c0 4.31-2.541 6.08-5.547 6.08-2.83 0-4.53-1.902-5.172-3.449l2.232-.929c.398.95 1.37 2.078 2.94 2.078 1.923 0 3.116-1.194 3.116-3.426v-.84h-.088c-.575.707-1.68 1.326-3.072 1.326-2.918 0-5.592-2.542-5.592-5.814s2.674-5.858 5.592-5.858c1.392 0 2.497.619 3.072 1.304h.088v-.95zm-2.254 5.504c0-2.056-1.37-3.559-3.117-3.559s-3.248 1.503-3.248 3.56c0 2.055 1.48 3.514 3.248 3.514s3.117-1.48 3.117-3.515m6.596-11.636v17.097h-2.563V11.608zm9.9 13.537 1.989 1.326c-.641.951-2.188 2.587-4.862 2.587-3.315 0-5.791-2.565-5.791-5.836 0-3.471 2.498-5.837 5.503-5.837s4.509 2.41 4.995 3.714l.265.663-7.802 3.228c.597 1.172 1.526 1.769 2.829 1.769s2.211-.642 2.874-1.614m-6.122-2.1 5.215-2.166c-.287-.73-1.149-1.238-2.165-1.238-1.304 0-3.117 1.15-3.05 3.405z"},"children":[]},{"type":"defs","props":{},"children":[{"type":"clipPath","props":{"id":"a"},"children":[{"type":"path","props":{"fill":"#fff","d":"M0 0h40v40H0z"},"children":[]}]}]}]}};
|
|
8
|
+
|
|
9
|
+
function _ns(props, p) {
|
|
10
|
+
var out = {};
|
|
11
|
+
for (var k in props) {
|
|
12
|
+
var v = props[k];
|
|
13
|
+
if (k === 'id') out[k] = p + v;
|
|
14
|
+
else if (k === 'href' && typeof v === 'string' && v.charCodeAt(0) === 35) out[k] = '#' + p + v.slice(1);
|
|
15
|
+
else if (typeof v === 'string') out[k] = v.replace(/url\(#([^)]+)\)/g, function (_m, id) { return 'url(#' + p + id + ')'; });
|
|
16
|
+
else if (v && typeof v === 'object') {
|
|
17
|
+
var s = {};
|
|
18
|
+
for (var sk in v) { var sv = v[sk]; s[sk] = typeof sv === 'string' ? sv.replace(/url\(#([^)]+)\)/g, function (_m, id) { return 'url(#' + p + id + ')'; }) : sv; }
|
|
19
|
+
out[k] = s;
|
|
20
|
+
} else out[k] = v;
|
|
21
|
+
}
|
|
22
|
+
return out;
|
|
23
|
+
}
|
|
8
24
|
|
|
9
25
|
const GoogleSearchConsole = forwardRef(
|
|
10
26
|
function GoogleSearchConsole({ variant = 'default', viewBox, ...props }, ref) {
|
|
27
|
+
const _p = 'tsvg' + useId().replace(/[^a-zA-Z0-9]/g, '') + '-';
|
|
11
28
|
const _v = _variants[variant] || _variants.default;
|
|
12
29
|
return createElement(
|
|
13
30
|
'svg',
|
|
@@ -15,7 +32,7 @@ const GoogleSearchConsole = forwardRef(
|
|
|
15
32
|
..._v.childNodes
|
|
16
33
|
.map(function _c(el) {
|
|
17
34
|
if (typeof el === 'string') return el;
|
|
18
|
-
return createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
35
|
+
return createElement(el.type, _ns(el.props, _p), ...(el.children || []).map(_c));
|
|
19
36
|
})
|
|
20
37
|
);
|
|
21
38
|
}
|
package/dist/index.cjs
CHANGED
|
@@ -6548,6 +6548,8 @@ const _google_scholar = require('./google-scholar.cjs');
|
|
|
6548
6548
|
exports.GoogleScholar = _google_scholar.default;
|
|
6549
6549
|
const _google_search_console = require('./google-search-console.cjs');
|
|
6550
6550
|
exports.GoogleSearchConsole = _google_search_console.default;
|
|
6551
|
+
const _google_search_console_legacy = require('./google-search-console-legacy.cjs');
|
|
6552
|
+
exports.GoogleSearchConsoleLegacy = _google_search_console_legacy.default;
|
|
6551
6553
|
const _google_sheets = require('./google-sheets.cjs');
|
|
6552
6554
|
exports.GoogleSheets = _google_sheets.default;
|
|
6553
6555
|
const _google_sheets_2026 = require('./google-sheets-2026.cjs');
|
|
@@ -9694,6 +9696,8 @@ const _pixabay = require('./pixabay.cjs');
|
|
|
9694
9696
|
exports.Pixabay = _pixabay.default;
|
|
9695
9697
|
const _pixelfed = require('./pixelfed.cjs');
|
|
9696
9698
|
exports.Pixelfed = _pixelfed.default;
|
|
9699
|
+
const _pixelos = require('./pixelos.cjs');
|
|
9700
|
+
exports.Pixelos = _pixelos.default;
|
|
9697
9701
|
const _pixijs = require('./pixijs.cjs');
|
|
9698
9702
|
exports.Pixijs = _pixijs.default;
|
|
9699
9703
|
const _pixiv = require('./pixiv.cjs');
|
|
@@ -12544,6 +12548,8 @@ const _wireshark = require('./wireshark.cjs');
|
|
|
12544
12548
|
exports.Wireshark = _wireshark.default;
|
|
12545
12549
|
const _wise = require('./wise.cjs');
|
|
12546
12550
|
exports.Wise = _wise.default;
|
|
12551
|
+
const _wisetech_global = require('./wisetech-global.cjs');
|
|
12552
|
+
exports.WisetechGlobal = _wisetech_global.default;
|
|
12547
12553
|
const _wisgate = require('./wisgate.cjs');
|
|
12548
12554
|
exports.Wisgate = _wisgate.default;
|
|
12549
12555
|
const _wish = require('./wish.cjs');
|
package/dist/index.d.ts
CHANGED
|
@@ -3275,6 +3275,7 @@ export { default as GooglePlayGames } from './google-play-games.js';
|
|
|
3275
3275
|
export { default as GooglePubSub } from './google-pub-sub.js';
|
|
3276
3276
|
export { default as GoogleScholar } from './google-scholar.js';
|
|
3277
3277
|
export { default as GoogleSearchConsole } from './google-search-console.js';
|
|
3278
|
+
export { default as GoogleSearchConsoleLegacy } from './google-search-console-legacy.js';
|
|
3278
3279
|
export { default as GoogleSheets } from './google-sheets.js';
|
|
3279
3280
|
export { default as GoogleSheets2026 } from './google-sheets-2026.js';
|
|
3280
3281
|
export { default as GoogleSites2026 } from './google-sites-2026.js';
|
|
@@ -4848,6 +4849,7 @@ export { default as Piwigo } from './piwigo.js';
|
|
|
4848
4849
|
export { default as Pix } from './pix.js';
|
|
4849
4850
|
export { default as Pixabay } from './pixabay.js';
|
|
4850
4851
|
export { default as Pixelfed } from './pixelfed.js';
|
|
4852
|
+
export { default as Pixelos } from './pixelos.js';
|
|
4851
4853
|
export { default as Pixijs } from './pixijs.js';
|
|
4852
4854
|
export { default as Pixiv } from './pixiv.js';
|
|
4853
4855
|
export { default as Pixlr } from './pixlr.js';
|
|
@@ -6273,6 +6275,7 @@ export { default as Wire } from './wire.js';
|
|
|
6273
6275
|
export { default as Wireguard } from './wireguard.js';
|
|
6274
6276
|
export { default as Wireshark } from './wireshark.js';
|
|
6275
6277
|
export { default as Wise } from './wise.js';
|
|
6278
|
+
export { default as WisetechGlobal } from './wisetech-global.js';
|
|
6276
6279
|
export { default as Wisgate } from './wisgate.js';
|
|
6277
6280
|
export { default as Wish } from './wish.js';
|
|
6278
6281
|
export { default as Wistia } from './wistia.js';
|
package/dist/index.js
CHANGED
|
@@ -3273,6 +3273,7 @@ export { default as GooglePlayGames } from './google-play-games.js';
|
|
|
3273
3273
|
export { default as GooglePubSub } from './google-pub-sub.js';
|
|
3274
3274
|
export { default as GoogleScholar } from './google-scholar.js';
|
|
3275
3275
|
export { default as GoogleSearchConsole } from './google-search-console.js';
|
|
3276
|
+
export { default as GoogleSearchConsoleLegacy } from './google-search-console-legacy.js';
|
|
3276
3277
|
export { default as GoogleSheets } from './google-sheets.js';
|
|
3277
3278
|
export { default as GoogleSheets2026 } from './google-sheets-2026.js';
|
|
3278
3279
|
export { default as GoogleSites2026 } from './google-sites-2026.js';
|
|
@@ -4846,6 +4847,7 @@ export { default as Piwigo } from './piwigo.js';
|
|
|
4846
4847
|
export { default as Pix } from './pix.js';
|
|
4847
4848
|
export { default as Pixabay } from './pixabay.js';
|
|
4848
4849
|
export { default as Pixelfed } from './pixelfed.js';
|
|
4850
|
+
export { default as Pixelos } from './pixelos.js';
|
|
4849
4851
|
export { default as Pixijs } from './pixijs.js';
|
|
4850
4852
|
export { default as Pixiv } from './pixiv.js';
|
|
4851
4853
|
export { default as Pixlr } from './pixlr.js';
|
|
@@ -6271,6 +6273,7 @@ export { default as Wire } from './wire.js';
|
|
|
6271
6273
|
export { default as Wireguard } from './wireguard.js';
|
|
6272
6274
|
export { default as Wireshark } from './wireshark.js';
|
|
6273
6275
|
export { default as Wise } from './wise.js';
|
|
6276
|
+
export { default as WisetechGlobal } from './wisetech-global.js';
|
|
6274
6277
|
export { default as Wisgate } from './wisgate.js';
|
|
6275
6278
|
export { default as Wish } from './wish.js';
|
|
6276
6279
|
export { default as Wistia } from './wistia.js';
|
package/dist/pixelos.cjs
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — PixelOS
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
// Variants: default
|
|
5
|
+
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
|
|
8
|
+
const react_1 = require("react");
|
|
9
|
+
|
|
10
|
+
const _variants = {"default":{"viewBox":"0 0 1000 1000","fill":"currentColor","childNodes":[{"type":"defs","props":{},"children":[]},{"type":"path","props":{"className":"cls-1","d":"M535,618.61a28,28,0,0,0,30.57,27.89C727.65,631.54,840,491.73,840,327S727.73,31.41,565.73,15.45A28,28,0,0,0,535,43.32Z"},"children":[]},{"type":"path","props":{"className":"cls-1","d":"M443.39,14h0A28.61,28.61,0,0,1,472,42.61v670A282.39,282.39,0,0,1,189.61,995h0A28.61,28.61,0,0,1,161,966.39v-670A282.39,282.39,0,0,1,443.39,14Z"},"children":[]}]}};
|
|
11
|
+
|
|
12
|
+
const Pixelos = react_1.forwardRef(function Pixelos({ variant = 'default', viewBox, ...props }, ref) {
|
|
13
|
+
const _v = _variants[variant] || _variants.default;
|
|
14
|
+
return react_1.createElement(
|
|
15
|
+
'svg',
|
|
16
|
+
Object.assign({ ref, viewBox: viewBox || _v.viewBox, fill: _v.fill, stroke: _v.stroke, xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
17
|
+
..._v.childNodes
|
|
18
|
+
.map(function _c(el) {
|
|
19
|
+
if (typeof el === 'string') return el;
|
|
20
|
+
return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
21
|
+
})
|
|
22
|
+
);
|
|
23
|
+
});
|
|
24
|
+
Pixelos.displayName = 'Pixelos';
|
|
25
|
+
|
|
26
|
+
exports.default = Pixelos;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// @thesvg/react — PixelOS
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
5
|
+
|
|
6
|
+
export type PixelosVariant = 'default';
|
|
7
|
+
|
|
8
|
+
export interface PixelosProps extends SVGProps<SVGSVGElement> {
|
|
9
|
+
/** Which icon variant to render. Defaults to "default". */
|
|
10
|
+
variant?: PixelosVariant;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
declare const Pixelos: ForwardRefExoticComponent<PixelosProps & RefAttributes<SVGSVGElement>>;
|
|
14
|
+
export default Pixelos;
|
package/dist/pixelos.js
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// @thesvg/react — PixelOS
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
// Variants: default
|
|
4
|
+
|
|
5
|
+
import { forwardRef, createElement } from 'react';
|
|
6
|
+
|
|
7
|
+
const _variants = {"default":{"viewBox":"0 0 1000 1000","fill":"currentColor","childNodes":[{"type":"defs","props":{},"children":[]},{"type":"path","props":{"className":"cls-1","d":"M535,618.61a28,28,0,0,0,30.57,27.89C727.65,631.54,840,491.73,840,327S727.73,31.41,565.73,15.45A28,28,0,0,0,535,43.32Z"},"children":[]},{"type":"path","props":{"className":"cls-1","d":"M443.39,14h0A28.61,28.61,0,0,1,472,42.61v670A282.39,282.39,0,0,1,189.61,995h0A28.61,28.61,0,0,1,161,966.39v-670A282.39,282.39,0,0,1,443.39,14Z"},"children":[]}]}};
|
|
8
|
+
|
|
9
|
+
const Pixelos = forwardRef(
|
|
10
|
+
function Pixelos({ variant = 'default', viewBox, ...props }, ref) {
|
|
11
|
+
const _v = _variants[variant] || _variants.default;
|
|
12
|
+
return createElement(
|
|
13
|
+
'svg',
|
|
14
|
+
Object.assign({ ref, viewBox: viewBox || _v.viewBox, fill: _v.fill, stroke: _v.stroke, xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
15
|
+
..._v.childNodes
|
|
16
|
+
.map(function _c(el) {
|
|
17
|
+
if (typeof el === 'string') return el;
|
|
18
|
+
return createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
19
|
+
})
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
Pixelos.displayName = 'Pixelos';
|
|
24
|
+
|
|
25
|
+
export default Pixelos;
|
package/dist/smartbill.cjs
CHANGED
|
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
7
7
|
|
|
8
8
|
const react_1 = require("react");
|
|
9
9
|
|
|
10
|
-
const _variants = {"default":{"viewBox":"0 0 238.52 238.52","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["SmartBill"]},{"type":"path","props":{"d":"m211.89 183.54-28.35 28.35c-35.5 35.5-93.06 35.5-128.56 0l-28.35-28.35c-35.5-35.5-35.5-93.06 0-128.56l28.35-28.35c35.5-35.5 93.06-35.5 128.56 0l28.35 28.35c35.5 35.5 35.5 93.06 0 128.56","style":{"fill":"#020044"}},"children":[]},{"type":"path","props":{"d":"m104.63 197.322 5.983-26.585 7.835 1.764-5.985 26.585z","className":"st1"},"children":[]},{"type":"path","props":{"d":"m123.382 132.983 11.38-24.76 7.296 3.354-11.38 24.76z","className":"st2"},"children":[]},{"type":"path","props":{"d":"m87.605 187.665 16.28-21.852 6.439 4.797-16.28 21.852z","className":"st3"},"children":[]},{"type":"path","props":{"d":"m76.013 171.93 23.762-13.342 3.932 7.002-23.762 13.341z","className":"st4"},"children":[]},{"type":"path","props":{"d":"m71.795 152.82 27.133-2.524.744 7.995-27.133 2.524z","className":"st5"},"children":[]},{"type":"path","props":{"d":"m118.758 172.52 7.874-1.576 5.347 26.722-7.874 1.575z","className":"st6"},"children":[]},{"type":"path","props":{"d":"m126.913 170.816 6.553-4.642 15.753 22.236-6.553 4.642z","className":"st7"},"children":[]},{"type":"path","props":{"d":"m133.658 165.943 4.098-6.906 23.435 13.906-4.098 6.906z","className":"st8"},"children":[]},{"type":"path","props":{"d":"m137.856 158.752.935-7.975 27.065 3.172-.935 7.975z","className":"st9"},"children":[]},{"type":"path","props":{"d":"m136.376 142.802 26.016-8.11 2.39 7.667-26.016 8.11z","className":"st10"},"children":[]},{"type":"path","props":{"d":"m130.923 136.52 20.467-17.991 5.302 6.031-20.468 17.99z","className":"st11"},"children":[]},{"type":"path","props":{"d":"m120.065 65.967 5.985-26.586 7.834 1.764L127.9 67.73z","className":"st1"},"children":[]},{"type":"path","props":{"d":"m96.458 126.888 11.377-24.762 7.297 3.353-11.377 24.762z","className":"st2"},"children":[]},{"type":"path","props":{"d":"m128.169 67.86 16.28-21.852 6.438 4.797-16.279 21.851z","className":"st3"},"children":[]},{"type":"path","props":{"d":"m134.827 72.884 23.762-13.341 3.932 7.002-23.762 13.341z","className":"st4"},"children":[]},{"type":"path","props":{"d":"m138.836 80.169 27.133-2.523.743 7.995-27.132 2.523z","className":"st5"},"children":[]},{"type":"path","props":{"d":"m106.55 40.826 7.873-1.576 5.347 26.722-7.874 1.575z","className":"st6"},"children":[]},{"type":"path","props":{"d":"m89.308 50.069 6.552-4.642 15.754 22.236-6.553 4.642z","className":"st7"},"children":[]},{"type":"path","props":{"d":"m77.321 65.524 4.098-6.906 23.435 13.906-4.098 6.906z","className":"st8"},"children":[]},{"type":"path","props":{"d":"m72.664 84.523.935-7.975 27.064 3.172-.934 7.975z","className":"st9"},"children":[]},{"type":"path","props":{"d":"m73.747 96.101 26.015-8.11 2.39 7.667-26.016 8.11z","className":"st10"},"children":[]},{"type":"path","props":{"d":"m81.822 113.912 20.465-17.993 5.302 6.03-20.464 17.994z","className":"st11"},"children":[]},{"type":"path","props":{"d":"M123.09 132.9h.04l.33-27.24-8.03-.1v.01h-.05l-.32 27.24 8.03.1z","className":"st2"},"children":[]}]},"wordmark":{"viewBox":"0 0 899.16 238.52","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["SmartBill"]},{"type":"path","props":{"d":"M300.29 118.39c-3.23-3.76-4.85-8.73-4.85-14.91 0-3.96 1.21-7.72 3.62-11.29s5.89-6.47 10.42-8.69c4.54-2.22 9.79-3.33 15.78-3.33 5.98 0 11.27.87 15.85 2.6 4.58 1.74 8.16 4.05 10.71 6.95 2.56 2.89 3.93 5.93 4.13 9.12.09 1.06-.27 1.98-1.09 2.75s-1.76 1.16-2.82 1.16H340.9c-1.16 0-2.07-.17-2.75-.51-.67-.34-1.4-.84-2.17-1.52-1.16-.96-2.48-1.74-3.98-2.32s-3.74-.87-6.73-.87c-3.18 0-5.82.49-7.89 1.45-2.08.96-3.11 2.46-3.11 4.49 0 1.45.51 2.58 1.52 3.4s2.77 1.54 5.28 2.17 7.04 1.67 13.61 3.11c8.3 1.74 14.28 4.54 17.95 8.4s5.5 8.78 5.5 14.76c0 3.96-1.3 7.7-3.91 11.22s-6.35 6.37-11.22 8.54-10.54 3.26-17.01 3.26q-9.705 0-16.86-2.97c-4.78-1.98-8.45-4.51-11-7.6-2.56-3.09-3.93-6.27-4.12-9.55-.1-1.06.27-1.98 1.08-2.75.82-.77 1.76-1.16 2.82-1.16h11.15c1.06 0 1.93.19 2.6.58s1.4.96 2.17 1.74c1.35 1.35 2.85 2.41 4.49 3.18s4.2 1.16 7.67 1.16c3.48 0 6.56-.46 9.27-1.38 2.7-.92 4.05-2.34 4.05-4.27 0-1.25-.48-2.24-1.45-2.97-.96-.72-2.46-1.38-4.49-1.95-2.03-.58-5.5-1.4-10.42-2.46l-5.65-1.16c-8.1-1.82-13.77-4.62-17.01-8.38m100.54-35.97c3.28-1.49 6.71-2.24 10.28-2.24 11.2 0 19.2 4.1 24.03 12.31 2.51-3.76 5.96-6.75 10.35-8.98 4.39-2.22 8.76-3.33 13.1-3.33 10.23 0 17.59 3.11 22.08 9.34s6.73 14.4 6.73 24.54V153c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75v-38.21c0-6.27-1.21-10.78-3.62-13.54-2.41-2.75-5.98-4.12-10.71-4.12-4.15 0-7.55 1.35-10.21 4.05-2.65 2.7-4.03 7-4.12 12.88V153c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75v-38.21c0-6.27-1.21-10.78-3.62-13.54-2.41-2.75-5.98-4.12-10.71-4.12-4.25 0-7.7 1.42-10.35 4.27s-3.98 7.31-3.98 13.39V153c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75V85.53c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v3.33c2.31-2.8 5.11-4.95 8.39-6.44m218.07 20.41c-2.56 2.56-3.84 6.73-3.84 12.52v37.64c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75V85.53c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v3.33c2.61-2.51 5.36-4.34 8.25-5.5 2.9-1.16 6.56-1.74 11-1.74h6.52c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v9.55c0 1.06-.39 1.98-1.16 2.75-.77.78-1.69 1.16-2.75 1.16h-9.41c-5.79 0-9.97 1.28-12.52 3.84m37.22-21.21V58.03c0-1.06.38-1.98 1.16-2.75.77-.77 1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v23.59h18.67c1.06 0 1.98.39 2.75 1.16.77.78 1.16 1.69 1.16 2.75v9.55c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-18.67v30.69c0 3.18.84 5.62 2.53 7.31s4.61 2.53 8.76 2.53h8.83c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v9.55c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-10.71c-9.17 0-16.17-2.24-20.99-6.73-4.83-4.49-7.24-11.17-7.24-20.05zm130.14 37.64q0 3.615-.15 5.07c-.29 6.08-1.79 11.7-4.49 16.86q-4.05 7.755-11.22 12.45c-4.78 3.14-10.3 4.7-16.57 4.7-5.41 0-9.89-.87-13.46-2.61-3.57-1.73-6.37-3.76-8.4-6.08v3.33c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75V58.03c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v30.83c2.12-2.32 4.97-4.34 8.54-6.08q5.355-2.61 13.32-2.61c6.27 0 11.8 1.57 16.57 4.7q7.17 4.71 11.22 12.45c2.7 5.16 4.2 10.79 4.49 16.86.1.98.15 2.67.15 5.08m-48.71-17.3c-3.23 2.95-5.09 6.88-5.57 11.8-.1.97-.14 2.8-.14 5.5s.05 4.54.14 5.5c.48 5.12 2.32 9.1 5.5 11.94 3.18 2.85 7.19 4.27 12.01 4.27 4.92 0 8.98-1.45 12.16-4.34s5.07-7.33 5.65-13.32c.19-1.93.29-3.28.29-4.05 0-7.33-1.64-12.79-4.92-16.36s-7.67-5.36-13.18-5.36c-4.73 0-8.71 1.48-11.94 4.42m83.59-46.68c.77.77 1.16 1.69 1.16 2.75v11.29c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-12.45c-1.06 0-1.98-.39-2.75-1.16s-1.16-1.69-1.16-2.75V58.03c0-1.06.38-1.98 1.16-2.75.77-.77 1.69-1.16 2.75-1.16h12.45c1.06 0 1.98.38 2.75 1.16m-.72 100.46c-.77.77-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.39-2.75-1.16s-1.16-1.69-1.16-2.75V85.53c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v67.46c0 1.06-.39 1.98-1.16 2.75m38.79 0c-.77.77-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.39-2.75-1.16s-1.16-1.69-1.16-2.75V58.03c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v94.96c0 1.06-.39 1.98-1.16 2.75m38.79 0c-.77.77-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.39-2.75-1.16s-1.16-1.69-1.16-2.75V58.03c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v94.96c0 1.06-.38 1.98-1.16 2.75M575.11 82.78c-.77-.77-1.69-1.16-2.75-1.16h-11c-1.06 0-1.98.39-2.75 1.16s-1.16 1.69-1.16 2.75v3.33c-2.12-2.32-4.97-4.34-8.54-6.08q-5.355-2.61-13.32-2.61c-6.28 0-11.8 1.57-16.58 4.71q-7.17 4.71-11.22 12.45c-2.7 5.16-4.2 10.79-4.49 16.86l-.14 5.07.14 5.07c.29 6.08 1.79 11.7 4.49 16.87q4.05 7.74 11.22 12.45c4.78 3.13 10.3 4.7 16.58 4.7 5.31 0 9.75-.87 13.32-2.6 3.57-1.74 6.42-3.76 8.54-6.08V153c0 1.06.39 1.98 1.16 2.75s1.69 1.16 2.75 1.16h11c1.06 0 1.98-.39 2.75-1.16s1.16-1.69 1.16-2.75V85.53c0-1.06-.39-1.98-1.16-2.75m-17.66 41.98c-.48 4.92-2.34 8.85-5.57 11.8-3.23 2.94-7.22 4.41-11.94 4.41-4.92 0-8.98-1.45-12.16-4.34-3.18-2.9-5.07-7.34-5.64-13.32-.1-.96-.15-2.32-.15-4.05q0-2.61.15-4.05.87-8.97 5.64-13.32c3.18-2.89 7.24-4.34 12.16-4.34q7.095 0 11.94 4.41c3.23 2.95 5.09 6.88 5.57 11.8.19 1.93.29 3.76.29 5.5 0 1.73-.1 3.57-.29 5.5m-345.56 58.78-28.35 28.35c-35.5 35.5-93.06 35.5-128.56 0l-28.35-28.35c-35.5-35.5-35.5-93.06 0-128.56l28.35-28.35c35.5-35.5 93.06-35.5 128.56 0l28.35 28.35c35.5 35.5 35.5 93.06 0 128.56","style":{"fill":"#020044"}},"children":[]},{"type":"path","props":{"d":"m104.63 197.322 5.983-26.585 7.835 1.764-5.985 26.585z","className":"st1"},"children":[]},{"type":"path","props":{"d":"m123.382 132.983 11.38-24.76 7.296 3.354-11.38 24.76z","className":"st2"},"children":[]},{"type":"path","props":{"d":"m87.605 187.665 16.28-21.852 6.439 4.797-16.28 21.852z","className":"st3"},"children":[]},{"type":"path","props":{"d":"m76.013 171.93 23.762-13.342 3.932 7.002-23.762 13.341z","className":"st4"},"children":[]},{"type":"path","props":{"d":"m71.795 152.82 27.133-2.524.744 7.995-27.133 2.524z","className":"st5"},"children":[]},{"type":"path","props":{"d":"m118.758 172.52 7.874-1.576 5.347 26.722-7.874 1.575z","className":"st6"},"children":[]},{"type":"path","props":{"d":"m126.913 170.816 6.553-4.642 15.753 22.236-6.553 4.642z","className":"st7"},"children":[]},{"type":"path","props":{"d":"m133.658 165.943 4.098-6.906 23.435 13.906-4.098 6.906z","className":"st8"},"children":[]},{"type":"path","props":{"d":"m137.856 158.752.935-7.975 27.065 3.172-.935 7.975z","className":"st9"},"children":[]},{"type":"path","props":{"d":"m136.376 142.802 26.016-8.11 2.39 7.667-26.016 8.11z","className":"st10"},"children":[]},{"type":"path","props":{"d":"m130.923 136.52 20.467-17.991 5.302 6.031-20.468 17.99z","className":"st11"},"children":[]},{"type":"path","props":{"d":"m120.065 65.967 5.985-26.586 7.834 1.764L127.9 67.73z","className":"st1"},"children":[]},{"type":"path","props":{"d":"m96.458 126.888 11.377-24.762 7.297 3.353-11.377 24.762z","className":"st2"},"children":[]},{"type":"path","props":{"d":"m128.169 67.86 16.28-21.852 6.438 4.797-16.279 21.851z","className":"st3"},"children":[]},{"type":"path","props":{"d":"m134.827 72.884 23.762-13.341 3.932 7.002-23.762 13.341z","className":"st4"},"children":[]},{"type":"path","props":{"d":"m138.836 80.169 27.133-2.523.743 7.995-27.132 2.523z","className":"st5"},"children":[]},{"type":"path","props":{"d":"m106.55 40.826 7.873-1.576 5.347 26.722-7.874 1.575z","className":"st6"},"children":[]},{"type":"path","props":{"d":"m89.308 50.069 6.552-4.642 15.754 22.236-6.553 4.642z","className":"st7"},"children":[]},{"type":"path","props":{"d":"m77.321 65.524 4.098-6.906 23.435 13.906-4.098 6.906z","className":"st8"},"children":[]},{"type":"path","props":{"d":"m72.664 84.523.935-7.975 27.064 3.172-.934 7.975z","className":"st9"},"children":[]},{"type":"path","props":{"d":"m73.747 96.101 26.015-8.11 2.39 7.667-26.016 8.11z","className":"st10"},"children":[]},{"type":"path","props":{"d":"m81.822 113.912 20.465-17.993 5.302 6.03-20.464 17.994z","className":"st11"},"children":[]},{"type":"path","props":{"d":"M123.09 132.9h.04l.33-27.24-8.03-.1v.01h-.05l-.32 27.24 8.03.1z","className":"st2"},"children":[]}]}};
|
|
10
|
+
const _variants = {"default":{"viewBox":"0 0 238.52 238.52","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["SmartBill"]},{"type":"path","props":{"d":"m211.89 183.54-28.35 28.35c-35.5 35.5-93.06 35.5-128.56 0l-28.35-28.35c-35.5-35.5-35.5-93.06 0-128.56l28.35-28.35c35.5-35.5 93.06-35.5 128.56 0l28.35 28.35c35.5 35.5 35.5 93.06 0 128.56","fill":"#020044"},"children":[]},{"type":"path","props":{"d":"m104.63 197.322 5.983-26.585 7.835 1.764-5.985 26.585z","fill":"#39b54a"},"children":[]},{"type":"path","props":{"d":"m123.382 132.983 11.38-24.76 7.296 3.354-11.38 24.76z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"m87.605 187.665 16.28-21.852 6.439 4.797-16.28 21.852z","fill":"#8cc63f"},"children":[]},{"type":"path","props":{"d":"m76.013 171.93 23.762-13.342 3.932 7.002-23.762 13.341z","fill":"#d9e021"},"children":[]},{"type":"path","props":{"d":"m71.795 152.82 27.133-2.524.744 7.995-27.133 2.524z","fill":"#fcee21"},"children":[]},{"type":"path","props":{"d":"m118.758 172.52 7.874-1.576 5.347 26.722-7.874 1.575z","fill":"#009245"},"children":[]},{"type":"path","props":{"d":"m126.913 170.816 6.553-4.642 15.753 22.236-6.553 4.642z","fill":"#006837"},"children":[]},{"type":"path","props":{"d":"m133.658 165.943 4.098-6.906 23.435 13.906-4.098 6.906z","fill":"#22b573"},"children":[]},{"type":"path","props":{"d":"m137.856 158.752.935-7.975 27.065 3.172-.935 7.975z","fill":"#00a99d"},"children":[]},{"type":"path","props":{"d":"m136.376 142.802 26.016-8.11 2.39 7.667-26.016 8.11z","fill":"#29abe2"},"children":[]},{"type":"path","props":{"d":"m130.923 136.52 20.467-17.991 5.302 6.031-20.468 17.99z","fill":"#82d6f4"},"children":[]},{"type":"path","props":{"d":"m120.065 65.967 5.985-26.586 7.834 1.764L127.9 67.73z","fill":"#39b54a"},"children":[]},{"type":"path","props":{"d":"m96.458 126.888 11.377-24.762 7.297 3.353-11.377 24.762z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"m128.169 67.86 16.28-21.852 6.438 4.797-16.279 21.851z","fill":"#8cc63f"},"children":[]},{"type":"path","props":{"d":"m134.827 72.884 23.762-13.341 3.932 7.002-23.762 13.341z","fill":"#d9e021"},"children":[]},{"type":"path","props":{"d":"m138.836 80.169 27.133-2.523.743 7.995-27.132 2.523z","fill":"#fcee21"},"children":[]},{"type":"path","props":{"d":"m106.55 40.826 7.873-1.576 5.347 26.722-7.874 1.575z","fill":"#009245"},"children":[]},{"type":"path","props":{"d":"m89.308 50.069 6.552-4.642 15.754 22.236-6.553 4.642z","fill":"#006837"},"children":[]},{"type":"path","props":{"d":"m77.321 65.524 4.098-6.906 23.435 13.906-4.098 6.906z","fill":"#22b573"},"children":[]},{"type":"path","props":{"d":"m72.664 84.523.935-7.975 27.064 3.172-.934 7.975z","fill":"#00a99d"},"children":[]},{"type":"path","props":{"d":"m73.747 96.101 26.015-8.11 2.39 7.667-26.016 8.11z","fill":"#29abe2"},"children":[]},{"type":"path","props":{"d":"m81.822 113.912 20.465-17.993 5.302 6.03-20.464 17.994z","fill":"#82d6f4"},"children":[]},{"type":"path","props":{"d":"M123.09 132.9h.04l.33-27.24-8.03-.1v.01h-.05l-.32 27.24 8.03.1z","fill":"#fff"},"children":[]}]},"wordmark":{"viewBox":"0 0 899.16 238.52","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["SmartBill"]},{"type":"path","props":{"d":"M300.29 118.39c-3.23-3.76-4.85-8.73-4.85-14.91 0-3.96 1.21-7.72 3.62-11.29s5.89-6.47 10.42-8.69c4.54-2.22 9.79-3.33 15.78-3.33 5.98 0 11.27.87 15.85 2.6 4.58 1.74 8.16 4.05 10.71 6.95 2.56 2.89 3.93 5.93 4.13 9.12.09 1.06-.27 1.98-1.09 2.75s-1.76 1.16-2.82 1.16H340.9c-1.16 0-2.07-.17-2.75-.51-.67-.34-1.4-.84-2.17-1.52-1.16-.96-2.48-1.74-3.98-2.32s-3.74-.87-6.73-.87c-3.18 0-5.82.49-7.89 1.45-2.08.96-3.11 2.46-3.11 4.49 0 1.45.51 2.58 1.52 3.4s2.77 1.54 5.28 2.17 7.04 1.67 13.61 3.11c8.3 1.74 14.28 4.54 17.95 8.4s5.5 8.78 5.5 14.76c0 3.96-1.3 7.7-3.91 11.22s-6.35 6.37-11.22 8.54-10.54 3.26-17.01 3.26q-9.705 0-16.86-2.97c-4.78-1.98-8.45-4.51-11-7.6-2.56-3.09-3.93-6.27-4.12-9.55-.1-1.06.27-1.98 1.08-2.75.82-.77 1.76-1.16 2.82-1.16h11.15c1.06 0 1.93.19 2.6.58s1.4.96 2.17 1.74c1.35 1.35 2.85 2.41 4.49 3.18s4.2 1.16 7.67 1.16c3.48 0 6.56-.46 9.27-1.38 2.7-.92 4.05-2.34 4.05-4.27 0-1.25-.48-2.24-1.45-2.97-.96-.72-2.46-1.38-4.49-1.95-2.03-.58-5.5-1.4-10.42-2.46l-5.65-1.16c-8.1-1.82-13.77-4.62-17.01-8.38m100.54-35.97c3.28-1.49 6.71-2.24 10.28-2.24 11.2 0 19.2 4.1 24.03 12.31 2.51-3.76 5.96-6.75 10.35-8.98 4.39-2.22 8.76-3.33 13.1-3.33 10.23 0 17.59 3.11 22.08 9.34s6.73 14.4 6.73 24.54V153c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75v-38.21c0-6.27-1.21-10.78-3.62-13.54-2.41-2.75-5.98-4.12-10.71-4.12-4.15 0-7.55 1.35-10.21 4.05-2.65 2.7-4.03 7-4.12 12.88V153c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75v-38.21c0-6.27-1.21-10.78-3.62-13.54-2.41-2.75-5.98-4.12-10.71-4.12-4.25 0-7.7 1.42-10.35 4.27s-3.98 7.31-3.98 13.39V153c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75V85.53c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v3.33c2.31-2.8 5.11-4.95 8.39-6.44m218.07 20.41c-2.56 2.56-3.84 6.73-3.84 12.52v37.64c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75V85.53c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v3.33c2.61-2.51 5.36-4.34 8.25-5.5 2.9-1.16 6.56-1.74 11-1.74h6.52c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v9.55c0 1.06-.39 1.98-1.16 2.75-.77.78-1.69 1.16-2.75 1.16h-9.41c-5.79 0-9.97 1.28-12.52 3.84m37.22-21.21V58.03c0-1.06.38-1.98 1.16-2.75.77-.77 1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v23.59h18.67c1.06 0 1.98.39 2.75 1.16.77.78 1.16 1.69 1.16 2.75v9.55c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-18.67v30.69c0 3.18.84 5.62 2.53 7.31s4.61 2.53 8.76 2.53h8.83c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v9.55c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-10.71c-9.17 0-16.17-2.24-20.99-6.73-4.83-4.49-7.24-11.17-7.24-20.05zm130.14 37.64q0 3.615-.15 5.07c-.29 6.08-1.79 11.7-4.49 16.86q-4.05 7.755-11.22 12.45c-4.78 3.14-10.3 4.7-16.57 4.7-5.41 0-9.89-.87-13.46-2.61-3.57-1.73-6.37-3.76-8.4-6.08v3.33c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75V58.03c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v30.83c2.12-2.32 4.97-4.34 8.54-6.08q5.355-2.61 13.32-2.61c6.27 0 11.8 1.57 16.57 4.7q7.17 4.71 11.22 12.45c2.7 5.16 4.2 10.79 4.49 16.86.1.98.15 2.67.15 5.08m-48.71-17.3c-3.23 2.95-5.09 6.88-5.57 11.8-.1.97-.14 2.8-.14 5.5s.05 4.54.14 5.5c.48 5.12 2.32 9.1 5.5 11.94 3.18 2.85 7.19 4.27 12.01 4.27 4.92 0 8.98-1.45 12.16-4.34s5.07-7.33 5.65-13.32c.19-1.93.29-3.28.29-4.05 0-7.33-1.64-12.79-4.92-16.36s-7.67-5.36-13.18-5.36c-4.73 0-8.71 1.48-11.94 4.42m83.59-46.68c.77.77 1.16 1.69 1.16 2.75v11.29c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-12.45c-1.06 0-1.98-.39-2.75-1.16s-1.16-1.69-1.16-2.75V58.03c0-1.06.38-1.98 1.16-2.75.77-.77 1.69-1.16 2.75-1.16h12.45c1.06 0 1.98.38 2.75 1.16m-.72 100.46c-.77.77-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.39-2.75-1.16s-1.16-1.69-1.16-2.75V85.53c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v67.46c0 1.06-.39 1.98-1.16 2.75m38.79 0c-.77.77-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.39-2.75-1.16s-1.16-1.69-1.16-2.75V58.03c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v94.96c0 1.06-.39 1.98-1.16 2.75m38.79 0c-.77.77-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.39-2.75-1.16s-1.16-1.69-1.16-2.75V58.03c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v94.96c0 1.06-.38 1.98-1.16 2.75M575.11 82.78c-.77-.77-1.69-1.16-2.75-1.16h-11c-1.06 0-1.98.39-2.75 1.16s-1.16 1.69-1.16 2.75v3.33c-2.12-2.32-4.97-4.34-8.54-6.08q-5.355-2.61-13.32-2.61c-6.28 0-11.8 1.57-16.58 4.71q-7.17 4.71-11.22 12.45c-2.7 5.16-4.2 10.79-4.49 16.86l-.14 5.07.14 5.07c.29 6.08 1.79 11.7 4.49 16.87q4.05 7.74 11.22 12.45c4.78 3.13 10.3 4.7 16.58 4.7 5.31 0 9.75-.87 13.32-2.6 3.57-1.74 6.42-3.76 8.54-6.08V153c0 1.06.39 1.98 1.16 2.75s1.69 1.16 2.75 1.16h11c1.06 0 1.98-.39 2.75-1.16s1.16-1.69 1.16-2.75V85.53c0-1.06-.39-1.98-1.16-2.75m-17.66 41.98c-.48 4.92-2.34 8.85-5.57 11.8-3.23 2.94-7.22 4.41-11.94 4.41-4.92 0-8.98-1.45-12.16-4.34-3.18-2.9-5.07-7.34-5.64-13.32-.1-.96-.15-2.32-.15-4.05q0-2.61.15-4.05.87-8.97 5.64-13.32c3.18-2.89 7.24-4.34 12.16-4.34q7.095 0 11.94 4.41c3.23 2.95 5.09 6.88 5.57 11.8.19 1.93.29 3.76.29 5.5 0 1.73-.1 3.57-.29 5.5m-345.56 58.78-28.35 28.35c-35.5 35.5-93.06 35.5-128.56 0l-28.35-28.35c-35.5-35.5-35.5-93.06 0-128.56l28.35-28.35c35.5-35.5 93.06-35.5 128.56 0l28.35 28.35c35.5 35.5 35.5 93.06 0 128.56","fill":"#020044"},"children":[]},{"type":"path","props":{"d":"m104.63 197.322 5.983-26.585 7.835 1.764-5.985 26.585z","fill":"#39b54a"},"children":[]},{"type":"path","props":{"d":"m123.382 132.983 11.38-24.76 7.296 3.354-11.38 24.76z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"m87.605 187.665 16.28-21.852 6.439 4.797-16.28 21.852z","fill":"#8cc63f"},"children":[]},{"type":"path","props":{"d":"m76.013 171.93 23.762-13.342 3.932 7.002-23.762 13.341z","fill":"#d9e021"},"children":[]},{"type":"path","props":{"d":"m71.795 152.82 27.133-2.524.744 7.995-27.133 2.524z","fill":"#fcee21"},"children":[]},{"type":"path","props":{"d":"m118.758 172.52 7.874-1.576 5.347 26.722-7.874 1.575z","fill":"#009245"},"children":[]},{"type":"path","props":{"d":"m126.913 170.816 6.553-4.642 15.753 22.236-6.553 4.642z","fill":"#006837"},"children":[]},{"type":"path","props":{"d":"m133.658 165.943 4.098-6.906 23.435 13.906-4.098 6.906z","fill":"#22b573"},"children":[]},{"type":"path","props":{"d":"m137.856 158.752.935-7.975 27.065 3.172-.935 7.975z","fill":"#00a99d"},"children":[]},{"type":"path","props":{"d":"m136.376 142.802 26.016-8.11 2.39 7.667-26.016 8.11z","fill":"#29abe2"},"children":[]},{"type":"path","props":{"d":"m130.923 136.52 20.467-17.991 5.302 6.031-20.468 17.99z","fill":"#82d6f4"},"children":[]},{"type":"path","props":{"d":"m120.065 65.967 5.985-26.586 7.834 1.764L127.9 67.73z","fill":"#39b54a"},"children":[]},{"type":"path","props":{"d":"m96.458 126.888 11.377-24.762 7.297 3.353-11.377 24.762z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"m128.169 67.86 16.28-21.852 6.438 4.797-16.279 21.851z","fill":"#8cc63f"},"children":[]},{"type":"path","props":{"d":"m134.827 72.884 23.762-13.341 3.932 7.002-23.762 13.341z","fill":"#d9e021"},"children":[]},{"type":"path","props":{"d":"m138.836 80.169 27.133-2.523.743 7.995-27.132 2.523z","fill":"#fcee21"},"children":[]},{"type":"path","props":{"d":"m106.55 40.826 7.873-1.576 5.347 26.722-7.874 1.575z","fill":"#009245"},"children":[]},{"type":"path","props":{"d":"m89.308 50.069 6.552-4.642 15.754 22.236-6.553 4.642z","fill":"#006837"},"children":[]},{"type":"path","props":{"d":"m77.321 65.524 4.098-6.906 23.435 13.906-4.098 6.906z","fill":"#22b573"},"children":[]},{"type":"path","props":{"d":"m72.664 84.523.935-7.975 27.064 3.172-.934 7.975z","fill":"#00a99d"},"children":[]},{"type":"path","props":{"d":"m73.747 96.101 26.015-8.11 2.39 7.667-26.016 8.11z","fill":"#29abe2"},"children":[]},{"type":"path","props":{"d":"m81.822 113.912 20.465-17.993 5.302 6.03-20.464 17.994z","fill":"#82d6f4"},"children":[]},{"type":"path","props":{"d":"M123.09 132.9h.04l.33-27.24-8.03-.1v.01h-.05l-.32 27.24 8.03.1z","fill":"#fff"},"children":[]}]}};
|
|
11
11
|
|
|
12
12
|
const Smartbill = react_1.forwardRef(function Smartbill({ variant = 'default', viewBox, ...props }, ref) {
|
|
13
13
|
const _v = _variants[variant] || _variants.default;
|
package/dist/smartbill.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import { forwardRef, createElement } from 'react';
|
|
6
6
|
|
|
7
|
-
const _variants = {"default":{"viewBox":"0 0 238.52 238.52","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["SmartBill"]},{"type":"path","props":{"d":"m211.89 183.54-28.35 28.35c-35.5 35.5-93.06 35.5-128.56 0l-28.35-28.35c-35.5-35.5-35.5-93.06 0-128.56l28.35-28.35c35.5-35.5 93.06-35.5 128.56 0l28.35 28.35c35.5 35.5 35.5 93.06 0 128.56","style":{"fill":"#020044"}},"children":[]},{"type":"path","props":{"d":"m104.63 197.322 5.983-26.585 7.835 1.764-5.985 26.585z","className":"st1"},"children":[]},{"type":"path","props":{"d":"m123.382 132.983 11.38-24.76 7.296 3.354-11.38 24.76z","className":"st2"},"children":[]},{"type":"path","props":{"d":"m87.605 187.665 16.28-21.852 6.439 4.797-16.28 21.852z","className":"st3"},"children":[]},{"type":"path","props":{"d":"m76.013 171.93 23.762-13.342 3.932 7.002-23.762 13.341z","className":"st4"},"children":[]},{"type":"path","props":{"d":"m71.795 152.82 27.133-2.524.744 7.995-27.133 2.524z","className":"st5"},"children":[]},{"type":"path","props":{"d":"m118.758 172.52 7.874-1.576 5.347 26.722-7.874 1.575z","className":"st6"},"children":[]},{"type":"path","props":{"d":"m126.913 170.816 6.553-4.642 15.753 22.236-6.553 4.642z","className":"st7"},"children":[]},{"type":"path","props":{"d":"m133.658 165.943 4.098-6.906 23.435 13.906-4.098 6.906z","className":"st8"},"children":[]},{"type":"path","props":{"d":"m137.856 158.752.935-7.975 27.065 3.172-.935 7.975z","className":"st9"},"children":[]},{"type":"path","props":{"d":"m136.376 142.802 26.016-8.11 2.39 7.667-26.016 8.11z","className":"st10"},"children":[]},{"type":"path","props":{"d":"m130.923 136.52 20.467-17.991 5.302 6.031-20.468 17.99z","className":"st11"},"children":[]},{"type":"path","props":{"d":"m120.065 65.967 5.985-26.586 7.834 1.764L127.9 67.73z","className":"st1"},"children":[]},{"type":"path","props":{"d":"m96.458 126.888 11.377-24.762 7.297 3.353-11.377 24.762z","className":"st2"},"children":[]},{"type":"path","props":{"d":"m128.169 67.86 16.28-21.852 6.438 4.797-16.279 21.851z","className":"st3"},"children":[]},{"type":"path","props":{"d":"m134.827 72.884 23.762-13.341 3.932 7.002-23.762 13.341z","className":"st4"},"children":[]},{"type":"path","props":{"d":"m138.836 80.169 27.133-2.523.743 7.995-27.132 2.523z","className":"st5"},"children":[]},{"type":"path","props":{"d":"m106.55 40.826 7.873-1.576 5.347 26.722-7.874 1.575z","className":"st6"},"children":[]},{"type":"path","props":{"d":"m89.308 50.069 6.552-4.642 15.754 22.236-6.553 4.642z","className":"st7"},"children":[]},{"type":"path","props":{"d":"m77.321 65.524 4.098-6.906 23.435 13.906-4.098 6.906z","className":"st8"},"children":[]},{"type":"path","props":{"d":"m72.664 84.523.935-7.975 27.064 3.172-.934 7.975z","className":"st9"},"children":[]},{"type":"path","props":{"d":"m73.747 96.101 26.015-8.11 2.39 7.667-26.016 8.11z","className":"st10"},"children":[]},{"type":"path","props":{"d":"m81.822 113.912 20.465-17.993 5.302 6.03-20.464 17.994z","className":"st11"},"children":[]},{"type":"path","props":{"d":"M123.09 132.9h.04l.33-27.24-8.03-.1v.01h-.05l-.32 27.24 8.03.1z","className":"st2"},"children":[]}]},"wordmark":{"viewBox":"0 0 899.16 238.52","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["SmartBill"]},{"type":"path","props":{"d":"M300.29 118.39c-3.23-3.76-4.85-8.73-4.85-14.91 0-3.96 1.21-7.72 3.62-11.29s5.89-6.47 10.42-8.69c4.54-2.22 9.79-3.33 15.78-3.33 5.98 0 11.27.87 15.85 2.6 4.58 1.74 8.16 4.05 10.71 6.95 2.56 2.89 3.93 5.93 4.13 9.12.09 1.06-.27 1.98-1.09 2.75s-1.76 1.16-2.82 1.16H340.9c-1.16 0-2.07-.17-2.75-.51-.67-.34-1.4-.84-2.17-1.52-1.16-.96-2.48-1.74-3.98-2.32s-3.74-.87-6.73-.87c-3.18 0-5.82.49-7.89 1.45-2.08.96-3.11 2.46-3.11 4.49 0 1.45.51 2.58 1.52 3.4s2.77 1.54 5.28 2.17 7.04 1.67 13.61 3.11c8.3 1.74 14.28 4.54 17.95 8.4s5.5 8.78 5.5 14.76c0 3.96-1.3 7.7-3.91 11.22s-6.35 6.37-11.22 8.54-10.54 3.26-17.01 3.26q-9.705 0-16.86-2.97c-4.78-1.98-8.45-4.51-11-7.6-2.56-3.09-3.93-6.27-4.12-9.55-.1-1.06.27-1.98 1.08-2.75.82-.77 1.76-1.16 2.82-1.16h11.15c1.06 0 1.93.19 2.6.58s1.4.96 2.17 1.74c1.35 1.35 2.85 2.41 4.49 3.18s4.2 1.16 7.67 1.16c3.48 0 6.56-.46 9.27-1.38 2.7-.92 4.05-2.34 4.05-4.27 0-1.25-.48-2.24-1.45-2.97-.96-.72-2.46-1.38-4.49-1.95-2.03-.58-5.5-1.4-10.42-2.46l-5.65-1.16c-8.1-1.82-13.77-4.62-17.01-8.38m100.54-35.97c3.28-1.49 6.71-2.24 10.28-2.24 11.2 0 19.2 4.1 24.03 12.31 2.51-3.76 5.96-6.75 10.35-8.98 4.39-2.22 8.76-3.33 13.1-3.33 10.23 0 17.59 3.11 22.08 9.34s6.73 14.4 6.73 24.54V153c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75v-38.21c0-6.27-1.21-10.78-3.62-13.54-2.41-2.75-5.98-4.12-10.71-4.12-4.15 0-7.55 1.35-10.21 4.05-2.65 2.7-4.03 7-4.12 12.88V153c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75v-38.21c0-6.27-1.21-10.78-3.62-13.54-2.41-2.75-5.98-4.12-10.71-4.12-4.25 0-7.7 1.42-10.35 4.27s-3.98 7.31-3.98 13.39V153c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75V85.53c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v3.33c2.31-2.8 5.11-4.95 8.39-6.44m218.07 20.41c-2.56 2.56-3.84 6.73-3.84 12.52v37.64c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75V85.53c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v3.33c2.61-2.51 5.36-4.34 8.25-5.5 2.9-1.16 6.56-1.74 11-1.74h6.52c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v9.55c0 1.06-.39 1.98-1.16 2.75-.77.78-1.69 1.16-2.75 1.16h-9.41c-5.79 0-9.97 1.28-12.52 3.84m37.22-21.21V58.03c0-1.06.38-1.98 1.16-2.75.77-.77 1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v23.59h18.67c1.06 0 1.98.39 2.75 1.16.77.78 1.16 1.69 1.16 2.75v9.55c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-18.67v30.69c0 3.18.84 5.62 2.53 7.31s4.61 2.53 8.76 2.53h8.83c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v9.55c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-10.71c-9.17 0-16.17-2.24-20.99-6.73-4.83-4.49-7.24-11.17-7.24-20.05zm130.14 37.64q0 3.615-.15 5.07c-.29 6.08-1.79 11.7-4.49 16.86q-4.05 7.755-11.22 12.45c-4.78 3.14-10.3 4.7-16.57 4.7-5.41 0-9.89-.87-13.46-2.61-3.57-1.73-6.37-3.76-8.4-6.08v3.33c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75V58.03c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v30.83c2.12-2.32 4.97-4.34 8.54-6.08q5.355-2.61 13.32-2.61c6.27 0 11.8 1.57 16.57 4.7q7.17 4.71 11.22 12.45c2.7 5.16 4.2 10.79 4.49 16.86.1.98.15 2.67.15 5.08m-48.71-17.3c-3.23 2.95-5.09 6.88-5.57 11.8-.1.97-.14 2.8-.14 5.5s.05 4.54.14 5.5c.48 5.12 2.32 9.1 5.5 11.94 3.18 2.85 7.19 4.27 12.01 4.27 4.92 0 8.98-1.45 12.16-4.34s5.07-7.33 5.65-13.32c.19-1.93.29-3.28.29-4.05 0-7.33-1.64-12.79-4.92-16.36s-7.67-5.36-13.18-5.36c-4.73 0-8.71 1.48-11.94 4.42m83.59-46.68c.77.77 1.16 1.69 1.16 2.75v11.29c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-12.45c-1.06 0-1.98-.39-2.75-1.16s-1.16-1.69-1.16-2.75V58.03c0-1.06.38-1.98 1.16-2.75.77-.77 1.69-1.16 2.75-1.16h12.45c1.06 0 1.98.38 2.75 1.16m-.72 100.46c-.77.77-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.39-2.75-1.16s-1.16-1.69-1.16-2.75V85.53c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v67.46c0 1.06-.39 1.98-1.16 2.75m38.79 0c-.77.77-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.39-2.75-1.16s-1.16-1.69-1.16-2.75V58.03c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v94.96c0 1.06-.39 1.98-1.16 2.75m38.79 0c-.77.77-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.39-2.75-1.16s-1.16-1.69-1.16-2.75V58.03c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v94.96c0 1.06-.38 1.98-1.16 2.75M575.11 82.78c-.77-.77-1.69-1.16-2.75-1.16h-11c-1.06 0-1.98.39-2.75 1.16s-1.16 1.69-1.16 2.75v3.33c-2.12-2.32-4.97-4.34-8.54-6.08q-5.355-2.61-13.32-2.61c-6.28 0-11.8 1.57-16.58 4.71q-7.17 4.71-11.22 12.45c-2.7 5.16-4.2 10.79-4.49 16.86l-.14 5.07.14 5.07c.29 6.08 1.79 11.7 4.49 16.87q4.05 7.74 11.22 12.45c4.78 3.13 10.3 4.7 16.58 4.7 5.31 0 9.75-.87 13.32-2.6 3.57-1.74 6.42-3.76 8.54-6.08V153c0 1.06.39 1.98 1.16 2.75s1.69 1.16 2.75 1.16h11c1.06 0 1.98-.39 2.75-1.16s1.16-1.69 1.16-2.75V85.53c0-1.06-.39-1.98-1.16-2.75m-17.66 41.98c-.48 4.92-2.34 8.85-5.57 11.8-3.23 2.94-7.22 4.41-11.94 4.41-4.92 0-8.98-1.45-12.16-4.34-3.18-2.9-5.07-7.34-5.64-13.32-.1-.96-.15-2.32-.15-4.05q0-2.61.15-4.05.87-8.97 5.64-13.32c3.18-2.89 7.24-4.34 12.16-4.34q7.095 0 11.94 4.41c3.23 2.95 5.09 6.88 5.57 11.8.19 1.93.29 3.76.29 5.5 0 1.73-.1 3.57-.29 5.5m-345.56 58.78-28.35 28.35c-35.5 35.5-93.06 35.5-128.56 0l-28.35-28.35c-35.5-35.5-35.5-93.06 0-128.56l28.35-28.35c35.5-35.5 93.06-35.5 128.56 0l28.35 28.35c35.5 35.5 35.5 93.06 0 128.56","style":{"fill":"#020044"}},"children":[]},{"type":"path","props":{"d":"m104.63 197.322 5.983-26.585 7.835 1.764-5.985 26.585z","className":"st1"},"children":[]},{"type":"path","props":{"d":"m123.382 132.983 11.38-24.76 7.296 3.354-11.38 24.76z","className":"st2"},"children":[]},{"type":"path","props":{"d":"m87.605 187.665 16.28-21.852 6.439 4.797-16.28 21.852z","className":"st3"},"children":[]},{"type":"path","props":{"d":"m76.013 171.93 23.762-13.342 3.932 7.002-23.762 13.341z","className":"st4"},"children":[]},{"type":"path","props":{"d":"m71.795 152.82 27.133-2.524.744 7.995-27.133 2.524z","className":"st5"},"children":[]},{"type":"path","props":{"d":"m118.758 172.52 7.874-1.576 5.347 26.722-7.874 1.575z","className":"st6"},"children":[]},{"type":"path","props":{"d":"m126.913 170.816 6.553-4.642 15.753 22.236-6.553 4.642z","className":"st7"},"children":[]},{"type":"path","props":{"d":"m133.658 165.943 4.098-6.906 23.435 13.906-4.098 6.906z","className":"st8"},"children":[]},{"type":"path","props":{"d":"m137.856 158.752.935-7.975 27.065 3.172-.935 7.975z","className":"st9"},"children":[]},{"type":"path","props":{"d":"m136.376 142.802 26.016-8.11 2.39 7.667-26.016 8.11z","className":"st10"},"children":[]},{"type":"path","props":{"d":"m130.923 136.52 20.467-17.991 5.302 6.031-20.468 17.99z","className":"st11"},"children":[]},{"type":"path","props":{"d":"m120.065 65.967 5.985-26.586 7.834 1.764L127.9 67.73z","className":"st1"},"children":[]},{"type":"path","props":{"d":"m96.458 126.888 11.377-24.762 7.297 3.353-11.377 24.762z","className":"st2"},"children":[]},{"type":"path","props":{"d":"m128.169 67.86 16.28-21.852 6.438 4.797-16.279 21.851z","className":"st3"},"children":[]},{"type":"path","props":{"d":"m134.827 72.884 23.762-13.341 3.932 7.002-23.762 13.341z","className":"st4"},"children":[]},{"type":"path","props":{"d":"m138.836 80.169 27.133-2.523.743 7.995-27.132 2.523z","className":"st5"},"children":[]},{"type":"path","props":{"d":"m106.55 40.826 7.873-1.576 5.347 26.722-7.874 1.575z","className":"st6"},"children":[]},{"type":"path","props":{"d":"m89.308 50.069 6.552-4.642 15.754 22.236-6.553 4.642z","className":"st7"},"children":[]},{"type":"path","props":{"d":"m77.321 65.524 4.098-6.906 23.435 13.906-4.098 6.906z","className":"st8"},"children":[]},{"type":"path","props":{"d":"m72.664 84.523.935-7.975 27.064 3.172-.934 7.975z","className":"st9"},"children":[]},{"type":"path","props":{"d":"m73.747 96.101 26.015-8.11 2.39 7.667-26.016 8.11z","className":"st10"},"children":[]},{"type":"path","props":{"d":"m81.822 113.912 20.465-17.993 5.302 6.03-20.464 17.994z","className":"st11"},"children":[]},{"type":"path","props":{"d":"M123.09 132.9h.04l.33-27.24-8.03-.1v.01h-.05l-.32 27.24 8.03.1z","className":"st2"},"children":[]}]}};
|
|
7
|
+
const _variants = {"default":{"viewBox":"0 0 238.52 238.52","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["SmartBill"]},{"type":"path","props":{"d":"m211.89 183.54-28.35 28.35c-35.5 35.5-93.06 35.5-128.56 0l-28.35-28.35c-35.5-35.5-35.5-93.06 0-128.56l28.35-28.35c35.5-35.5 93.06-35.5 128.56 0l28.35 28.35c35.5 35.5 35.5 93.06 0 128.56","fill":"#020044"},"children":[]},{"type":"path","props":{"d":"m104.63 197.322 5.983-26.585 7.835 1.764-5.985 26.585z","fill":"#39b54a"},"children":[]},{"type":"path","props":{"d":"m123.382 132.983 11.38-24.76 7.296 3.354-11.38 24.76z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"m87.605 187.665 16.28-21.852 6.439 4.797-16.28 21.852z","fill":"#8cc63f"},"children":[]},{"type":"path","props":{"d":"m76.013 171.93 23.762-13.342 3.932 7.002-23.762 13.341z","fill":"#d9e021"},"children":[]},{"type":"path","props":{"d":"m71.795 152.82 27.133-2.524.744 7.995-27.133 2.524z","fill":"#fcee21"},"children":[]},{"type":"path","props":{"d":"m118.758 172.52 7.874-1.576 5.347 26.722-7.874 1.575z","fill":"#009245"},"children":[]},{"type":"path","props":{"d":"m126.913 170.816 6.553-4.642 15.753 22.236-6.553 4.642z","fill":"#006837"},"children":[]},{"type":"path","props":{"d":"m133.658 165.943 4.098-6.906 23.435 13.906-4.098 6.906z","fill":"#22b573"},"children":[]},{"type":"path","props":{"d":"m137.856 158.752.935-7.975 27.065 3.172-.935 7.975z","fill":"#00a99d"},"children":[]},{"type":"path","props":{"d":"m136.376 142.802 26.016-8.11 2.39 7.667-26.016 8.11z","fill":"#29abe2"},"children":[]},{"type":"path","props":{"d":"m130.923 136.52 20.467-17.991 5.302 6.031-20.468 17.99z","fill":"#82d6f4"},"children":[]},{"type":"path","props":{"d":"m120.065 65.967 5.985-26.586 7.834 1.764L127.9 67.73z","fill":"#39b54a"},"children":[]},{"type":"path","props":{"d":"m96.458 126.888 11.377-24.762 7.297 3.353-11.377 24.762z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"m128.169 67.86 16.28-21.852 6.438 4.797-16.279 21.851z","fill":"#8cc63f"},"children":[]},{"type":"path","props":{"d":"m134.827 72.884 23.762-13.341 3.932 7.002-23.762 13.341z","fill":"#d9e021"},"children":[]},{"type":"path","props":{"d":"m138.836 80.169 27.133-2.523.743 7.995-27.132 2.523z","fill":"#fcee21"},"children":[]},{"type":"path","props":{"d":"m106.55 40.826 7.873-1.576 5.347 26.722-7.874 1.575z","fill":"#009245"},"children":[]},{"type":"path","props":{"d":"m89.308 50.069 6.552-4.642 15.754 22.236-6.553 4.642z","fill":"#006837"},"children":[]},{"type":"path","props":{"d":"m77.321 65.524 4.098-6.906 23.435 13.906-4.098 6.906z","fill":"#22b573"},"children":[]},{"type":"path","props":{"d":"m72.664 84.523.935-7.975 27.064 3.172-.934 7.975z","fill":"#00a99d"},"children":[]},{"type":"path","props":{"d":"m73.747 96.101 26.015-8.11 2.39 7.667-26.016 8.11z","fill":"#29abe2"},"children":[]},{"type":"path","props":{"d":"m81.822 113.912 20.465-17.993 5.302 6.03-20.464 17.994z","fill":"#82d6f4"},"children":[]},{"type":"path","props":{"d":"M123.09 132.9h.04l.33-27.24-8.03-.1v.01h-.05l-.32 27.24 8.03.1z","fill":"#fff"},"children":[]}]},"wordmark":{"viewBox":"0 0 899.16 238.52","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["SmartBill"]},{"type":"path","props":{"d":"M300.29 118.39c-3.23-3.76-4.85-8.73-4.85-14.91 0-3.96 1.21-7.72 3.62-11.29s5.89-6.47 10.42-8.69c4.54-2.22 9.79-3.33 15.78-3.33 5.98 0 11.27.87 15.85 2.6 4.58 1.74 8.16 4.05 10.71 6.95 2.56 2.89 3.93 5.93 4.13 9.12.09 1.06-.27 1.98-1.09 2.75s-1.76 1.16-2.82 1.16H340.9c-1.16 0-2.07-.17-2.75-.51-.67-.34-1.4-.84-2.17-1.52-1.16-.96-2.48-1.74-3.98-2.32s-3.74-.87-6.73-.87c-3.18 0-5.82.49-7.89 1.45-2.08.96-3.11 2.46-3.11 4.49 0 1.45.51 2.58 1.52 3.4s2.77 1.54 5.28 2.17 7.04 1.67 13.61 3.11c8.3 1.74 14.28 4.54 17.95 8.4s5.5 8.78 5.5 14.76c0 3.96-1.3 7.7-3.91 11.22s-6.35 6.37-11.22 8.54-10.54 3.26-17.01 3.26q-9.705 0-16.86-2.97c-4.78-1.98-8.45-4.51-11-7.6-2.56-3.09-3.93-6.27-4.12-9.55-.1-1.06.27-1.98 1.08-2.75.82-.77 1.76-1.16 2.82-1.16h11.15c1.06 0 1.93.19 2.6.58s1.4.96 2.17 1.74c1.35 1.35 2.85 2.41 4.49 3.18s4.2 1.16 7.67 1.16c3.48 0 6.56-.46 9.27-1.38 2.7-.92 4.05-2.34 4.05-4.27 0-1.25-.48-2.24-1.45-2.97-.96-.72-2.46-1.38-4.49-1.95-2.03-.58-5.5-1.4-10.42-2.46l-5.65-1.16c-8.1-1.82-13.77-4.62-17.01-8.38m100.54-35.97c3.28-1.49 6.71-2.24 10.28-2.24 11.2 0 19.2 4.1 24.03 12.31 2.51-3.76 5.96-6.75 10.35-8.98 4.39-2.22 8.76-3.33 13.1-3.33 10.23 0 17.59 3.11 22.08 9.34s6.73 14.4 6.73 24.54V153c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75v-38.21c0-6.27-1.21-10.78-3.62-13.54-2.41-2.75-5.98-4.12-10.71-4.12-4.15 0-7.55 1.35-10.21 4.05-2.65 2.7-4.03 7-4.12 12.88V153c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75v-38.21c0-6.27-1.21-10.78-3.62-13.54-2.41-2.75-5.98-4.12-10.71-4.12-4.25 0-7.7 1.42-10.35 4.27s-3.98 7.31-3.98 13.39V153c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75V85.53c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v3.33c2.31-2.8 5.11-4.95 8.39-6.44m218.07 20.41c-2.56 2.56-3.84 6.73-3.84 12.52v37.64c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75V85.53c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v3.33c2.61-2.51 5.36-4.34 8.25-5.5 2.9-1.16 6.56-1.74 11-1.74h6.52c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v9.55c0 1.06-.39 1.98-1.16 2.75-.77.78-1.69 1.16-2.75 1.16h-9.41c-5.79 0-9.97 1.28-12.52 3.84m37.22-21.21V58.03c0-1.06.38-1.98 1.16-2.75.77-.77 1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v23.59h18.67c1.06 0 1.98.39 2.75 1.16.77.78 1.16 1.69 1.16 2.75v9.55c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-18.67v30.69c0 3.18.84 5.62 2.53 7.31s4.61 2.53 8.76 2.53h8.83c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v9.55c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-10.71c-9.17 0-16.17-2.24-20.99-6.73-4.83-4.49-7.24-11.17-7.24-20.05zm130.14 37.64q0 3.615-.15 5.07c-.29 6.08-1.79 11.7-4.49 16.86q-4.05 7.755-11.22 12.45c-4.78 3.14-10.3 4.7-16.57 4.7-5.41 0-9.89-.87-13.46-2.61-3.57-1.73-6.37-3.76-8.4-6.08v3.33c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.38-2.75-1.16-.77-.77-1.16-1.69-1.16-2.75V58.03c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v30.83c2.12-2.32 4.97-4.34 8.54-6.08q5.355-2.61 13.32-2.61c6.27 0 11.8 1.57 16.57 4.7q7.17 4.71 11.22 12.45c2.7 5.16 4.2 10.79 4.49 16.86.1.98.15 2.67.15 5.08m-48.71-17.3c-3.23 2.95-5.09 6.88-5.57 11.8-.1.97-.14 2.8-.14 5.5s.05 4.54.14 5.5c.48 5.12 2.32 9.1 5.5 11.94 3.18 2.85 7.19 4.27 12.01 4.27 4.92 0 8.98-1.45 12.16-4.34s5.07-7.33 5.65-13.32c.19-1.93.29-3.28.29-4.05 0-7.33-1.64-12.79-4.92-16.36s-7.67-5.36-13.18-5.36c-4.73 0-8.71 1.48-11.94 4.42m83.59-46.68c.77.77 1.16 1.69 1.16 2.75v11.29c0 1.06-.39 1.98-1.16 2.75s-1.69 1.16-2.75 1.16h-12.45c-1.06 0-1.98-.39-2.75-1.16s-1.16-1.69-1.16-2.75V58.03c0-1.06.38-1.98 1.16-2.75.77-.77 1.69-1.16 2.75-1.16h12.45c1.06 0 1.98.38 2.75 1.16m-.72 100.46c-.77.77-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.39-2.75-1.16s-1.16-1.69-1.16-2.75V85.53c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v67.46c0 1.06-.39 1.98-1.16 2.75m38.79 0c-.77.77-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.39-2.75-1.16s-1.16-1.69-1.16-2.75V58.03c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v94.96c0 1.06-.39 1.98-1.16 2.75m38.79 0c-.77.77-1.69 1.16-2.75 1.16h-11c-1.06 0-1.98-.39-2.75-1.16s-1.16-1.69-1.16-2.75V58.03c0-1.06.39-1.98 1.16-2.75s1.69-1.16 2.75-1.16h11c1.06 0 1.98.39 2.75 1.16s1.16 1.69 1.16 2.75v94.96c0 1.06-.38 1.98-1.16 2.75M575.11 82.78c-.77-.77-1.69-1.16-2.75-1.16h-11c-1.06 0-1.98.39-2.75 1.16s-1.16 1.69-1.16 2.75v3.33c-2.12-2.32-4.97-4.34-8.54-6.08q-5.355-2.61-13.32-2.61c-6.28 0-11.8 1.57-16.58 4.71q-7.17 4.71-11.22 12.45c-2.7 5.16-4.2 10.79-4.49 16.86l-.14 5.07.14 5.07c.29 6.08 1.79 11.7 4.49 16.87q4.05 7.74 11.22 12.45c4.78 3.13 10.3 4.7 16.58 4.7 5.31 0 9.75-.87 13.32-2.6 3.57-1.74 6.42-3.76 8.54-6.08V153c0 1.06.39 1.98 1.16 2.75s1.69 1.16 2.75 1.16h11c1.06 0 1.98-.39 2.75-1.16s1.16-1.69 1.16-2.75V85.53c0-1.06-.39-1.98-1.16-2.75m-17.66 41.98c-.48 4.92-2.34 8.85-5.57 11.8-3.23 2.94-7.22 4.41-11.94 4.41-4.92 0-8.98-1.45-12.16-4.34-3.18-2.9-5.07-7.34-5.64-13.32-.1-.96-.15-2.32-.15-4.05q0-2.61.15-4.05.87-8.97 5.64-13.32c3.18-2.89 7.24-4.34 12.16-4.34q7.095 0 11.94 4.41c3.23 2.95 5.09 6.88 5.57 11.8.19 1.93.29 3.76.29 5.5 0 1.73-.1 3.57-.29 5.5m-345.56 58.78-28.35 28.35c-35.5 35.5-93.06 35.5-128.56 0l-28.35-28.35c-35.5-35.5-35.5-93.06 0-128.56l28.35-28.35c35.5-35.5 93.06-35.5 128.56 0l28.35 28.35c35.5 35.5 35.5 93.06 0 128.56","fill":"#020044"},"children":[]},{"type":"path","props":{"d":"m104.63 197.322 5.983-26.585 7.835 1.764-5.985 26.585z","fill":"#39b54a"},"children":[]},{"type":"path","props":{"d":"m123.382 132.983 11.38-24.76 7.296 3.354-11.38 24.76z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"m87.605 187.665 16.28-21.852 6.439 4.797-16.28 21.852z","fill":"#8cc63f"},"children":[]},{"type":"path","props":{"d":"m76.013 171.93 23.762-13.342 3.932 7.002-23.762 13.341z","fill":"#d9e021"},"children":[]},{"type":"path","props":{"d":"m71.795 152.82 27.133-2.524.744 7.995-27.133 2.524z","fill":"#fcee21"},"children":[]},{"type":"path","props":{"d":"m118.758 172.52 7.874-1.576 5.347 26.722-7.874 1.575z","fill":"#009245"},"children":[]},{"type":"path","props":{"d":"m126.913 170.816 6.553-4.642 15.753 22.236-6.553 4.642z","fill":"#006837"},"children":[]},{"type":"path","props":{"d":"m133.658 165.943 4.098-6.906 23.435 13.906-4.098 6.906z","fill":"#22b573"},"children":[]},{"type":"path","props":{"d":"m137.856 158.752.935-7.975 27.065 3.172-.935 7.975z","fill":"#00a99d"},"children":[]},{"type":"path","props":{"d":"m136.376 142.802 26.016-8.11 2.39 7.667-26.016 8.11z","fill":"#29abe2"},"children":[]},{"type":"path","props":{"d":"m130.923 136.52 20.467-17.991 5.302 6.031-20.468 17.99z","fill":"#82d6f4"},"children":[]},{"type":"path","props":{"d":"m120.065 65.967 5.985-26.586 7.834 1.764L127.9 67.73z","fill":"#39b54a"},"children":[]},{"type":"path","props":{"d":"m96.458 126.888 11.377-24.762 7.297 3.353-11.377 24.762z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"m128.169 67.86 16.28-21.852 6.438 4.797-16.279 21.851z","fill":"#8cc63f"},"children":[]},{"type":"path","props":{"d":"m134.827 72.884 23.762-13.341 3.932 7.002-23.762 13.341z","fill":"#d9e021"},"children":[]},{"type":"path","props":{"d":"m138.836 80.169 27.133-2.523.743 7.995-27.132 2.523z","fill":"#fcee21"},"children":[]},{"type":"path","props":{"d":"m106.55 40.826 7.873-1.576 5.347 26.722-7.874 1.575z","fill":"#009245"},"children":[]},{"type":"path","props":{"d":"m89.308 50.069 6.552-4.642 15.754 22.236-6.553 4.642z","fill":"#006837"},"children":[]},{"type":"path","props":{"d":"m77.321 65.524 4.098-6.906 23.435 13.906-4.098 6.906z","fill":"#22b573"},"children":[]},{"type":"path","props":{"d":"m72.664 84.523.935-7.975 27.064 3.172-.934 7.975z","fill":"#00a99d"},"children":[]},{"type":"path","props":{"d":"m73.747 96.101 26.015-8.11 2.39 7.667-26.016 8.11z","fill":"#29abe2"},"children":[]},{"type":"path","props":{"d":"m81.822 113.912 20.465-17.993 5.302 6.03-20.464 17.994z","fill":"#82d6f4"},"children":[]},{"type":"path","props":{"d":"M123.09 132.9h.04l.33-27.24-8.03-.1v.01h-.05l-.32 27.24 8.03.1z","fill":"#fff"},"children":[]}]}};
|
|
8
8
|
|
|
9
9
|
const Smartbill = forwardRef(
|
|
10
10
|
function Smartbill({ variant = 'default', viewBox, ...props }, ref) {
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Wisetech Global
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
// Variants: default, mono, dark, light, wordmark, wordmarkDark, wordmarkLight
|
|
5
|
+
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
|
|
8
|
+
const react_1 = require("react");
|
|
9
|
+
|
|
10
|
+
const _variants = {"default":{"viewBox":"0 0 1534 1534","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Wisetech Global"]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m0 836.3h139.4v418.1h-139.4zm557.7 279h139.5v418.2h-139.5zm976.1-279v418.2h-139.5v-418.2zm-1533.8-836.2h139.4v696.9h-139.4zm278.8 0h139.5v696.9h-139.5zm278.9 0h139.4v696.9h-139.4zm278.9 836.6h139.5v696.9h-139.5zm278.9-835.5h139.4v696.9h-139.4z"},"children":[]}]},"mono":{"viewBox":"0 0 1534 1534","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Wisetech Global"]},{"type":"path","props":{"id":"Layer","fill":"currentColor","d":"m0 836.3h139.4v418.1h-139.4zm557.7 279h139.5v418.2h-139.5zm976.1-279v418.2h-139.5v-418.2zm-1533.8-836.2h139.4v696.9h-139.4zm278.8 0h139.5v696.9h-139.5zm278.9 0h139.4v696.9h-139.4zm278.9 836.6h139.5v696.9h-139.5zm278.9-835.5h139.4v696.9h-139.4z"},"children":[]}]},"dark":{"viewBox":"0 0 1534 1534","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Wisetech Global"]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m0 836.3h139.4v418.1h-139.4zm557.7 279h139.5v418.2h-139.5zm976.1-279v418.2h-139.5v-418.2zm-1533.8-836.2h139.4v696.9h-139.4zm278.8 0h139.5v696.9h-139.5zm278.9 0h139.4v696.9h-139.4zm278.9 836.6h139.5v696.9h-139.5zm278.9-835.5h139.4v696.9h-139.4z"},"children":[]}]},"light":{"viewBox":"0 0 1534 1534","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Wisetech Global"]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m0 836.3h139.4v418.1h-139.4zm557.7 279h139.5v418.2h-139.5zm976.1-279v418.2h-139.5v-418.2zm-1533.8-836.2h139.4v696.9h-139.4zm278.8 0h139.5v696.9h-139.5zm278.9 0h139.4v696.9h-139.4zm278.9 836.6h139.5v696.9h-139.5zm278.9-835.5h139.4v696.9h-139.4z"},"children":[]}]},"wordmark":{"viewBox":"0 0 1619 502","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Wisetech Global"]},{"type":"g","props":{"id":"Layer"},"children":[{"type":"path","props":{"id":"Layer","className":"s0","d":"m547 62l29.5 0.3l30.9 96.1l35.5-96.1h28.7l35 96.1l31.9-96.1h29.5l-47 135.4h-28l-36.1-96.8l-36.6 96.8h-28.4z"},"children":[]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m796.7 2.6c2.6-0.1 5.2 0.3 7.6 1.3c2.4 0.9 4.6 2.4 6.4 4.2c1.8 1.8 3.3 4 4.2 6.4c1 2.4 1.4 5 1.3 7.6c-0.2 5.1-2.3 9.8-6 13.3c-3.6 3.6-8.5 5.5-13.5 5.5c-5.1 0-9.9-1.9-13.5-5.5c-3.7-3.5-5.8-8.2-6-13.3c-0.1-2.6 0.3-5.1 1.3-7.6c0.9-2.4 2.3-4.6 4.2-6.4c1.8-1.8 4-3.3 6.4-4.2c2.4-0.9 5-1.4 7.6-1.3zm-14.7 59.7h29.3v135.4h-29.3z"},"children":[]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m825.1 169.8l26-14.1c7.8 12.8 19.4 19.5 35.7 19.5c16.8 0 25.5-8.1 25.5-17.6c0-11.1-16.3-13.5-33.6-17.3c-23-4.6-47.4-12.2-47.4-40.1c0-21.4 20.6-41.1 52.8-40.8c26.1 0 43.9 9.7 55.2 26.1l-24.3 13.3c-6.5-9.8-16.5-15.5-30.9-15.5c-16 0-23.5 7.3-23.5 16.3c0 9.7 11.6 11.9 32.2 16.5c22.7 4.9 48.5 12.4 48.5 40.9c0 20.3-18.2 43.6-55.8 43.3c-29.3 0.1-48.8-10.5-60.4-30.5z"},"children":[]},{"type":"path","props":{"id":"Layer","fillRule":"evenodd","className":"s0","d":"m952.3 130.5c0-39.7 30.6-70.9 70.4-70.9c39.8 0 69.6 29 69.6 69v11.4h-112.1c3.8 20.9 20 34.7 43.6 34.7c4.1 0.1 8.2-0.4 12.1-1.5c4-1 7.8-2.7 11.3-4.8c3.5-2.2 6.6-4.8 9.4-7.9c2.7-3 5-6.5 6.7-10.2l23.9 13.3c-12 22.2-33.4 36.8-63.4 36.8c-42.8 0-71.5-30.6-71.5-69.9zm29.2-15.1h81.3c-4.4-19.5-19.2-30.3-40.1-30.3c-4.6-0.1-9.2 0.5-13.5 1.9c-4.4 1.4-8.5 3.5-12.2 6.3c-3.7 2.7-6.9 6-9.6 9.7c-2.6 3.8-4.6 8-5.9 12.4z"},"children":[]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m1099.5 62.3h23v-31.9l29.2-16v47.9h28.8v26h-28.8v53.9c0 24.3 3.8 28.1 28.8 28.1v27.4h-4.3c-41.2 0-53.6-13.1-53.6-55.2v-54.2h-23.1z"},"children":[]},{"type":"path","props":{"id":"Layer","fillRule":"evenodd","className":"s0","d":"m1188.6 130.5c0-39.7 30.6-70.9 70.4-70.9c39.8 0 69.7 29 69.7 69v11.4h-112.2c3.8 20.9 20 34.7 43.6 34.7c4.1 0.1 8.2-0.4 12.2-1.5c3.9-1 7.7-2.7 11.2-4.8c3.5-2.2 6.6-4.8 9.4-7.9c2.7-3 5-6.5 6.7-10.2l23.8 13.3c-11.9 22.2-33.3 36.8-63.3 36.8c-42.8 0-71.5-30.6-71.5-69.9zm29.2-15.1h81.3c-4.3-19.5-19.2-30.3-40.1-30.3c-4.6-0.1-9.2 0.5-13.5 1.9c-4.4 1.4-8.5 3.5-12.2 6.3c-3.7 2.7-6.9 6-9.6 9.8c-2.6 3.7-4.6 7.9-5.9 12.3z"},"children":[]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m1341.3 130c-0.1-9.3 1.7-18.5 5.2-27.1c3.5-8.6 8.7-16.4 15.3-23c6.6-6.5 14.4-11.7 23-15.2c8.6-3.5 17.8-5.2 27.1-5.1c30.1 0 53.9 17.1 64.2 41.4l-26 11.1c-1.5-3.7-3.6-7.3-6.1-10.4c-2.6-3.2-5.6-6-9-8.2c-3.4-2.3-7.1-4-11-5.2c-3.9-1.1-8-1.7-12.1-1.6c-24.1 0-42.2 19.2-42.2 43.3c-0.1 5.7 0.9 11.3 3.1 16.6c2.1 5.2 5.2 10 9.2 14c4 4.1 8.7 7.3 14 9.4c5.2 2.2 10.8 3.3 16.5 3.3c18.3 0 31.9-11.4 38.2-26.5l26.1 11.1c-10.8 24.9-33.3 42.5-65 42.5c-9.3 0.1-18.5-1.7-27-5.2c-8.6-3.5-16.4-8.7-23-15.2c-6.6-6.6-11.8-14.4-15.3-23c-3.5-8.5-5.3-17.7-5.2-27z"},"children":[]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m1493.5 0h28.7v79.4c2.5-3.2 5.3-6 8.4-8.5c3.2-2.5 6.6-4.6 10.2-6.3c3.6-1.7 7.4-3 11.3-3.8c3.9-0.9 7.9-1.3 11.8-1.2c34.2 0 55 22.2 55 59v79.1h-29.6v-76.4c0-22.4-10.8-36.6-32.8-36.6c-19.2 0-34 14.7-34 38.5v74.5h-29z"},"children":[]}]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m0 237.4h39.6v118.7h-39.6zm158.3 79.2h39.6v118.7h-39.6zm277.1-79.2v118.7h-39.6v-118.7zm-435.4-237.4h39.6v197.8h-39.6zm79.1 0h39.6v197.8h-39.6zm79.2 0h39.6v197.9h-39.6zm79.2 237.4h39.6v197.9h-39.6zm79.1-237.2h39.6v197.8h-39.6z"},"children":[]},{"type":"g","props":{"id":"Layer"},"children":[{"type":"path","props":{"id":"Layer","fillRule":"evenodd","className":"s0","d":"m554.1 367.5c0-43.3 32.3-70.5 67.8-70.5c4.3 0 8.6 0.5 12.8 1.4c4.2 0.9 8.3 2.3 12.2 4.1c3.8 1.8 7.5 4.1 10.9 6.7c3.4 2.7 6.4 5.7 9.2 9v-18.3h29v132.2c0 39.9-25 69.1-68.4 69.1c-34 0-56.9-16.2-67.2-38.2l26.9-12.7c6.7 14.9 19.8 24.4 40.3 24.4c24.7 0 39.6-18.2 39.6-41.5v-17c-2.7 3.4-5.8 6.5-9.2 9.2c-3.4 2.7-7.1 5.1-11 7c-3.9 1.9-8.1 3.3-12.3 4.3c-4.3 0.9-8.7 1.4-13 1.4c-34.5-0.1-67.6-27.6-67.6-70.6zm114.5-0.3c0-24.1-18.3-43.9-42.9-43.9c-24.1 0-42.8 19.3-42.8 43.9c0 24.7 18.7 44.2 42.8 44.2c24.7 0 42.9-19.8 42.9-44.2z"},"children":[]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m721.5 237.4h29.2v197.8h-29.2z"},"children":[]},{"type":"path","props":{"id":"Layer","fillRule":"evenodd","className":"s0","d":"m769.6 367.5c0.1-28.4 17.3-54.1 43.6-64.9c26.3-10.8 56.5-4.8 76.6 15.4c20.1 20.1 26.1 50.4 15.1 76.7c-10.9 26.2-36.6 43.3-65.1 43.3c-9.2 0-18.4-1.8-27-5.3c-8.5-3.5-16.3-8.7-22.8-15.3c-6.6-6.5-11.7-14.3-15.2-22.9c-3.5-8.6-5.3-17.7-5.2-27zm112 0c0-23.8-18.5-43.3-41.9-43.3c-23.4 0-41.4 19.5-41.4 43.3c0 23.9 18.1 43.4 41.4 43.4c23.4 0 41.9-19.5 41.9-43.4z"},"children":[]},{"type":"path","props":{"id":"Layer","fillRule":"evenodd","className":"s0","d":"m957.8 416.8v18.3h-28.4v-197.7h28.7v80.5c2.8-3.3 5.8-6.3 9.2-8.9c3.4-2.6 7.1-4.8 11-6.6c3.8-1.9 7.9-3.2 12.1-4.1c4.2-0.9 8.4-1.4 12.7-1.3c35.5 0 67.5 27.1 67.5 70.6c0 43.5-32.8 70.4-67.2 70.4c-18.2 0-35.5-7.9-45.6-21.2zm84.1-49.6c0-24.7-18.7-43.9-42.9-43.9c-24.1 0-42.5 19.7-42.5 43.9c0 24.1 18.1 44.1 42.5 44.1c24.4 0 42.9-19.4 42.9-44.1z"},"children":[]},{"type":"path","props":{"id":"Layer","fillRule":"evenodd","className":"s0","d":"m1083.1 367.5c0-43.3 32.3-70.5 67.8-70.5c17.9 0 34.9 7.9 45 20.4v-17.6h29v135.4h-29v-18.6c-2.7 3.3-5.8 6.4-9.2 9c-3.4 2.7-7.1 5-11 6.8c-3.9 1.9-8 3.3-12.2 4.2c-4.2 1-8.6 1.4-12.9 1.4c-34.4 0-67.5-27.5-67.5-70.5zm114.4-0.3c0-24.1-18.3-43.9-42.8-43.9c-24.1 0-42.8 19.3-42.8 43.9c0 24.7 18.7 44.2 42.8 44.2c24.6 0 42.8-19.8 42.8-44.2z"},"children":[]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m1250.2 237.4h29v197.8h-29z"},"children":[]}]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m0 237.4h39.6v118.7h-39.6zm158.3 79.2h39.6v118.7h-39.6zm277.1-79.2v118.7h-39.6v-118.7zm-435.4-237.4h39.6v197.8h-39.6zm79.1 0h39.6v197.8h-39.6zm79.2 0h39.6v197.9h-39.6zm79.2 237.4h39.6v197.9h-39.6zm79.1-237.2h39.6v197.8h-39.6z"},"children":[]}]},"wordmarkDark":{"viewBox":"0 0 1619 502","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Wisetech Global"]},{"type":"g","props":{"id":"Layer"},"children":[{"type":"path","props":{"id":"Layer","fillRule":"evenodd","className":"s0","d":"m547 62l29.5 0.3l30.9 96.1l35.5-96.1h28.7l35 96.1l31.9-96.1h29.5l-47 135.4h-28l-36.1-96.8l-36.6 96.8h-28.4zm249.7-59.4c2.6-0.1 5.2 0.3 7.6 1.2c2.4 1 4.6 2.4 6.5 4.2c1.8 1.9 3.2 4.1 4.2 6.5c0.9 2.4 1.4 5 1.3 7.6c-0.2 5-2.4 9.8-6 13.3c-3.6 3.5-8.5 5.5-13.5 5.5c-5.1 0-9.9-2-13.6-5.5c-3.6-3.5-5.8-8.3-5.9-13.3c-0.1-2.6 0.3-5.2 1.2-7.6c1-2.4 2.4-4.6 4.2-6.4c1.9-1.9 4.1-3.3 6.5-4.3c2.4-0.9 5-1.3 7.5-1.2zm-14.6 59.7h29.3v135.3h-29.3zm43 107.5l26-14.1c7.9 12.8 19.5 19.5 35.7 19.5c16.8 0 25.5-8.1 25.5-17.6c0-11.1-16.2-13.5-33.6-17.3c-23-4.6-47.4-12.2-47.4-40.1c0-21.4 20.6-41.1 52.9-40.8c26.1 0 43.8 9.7 55.2 26.1l-24.4 13.3c-6.5-9.8-16.5-15.5-30.8-15.5c-16 0-23.6 7.3-23.6 16.3c0 9.7 11.7 11.9 32.2 16.5c22.8 4.9 48.5 12.4 48.5 40.9c0 20.3-18.1 43.6-55.8 43.3c-29.3 0.1-48.7-10.5-60.4-30.5zm127.2-39.3c0-39.7 30.6-70.9 70.5-70.9c39.8 0 69.6 29 69.6 69v11.4h-112.2c3.8 20.9 20.1 34.7 43.6 34.7c4.2 0.1 8.2-0.4 12.2-1.5c4-1 7.8-2.7 11.2-4.8c3.5-2.2 6.7-4.8 9.4-7.9c2.8-3 5-6.5 6.8-10.2l23.8 13.3c-11.9 22.2-33.3 36.8-63.4 36.8c-42.7 0-71.5-30.6-71.5-69.9zm29.3-15.1h81.2c-4.3-19.5-19.2-30.3-40-30.3c-4.6-0.1-9.2 0.5-13.6 1.9c-4.3 1.4-8.5 3.5-12.2 6.3c-3.6 2.7-6.9 6-9.5 9.8c-2.6 3.7-4.6 7.9-5.9 12.3zm117.9-53.1h23v-31.9l29.3-16v47.9h28.8v26h-28.8v53.9c0 24.4 3.8 28.1 28.8 28.1v27.4h-4.3c-41.2 0-53.7-13.1-53.7-55.2v-54.2h-23zm89.1 68.2c0-39.8 30.6-70.9 70.4-70.9c39.8 0 69.7 29 69.7 69v11.4h-112.2c3.8 20.9 20.1 34.7 43.6 34.7c4.1 0.1 8.2-0.4 12.2-1.5c4-1 7.7-2.7 11.2-4.8c3.5-2.2 6.7-4.8 9.4-7.9c2.7-3 5-6.5 6.8-10.2l23.8 13.3c-11.9 22.2-33.3 36.8-63.4 36.8c-42.8 0-71.5-30.6-71.5-69.9zm29.3-15.1h81.2c-4.3-19.5-19.2-30.4-40.1-30.4c-4.5 0-9.1 0.6-13.5 2c-4.4 1.4-8.5 3.5-12.2 6.3c-3.7 2.7-6.9 6-9.5 9.7c-2.6 3.8-4.6 8-5.9 12.4zm123.5 14.6c-0.2-9.3 1.6-18.5 5.1-27.1c3.5-8.6 8.7-16.4 15.3-23c6.6-6.5 14.4-11.7 23-15.2c8.7-3.5 17.9-5.2 27.2-5.1c30 0 53.8 17.1 64.2 41.4l-26 11.1c-1.5-3.8-3.6-7.3-6.2-10.5c-2.5-3.1-5.6-5.9-9-8.1c-3.4-2.3-7.1-4-11-5.2c-3.9-1.1-8-1.7-12-1.6c-24.1 0-42.3 19.2-42.3 43.3c-0.1 5.7 1 11.3 3.1 16.5c2.1 5.3 5.2 10.1 9.2 14.1c4 4.1 8.8 7.3 14 9.4c5.2 2.2 10.8 3.3 16.5 3.3c18.3 0 32-11.4 38.2-26.5l26.2 11.1c-10.9 24.9-33.4 42.5-65 42.5c-9.3 0.1-18.5-1.7-27.1-5.2c-8.6-3.5-16.4-8.7-23-15.2c-6.5-6.6-11.7-14.4-15.2-23c-3.6-8.5-5.3-17.7-5.2-27zm152.1-130h28.8v79.4c2.4-3.2 5.3-6 8.4-8.5c3.1-2.5 6.5-4.6 10.1-6.3c3.6-1.7 7.4-3 11.3-3.8c3.9-0.9 7.9-1.3 11.9-1.2c34.1 0 54.9 22.2 54.9 59v79.1h-29.6v-76.4c0-22.5-10.8-36.6-32.7-36.6c-19.3 0-34 14.6-34 38.5v74.5h-29.1zm-1493.5 237.4h39.6v118.7h-39.6zm158.4 79.2h39.5v118.7h-39.5zm277-79.2v118.7h-39.6v-118.7zm-435.4-237.4h39.6v197.8h-39.6zm79.2 0h39.6v197.8h-39.6zm79.2 0h39.5v197.8h-39.5zm79.1 237.5h39.6v197.8h-39.6zm79.2-237.1h39.5v197.8h-39.5zm237.5 367.2c0-43.4 32.3-70.5 67.8-70.5c4.3 0 8.6 0.4 12.7 1.4c4.2 0.9 8.3 2.3 12.2 4.1c3.9 1.8 7.5 4.1 10.9 6.7c3.4 2.6 6.5 5.7 9.2 9v-18.3h29v132.2c0 39.9-24.9 69.1-68.3 69.1c-34 0-56.9-16.2-67.2-38.2l26.8-12.7c6.8 14.9 19.8 24.4 40.4 24.4c24.7 0 39.6-18.2 39.6-41.5v-17.1c-2.7 3.5-5.8 6.6-9.2 9.3c-3.4 2.7-7.1 5.1-11.1 7c-3.9 1.8-8 3.3-12.3 4.3c-4.3 0.9-8.6 1.4-13 1.4c-34.4-0.2-67.5-27.6-67.5-70.6zm114.4-0.3c0-24.1-18.3-43.9-42.8-43.9c-24.2 0-42.9 19.3-42.9 43.9c0 24.7 18.7 44.2 42.9 44.2c24.6 0 42.8-19.8 42.8-44.2zm53-129.8h29.1v197.8h-29.1zm48.1 130.1c0-28.4 17.2-54.1 43.5-64.9c26.3-10.8 56.6-4.8 76.7 15.4c20 20.1 26 50.4 15.1 76.7c-11 26.2-36.7 43.3-65.1 43.3c-9.3 0-18.5-1.8-27-5.3c-8.6-3.5-16.4-8.7-22.9-15.3c-6.5-6.5-11.7-14.3-15.2-22.9c-3.5-8.6-5.2-17.7-5.1-27zm111.9 0c0-23.8-18.4-43.3-41.8-43.3c-23.4 0-41.5 19.5-41.5 43.3c0 23.9 18.1 43.4 41.5 43.4c23.3 0 41.8-19.5 41.8-43.4zm76.3 49.3v18.3h-28.5v-197.7h28.8v80.5c2.7-3.3 5.8-6.3 9.2-8.9c3.4-2.6 7-4.8 10.9-6.6c3.9-1.9 8-3.2 12.1-4.1c4.2-0.9 8.5-1.4 12.8-1.3c35.5 0 67.5 27.1 67.5 70.6c0 43.5-32.8 70.4-67.2 70.4c-18.2 0-35.6-7.9-45.6-21.2zm84-49.6c0-24.7-18.7-43.9-42.8-43.9c-24.1 0-42.6 19.7-42.6 43.9c0 24.1 18.2 44.1 42.6 44.1c24.4 0 42.8-19.4 42.8-44.1zm41.2 0.4c0-43.4 32.3-70.5 67.8-70.5c17.9 0 35 7.9 45 20.4v-17.7h29v135.5h-29v-18.7c-2.7 3.4-5.8 6.4-9.2 9.1c-3.4 2.7-7 5-11 6.8c-3.9 1.9-8 3.3-12.2 4.2c-4.2 0.9-8.5 1.4-12.8 1.3c-34.5 0-67.6-27.4-67.6-70.4zm114.5-0.3c0-24.1-18.4-43.9-42.9-43.9c-24.1 0-42.8 19.3-42.8 43.9c0 24.7 18.7 44.2 42.8 44.2c24.7 0 42.9-19.8 42.9-44.2zm52.7-129.8h29v197.8h-29z"},"children":[]}]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m0 237.4h39.6v118.7h-39.6zm158.3 79.2h39.6v118.7h-39.6zm277.1-79.2v118.7h-39.6v-118.7zm-435.4-237.4h39.6v197.8h-39.6zm79.1 0h39.6v197.8h-39.6zm79.2 0h39.6v197.9h-39.6zm79.2 237.4h39.6v197.9h-39.6zm79.1-237.2h39.6v197.8h-39.6z"},"children":[]}]},"wordmarkLight":{"viewBox":"0 0 1619 502","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Wisetech Global"]},{"type":"g","props":{"id":"Layer"},"children":[{"type":"path","props":{"id":"Layer","fillRule":"evenodd","className":"s0","d":"m547 62l29.5 0.3l30.9 96.1l35.5-96.1h28.7l35 96.1l31.9-96.1h29.5l-47 135.4h-28l-36.1-96.8l-36.6 96.8h-28.4zm249.7-59.4c2.6-0.1 5.2 0.3 7.6 1.2c2.4 1 4.6 2.4 6.5 4.2c1.8 1.9 3.2 4.1 4.2 6.5c0.9 2.4 1.4 5 1.3 7.6c-0.2 5-2.4 9.8-6 13.3c-3.6 3.5-8.5 5.5-13.5 5.5c-5.1 0-9.9-2-13.6-5.5c-3.6-3.5-5.8-8.3-5.9-13.3c-0.1-2.6 0.3-5.2 1.2-7.6c1-2.4 2.4-4.6 4.2-6.4c1.9-1.9 4.1-3.3 6.5-4.3c2.4-0.9 5-1.3 7.5-1.2zm-14.6 59.7h29.3v135.3h-29.3zm43 107.5l26-14.1c7.9 12.8 19.5 19.5 35.7 19.5c16.8 0 25.5-8.1 25.5-17.6c0-11.1-16.2-13.5-33.6-17.3c-23-4.6-47.4-12.2-47.4-40.1c0-21.4 20.6-41.1 52.9-40.8c26.1 0 43.8 9.7 55.2 26.1l-24.4 13.3c-6.5-9.8-16.5-15.5-30.8-15.5c-16 0-23.6 7.3-23.6 16.3c0 9.7 11.7 11.9 32.2 16.5c22.8 4.9 48.5 12.4 48.5 40.9c0 20.3-18.1 43.6-55.8 43.3c-29.3 0.1-48.7-10.5-60.4-30.5zm127.2-39.3c0-39.7 30.6-70.9 70.5-70.9c39.8 0 69.6 29 69.6 69v11.4h-112.2c3.8 20.9 20.1 34.7 43.6 34.7c4.2 0.1 8.2-0.4 12.2-1.5c4-1 7.8-2.7 11.2-4.8c3.5-2.2 6.7-4.8 9.4-7.9c2.8-3 5-6.5 6.8-10.2l23.8 13.3c-11.9 22.2-33.3 36.8-63.4 36.8c-42.7 0-71.5-30.6-71.5-69.9zm29.3-15.1h81.2c-4.3-19.5-19.2-30.3-40-30.3c-4.6-0.1-9.2 0.5-13.6 1.9c-4.3 1.4-8.5 3.5-12.2 6.3c-3.6 2.7-6.9 6-9.5 9.8c-2.6 3.7-4.6 7.9-5.9 12.3zm117.9-53.1h23v-31.9l29.3-16v47.9h28.8v26h-28.8v53.9c0 24.4 3.8 28.1 28.8 28.1v27.4h-4.3c-41.2 0-53.7-13.1-53.7-55.2v-54.2h-23zm89.1 68.2c0-39.8 30.6-70.9 70.4-70.9c39.8 0 69.7 29 69.7 69v11.4h-112.2c3.8 20.9 20.1 34.7 43.6 34.7c4.1 0.1 8.2-0.4 12.2-1.5c4-1 7.7-2.7 11.2-4.8c3.5-2.2 6.7-4.8 9.4-7.9c2.7-3 5-6.5 6.8-10.2l23.8 13.3c-11.9 22.2-33.3 36.8-63.4 36.8c-42.8 0-71.5-30.6-71.5-69.9zm29.3-15.1h81.2c-4.3-19.5-19.2-30.4-40.1-30.4c-4.5 0-9.1 0.6-13.5 2c-4.4 1.4-8.5 3.5-12.2 6.3c-3.7 2.7-6.9 6-9.5 9.7c-2.6 3.8-4.6 8-5.9 12.4zm123.5 14.6c-0.2-9.3 1.6-18.5 5.1-27.1c3.5-8.6 8.7-16.4 15.3-23c6.6-6.5 14.4-11.7 23-15.2c8.7-3.5 17.9-5.2 27.2-5.1c30 0 53.8 17.1 64.2 41.4l-26 11.1c-1.5-3.8-3.6-7.3-6.2-10.5c-2.5-3.1-5.6-5.9-9-8.1c-3.4-2.3-7.1-4-11-5.2c-3.9-1.1-8-1.7-12-1.6c-24.1 0-42.3 19.2-42.3 43.3c-0.1 5.7 1 11.3 3.1 16.5c2.1 5.3 5.2 10.1 9.2 14.1c4 4.1 8.8 7.3 14 9.4c5.2 2.2 10.8 3.3 16.5 3.3c18.3 0 32-11.4 38.2-26.5l26.2 11.1c-10.9 24.9-33.4 42.5-65 42.5c-9.3 0.1-18.5-1.7-27.1-5.2c-8.6-3.5-16.4-8.7-23-15.2c-6.5-6.6-11.7-14.4-15.2-23c-3.6-8.5-5.3-17.7-5.2-27zm152.1-130h28.8v79.4c2.4-3.2 5.3-6 8.4-8.5c3.1-2.5 6.5-4.6 10.1-6.3c3.6-1.7 7.4-3 11.3-3.8c3.9-0.9 7.9-1.3 11.9-1.2c34.1 0 54.9 22.2 54.9 59v79.1h-29.6v-76.4c0-22.5-10.8-36.6-32.7-36.6c-19.3 0-34 14.6-34 38.5v74.5h-29.1zm-1493.5 237.4h39.6v118.7h-39.6zm158.4 79.2h39.5v118.7h-39.5zm277-79.2v118.7h-39.6v-118.7zm-435.4-237.4h39.6v197.8h-39.6zm79.2 0h39.6v197.8h-39.6zm79.2 0h39.5v197.8h-39.5zm79.1 237.5h39.6v197.8h-39.6zm79.2-237.1h39.5v197.8h-39.5zm237.5 367.2c0-43.4 32.3-70.5 67.8-70.5c4.3 0 8.6 0.4 12.7 1.4c4.2 0.9 8.3 2.3 12.2 4.1c3.9 1.8 7.5 4.1 10.9 6.7c3.4 2.6 6.5 5.7 9.2 9v-18.3h29v132.2c0 39.9-24.9 69.1-68.3 69.1c-34 0-56.9-16.2-67.2-38.2l26.8-12.7c6.8 14.9 19.8 24.4 40.4 24.4c24.7 0 39.6-18.2 39.6-41.5v-17.1c-2.7 3.5-5.8 6.6-9.2 9.3c-3.4 2.7-7.1 5.1-11.1 7c-3.9 1.8-8 3.3-12.3 4.3c-4.3 0.9-8.6 1.4-13 1.4c-34.4-0.2-67.5-27.6-67.5-70.6zm114.4-0.3c0-24.1-18.3-43.9-42.8-43.9c-24.2 0-42.9 19.3-42.9 43.9c0 24.7 18.7 44.2 42.9 44.2c24.6 0 42.8-19.8 42.8-44.2zm53-129.8h29.1v197.8h-29.1zm48.1 130.1c0-28.4 17.2-54.1 43.5-64.9c26.3-10.8 56.6-4.8 76.7 15.4c20 20.1 26 50.4 15.1 76.7c-11 26.2-36.7 43.3-65.1 43.3c-9.3 0-18.5-1.8-27-5.3c-8.6-3.5-16.4-8.7-22.9-15.3c-6.5-6.5-11.7-14.3-15.2-22.9c-3.5-8.6-5.2-17.7-5.1-27zm111.9 0c0-23.8-18.4-43.3-41.8-43.3c-23.4 0-41.5 19.5-41.5 43.3c0 23.9 18.1 43.4 41.5 43.4c23.3 0 41.8-19.5 41.8-43.4zm76.3 49.3v18.3h-28.5v-197.7h28.8v80.5c2.7-3.3 5.8-6.3 9.2-8.9c3.4-2.6 7-4.8 10.9-6.6c3.9-1.9 8-3.2 12.1-4.1c4.2-0.9 8.5-1.4 12.8-1.3c35.5 0 67.5 27.1 67.5 70.6c0 43.5-32.8 70.4-67.2 70.4c-18.2 0-35.6-7.9-45.6-21.2zm84-49.6c0-24.7-18.7-43.9-42.8-43.9c-24.1 0-42.6 19.7-42.6 43.9c0 24.1 18.2 44.1 42.6 44.1c24.4 0 42.8-19.4 42.8-44.1zm41.2 0.4c0-43.4 32.3-70.5 67.8-70.5c17.9 0 35 7.9 45 20.4v-17.7h29v135.5h-29v-18.7c-2.7 3.4-5.8 6.4-9.2 9.1c-3.4 2.7-7 5-11 6.8c-3.9 1.9-8 3.3-12.2 4.2c-4.2 0.9-8.5 1.4-12.8 1.3c-34.5 0-67.6-27.4-67.6-70.4zm114.5-0.3c0-24.1-18.4-43.9-42.9-43.9c-24.1 0-42.8 19.3-42.8 43.9c0 24.7 18.7 44.2 42.8 44.2c24.7 0 42.9-19.8 42.9-44.2zm52.7-129.8h29v197.8h-29z"},"children":[]}]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m0 237.4h39.6v118.7h-39.6zm158.3 79.2h39.6v118.7h-39.6zm277.1-79.2v118.7h-39.6v-118.7zm-435.4-237.4h39.6v197.8h-39.6zm79.1 0h39.6v197.8h-39.6zm79.2 0h39.6v197.9h-39.6zm79.2 237.4h39.6v197.9h-39.6zm79.1-237.2h39.6v197.8h-39.6z"},"children":[]}]}};
|
|
11
|
+
|
|
12
|
+
function _ns(props, p) {
|
|
13
|
+
var out = {};
|
|
14
|
+
for (var k in props) {
|
|
15
|
+
var v = props[k];
|
|
16
|
+
if (k === 'id') out[k] = p + v;
|
|
17
|
+
else if (k === 'href' && typeof v === 'string' && v.charCodeAt(0) === 35) out[k] = '#' + p + v.slice(1);
|
|
18
|
+
else if (typeof v === 'string') out[k] = v.replace(/url\(#([^)]+)\)/g, function (_m, id) { return 'url(#' + p + id + ')'; });
|
|
19
|
+
else if (v && typeof v === 'object') {
|
|
20
|
+
var s = {};
|
|
21
|
+
for (var sk in v) { var sv = v[sk]; s[sk] = typeof sv === 'string' ? sv.replace(/url\(#([^)]+)\)/g, function (_m, id) { return 'url(#' + p + id + ')'; }) : sv; }
|
|
22
|
+
out[k] = s;
|
|
23
|
+
} else out[k] = v;
|
|
24
|
+
}
|
|
25
|
+
return out;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
const WisetechGlobal = react_1.forwardRef(function WisetechGlobal({ variant = 'default', viewBox, ...props }, ref) {
|
|
29
|
+
const _p = 'tsvg' + react_1.useId().replace(/[^a-zA-Z0-9]/g, '') + '-';
|
|
30
|
+
const _v = _variants[variant] || _variants.default;
|
|
31
|
+
return react_1.createElement(
|
|
32
|
+
'svg',
|
|
33
|
+
Object.assign({ ref, viewBox: viewBox || _v.viewBox, fill: _v.fill, stroke: _v.stroke, xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
34
|
+
..._v.childNodes
|
|
35
|
+
.map(function _c(el) {
|
|
36
|
+
if (typeof el === 'string') return el;
|
|
37
|
+
return react_1.createElement(el.type, _ns(el.props, _p), ...(el.children || []).map(_c));
|
|
38
|
+
})
|
|
39
|
+
);
|
|
40
|
+
});
|
|
41
|
+
WisetechGlobal.displayName = 'WisetechGlobal';
|
|
42
|
+
|
|
43
|
+
exports.default = WisetechGlobal;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// @thesvg/react — Wisetech Global
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
5
|
+
|
|
6
|
+
export type WisetechGlobalVariant = 'default' | 'mono' | 'dark' | 'light' | 'wordmark' | 'wordmarkDark' | 'wordmarkLight';
|
|
7
|
+
|
|
8
|
+
export interface WisetechGlobalProps extends SVGProps<SVGSVGElement> {
|
|
9
|
+
/** Which icon variant to render. Defaults to "default". */
|
|
10
|
+
variant?: WisetechGlobalVariant;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
declare const WisetechGlobal: ForwardRefExoticComponent<WisetechGlobalProps & RefAttributes<SVGSVGElement>>;
|
|
14
|
+
export default WisetechGlobal;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// @thesvg/react — Wisetech Global
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
// Variants: default, mono, dark, light, wordmark, wordmarkDark, wordmarkLight
|
|
4
|
+
|
|
5
|
+
import { forwardRef, createElement, useId } from 'react';
|
|
6
|
+
|
|
7
|
+
const _variants = {"default":{"viewBox":"0 0 1534 1534","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Wisetech Global"]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m0 836.3h139.4v418.1h-139.4zm557.7 279h139.5v418.2h-139.5zm976.1-279v418.2h-139.5v-418.2zm-1533.8-836.2h139.4v696.9h-139.4zm278.8 0h139.5v696.9h-139.5zm278.9 0h139.4v696.9h-139.4zm278.9 836.6h139.5v696.9h-139.5zm278.9-835.5h139.4v696.9h-139.4z"},"children":[]}]},"mono":{"viewBox":"0 0 1534 1534","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Wisetech Global"]},{"type":"path","props":{"id":"Layer","fill":"currentColor","d":"m0 836.3h139.4v418.1h-139.4zm557.7 279h139.5v418.2h-139.5zm976.1-279v418.2h-139.5v-418.2zm-1533.8-836.2h139.4v696.9h-139.4zm278.8 0h139.5v696.9h-139.5zm278.9 0h139.4v696.9h-139.4zm278.9 836.6h139.5v696.9h-139.5zm278.9-835.5h139.4v696.9h-139.4z"},"children":[]}]},"dark":{"viewBox":"0 0 1534 1534","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Wisetech Global"]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m0 836.3h139.4v418.1h-139.4zm557.7 279h139.5v418.2h-139.5zm976.1-279v418.2h-139.5v-418.2zm-1533.8-836.2h139.4v696.9h-139.4zm278.8 0h139.5v696.9h-139.5zm278.9 0h139.4v696.9h-139.4zm278.9 836.6h139.5v696.9h-139.5zm278.9-835.5h139.4v696.9h-139.4z"},"children":[]}]},"light":{"viewBox":"0 0 1534 1534","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Wisetech Global"]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m0 836.3h139.4v418.1h-139.4zm557.7 279h139.5v418.2h-139.5zm976.1-279v418.2h-139.5v-418.2zm-1533.8-836.2h139.4v696.9h-139.4zm278.8 0h139.5v696.9h-139.5zm278.9 0h139.4v696.9h-139.4zm278.9 836.6h139.5v696.9h-139.5zm278.9-835.5h139.4v696.9h-139.4z"},"children":[]}]},"wordmark":{"viewBox":"0 0 1619 502","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Wisetech Global"]},{"type":"g","props":{"id":"Layer"},"children":[{"type":"path","props":{"id":"Layer","className":"s0","d":"m547 62l29.5 0.3l30.9 96.1l35.5-96.1h28.7l35 96.1l31.9-96.1h29.5l-47 135.4h-28l-36.1-96.8l-36.6 96.8h-28.4z"},"children":[]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m796.7 2.6c2.6-0.1 5.2 0.3 7.6 1.3c2.4 0.9 4.6 2.4 6.4 4.2c1.8 1.8 3.3 4 4.2 6.4c1 2.4 1.4 5 1.3 7.6c-0.2 5.1-2.3 9.8-6 13.3c-3.6 3.6-8.5 5.5-13.5 5.5c-5.1 0-9.9-1.9-13.5-5.5c-3.7-3.5-5.8-8.2-6-13.3c-0.1-2.6 0.3-5.1 1.3-7.6c0.9-2.4 2.3-4.6 4.2-6.4c1.8-1.8 4-3.3 6.4-4.2c2.4-0.9 5-1.4 7.6-1.3zm-14.7 59.7h29.3v135.4h-29.3z"},"children":[]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m825.1 169.8l26-14.1c7.8 12.8 19.4 19.5 35.7 19.5c16.8 0 25.5-8.1 25.5-17.6c0-11.1-16.3-13.5-33.6-17.3c-23-4.6-47.4-12.2-47.4-40.1c0-21.4 20.6-41.1 52.8-40.8c26.1 0 43.9 9.7 55.2 26.1l-24.3 13.3c-6.5-9.8-16.5-15.5-30.9-15.5c-16 0-23.5 7.3-23.5 16.3c0 9.7 11.6 11.9 32.2 16.5c22.7 4.9 48.5 12.4 48.5 40.9c0 20.3-18.2 43.6-55.8 43.3c-29.3 0.1-48.8-10.5-60.4-30.5z"},"children":[]},{"type":"path","props":{"id":"Layer","fillRule":"evenodd","className":"s0","d":"m952.3 130.5c0-39.7 30.6-70.9 70.4-70.9c39.8 0 69.6 29 69.6 69v11.4h-112.1c3.8 20.9 20 34.7 43.6 34.7c4.1 0.1 8.2-0.4 12.1-1.5c4-1 7.8-2.7 11.3-4.8c3.5-2.2 6.6-4.8 9.4-7.9c2.7-3 5-6.5 6.7-10.2l23.9 13.3c-12 22.2-33.4 36.8-63.4 36.8c-42.8 0-71.5-30.6-71.5-69.9zm29.2-15.1h81.3c-4.4-19.5-19.2-30.3-40.1-30.3c-4.6-0.1-9.2 0.5-13.5 1.9c-4.4 1.4-8.5 3.5-12.2 6.3c-3.7 2.7-6.9 6-9.6 9.7c-2.6 3.8-4.6 8-5.9 12.4z"},"children":[]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m1099.5 62.3h23v-31.9l29.2-16v47.9h28.8v26h-28.8v53.9c0 24.3 3.8 28.1 28.8 28.1v27.4h-4.3c-41.2 0-53.6-13.1-53.6-55.2v-54.2h-23.1z"},"children":[]},{"type":"path","props":{"id":"Layer","fillRule":"evenodd","className":"s0","d":"m1188.6 130.5c0-39.7 30.6-70.9 70.4-70.9c39.8 0 69.7 29 69.7 69v11.4h-112.2c3.8 20.9 20 34.7 43.6 34.7c4.1 0.1 8.2-0.4 12.2-1.5c3.9-1 7.7-2.7 11.2-4.8c3.5-2.2 6.6-4.8 9.4-7.9c2.7-3 5-6.5 6.7-10.2l23.8 13.3c-11.9 22.2-33.3 36.8-63.3 36.8c-42.8 0-71.5-30.6-71.5-69.9zm29.2-15.1h81.3c-4.3-19.5-19.2-30.3-40.1-30.3c-4.6-0.1-9.2 0.5-13.5 1.9c-4.4 1.4-8.5 3.5-12.2 6.3c-3.7 2.7-6.9 6-9.6 9.8c-2.6 3.7-4.6 7.9-5.9 12.3z"},"children":[]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m1341.3 130c-0.1-9.3 1.7-18.5 5.2-27.1c3.5-8.6 8.7-16.4 15.3-23c6.6-6.5 14.4-11.7 23-15.2c8.6-3.5 17.8-5.2 27.1-5.1c30.1 0 53.9 17.1 64.2 41.4l-26 11.1c-1.5-3.7-3.6-7.3-6.1-10.4c-2.6-3.2-5.6-6-9-8.2c-3.4-2.3-7.1-4-11-5.2c-3.9-1.1-8-1.7-12.1-1.6c-24.1 0-42.2 19.2-42.2 43.3c-0.1 5.7 0.9 11.3 3.1 16.6c2.1 5.2 5.2 10 9.2 14c4 4.1 8.7 7.3 14 9.4c5.2 2.2 10.8 3.3 16.5 3.3c18.3 0 31.9-11.4 38.2-26.5l26.1 11.1c-10.8 24.9-33.3 42.5-65 42.5c-9.3 0.1-18.5-1.7-27-5.2c-8.6-3.5-16.4-8.7-23-15.2c-6.6-6.6-11.8-14.4-15.3-23c-3.5-8.5-5.3-17.7-5.2-27z"},"children":[]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m1493.5 0h28.7v79.4c2.5-3.2 5.3-6 8.4-8.5c3.2-2.5 6.6-4.6 10.2-6.3c3.6-1.7 7.4-3 11.3-3.8c3.9-0.9 7.9-1.3 11.8-1.2c34.2 0 55 22.2 55 59v79.1h-29.6v-76.4c0-22.4-10.8-36.6-32.8-36.6c-19.2 0-34 14.7-34 38.5v74.5h-29z"},"children":[]}]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m0 237.4h39.6v118.7h-39.6zm158.3 79.2h39.6v118.7h-39.6zm277.1-79.2v118.7h-39.6v-118.7zm-435.4-237.4h39.6v197.8h-39.6zm79.1 0h39.6v197.8h-39.6zm79.2 0h39.6v197.9h-39.6zm79.2 237.4h39.6v197.9h-39.6zm79.1-237.2h39.6v197.8h-39.6z"},"children":[]},{"type":"g","props":{"id":"Layer"},"children":[{"type":"path","props":{"id":"Layer","fillRule":"evenodd","className":"s0","d":"m554.1 367.5c0-43.3 32.3-70.5 67.8-70.5c4.3 0 8.6 0.5 12.8 1.4c4.2 0.9 8.3 2.3 12.2 4.1c3.8 1.8 7.5 4.1 10.9 6.7c3.4 2.7 6.4 5.7 9.2 9v-18.3h29v132.2c0 39.9-25 69.1-68.4 69.1c-34 0-56.9-16.2-67.2-38.2l26.9-12.7c6.7 14.9 19.8 24.4 40.3 24.4c24.7 0 39.6-18.2 39.6-41.5v-17c-2.7 3.4-5.8 6.5-9.2 9.2c-3.4 2.7-7.1 5.1-11 7c-3.9 1.9-8.1 3.3-12.3 4.3c-4.3 0.9-8.7 1.4-13 1.4c-34.5-0.1-67.6-27.6-67.6-70.6zm114.5-0.3c0-24.1-18.3-43.9-42.9-43.9c-24.1 0-42.8 19.3-42.8 43.9c0 24.7 18.7 44.2 42.8 44.2c24.7 0 42.9-19.8 42.9-44.2z"},"children":[]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m721.5 237.4h29.2v197.8h-29.2z"},"children":[]},{"type":"path","props":{"id":"Layer","fillRule":"evenodd","className":"s0","d":"m769.6 367.5c0.1-28.4 17.3-54.1 43.6-64.9c26.3-10.8 56.5-4.8 76.6 15.4c20.1 20.1 26.1 50.4 15.1 76.7c-10.9 26.2-36.6 43.3-65.1 43.3c-9.2 0-18.4-1.8-27-5.3c-8.5-3.5-16.3-8.7-22.8-15.3c-6.6-6.5-11.7-14.3-15.2-22.9c-3.5-8.6-5.3-17.7-5.2-27zm112 0c0-23.8-18.5-43.3-41.9-43.3c-23.4 0-41.4 19.5-41.4 43.3c0 23.9 18.1 43.4 41.4 43.4c23.4 0 41.9-19.5 41.9-43.4z"},"children":[]},{"type":"path","props":{"id":"Layer","fillRule":"evenodd","className":"s0","d":"m957.8 416.8v18.3h-28.4v-197.7h28.7v80.5c2.8-3.3 5.8-6.3 9.2-8.9c3.4-2.6 7.1-4.8 11-6.6c3.8-1.9 7.9-3.2 12.1-4.1c4.2-0.9 8.4-1.4 12.7-1.3c35.5 0 67.5 27.1 67.5 70.6c0 43.5-32.8 70.4-67.2 70.4c-18.2 0-35.5-7.9-45.6-21.2zm84.1-49.6c0-24.7-18.7-43.9-42.9-43.9c-24.1 0-42.5 19.7-42.5 43.9c0 24.1 18.1 44.1 42.5 44.1c24.4 0 42.9-19.4 42.9-44.1z"},"children":[]},{"type":"path","props":{"id":"Layer","fillRule":"evenodd","className":"s0","d":"m1083.1 367.5c0-43.3 32.3-70.5 67.8-70.5c17.9 0 34.9 7.9 45 20.4v-17.6h29v135.4h-29v-18.6c-2.7 3.3-5.8 6.4-9.2 9c-3.4 2.7-7.1 5-11 6.8c-3.9 1.9-8 3.3-12.2 4.2c-4.2 1-8.6 1.4-12.9 1.4c-34.4 0-67.5-27.5-67.5-70.5zm114.4-0.3c0-24.1-18.3-43.9-42.8-43.9c-24.1 0-42.8 19.3-42.8 43.9c0 24.7 18.7 44.2 42.8 44.2c24.6 0 42.8-19.8 42.8-44.2z"},"children":[]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m1250.2 237.4h29v197.8h-29z"},"children":[]}]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m0 237.4h39.6v118.7h-39.6zm158.3 79.2h39.6v118.7h-39.6zm277.1-79.2v118.7h-39.6v-118.7zm-435.4-237.4h39.6v197.8h-39.6zm79.1 0h39.6v197.8h-39.6zm79.2 0h39.6v197.9h-39.6zm79.2 237.4h39.6v197.9h-39.6zm79.1-237.2h39.6v197.8h-39.6z"},"children":[]}]},"wordmarkDark":{"viewBox":"0 0 1619 502","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Wisetech Global"]},{"type":"g","props":{"id":"Layer"},"children":[{"type":"path","props":{"id":"Layer","fillRule":"evenodd","className":"s0","d":"m547 62l29.5 0.3l30.9 96.1l35.5-96.1h28.7l35 96.1l31.9-96.1h29.5l-47 135.4h-28l-36.1-96.8l-36.6 96.8h-28.4zm249.7-59.4c2.6-0.1 5.2 0.3 7.6 1.2c2.4 1 4.6 2.4 6.5 4.2c1.8 1.9 3.2 4.1 4.2 6.5c0.9 2.4 1.4 5 1.3 7.6c-0.2 5-2.4 9.8-6 13.3c-3.6 3.5-8.5 5.5-13.5 5.5c-5.1 0-9.9-2-13.6-5.5c-3.6-3.5-5.8-8.3-5.9-13.3c-0.1-2.6 0.3-5.2 1.2-7.6c1-2.4 2.4-4.6 4.2-6.4c1.9-1.9 4.1-3.3 6.5-4.3c2.4-0.9 5-1.3 7.5-1.2zm-14.6 59.7h29.3v135.3h-29.3zm43 107.5l26-14.1c7.9 12.8 19.5 19.5 35.7 19.5c16.8 0 25.5-8.1 25.5-17.6c0-11.1-16.2-13.5-33.6-17.3c-23-4.6-47.4-12.2-47.4-40.1c0-21.4 20.6-41.1 52.9-40.8c26.1 0 43.8 9.7 55.2 26.1l-24.4 13.3c-6.5-9.8-16.5-15.5-30.8-15.5c-16 0-23.6 7.3-23.6 16.3c0 9.7 11.7 11.9 32.2 16.5c22.8 4.9 48.5 12.4 48.5 40.9c0 20.3-18.1 43.6-55.8 43.3c-29.3 0.1-48.7-10.5-60.4-30.5zm127.2-39.3c0-39.7 30.6-70.9 70.5-70.9c39.8 0 69.6 29 69.6 69v11.4h-112.2c3.8 20.9 20.1 34.7 43.6 34.7c4.2 0.1 8.2-0.4 12.2-1.5c4-1 7.8-2.7 11.2-4.8c3.5-2.2 6.7-4.8 9.4-7.9c2.8-3 5-6.5 6.8-10.2l23.8 13.3c-11.9 22.2-33.3 36.8-63.4 36.8c-42.7 0-71.5-30.6-71.5-69.9zm29.3-15.1h81.2c-4.3-19.5-19.2-30.3-40-30.3c-4.6-0.1-9.2 0.5-13.6 1.9c-4.3 1.4-8.5 3.5-12.2 6.3c-3.6 2.7-6.9 6-9.5 9.8c-2.6 3.7-4.6 7.9-5.9 12.3zm117.9-53.1h23v-31.9l29.3-16v47.9h28.8v26h-28.8v53.9c0 24.4 3.8 28.1 28.8 28.1v27.4h-4.3c-41.2 0-53.7-13.1-53.7-55.2v-54.2h-23zm89.1 68.2c0-39.8 30.6-70.9 70.4-70.9c39.8 0 69.7 29 69.7 69v11.4h-112.2c3.8 20.9 20.1 34.7 43.6 34.7c4.1 0.1 8.2-0.4 12.2-1.5c4-1 7.7-2.7 11.2-4.8c3.5-2.2 6.7-4.8 9.4-7.9c2.7-3 5-6.5 6.8-10.2l23.8 13.3c-11.9 22.2-33.3 36.8-63.4 36.8c-42.8 0-71.5-30.6-71.5-69.9zm29.3-15.1h81.2c-4.3-19.5-19.2-30.4-40.1-30.4c-4.5 0-9.1 0.6-13.5 2c-4.4 1.4-8.5 3.5-12.2 6.3c-3.7 2.7-6.9 6-9.5 9.7c-2.6 3.8-4.6 8-5.9 12.4zm123.5 14.6c-0.2-9.3 1.6-18.5 5.1-27.1c3.5-8.6 8.7-16.4 15.3-23c6.6-6.5 14.4-11.7 23-15.2c8.7-3.5 17.9-5.2 27.2-5.1c30 0 53.8 17.1 64.2 41.4l-26 11.1c-1.5-3.8-3.6-7.3-6.2-10.5c-2.5-3.1-5.6-5.9-9-8.1c-3.4-2.3-7.1-4-11-5.2c-3.9-1.1-8-1.7-12-1.6c-24.1 0-42.3 19.2-42.3 43.3c-0.1 5.7 1 11.3 3.1 16.5c2.1 5.3 5.2 10.1 9.2 14.1c4 4.1 8.8 7.3 14 9.4c5.2 2.2 10.8 3.3 16.5 3.3c18.3 0 32-11.4 38.2-26.5l26.2 11.1c-10.9 24.9-33.4 42.5-65 42.5c-9.3 0.1-18.5-1.7-27.1-5.2c-8.6-3.5-16.4-8.7-23-15.2c-6.5-6.6-11.7-14.4-15.2-23c-3.6-8.5-5.3-17.7-5.2-27zm152.1-130h28.8v79.4c2.4-3.2 5.3-6 8.4-8.5c3.1-2.5 6.5-4.6 10.1-6.3c3.6-1.7 7.4-3 11.3-3.8c3.9-0.9 7.9-1.3 11.9-1.2c34.1 0 54.9 22.2 54.9 59v79.1h-29.6v-76.4c0-22.5-10.8-36.6-32.7-36.6c-19.3 0-34 14.6-34 38.5v74.5h-29.1zm-1493.5 237.4h39.6v118.7h-39.6zm158.4 79.2h39.5v118.7h-39.5zm277-79.2v118.7h-39.6v-118.7zm-435.4-237.4h39.6v197.8h-39.6zm79.2 0h39.6v197.8h-39.6zm79.2 0h39.5v197.8h-39.5zm79.1 237.5h39.6v197.8h-39.6zm79.2-237.1h39.5v197.8h-39.5zm237.5 367.2c0-43.4 32.3-70.5 67.8-70.5c4.3 0 8.6 0.4 12.7 1.4c4.2 0.9 8.3 2.3 12.2 4.1c3.9 1.8 7.5 4.1 10.9 6.7c3.4 2.6 6.5 5.7 9.2 9v-18.3h29v132.2c0 39.9-24.9 69.1-68.3 69.1c-34 0-56.9-16.2-67.2-38.2l26.8-12.7c6.8 14.9 19.8 24.4 40.4 24.4c24.7 0 39.6-18.2 39.6-41.5v-17.1c-2.7 3.5-5.8 6.6-9.2 9.3c-3.4 2.7-7.1 5.1-11.1 7c-3.9 1.8-8 3.3-12.3 4.3c-4.3 0.9-8.6 1.4-13 1.4c-34.4-0.2-67.5-27.6-67.5-70.6zm114.4-0.3c0-24.1-18.3-43.9-42.8-43.9c-24.2 0-42.9 19.3-42.9 43.9c0 24.7 18.7 44.2 42.9 44.2c24.6 0 42.8-19.8 42.8-44.2zm53-129.8h29.1v197.8h-29.1zm48.1 130.1c0-28.4 17.2-54.1 43.5-64.9c26.3-10.8 56.6-4.8 76.7 15.4c20 20.1 26 50.4 15.1 76.7c-11 26.2-36.7 43.3-65.1 43.3c-9.3 0-18.5-1.8-27-5.3c-8.6-3.5-16.4-8.7-22.9-15.3c-6.5-6.5-11.7-14.3-15.2-22.9c-3.5-8.6-5.2-17.7-5.1-27zm111.9 0c0-23.8-18.4-43.3-41.8-43.3c-23.4 0-41.5 19.5-41.5 43.3c0 23.9 18.1 43.4 41.5 43.4c23.3 0 41.8-19.5 41.8-43.4zm76.3 49.3v18.3h-28.5v-197.7h28.8v80.5c2.7-3.3 5.8-6.3 9.2-8.9c3.4-2.6 7-4.8 10.9-6.6c3.9-1.9 8-3.2 12.1-4.1c4.2-0.9 8.5-1.4 12.8-1.3c35.5 0 67.5 27.1 67.5 70.6c0 43.5-32.8 70.4-67.2 70.4c-18.2 0-35.6-7.9-45.6-21.2zm84-49.6c0-24.7-18.7-43.9-42.8-43.9c-24.1 0-42.6 19.7-42.6 43.9c0 24.1 18.2 44.1 42.6 44.1c24.4 0 42.8-19.4 42.8-44.1zm41.2 0.4c0-43.4 32.3-70.5 67.8-70.5c17.9 0 35 7.9 45 20.4v-17.7h29v135.5h-29v-18.7c-2.7 3.4-5.8 6.4-9.2 9.1c-3.4 2.7-7 5-11 6.8c-3.9 1.9-8 3.3-12.2 4.2c-4.2 0.9-8.5 1.4-12.8 1.3c-34.5 0-67.6-27.4-67.6-70.4zm114.5-0.3c0-24.1-18.4-43.9-42.9-43.9c-24.1 0-42.8 19.3-42.8 43.9c0 24.7 18.7 44.2 42.8 44.2c24.7 0 42.9-19.8 42.9-44.2zm52.7-129.8h29v197.8h-29z"},"children":[]}]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m0 237.4h39.6v118.7h-39.6zm158.3 79.2h39.6v118.7h-39.6zm277.1-79.2v118.7h-39.6v-118.7zm-435.4-237.4h39.6v197.8h-39.6zm79.1 0h39.6v197.8h-39.6zm79.2 0h39.6v197.9h-39.6zm79.2 237.4h39.6v197.9h-39.6zm79.1-237.2h39.6v197.8h-39.6z"},"children":[]}]},"wordmarkLight":{"viewBox":"0 0 1619 502","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Wisetech Global"]},{"type":"g","props":{"id":"Layer"},"children":[{"type":"path","props":{"id":"Layer","fillRule":"evenodd","className":"s0","d":"m547 62l29.5 0.3l30.9 96.1l35.5-96.1h28.7l35 96.1l31.9-96.1h29.5l-47 135.4h-28l-36.1-96.8l-36.6 96.8h-28.4zm249.7-59.4c2.6-0.1 5.2 0.3 7.6 1.2c2.4 1 4.6 2.4 6.5 4.2c1.8 1.9 3.2 4.1 4.2 6.5c0.9 2.4 1.4 5 1.3 7.6c-0.2 5-2.4 9.8-6 13.3c-3.6 3.5-8.5 5.5-13.5 5.5c-5.1 0-9.9-2-13.6-5.5c-3.6-3.5-5.8-8.3-5.9-13.3c-0.1-2.6 0.3-5.2 1.2-7.6c1-2.4 2.4-4.6 4.2-6.4c1.9-1.9 4.1-3.3 6.5-4.3c2.4-0.9 5-1.3 7.5-1.2zm-14.6 59.7h29.3v135.3h-29.3zm43 107.5l26-14.1c7.9 12.8 19.5 19.5 35.7 19.5c16.8 0 25.5-8.1 25.5-17.6c0-11.1-16.2-13.5-33.6-17.3c-23-4.6-47.4-12.2-47.4-40.1c0-21.4 20.6-41.1 52.9-40.8c26.1 0 43.8 9.7 55.2 26.1l-24.4 13.3c-6.5-9.8-16.5-15.5-30.8-15.5c-16 0-23.6 7.3-23.6 16.3c0 9.7 11.7 11.9 32.2 16.5c22.8 4.9 48.5 12.4 48.5 40.9c0 20.3-18.1 43.6-55.8 43.3c-29.3 0.1-48.7-10.5-60.4-30.5zm127.2-39.3c0-39.7 30.6-70.9 70.5-70.9c39.8 0 69.6 29 69.6 69v11.4h-112.2c3.8 20.9 20.1 34.7 43.6 34.7c4.2 0.1 8.2-0.4 12.2-1.5c4-1 7.8-2.7 11.2-4.8c3.5-2.2 6.7-4.8 9.4-7.9c2.8-3 5-6.5 6.8-10.2l23.8 13.3c-11.9 22.2-33.3 36.8-63.4 36.8c-42.7 0-71.5-30.6-71.5-69.9zm29.3-15.1h81.2c-4.3-19.5-19.2-30.3-40-30.3c-4.6-0.1-9.2 0.5-13.6 1.9c-4.3 1.4-8.5 3.5-12.2 6.3c-3.6 2.7-6.9 6-9.5 9.8c-2.6 3.7-4.6 7.9-5.9 12.3zm117.9-53.1h23v-31.9l29.3-16v47.9h28.8v26h-28.8v53.9c0 24.4 3.8 28.1 28.8 28.1v27.4h-4.3c-41.2 0-53.7-13.1-53.7-55.2v-54.2h-23zm89.1 68.2c0-39.8 30.6-70.9 70.4-70.9c39.8 0 69.7 29 69.7 69v11.4h-112.2c3.8 20.9 20.1 34.7 43.6 34.7c4.1 0.1 8.2-0.4 12.2-1.5c4-1 7.7-2.7 11.2-4.8c3.5-2.2 6.7-4.8 9.4-7.9c2.7-3 5-6.5 6.8-10.2l23.8 13.3c-11.9 22.2-33.3 36.8-63.4 36.8c-42.8 0-71.5-30.6-71.5-69.9zm29.3-15.1h81.2c-4.3-19.5-19.2-30.4-40.1-30.4c-4.5 0-9.1 0.6-13.5 2c-4.4 1.4-8.5 3.5-12.2 6.3c-3.7 2.7-6.9 6-9.5 9.7c-2.6 3.8-4.6 8-5.9 12.4zm123.5 14.6c-0.2-9.3 1.6-18.5 5.1-27.1c3.5-8.6 8.7-16.4 15.3-23c6.6-6.5 14.4-11.7 23-15.2c8.7-3.5 17.9-5.2 27.2-5.1c30 0 53.8 17.1 64.2 41.4l-26 11.1c-1.5-3.8-3.6-7.3-6.2-10.5c-2.5-3.1-5.6-5.9-9-8.1c-3.4-2.3-7.1-4-11-5.2c-3.9-1.1-8-1.7-12-1.6c-24.1 0-42.3 19.2-42.3 43.3c-0.1 5.7 1 11.3 3.1 16.5c2.1 5.3 5.2 10.1 9.2 14.1c4 4.1 8.8 7.3 14 9.4c5.2 2.2 10.8 3.3 16.5 3.3c18.3 0 32-11.4 38.2-26.5l26.2 11.1c-10.9 24.9-33.4 42.5-65 42.5c-9.3 0.1-18.5-1.7-27.1-5.2c-8.6-3.5-16.4-8.7-23-15.2c-6.5-6.6-11.7-14.4-15.2-23c-3.6-8.5-5.3-17.7-5.2-27zm152.1-130h28.8v79.4c2.4-3.2 5.3-6 8.4-8.5c3.1-2.5 6.5-4.6 10.1-6.3c3.6-1.7 7.4-3 11.3-3.8c3.9-0.9 7.9-1.3 11.9-1.2c34.1 0 54.9 22.2 54.9 59v79.1h-29.6v-76.4c0-22.5-10.8-36.6-32.7-36.6c-19.3 0-34 14.6-34 38.5v74.5h-29.1zm-1493.5 237.4h39.6v118.7h-39.6zm158.4 79.2h39.5v118.7h-39.5zm277-79.2v118.7h-39.6v-118.7zm-435.4-237.4h39.6v197.8h-39.6zm79.2 0h39.6v197.8h-39.6zm79.2 0h39.5v197.8h-39.5zm79.1 237.5h39.6v197.8h-39.6zm79.2-237.1h39.5v197.8h-39.5zm237.5 367.2c0-43.4 32.3-70.5 67.8-70.5c4.3 0 8.6 0.4 12.7 1.4c4.2 0.9 8.3 2.3 12.2 4.1c3.9 1.8 7.5 4.1 10.9 6.7c3.4 2.6 6.5 5.7 9.2 9v-18.3h29v132.2c0 39.9-24.9 69.1-68.3 69.1c-34 0-56.9-16.2-67.2-38.2l26.8-12.7c6.8 14.9 19.8 24.4 40.4 24.4c24.7 0 39.6-18.2 39.6-41.5v-17.1c-2.7 3.5-5.8 6.6-9.2 9.3c-3.4 2.7-7.1 5.1-11.1 7c-3.9 1.8-8 3.3-12.3 4.3c-4.3 0.9-8.6 1.4-13 1.4c-34.4-0.2-67.5-27.6-67.5-70.6zm114.4-0.3c0-24.1-18.3-43.9-42.8-43.9c-24.2 0-42.9 19.3-42.9 43.9c0 24.7 18.7 44.2 42.9 44.2c24.6 0 42.8-19.8 42.8-44.2zm53-129.8h29.1v197.8h-29.1zm48.1 130.1c0-28.4 17.2-54.1 43.5-64.9c26.3-10.8 56.6-4.8 76.7 15.4c20 20.1 26 50.4 15.1 76.7c-11 26.2-36.7 43.3-65.1 43.3c-9.3 0-18.5-1.8-27-5.3c-8.6-3.5-16.4-8.7-22.9-15.3c-6.5-6.5-11.7-14.3-15.2-22.9c-3.5-8.6-5.2-17.7-5.1-27zm111.9 0c0-23.8-18.4-43.3-41.8-43.3c-23.4 0-41.5 19.5-41.5 43.3c0 23.9 18.1 43.4 41.5 43.4c23.3 0 41.8-19.5 41.8-43.4zm76.3 49.3v18.3h-28.5v-197.7h28.8v80.5c2.7-3.3 5.8-6.3 9.2-8.9c3.4-2.6 7-4.8 10.9-6.6c3.9-1.9 8-3.2 12.1-4.1c4.2-0.9 8.5-1.4 12.8-1.3c35.5 0 67.5 27.1 67.5 70.6c0 43.5-32.8 70.4-67.2 70.4c-18.2 0-35.6-7.9-45.6-21.2zm84-49.6c0-24.7-18.7-43.9-42.8-43.9c-24.1 0-42.6 19.7-42.6 43.9c0 24.1 18.2 44.1 42.6 44.1c24.4 0 42.8-19.4 42.8-44.1zm41.2 0.4c0-43.4 32.3-70.5 67.8-70.5c17.9 0 35 7.9 45 20.4v-17.7h29v135.5h-29v-18.7c-2.7 3.4-5.8 6.4-9.2 9.1c-3.4 2.7-7 5-11 6.8c-3.9 1.9-8 3.3-12.2 4.2c-4.2 0.9-8.5 1.4-12.8 1.3c-34.5 0-67.6-27.4-67.6-70.4zm114.5-0.3c0-24.1-18.4-43.9-42.9-43.9c-24.1 0-42.8 19.3-42.8 43.9c0 24.7 18.7 44.2 42.8 44.2c24.7 0 42.9-19.8 42.9-44.2zm52.7-129.8h29v197.8h-29z"},"children":[]}]},{"type":"path","props":{"id":"Layer","className":"s0","d":"m0 237.4h39.6v118.7h-39.6zm158.3 79.2h39.6v118.7h-39.6zm277.1-79.2v118.7h-39.6v-118.7zm-435.4-237.4h39.6v197.8h-39.6zm79.1 0h39.6v197.8h-39.6zm79.2 0h39.6v197.9h-39.6zm79.2 237.4h39.6v197.9h-39.6zm79.1-237.2h39.6v197.8h-39.6z"},"children":[]}]}};
|
|
8
|
+
|
|
9
|
+
function _ns(props, p) {
|
|
10
|
+
var out = {};
|
|
11
|
+
for (var k in props) {
|
|
12
|
+
var v = props[k];
|
|
13
|
+
if (k === 'id') out[k] = p + v;
|
|
14
|
+
else if (k === 'href' && typeof v === 'string' && v.charCodeAt(0) === 35) out[k] = '#' + p + v.slice(1);
|
|
15
|
+
else if (typeof v === 'string') out[k] = v.replace(/url\(#([^)]+)\)/g, function (_m, id) { return 'url(#' + p + id + ')'; });
|
|
16
|
+
else if (v && typeof v === 'object') {
|
|
17
|
+
var s = {};
|
|
18
|
+
for (var sk in v) { var sv = v[sk]; s[sk] = typeof sv === 'string' ? sv.replace(/url\(#([^)]+)\)/g, function (_m, id) { return 'url(#' + p + id + ')'; }) : sv; }
|
|
19
|
+
out[k] = s;
|
|
20
|
+
} else out[k] = v;
|
|
21
|
+
}
|
|
22
|
+
return out;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
const WisetechGlobal = forwardRef(
|
|
26
|
+
function WisetechGlobal({ variant = 'default', viewBox, ...props }, ref) {
|
|
27
|
+
const _p = 'tsvg' + useId().replace(/[^a-zA-Z0-9]/g, '') + '-';
|
|
28
|
+
const _v = _variants[variant] || _variants.default;
|
|
29
|
+
return createElement(
|
|
30
|
+
'svg',
|
|
31
|
+
Object.assign({ ref, viewBox: viewBox || _v.viewBox, fill: _v.fill, stroke: _v.stroke, xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
32
|
+
..._v.childNodes
|
|
33
|
+
.map(function _c(el) {
|
|
34
|
+
if (typeof el === 'string') return el;
|
|
35
|
+
return createElement(el.type, _ns(el.props, _p), ...(el.children || []).map(_c));
|
|
36
|
+
})
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
WisetechGlobal.displayName = 'WisetechGlobal';
|
|
41
|
+
|
|
42
|
+
export default WisetechGlobal;
|
package/dist/zoom-2025.cjs
CHANGED
|
@@ -1,15 +1,32 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// @thesvg/react — Zoom (2025)
|
|
3
3
|
// Auto-generated. Do not edit.
|
|
4
|
-
// Variants: default,
|
|
4
|
+
// Variants: default, light, wordmark
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
|
|
8
8
|
const react_1 = require("react");
|
|
9
9
|
|
|
10
|
-
const _variants = {"default":{"viewBox":"0 0 1426 321","fill":"#0B5CFF","childNodes":[{"type":"g","props":{"transform":"translate(0,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"},"children":[{"type":"path","props":{"d":"M0 9376 c0 -63 4 -117 9 -121 6 -3 12 -27 16 -53 14 -124 78 -347\n130 -453 14 -29 25 -56 25 -59 0 -4 22 -45 48 -91 130 -228 254 -381 427 -527\n276 -233 604 -382 960 -437 89 -13 342 -15 2072 -15 1085 0 1974 -4 1977 -8 6\n-11 -1716 -1728 -3084 -3075 -283 -278 -918 -908 -1411 -1399 -769 -767 -904\n-905 -951 -978 -98 -150 -164 -314 -187 -461 -5 -32 -14 -66 -20 -77 -18 -33\n-14 -333 4 -368 8 -16 15 -43 15 -59 0 -30 58 -224 78 -261 6 -10 20 -39 32\n-64 62 -131 153 -253 275 -368 221 -210 513 -334 848 -362 195 -16 7679 -14\n7695 2 7 7 12 35 12 63 0 59 -33 288 -51 360 -15 59 -76 250 -88 273 -5 10\n-28 59 -52 111 -90 192 -260 419 -428 569 -81 72 -195 162 -206 162 -4 0 -24\n12 -44 28 -20 15 -54 37 -76 49 -84 45 -196 101 -212 106 -10 3 -43 15 -73 27\n-61 24 -117 40 -235 69 -197 47 -87 45 -2505 48 -1256 2 -2288 7 -2293 12 -4\n4 171 183 390 396 402 393 958 943 2333 2310 415 413 852 845 970 960 118 116\n541 535 940 930 784 778 795 790 900 995 48 93 89 221 115 354 20 102 17 375\n-4 461 -68 275 -172 475 -335 644 -73 75 -207 186 -246 204 -8 4 -28 16 -45\n26 -90 58 -248 119 -420 163 l-90 22 -3607 3 -3608 3 0 -114z M9134 6599 c-6 -8 -14 -23 -17 -34 -3 -11 -15 -45 -26 -75 -31 -79\n-115 -335 -134 -405 -80 -303 -119 -515 -152 -837 -20 -197 -20 -682 0 -867\n19 -173 44 -356 55 -401 5 -19 11 -55 15 -80 22 -157 121 -507 225 -789 32\n-88 37 -98 45 -89 3 2 4 812 3 1798 -2 1312 -6 1789 -14 1779z"},"children":[]}]},{"type":"g","props":{"transform":"translate(992,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"},"children":[{"type":"path","props":{"d":"M3525 9621 c-3 -5 -36 -12 -73 -15 -150 -14 -378 -58 -567 -112 -115\n-32 -314 -101 -352 -122 -12 -7 -26 -12 -32 -12 -19 0 -231 -101 -366 -175\n-122 -67 -271 -161 -423 -270 -230 -165 -651 -585 -792 -792 -8 -11 -36 -51\n-62 -88 -27 -36 -48 -68 -48 -72 0 -3 -13 -22 -28 -42 -16 -20 -32 -43 -35\n-51 -4 -8 -16 -28 -27 -45 -11 -16 -24 -39 -30 -50 -6 -11 -20 -36 -31 -55\n-29 -47 -149 -283 -149 -292 0 -3 -13 -35 -28 -70 -25 -56 -36 -81 -74 -178\n-66 -167 -145 -476 -182 -710 -46 -286 -44 -183 -45 -3338 -1 -2787 0 -2983\n16 -2989 21 -8 289 12 363 28 122 25 339 102 464 164 138 69 145 73 215 120\n24 17 55 37 69 47 58 39 211 180 292 269 195 217 351 512 420 794 45 184 43\n59 49 2370 5 1668 10 2196 19 2250 35 198 58 283 119 438 99 255 280 508 495\n696 55 47 130 106 166 131 83 56 231 140 246 140 7 0 16 4 21 9 14 12 189 77\n255 95 30 8 73 19 96 25 68 18 313 42 409 40 185 -4 371 -36 555 -96 65 -22\n73 -25 205 -89 297 -143 532 -348 710 -618 51 -78 71 -113 112 -191 86 -164\n149 -377 172 -580 9 -72 13 -702 15 -2250 2 -1607 6 -2161 14 -2195 7 -25 15\n-61 18 -80 16 -104 81 -312 130 -415 13 -29 24 -55 24 -58 0 -10 120 -210 153\n-255 112 -152 195 -242 317 -346 82 -69 199 -155 230 -169 8 -4 29 -16 45 -27\n17 -10 62 -35 100 -54 218 -108 427 -170 667 -196 142 -15 179 -14 184 8 2 9\n5 1358 7 2997 l2 2980 22 105 c20 96 48 209 72 285 28 92 122 287 181 380 11\n17 23 37 27 45 12 27 96 133 176 223 215 240 486 411 807 509 187 57 287 71\n515 71 201 0 287 -10 440 -50 427 -111 808 -382 1052 -748 155 -232 260 -518\n284 -775 4 -47 8 -1014 8 -2150 1 -2326 -1 -2262 75 -2530 132 -470 462 -891\n881 -1122 260 -144 589 -239 850 -247 l75 -2 -3 3118 c-2 2295 -6 3131 -15\n3168 -6 28 -18 93 -27 145 -25 145 -73 330 -126 490 -54 165 -75 223 -88 248\n-5 9 -26 55 -46 102 -65 146 -100 214 -212 410 -49 85 -118 185 -238 345 -144\n193 -462 519 -650 668 -110 86 -338 247 -351 247 -3 0 -20 11 -37 24 -49 36\n-390 216 -410 216 -4 0 -30 11 -59 24 -105 49 -351 135 -483 169 -265 69 -362\n84 -755 119 -176 16 -479 15 -575 -1 -38 -6 -119 -18 -180 -27 -240 -34 -529\n-113 -811 -222 -146 -56 -434 -201 -542 -273 -24 -16 -45 -29 -47 -29 -3 0\n-105 -69 -209 -140 -86 -59 -285 -230 -406 -348 -80 -78 -147 -142 -149 -142\n-2 0 -70 65 -152 144 -226 220 -427 376 -679 527 -125 75 -386 208 -490 248\n-30 12 -64 26 -75 30 -27 11 -102 40 -145 56 -44 16 -204 64 -250 75 -237 55\n-353 77 -484 90 -55 5 -104 14 -110 20 -13 13 -683 14 -691 1z"},"children":[]}]},{"type":"circle","props":{"cx":"455","cy":"160.5","r":"130.5","fill":"none","stroke":"#0B5CFF","strokeWidth":"63"},"children":[]},{"type":"circle","props":{"cx":"804","cy":"160.5","r":"130.5","fill":"none","stroke":"#0B5CFF","strokeWidth":"63"},"children":[]}]},"mono":{"viewBox":"0 0 1426 321","fill":"currentColor","childNodes":[{"type":"g","props":{"transform":"translate(0,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"},"children":[{"type":"path","props":{"d":"M0 9376 c0 -63 4 -117 9 -121 6 -3 12 -27 16 -53 14 -124 78 -347\n130 -453 14 -29 25 -56 25 -59 0 -4 22 -45 48 -91 130 -228 254 -381 427 -527\n276 -233 604 -382 960 -437 89 -13 342 -15 2072 -15 1085 0 1974 -4 1977 -8 6\n-11 -1716 -1728 -3084 -3075 -283 -278 -918 -908 -1411 -1399 -769 -767 -904\n-905 -951 -978 -98 -150 -164 -314 -187 -461 -5 -32 -14 -66 -20 -77 -18 -33\n-14 -333 4 -368 8 -16 15 -43 15 -59 0 -30 58 -224 78 -261 6 -10 20 -39 32\n-64 62 -131 153 -253 275 -368 221 -210 513 -334 848 -362 195 -16 7679 -14\n7695 2 7 7 12 35 12 63 0 59 -33 288 -51 360 -15 59 -76 250 -88 273 -5 10\n-28 59 -52 111 -90 192 -260 419 -428 569 -81 72 -195 162 -206 162 -4 0 -24\n12 -44 28 -20 15 -54 37 -76 49 -84 45 -196 101 -212 106 -10 3 -43 15 -73 27\n-61 24 -117 40 -235 69 -197 47 -87 45 -2505 48 -1256 2 -2288 7 -2293 12 -4\n4 171 183 390 396 402 393 958 943 2333 2310 415 413 852 845 970 960 118 116\n541 535 940 930 784 778 795 790 900 995 48 93 89 221 115 354 20 102 17 375\n-4 461 -68 275 -172 475 -335 644 -73 75 -207 186 -246 204 -8 4 -28 16 -45\n26 -90 58 -248 119 -420 163 l-90 22 -3607 3 -3608 3 0 -114z M9134 6599 c-6 -8 -14 -23 -17 -34 -3 -11 -15 -45 -26 -75 -31 -79\n-115 -335 -134 -405 -80 -303 -119 -515 -152 -837 -20 -197 -20 -682 0 -867\n19 -173 44 -356 55 -401 5 -19 11 -55 15 -80 22 -157 121 -507 225 -789 32\n-88 37 -98 45 -89 3 2 4 812 3 1798 -2 1312 -6 1789 -14 1779z"},"children":[]}]},{"type":"g","props":{"transform":"translate(992,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"},"children":[{"type":"path","props":{"d":"M3525 9621 c-3 -5 -36 -12 -73 -15 -150 -14 -378 -58 -567 -112 -115\n-32 -314 -101 -352 -122 -12 -7 -26 -12 -32 -12 -19 0 -231 -101 -366 -175\n-122 -67 -271 -161 -423 -270 -230 -165 -651 -585 -792 -792 -8 -11 -36 -51\n-62 -88 -27 -36 -48 -68 -48 -72 0 -3 -13 -22 -28 -42 -16 -20 -32 -43 -35\n-51 -4 -8 -16 -28 -27 -45 -11 -16 -24 -39 -30 -50 -6 -11 -20 -36 -31 -55\n-29 -47 -149 -283 -149 -292 0 -3 -13 -35 -28 -70 -25 -56 -36 -81 -74 -178\n-66 -167 -145 -476 -182 -710 -46 -286 -44 -183 -45 -3338 -1 -2787 0 -2983\n16 -2989 21 -8 289 12 363 28 122 25 339 102 464 164 138 69 145 73 215 120\n24 17 55 37 69 47 58 39 211 180 292 269 195 217 351 512 420 794 45 184 43\n59 49 2370 5 1668 10 2196 19 2250 35 198 58 283 119 438 99 255 280 508 495\n696 55 47 130 106 166 131 83 56 231 140 246 140 7 0 16 4 21 9 14 12 189 77\n255 95 30 8 73 19 96 25 68 18 313 42 409 40 185 -4 371 -36 555 -96 65 -22\n73 -25 205 -89 297 -143 532 -348 710 -618 51 -78 71 -113 112 -191 86 -164\n149 -377 172 -580 9 -72 13 -702 15 -2250 2 -1607 6 -2161 14 -2195 7 -25 15\n-61 18 -80 16 -104 81 -312 130 -415 13 -29 24 -55 24 -58 0 -10 120 -210 153\n-255 112 -152 195 -242 317 -346 82 -69 199 -155 230 -169 8 -4 29 -16 45 -27\n17 -10 62 -35 100 -54 218 -108 427 -170 667 -196 142 -15 179 -14 184 8 2 9\n5 1358 7 2997 l2 2980 22 105 c20 96 48 209 72 285 28 92 122 287 181 380 11\n17 23 37 27 45 12 27 96 133 176 223 215 240 486 411 807 509 187 57 287 71\n515 71 201 0 287 -10 440 -50 427 -111 808 -382 1052 -748 155 -232 260 -518\n284 -775 4 -47 8 -1014 8 -2150 1 -2326 -1 -2262 75 -2530 132 -470 462 -891\n881 -1122 260 -144 589 -239 850 -247 l75 -2 -3 3118 c-2 2295 -6 3131 -15\n3168 -6 28 -18 93 -27 145 -25 145 -73 330 -126 490 -54 165 -75 223 -88 248\n-5 9 -26 55 -46 102 -65 146 -100 214 -212 410 -49 85 -118 185 -238 345 -144\n193 -462 519 -650 668 -110 86 -338 247 -351 247 -3 0 -20 11 -37 24 -49 36\n-390 216 -410 216 -4 0 -30 11 -59 24 -105 49 -351 135 -483 169 -265 69 -362\n84 -755 119 -176 16 -479 15 -575 -1 -38 -6 -119 -18 -180 -27 -240 -34 -529\n-113 -811 -222 -146 -56 -434 -201 -542 -273 -24 -16 -45 -29 -47 -29 -3 0\n-105 -69 -209 -140 -86 -59 -285 -230 -406 -348 -80 -78 -147 -142 -149 -142\n-2 0 -70 65 -152 144 -226 220 -427 376 -679 527 -125 75 -386 208 -490 248\n-30 12 -64 26 -75 30 -27 11 -102 40 -145 56 -44 16 -204 64 -250 75 -237 55\n-353 77 -484 90 -55 5 -104 14 -110 20 -13 13 -683 14 -691 1z"},"children":[]}]},{"type":"circle","props":{"cx":"455","cy":"160.5","r":"130.5","fill":"none","stroke":"currentColor","strokeWidth":"63"},"children":[]},{"type":"circle","props":{"cx":"804","cy":"160.5","r":"130.5","fill":"none","stroke":"currentColor","strokeWidth":"63"},"children":[]}]},"light":{"viewBox":"0 0 1426 321","fill":"#000","childNodes":[{"type":"g","props":{"transform":"translate(0,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"},"children":[{"type":"path","props":{"d":"M0 9376 c0 -63 4 -117 9 -121 6 -3 12 -27 16 -53 14 -124 78 -347\n130 -453 14 -29 25 -56 25 -59 0 -4 22 -45 48 -91 130 -228 254 -381 427 -527\n276 -233 604 -382 960 -437 89 -13 342 -15 2072 -15 1085 0 1974 -4 1977 -8 6\n-11 -1716 -1728 -3084 -3075 -283 -278 -918 -908 -1411 -1399 -769 -767 -904\n-905 -951 -978 -98 -150 -164 -314 -187 -461 -5 -32 -14 -66 -20 -77 -18 -33\n-14 -333 4 -368 8 -16 15 -43 15 -59 0 -30 58 -224 78 -261 6 -10 20 -39 32\n-64 62 -131 153 -253 275 -368 221 -210 513 -334 848 -362 195 -16 7679 -14\n7695 2 7 7 12 35 12 63 0 59 -33 288 -51 360 -15 59 -76 250 -88 273 -5 10\n-28 59 -52 111 -90 192 -260 419 -428 569 -81 72 -195 162 -206 162 -4 0 -24\n12 -44 28 -20 15 -54 37 -76 49 -84 45 -196 101 -212 106 -10 3 -43 15 -73 27\n-61 24 -117 40 -235 69 -197 47 -87 45 -2505 48 -1256 2 -2288 7 -2293 12 -4\n4 171 183 390 396 402 393 958 943 2333 2310 415 413 852 845 970 960 118 116\n541 535 940 930 784 778 795 790 900 995 48 93 89 221 115 354 20 102 17 375\n-4 461 -68 275 -172 475 -335 644 -73 75 -207 186 -246 204 -8 4 -28 16 -45\n26 -90 58 -248 119 -420 163 l-90 22 -3607 3 -3608 3 0 -114z M9134 6599 c-6 -8 -14 -23 -17 -34 -3 -11 -15 -45 -26 -75 -31 -79\n-115 -335 -134 -405 -80 -303 -119 -515 -152 -837 -20 -197 -20 -682 0 -867\n19 -173 44 -356 55 -401 5 -19 11 -55 15 -80 22 -157 121 -507 225 -789 32\n-88 37 -98 45 -89 3 2 4 812 3 1798 -2 1312 -6 1789 -14 1779z"},"children":[]}]},{"type":"g","props":{"transform":"translate(992,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"},"children":[{"type":"path","props":{"d":"M3525 9621 c-3 -5 -36 -12 -73 -15 -150 -14 -378 -58 -567 -112 -115\n-32 -314 -101 -352 -122 -12 -7 -26 -12 -32 -12 -19 0 -231 -101 -366 -175\n-122 -67 -271 -161 -423 -270 -230 -165 -651 -585 -792 -792 -8 -11 -36 -51\n-62 -88 -27 -36 -48 -68 -48 -72 0 -3 -13 -22 -28 -42 -16 -20 -32 -43 -35\n-51 -4 -8 -16 -28 -27 -45 -11 -16 -24 -39 -30 -50 -6 -11 -20 -36 -31 -55\n-29 -47 -149 -283 -149 -292 0 -3 -13 -35 -28 -70 -25 -56 -36 -81 -74 -178\n-66 -167 -145 -476 -182 -710 -46 -286 -44 -183 -45 -3338 -1 -2787 0 -2983\n16 -2989 21 -8 289 12 363 28 122 25 339 102 464 164 138 69 145 73 215 120\n24 17 55 37 69 47 58 39 211 180 292 269 195 217 351 512 420 794 45 184 43\n59 49 2370 5 1668 10 2196 19 2250 35 198 58 283 119 438 99 255 280 508 495\n696 55 47 130 106 166 131 83 56 231 140 246 140 7 0 16 4 21 9 14 12 189 77\n255 95 30 8 73 19 96 25 68 18 313 42 409 40 185 -4 371 -36 555 -96 65 -22\n73 -25 205 -89 297 -143 532 -348 710 -618 51 -78 71 -113 112 -191 86 -164\n149 -377 172 -580 9 -72 13 -702 15 -2250 2 -1607 6 -2161 14 -2195 7 -25 15\n-61 18 -80 16 -104 81 -312 130 -415 13 -29 24 -55 24 -58 0 -10 120 -210 153\n-255 112 -152 195 -242 317 -346 82 -69 199 -155 230 -169 8 -4 29 -16 45 -27\n17 -10 62 -35 100 -54 218 -108 427 -170 667 -196 142 -15 179 -14 184 8 2 9\n5 1358 7 2997 l2 2980 22 105 c20 96 48 209 72 285 28 92 122 287 181 380 11\n17 23 37 27 45 12 27 96 133 176 223 215 240 486 411 807 509 187 57 287 71\n515 71 201 0 287 -10 440 -50 427 -111 808 -382 1052 -748 155 -232 260 -518\n284 -775 4 -47 8 -1014 8 -2150 1 -2326 -1 -2262 75 -2530 132 -470 462 -891\n881 -1122 260 -144 589 -239 850 -247 l75 -2 -3 3118 c-2 2295 -6 3131 -15\n3168 -6 28 -18 93 -27 145 -25 145 -73 330 -126 490 -54 165 -75 223 -88 248\n-5 9 -26 55 -46 102 -65 146 -100 214 -212 410 -49 85 -118 185 -238 345 -144\n193 -462 519 -650 668 -110 86 -338 247 -351 247 -3 0 -20 11 -37 24 -49 36\n-390 216 -410 216 -4 0 -30 11 -59 24 -105 49 -351 135 -483 169 -265 69 -362\n84 -755 119 -176 16 -479 15 -575 -1 -38 -6 -119 -18 -180 -27 -240 -34 -529\n-113 -811 -222 -146 -56 -434 -201 -542 -273 -24 -16 -45 -29 -47 -29 -3 0\n-105 -69 -209 -140 -86 -59 -285 -230 -406 -348 -80 -78 -147 -142 -149 -142\n-2 0 -70 65 -152 144 -226 220 -427 376 -679 527 -125 75 -386 208 -490 248\n-30 12 -64 26 -75 30 -27 11 -102 40 -145 56 -44 16 -204 64 -250 75 -237 55\n-353 77 -484 90 -55 5 -104 14 -110 20 -13 13 -683 14 -691 1z"},"children":[]}]},{"type":"circle","props":{"cx":"455","cy":"160.5","r":"130.5","fill":"none","stroke":"#000","strokeWidth":"63"},"children":[]},{"type":"circle","props":{"cx":"804","cy":"160.5","r":"130.5","fill":"none","stroke":"#000","strokeWidth":"63"},"children":[]}]}};
|
|
10
|
+
const _variants = {"default":{"viewBox":"0 0 512 512","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Zoom"]},{"type":"defs","props":{},"children":[{"type":"linearGradient","props":{"id":"zoom-2025-gradient","x1":"0","x2":"1","y1":"0","y2":"0","gradientTransform":"rotate(-60 88.792 30.85)scale(109.282)","gradientUnits":"userSpaceOnUse"},"children":[{"type":"stop","props":{"offset":"0","stopColor":"#0845bf"},"children":[]},{"type":"stop","props":{"offset":".6","stopColor":"#0b5cff"},"children":[]},{"type":"stop","props":{"offset":"1","stopColor":"#4f90ee"},"children":[]}]}]},{"type":"path","props":{"fill":"url(#zoom-2025-gradient)","d":"M84.06 37.19V52.8c0 17.25-14 31.25-31.25 31.25H37.2c-17.25 0-31.25-14-31.25-31.25V37.2c0-17.25 14-31.25 31.25-31.25h15.6c17.25 0 31.25 14 31.25 31.25","transform":"matrix(6.4 0 0 6.4 -32 -32)"},"children":[]},{"type":"path","props":{"fill":"#fff","d":"M152.08 295.51H88.07c-4.49 0-8.5-2.67-10.22-6.82a11.05 11.05 0 0 1 2.4-12.07l44.33-44.33H92.81a15.8 15.8 0 0 1-15.8-15.8h59.02c4.5 0 8.5 2.68 10.22 6.83a11 11 0 0 1-2.4 12.05l-44.33 44.34h36.75a15.8 15.8 0 0 1 15.81 15.8M435 246.11a30.86 30.86 0 0 0-30.82-30.81 30.8 30.8 0 0 0-22.92 10.24 30.8 30.8 0 0 0-22.92-10.24 30.86 30.86 0 0 0-30.82 30.82v49.4a15.8 15.8 0 0 0 15.8-15.81v-33.6a15.03 15.03 0 0 1 30.03 0v33.6a15.8 15.8 0 0 0 15.81 15.8v-49.4a15.03 15.03 0 0 1 30.04 0v33.6a15.8 15.8 0 0 0 15.8 15.8zm-115.38 9.9a40.7 40.7 0 1 1-81.4-.01 40.7 40.7 0 0 1 81.4 0m-15.8 0a24.9 24.9 0 1 0-49.8-.01 24.9 24.9 0 0 0 49.8 0m-71.92 0a40.7 40.7 0 1 1-81.4 0 40.7 40.7 0 0 1 81.4 0m-15.8 0a24.9 24.9 0 1 0-49.8-.01 24.9 24.9 0 0 0 49.8 0"},"children":[]}]},"light":{"viewBox":"0 0 512 512","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Zoom"]},{"type":"path","props":{"fill":"#fff","d":"M506 206v100c0 110.38-89.62 200-200 200H206C95.62 506 6 416.38 6 306V206C6 95.62 95.62 6 206 6h100c110.38 0 200 89.62 200 200"},"children":[]},{"type":"path","props":{"fill":"#0b5cff","d":"M152.08 295.51H88.07c-4.49 0-8.5-2.67-10.22-6.82a11.05 11.05 0 0 1 2.4-12.07l44.33-44.33H92.81a15.8 15.8 0 0 1-15.8-15.8h59.02c4.5 0 8.5 2.68 10.22 6.83a11 11 0 0 1-2.4 12.05l-44.33 44.34h36.75a15.8 15.8 0 0 1 15.81 15.8M435 246.11a30.86 30.86 0 0 0-30.82-30.81 30.8 30.8 0 0 0-22.92 10.24 30.8 30.8 0 0 0-22.92-10.24 30.86 30.86 0 0 0-30.82 30.82v49.4a15.8 15.8 0 0 0 15.8-15.81v-33.6a15.03 15.03 0 0 1 30.03 0v33.6a15.8 15.8 0 0 0 15.81 15.8v-49.4a15.03 15.03 0 0 1 30.04 0v33.6a15.8 15.8 0 0 0 15.8 15.8zm-115.38 9.9a40.7 40.7 0 1 1-81.4-.01 40.7 40.7 0 0 1 81.4 0m-15.8 0a24.9 24.9 0 1 0-49.8-.01 24.9 24.9 0 0 0 49.8 0m-71.92 0a40.7 40.7 0 1 1-81.4 0 40.7 40.7 0 0 1 81.4 0m-15.8 0a24.9 24.9 0 1 0-49.8-.01 24.9 24.9 0 0 0 49.8 0"},"children":[]}]},"wordmark":{"viewBox":"0 0 1426 321","fill":"#0b5cff","childNodes":[{"type":"title","props":{},"children":["Zoom"]},{"type":"path","props":{"d":"M0 8.5c0 2 .1 3.9.3 4q.3.3.5 1.8a60 60 0 0 0 6.8 20 65 65 0 0 0 46.2 32.1c3 .5 11.4.6 69.1.6 36.2 0 65.8.1 65.9.3.2.3-57.2 57.6-102.8 102.5l-47 46.6C13.3 242 8.8 246.6 7.3 249 4 254 1.8 259.5 1 264.4c-.1 1-.4 2.2-.6 2.5A42 42 0 0 0 4.7 292a41 41 0 0 0 9.1 12.3q11.3 10.6 28.3 12c6.5.6 256 .5 256.5 0q.3-.6.4-2.1c0-2-1.1-9.6-1.7-12-.5-2-2.5-8.4-3-9.1l-1.7-3.7A65 65 0 0 0 258 258a62 62 0 0 0-7.8-2.3c-6.6-1.6-3-1.5-83.5-1.6-41.9 0-76.3-.2-76.5-.4a233 233 0 0 1 13-13.2c13.4-13.1 32-31.4 77.8-77l32.3-32 31.4-31c26.1-26 26.5-26.3 30-33.2a42 42 0 0 0 3.7-27.1A45 45 0 0 0 259 11.9l-1.5-.9c-3-1.9-8.3-4-14-5.4l-3-.7-120.2-.1L0 4.7zM304.5 101l-.6 1.2-.9 2.5a162 162 0 0 0-7.2 86.3c.8 5.2 4 16.9 7.5 26.3 1.1 3 1.3 3.3 1.5 3 .1-.1.2-27.1.1-60 0-43.7-.2-59.6-.4-59.3M1109.5.3c-.1.2-1.2.4-2.4.5a117 117 0 0 0-44 14c-4 2.3-9 5.4-14 9a151 151 0 0 0-26.4 26.4l-2.1 3q-1.5 2-1.6 2.4l-1 1.4-1.1 1.7-.9 1.5-1 1.6-1 1.9a138 138 0 0 0-8.4 18c-2.2 5.5-4.8 15.8-6 23.6-1.6 9.6-1.5 6.1-1.6 111.3 0 92.9 0 99.4.6 99.6.7.3 9.6-.4 12-.9a80 80 0 0 0 22.7-9.5l2.3-1.5a64 64 0 0 0 23.7-35.4c1.5-6.2 1.5-2 1.7-79 .1-55.7.3-73.3.6-75a63 63 0 0 1 26-42.2 56 56 0 0 1 17.4-8.2l3.2-.8a64 64 0 0 1 39 4.8 58 58 0 0 1 27.4 27c2.8 5.5 5 12.6 5.7 19.3.3 2.4.4 23.4.5 75 0 53.6.2 72 .5 73.2l.6 2.7a66 66 0 0 0 10.2 24.2 62 62 0 0 0 23 19.9 64 64 0 0 0 22.3 6.5c4.7.5 6 .5 6.1-.2l.3-100v-99.3l.8-3.5c.6-3.2 1.6-7 2.4-9.5a72 72 0 0 1 6.9-14.1 58 58 0 0 1 50-26.8c6.6 0 9.5.3 14.6 1.7a61 61 0 0 1 35 24.9 58 58 0 0 1 9.5 25.8c.2 1.6.3 33.8.3 71.7 0 77.5 0 75.4 2.5 84.3a63 63 0 0 0 57.7 45.7h2.5l-.1-103.9c0-76.5-.2-104.4-.5-105.6l-.9-4.8a122 122 0 0 0-15.7-41.7c-1.7-2.8-4-6.2-8-11.5a156 156 0 0 0-21.6-22.3 134 134 0 0 0-28.6-17 120 120 0 0 0-41.3-9.6 113 113 0 0 0-25.1 1A128 128 0 0 0 1239 18l-1.6 1-7 4.7A143 143 0 0 0 1212 40l-5-4.8a117 117 0 0 0-39-25.8l-2.5-1-4.8-1.9-8.4-2.5c-7.9-1.8-11.7-2.6-16.1-3-1.8-.2-3.5-.5-3.7-.7-.4-.4-22.7-.4-23 0"},"children":[]},{"type":"circle","props":{"cx":"455","cy":"160.5","r":"130.5","fill":"none","stroke":"#0b5cff","strokeWidth":"63"},"children":[]},{"type":"circle","props":{"cx":"804","cy":"160.5","r":"130.5","fill":"none","stroke":"#0b5cff","strokeWidth":"63"},"children":[]}]}};
|
|
11
|
+
|
|
12
|
+
function _ns(props, p) {
|
|
13
|
+
var out = {};
|
|
14
|
+
for (var k in props) {
|
|
15
|
+
var v = props[k];
|
|
16
|
+
if (k === 'id') out[k] = p + v;
|
|
17
|
+
else if (k === 'href' && typeof v === 'string' && v.charCodeAt(0) === 35) out[k] = '#' + p + v.slice(1);
|
|
18
|
+
else if (typeof v === 'string') out[k] = v.replace(/url\(#([^)]+)\)/g, function (_m, id) { return 'url(#' + p + id + ')'; });
|
|
19
|
+
else if (v && typeof v === 'object') {
|
|
20
|
+
var s = {};
|
|
21
|
+
for (var sk in v) { var sv = v[sk]; s[sk] = typeof sv === 'string' ? sv.replace(/url\(#([^)]+)\)/g, function (_m, id) { return 'url(#' + p + id + ')'; }) : sv; }
|
|
22
|
+
out[k] = s;
|
|
23
|
+
} else out[k] = v;
|
|
24
|
+
}
|
|
25
|
+
return out;
|
|
26
|
+
}
|
|
11
27
|
|
|
12
28
|
const Zoom2025 = react_1.forwardRef(function Zoom2025({ variant = 'default', viewBox, ...props }, ref) {
|
|
29
|
+
const _p = 'tsvg' + react_1.useId().replace(/[^a-zA-Z0-9]/g, '') + '-';
|
|
13
30
|
const _v = _variants[variant] || _variants.default;
|
|
14
31
|
return react_1.createElement(
|
|
15
32
|
'svg',
|
|
@@ -17,7 +34,7 @@ const Zoom2025 = react_1.forwardRef(function Zoom2025({ variant = 'default', vie
|
|
|
17
34
|
..._v.childNodes
|
|
18
35
|
.map(function _c(el) {
|
|
19
36
|
if (typeof el === 'string') return el;
|
|
20
|
-
return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
37
|
+
return react_1.createElement(el.type, _ns(el.props, _p), ...(el.children || []).map(_c));
|
|
21
38
|
})
|
|
22
39
|
);
|
|
23
40
|
});
|
package/dist/zoom-2025.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
5
5
|
|
|
6
|
-
export type Zoom2025Variant = 'default' | '
|
|
6
|
+
export type Zoom2025Variant = 'default' | 'light' | 'wordmark';
|
|
7
7
|
|
|
8
8
|
export interface Zoom2025Props extends SVGProps<SVGSVGElement> {
|
|
9
9
|
/** Which icon variant to render. Defaults to "default". */
|
package/dist/zoom-2025.js
CHANGED
|
@@ -1,13 +1,30 @@
|
|
|
1
1
|
// @thesvg/react — Zoom (2025)
|
|
2
2
|
// Auto-generated. Do not edit.
|
|
3
|
-
// Variants: default,
|
|
3
|
+
// Variants: default, light, wordmark
|
|
4
4
|
|
|
5
|
-
import { forwardRef, createElement } from 'react';
|
|
5
|
+
import { forwardRef, createElement, useId } from 'react';
|
|
6
6
|
|
|
7
|
-
const _variants = {"default":{"viewBox":"0 0 1426 321","fill":"#0B5CFF","childNodes":[{"type":"g","props":{"transform":"translate(0,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"},"children":[{"type":"path","props":{"d":"M0 9376 c0 -63 4 -117 9 -121 6 -3 12 -27 16 -53 14 -124 78 -347\n130 -453 14 -29 25 -56 25 -59 0 -4 22 -45 48 -91 130 -228 254 -381 427 -527\n276 -233 604 -382 960 -437 89 -13 342 -15 2072 -15 1085 0 1974 -4 1977 -8 6\n-11 -1716 -1728 -3084 -3075 -283 -278 -918 -908 -1411 -1399 -769 -767 -904\n-905 -951 -978 -98 -150 -164 -314 -187 -461 -5 -32 -14 -66 -20 -77 -18 -33\n-14 -333 4 -368 8 -16 15 -43 15 -59 0 -30 58 -224 78 -261 6 -10 20 -39 32\n-64 62 -131 153 -253 275 -368 221 -210 513 -334 848 -362 195 -16 7679 -14\n7695 2 7 7 12 35 12 63 0 59 -33 288 -51 360 -15 59 -76 250 -88 273 -5 10\n-28 59 -52 111 -90 192 -260 419 -428 569 -81 72 -195 162 -206 162 -4 0 -24\n12 -44 28 -20 15 -54 37 -76 49 -84 45 -196 101 -212 106 -10 3 -43 15 -73 27\n-61 24 -117 40 -235 69 -197 47 -87 45 -2505 48 -1256 2 -2288 7 -2293 12 -4\n4 171 183 390 396 402 393 958 943 2333 2310 415 413 852 845 970 960 118 116\n541 535 940 930 784 778 795 790 900 995 48 93 89 221 115 354 20 102 17 375\n-4 461 -68 275 -172 475 -335 644 -73 75 -207 186 -246 204 -8 4 -28 16 -45\n26 -90 58 -248 119 -420 163 l-90 22 -3607 3 -3608 3 0 -114z M9134 6599 c-6 -8 -14 -23 -17 -34 -3 -11 -15 -45 -26 -75 -31 -79\n-115 -335 -134 -405 -80 -303 -119 -515 -152 -837 -20 -197 -20 -682 0 -867\n19 -173 44 -356 55 -401 5 -19 11 -55 15 -80 22 -157 121 -507 225 -789 32\n-88 37 -98 45 -89 3 2 4 812 3 1798 -2 1312 -6 1789 -14 1779z"},"children":[]}]},{"type":"g","props":{"transform":"translate(992,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"},"children":[{"type":"path","props":{"d":"M3525 9621 c-3 -5 -36 -12 -73 -15 -150 -14 -378 -58 -567 -112 -115\n-32 -314 -101 -352 -122 -12 -7 -26 -12 -32 -12 -19 0 -231 -101 -366 -175\n-122 -67 -271 -161 -423 -270 -230 -165 -651 -585 -792 -792 -8 -11 -36 -51\n-62 -88 -27 -36 -48 -68 -48 -72 0 -3 -13 -22 -28 -42 -16 -20 -32 -43 -35\n-51 -4 -8 -16 -28 -27 -45 -11 -16 -24 -39 -30 -50 -6 -11 -20 -36 -31 -55\n-29 -47 -149 -283 -149 -292 0 -3 -13 -35 -28 -70 -25 -56 -36 -81 -74 -178\n-66 -167 -145 -476 -182 -710 -46 -286 -44 -183 -45 -3338 -1 -2787 0 -2983\n16 -2989 21 -8 289 12 363 28 122 25 339 102 464 164 138 69 145 73 215 120\n24 17 55 37 69 47 58 39 211 180 292 269 195 217 351 512 420 794 45 184 43\n59 49 2370 5 1668 10 2196 19 2250 35 198 58 283 119 438 99 255 280 508 495\n696 55 47 130 106 166 131 83 56 231 140 246 140 7 0 16 4 21 9 14 12 189 77\n255 95 30 8 73 19 96 25 68 18 313 42 409 40 185 -4 371 -36 555 -96 65 -22\n73 -25 205 -89 297 -143 532 -348 710 -618 51 -78 71 -113 112 -191 86 -164\n149 -377 172 -580 9 -72 13 -702 15 -2250 2 -1607 6 -2161 14 -2195 7 -25 15\n-61 18 -80 16 -104 81 -312 130 -415 13 -29 24 -55 24 -58 0 -10 120 -210 153\n-255 112 -152 195 -242 317 -346 82 -69 199 -155 230 -169 8 -4 29 -16 45 -27\n17 -10 62 -35 100 -54 218 -108 427 -170 667 -196 142 -15 179 -14 184 8 2 9\n5 1358 7 2997 l2 2980 22 105 c20 96 48 209 72 285 28 92 122 287 181 380 11\n17 23 37 27 45 12 27 96 133 176 223 215 240 486 411 807 509 187 57 287 71\n515 71 201 0 287 -10 440 -50 427 -111 808 -382 1052 -748 155 -232 260 -518\n284 -775 4 -47 8 -1014 8 -2150 1 -2326 -1 -2262 75 -2530 132 -470 462 -891\n881 -1122 260 -144 589 -239 850 -247 l75 -2 -3 3118 c-2 2295 -6 3131 -15\n3168 -6 28 -18 93 -27 145 -25 145 -73 330 -126 490 -54 165 -75 223 -88 248\n-5 9 -26 55 -46 102 -65 146 -100 214 -212 410 -49 85 -118 185 -238 345 -144\n193 -462 519 -650 668 -110 86 -338 247 -351 247 -3 0 -20 11 -37 24 -49 36\n-390 216 -410 216 -4 0 -30 11 -59 24 -105 49 -351 135 -483 169 -265 69 -362\n84 -755 119 -176 16 -479 15 -575 -1 -38 -6 -119 -18 -180 -27 -240 -34 -529\n-113 -811 -222 -146 -56 -434 -201 -542 -273 -24 -16 -45 -29 -47 -29 -3 0\n-105 -69 -209 -140 -86 -59 -285 -230 -406 -348 -80 -78 -147 -142 -149 -142\n-2 0 -70 65 -152 144 -226 220 -427 376 -679 527 -125 75 -386 208 -490 248\n-30 12 -64 26 -75 30 -27 11 -102 40 -145 56 -44 16 -204 64 -250 75 -237 55\n-353 77 -484 90 -55 5 -104 14 -110 20 -13 13 -683 14 -691 1z"},"children":[]}]},{"type":"circle","props":{"cx":"455","cy":"160.5","r":"130.5","fill":"none","stroke":"#0B5CFF","strokeWidth":"63"},"children":[]},{"type":"circle","props":{"cx":"804","cy":"160.5","r":"130.5","fill":"none","stroke":"#0B5CFF","strokeWidth":"63"},"children":[]}]},"mono":{"viewBox":"0 0 1426 321","fill":"currentColor","childNodes":[{"type":"g","props":{"transform":"translate(0,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"},"children":[{"type":"path","props":{"d":"M0 9376 c0 -63 4 -117 9 -121 6 -3 12 -27 16 -53 14 -124 78 -347\n130 -453 14 -29 25 -56 25 -59 0 -4 22 -45 48 -91 130 -228 254 -381 427 -527\n276 -233 604 -382 960 -437 89 -13 342 -15 2072 -15 1085 0 1974 -4 1977 -8 6\n-11 -1716 -1728 -3084 -3075 -283 -278 -918 -908 -1411 -1399 -769 -767 -904\n-905 -951 -978 -98 -150 -164 -314 -187 -461 -5 -32 -14 -66 -20 -77 -18 -33\n-14 -333 4 -368 8 -16 15 -43 15 -59 0 -30 58 -224 78 -261 6 -10 20 -39 32\n-64 62 -131 153 -253 275 -368 221 -210 513 -334 848 -362 195 -16 7679 -14\n7695 2 7 7 12 35 12 63 0 59 -33 288 -51 360 -15 59 -76 250 -88 273 -5 10\n-28 59 -52 111 -90 192 -260 419 -428 569 -81 72 -195 162 -206 162 -4 0 -24\n12 -44 28 -20 15 -54 37 -76 49 -84 45 -196 101 -212 106 -10 3 -43 15 -73 27\n-61 24 -117 40 -235 69 -197 47 -87 45 -2505 48 -1256 2 -2288 7 -2293 12 -4\n4 171 183 390 396 402 393 958 943 2333 2310 415 413 852 845 970 960 118 116\n541 535 940 930 784 778 795 790 900 995 48 93 89 221 115 354 20 102 17 375\n-4 461 -68 275 -172 475 -335 644 -73 75 -207 186 -246 204 -8 4 -28 16 -45\n26 -90 58 -248 119 -420 163 l-90 22 -3607 3 -3608 3 0 -114z M9134 6599 c-6 -8 -14 -23 -17 -34 -3 -11 -15 -45 -26 -75 -31 -79\n-115 -335 -134 -405 -80 -303 -119 -515 -152 -837 -20 -197 -20 -682 0 -867\n19 -173 44 -356 55 -401 5 -19 11 -55 15 -80 22 -157 121 -507 225 -789 32\n-88 37 -98 45 -89 3 2 4 812 3 1798 -2 1312 -6 1789 -14 1779z"},"children":[]}]},{"type":"g","props":{"transform":"translate(992,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"},"children":[{"type":"path","props":{"d":"M3525 9621 c-3 -5 -36 -12 -73 -15 -150 -14 -378 -58 -567 -112 -115\n-32 -314 -101 -352 -122 -12 -7 -26 -12 -32 -12 -19 0 -231 -101 -366 -175\n-122 -67 -271 -161 -423 -270 -230 -165 -651 -585 -792 -792 -8 -11 -36 -51\n-62 -88 -27 -36 -48 -68 -48 -72 0 -3 -13 -22 -28 -42 -16 -20 -32 -43 -35\n-51 -4 -8 -16 -28 -27 -45 -11 -16 -24 -39 -30 -50 -6 -11 -20 -36 -31 -55\n-29 -47 -149 -283 -149 -292 0 -3 -13 -35 -28 -70 -25 -56 -36 -81 -74 -178\n-66 -167 -145 -476 -182 -710 -46 -286 -44 -183 -45 -3338 -1 -2787 0 -2983\n16 -2989 21 -8 289 12 363 28 122 25 339 102 464 164 138 69 145 73 215 120\n24 17 55 37 69 47 58 39 211 180 292 269 195 217 351 512 420 794 45 184 43\n59 49 2370 5 1668 10 2196 19 2250 35 198 58 283 119 438 99 255 280 508 495\n696 55 47 130 106 166 131 83 56 231 140 246 140 7 0 16 4 21 9 14 12 189 77\n255 95 30 8 73 19 96 25 68 18 313 42 409 40 185 -4 371 -36 555 -96 65 -22\n73 -25 205 -89 297 -143 532 -348 710 -618 51 -78 71 -113 112 -191 86 -164\n149 -377 172 -580 9 -72 13 -702 15 -2250 2 -1607 6 -2161 14 -2195 7 -25 15\n-61 18 -80 16 -104 81 -312 130 -415 13 -29 24 -55 24 -58 0 -10 120 -210 153\n-255 112 -152 195 -242 317 -346 82 -69 199 -155 230 -169 8 -4 29 -16 45 -27\n17 -10 62 -35 100 -54 218 -108 427 -170 667 -196 142 -15 179 -14 184 8 2 9\n5 1358 7 2997 l2 2980 22 105 c20 96 48 209 72 285 28 92 122 287 181 380 11\n17 23 37 27 45 12 27 96 133 176 223 215 240 486 411 807 509 187 57 287 71\n515 71 201 0 287 -10 440 -50 427 -111 808 -382 1052 -748 155 -232 260 -518\n284 -775 4 -47 8 -1014 8 -2150 1 -2326 -1 -2262 75 -2530 132 -470 462 -891\n881 -1122 260 -144 589 -239 850 -247 l75 -2 -3 3118 c-2 2295 -6 3131 -15\n3168 -6 28 -18 93 -27 145 -25 145 -73 330 -126 490 -54 165 -75 223 -88 248\n-5 9 -26 55 -46 102 -65 146 -100 214 -212 410 -49 85 -118 185 -238 345 -144\n193 -462 519 -650 668 -110 86 -338 247 -351 247 -3 0 -20 11 -37 24 -49 36\n-390 216 -410 216 -4 0 -30 11 -59 24 -105 49 -351 135 -483 169 -265 69 -362\n84 -755 119 -176 16 -479 15 -575 -1 -38 -6 -119 -18 -180 -27 -240 -34 -529\n-113 -811 -222 -146 -56 -434 -201 -542 -273 -24 -16 -45 -29 -47 -29 -3 0\n-105 -69 -209 -140 -86 -59 -285 -230 -406 -348 -80 -78 -147 -142 -149 -142\n-2 0 -70 65 -152 144 -226 220 -427 376 -679 527 -125 75 -386 208 -490 248\n-30 12 -64 26 -75 30 -27 11 -102 40 -145 56 -44 16 -204 64 -250 75 -237 55\n-353 77 -484 90 -55 5 -104 14 -110 20 -13 13 -683 14 -691 1z"},"children":[]}]},{"type":"circle","props":{"cx":"455","cy":"160.5","r":"130.5","fill":"none","stroke":"currentColor","strokeWidth":"63"},"children":[]},{"type":"circle","props":{"cx":"804","cy":"160.5","r":"130.5","fill":"none","stroke":"currentColor","strokeWidth":"63"},"children":[]}]},"light":{"viewBox":"0 0 1426 321","fill":"#000","childNodes":[{"type":"g","props":{"transform":"translate(0,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"},"children":[{"type":"path","props":{"d":"M0 9376 c0 -63 4 -117 9 -121 6 -3 12 -27 16 -53 14 -124 78 -347\n130 -453 14 -29 25 -56 25 -59 0 -4 22 -45 48 -91 130 -228 254 -381 427 -527\n276 -233 604 -382 960 -437 89 -13 342 -15 2072 -15 1085 0 1974 -4 1977 -8 6\n-11 -1716 -1728 -3084 -3075 -283 -278 -918 -908 -1411 -1399 -769 -767 -904\n-905 -951 -978 -98 -150 -164 -314 -187 -461 -5 -32 -14 -66 -20 -77 -18 -33\n-14 -333 4 -368 8 -16 15 -43 15 -59 0 -30 58 -224 78 -261 6 -10 20 -39 32\n-64 62 -131 153 -253 275 -368 221 -210 513 -334 848 -362 195 -16 7679 -14\n7695 2 7 7 12 35 12 63 0 59 -33 288 -51 360 -15 59 -76 250 -88 273 -5 10\n-28 59 -52 111 -90 192 -260 419 -428 569 -81 72 -195 162 -206 162 -4 0 -24\n12 -44 28 -20 15 -54 37 -76 49 -84 45 -196 101 -212 106 -10 3 -43 15 -73 27\n-61 24 -117 40 -235 69 -197 47 -87 45 -2505 48 -1256 2 -2288 7 -2293 12 -4\n4 171 183 390 396 402 393 958 943 2333 2310 415 413 852 845 970 960 118 116\n541 535 940 930 784 778 795 790 900 995 48 93 89 221 115 354 20 102 17 375\n-4 461 -68 275 -172 475 -335 644 -73 75 -207 186 -246 204 -8 4 -28 16 -45\n26 -90 58 -248 119 -420 163 l-90 22 -3607 3 -3608 3 0 -114z M9134 6599 c-6 -8 -14 -23 -17 -34 -3 -11 -15 -45 -26 -75 -31 -79\n-115 -335 -134 -405 -80 -303 -119 -515 -152 -837 -20 -197 -20 -682 0 -867\n19 -173 44 -356 55 -401 5 -19 11 -55 15 -80 22 -157 121 -507 225 -789 32\n-88 37 -98 45 -89 3 2 4 812 3 1798 -2 1312 -6 1789 -14 1779z"},"children":[]}]},{"type":"g","props":{"transform":"translate(992,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"},"children":[{"type":"path","props":{"d":"M3525 9621 c-3 -5 -36 -12 -73 -15 -150 -14 -378 -58 -567 -112 -115\n-32 -314 -101 -352 -122 -12 -7 -26 -12 -32 -12 -19 0 -231 -101 -366 -175\n-122 -67 -271 -161 -423 -270 -230 -165 -651 -585 -792 -792 -8 -11 -36 -51\n-62 -88 -27 -36 -48 -68 -48 -72 0 -3 -13 -22 -28 -42 -16 -20 -32 -43 -35\n-51 -4 -8 -16 -28 -27 -45 -11 -16 -24 -39 -30 -50 -6 -11 -20 -36 -31 -55\n-29 -47 -149 -283 -149 -292 0 -3 -13 -35 -28 -70 -25 -56 -36 -81 -74 -178\n-66 -167 -145 -476 -182 -710 -46 -286 -44 -183 -45 -3338 -1 -2787 0 -2983\n16 -2989 21 -8 289 12 363 28 122 25 339 102 464 164 138 69 145 73 215 120\n24 17 55 37 69 47 58 39 211 180 292 269 195 217 351 512 420 794 45 184 43\n59 49 2370 5 1668 10 2196 19 2250 35 198 58 283 119 438 99 255 280 508 495\n696 55 47 130 106 166 131 83 56 231 140 246 140 7 0 16 4 21 9 14 12 189 77\n255 95 30 8 73 19 96 25 68 18 313 42 409 40 185 -4 371 -36 555 -96 65 -22\n73 -25 205 -89 297 -143 532 -348 710 -618 51 -78 71 -113 112 -191 86 -164\n149 -377 172 -580 9 -72 13 -702 15 -2250 2 -1607 6 -2161 14 -2195 7 -25 15\n-61 18 -80 16 -104 81 -312 130 -415 13 -29 24 -55 24 -58 0 -10 120 -210 153\n-255 112 -152 195 -242 317 -346 82 -69 199 -155 230 -169 8 -4 29 -16 45 -27\n17 -10 62 -35 100 -54 218 -108 427 -170 667 -196 142 -15 179 -14 184 8 2 9\n5 1358 7 2997 l2 2980 22 105 c20 96 48 209 72 285 28 92 122 287 181 380 11\n17 23 37 27 45 12 27 96 133 176 223 215 240 486 411 807 509 187 57 287 71\n515 71 201 0 287 -10 440 -50 427 -111 808 -382 1052 -748 155 -232 260 -518\n284 -775 4 -47 8 -1014 8 -2150 1 -2326 -1 -2262 75 -2530 132 -470 462 -891\n881 -1122 260 -144 589 -239 850 -247 l75 -2 -3 3118 c-2 2295 -6 3131 -15\n3168 -6 28 -18 93 -27 145 -25 145 -73 330 -126 490 -54 165 -75 223 -88 248\n-5 9 -26 55 -46 102 -65 146 -100 214 -212 410 -49 85 -118 185 -238 345 -144\n193 -462 519 -650 668 -110 86 -338 247 -351 247 -3 0 -20 11 -37 24 -49 36\n-390 216 -410 216 -4 0 -30 11 -59 24 -105 49 -351 135 -483 169 -265 69 -362\n84 -755 119 -176 16 -479 15 -575 -1 -38 -6 -119 -18 -180 -27 -240 -34 -529\n-113 -811 -222 -146 -56 -434 -201 -542 -273 -24 -16 -45 -29 -47 -29 -3 0\n-105 -69 -209 -140 -86 -59 -285 -230 -406 -348 -80 -78 -147 -142 -149 -142\n-2 0 -70 65 -152 144 -226 220 -427 376 -679 527 -125 75 -386 208 -490 248\n-30 12 -64 26 -75 30 -27 11 -102 40 -145 56 -44 16 -204 64 -250 75 -237 55\n-353 77 -484 90 -55 5 -104 14 -110 20 -13 13 -683 14 -691 1z"},"children":[]}]},{"type":"circle","props":{"cx":"455","cy":"160.5","r":"130.5","fill":"none","stroke":"#000","strokeWidth":"63"},"children":[]},{"type":"circle","props":{"cx":"804","cy":"160.5","r":"130.5","fill":"none","stroke":"#000","strokeWidth":"63"},"children":[]}]}};
|
|
7
|
+
const _variants = {"default":{"viewBox":"0 0 512 512","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Zoom"]},{"type":"defs","props":{},"children":[{"type":"linearGradient","props":{"id":"zoom-2025-gradient","x1":"0","x2":"1","y1":"0","y2":"0","gradientTransform":"rotate(-60 88.792 30.85)scale(109.282)","gradientUnits":"userSpaceOnUse"},"children":[{"type":"stop","props":{"offset":"0","stopColor":"#0845bf"},"children":[]},{"type":"stop","props":{"offset":".6","stopColor":"#0b5cff"},"children":[]},{"type":"stop","props":{"offset":"1","stopColor":"#4f90ee"},"children":[]}]}]},{"type":"path","props":{"fill":"url(#zoom-2025-gradient)","d":"M84.06 37.19V52.8c0 17.25-14 31.25-31.25 31.25H37.2c-17.25 0-31.25-14-31.25-31.25V37.2c0-17.25 14-31.25 31.25-31.25h15.6c17.25 0 31.25 14 31.25 31.25","transform":"matrix(6.4 0 0 6.4 -32 -32)"},"children":[]},{"type":"path","props":{"fill":"#fff","d":"M152.08 295.51H88.07c-4.49 0-8.5-2.67-10.22-6.82a11.05 11.05 0 0 1 2.4-12.07l44.33-44.33H92.81a15.8 15.8 0 0 1-15.8-15.8h59.02c4.5 0 8.5 2.68 10.22 6.83a11 11 0 0 1-2.4 12.05l-44.33 44.34h36.75a15.8 15.8 0 0 1 15.81 15.8M435 246.11a30.86 30.86 0 0 0-30.82-30.81 30.8 30.8 0 0 0-22.92 10.24 30.8 30.8 0 0 0-22.92-10.24 30.86 30.86 0 0 0-30.82 30.82v49.4a15.8 15.8 0 0 0 15.8-15.81v-33.6a15.03 15.03 0 0 1 30.03 0v33.6a15.8 15.8 0 0 0 15.81 15.8v-49.4a15.03 15.03 0 0 1 30.04 0v33.6a15.8 15.8 0 0 0 15.8 15.8zm-115.38 9.9a40.7 40.7 0 1 1-81.4-.01 40.7 40.7 0 0 1 81.4 0m-15.8 0a24.9 24.9 0 1 0-49.8-.01 24.9 24.9 0 0 0 49.8 0m-71.92 0a40.7 40.7 0 1 1-81.4 0 40.7 40.7 0 0 1 81.4 0m-15.8 0a24.9 24.9 0 1 0-49.8-.01 24.9 24.9 0 0 0 49.8 0"},"children":[]}]},"light":{"viewBox":"0 0 512 512","fill":"currentColor","childNodes":[{"type":"title","props":{},"children":["Zoom"]},{"type":"path","props":{"fill":"#fff","d":"M506 206v100c0 110.38-89.62 200-200 200H206C95.62 506 6 416.38 6 306V206C6 95.62 95.62 6 206 6h100c110.38 0 200 89.62 200 200"},"children":[]},{"type":"path","props":{"fill":"#0b5cff","d":"M152.08 295.51H88.07c-4.49 0-8.5-2.67-10.22-6.82a11.05 11.05 0 0 1 2.4-12.07l44.33-44.33H92.81a15.8 15.8 0 0 1-15.8-15.8h59.02c4.5 0 8.5 2.68 10.22 6.83a11 11 0 0 1-2.4 12.05l-44.33 44.34h36.75a15.8 15.8 0 0 1 15.81 15.8M435 246.11a30.86 30.86 0 0 0-30.82-30.81 30.8 30.8 0 0 0-22.92 10.24 30.8 30.8 0 0 0-22.92-10.24 30.86 30.86 0 0 0-30.82 30.82v49.4a15.8 15.8 0 0 0 15.8-15.81v-33.6a15.03 15.03 0 0 1 30.03 0v33.6a15.8 15.8 0 0 0 15.81 15.8v-49.4a15.03 15.03 0 0 1 30.04 0v33.6a15.8 15.8 0 0 0 15.8 15.8zm-115.38 9.9a40.7 40.7 0 1 1-81.4-.01 40.7 40.7 0 0 1 81.4 0m-15.8 0a24.9 24.9 0 1 0-49.8-.01 24.9 24.9 0 0 0 49.8 0m-71.92 0a40.7 40.7 0 1 1-81.4 0 40.7 40.7 0 0 1 81.4 0m-15.8 0a24.9 24.9 0 1 0-49.8-.01 24.9 24.9 0 0 0 49.8 0"},"children":[]}]},"wordmark":{"viewBox":"0 0 1426 321","fill":"#0b5cff","childNodes":[{"type":"title","props":{},"children":["Zoom"]},{"type":"path","props":{"d":"M0 8.5c0 2 .1 3.9.3 4q.3.3.5 1.8a60 60 0 0 0 6.8 20 65 65 0 0 0 46.2 32.1c3 .5 11.4.6 69.1.6 36.2 0 65.8.1 65.9.3.2.3-57.2 57.6-102.8 102.5l-47 46.6C13.3 242 8.8 246.6 7.3 249 4 254 1.8 259.5 1 264.4c-.1 1-.4 2.2-.6 2.5A42 42 0 0 0 4.7 292a41 41 0 0 0 9.1 12.3q11.3 10.6 28.3 12c6.5.6 256 .5 256.5 0q.3-.6.4-2.1c0-2-1.1-9.6-1.7-12-.5-2-2.5-8.4-3-9.1l-1.7-3.7A65 65 0 0 0 258 258a62 62 0 0 0-7.8-2.3c-6.6-1.6-3-1.5-83.5-1.6-41.9 0-76.3-.2-76.5-.4a233 233 0 0 1 13-13.2c13.4-13.1 32-31.4 77.8-77l32.3-32 31.4-31c26.1-26 26.5-26.3 30-33.2a42 42 0 0 0 3.7-27.1A45 45 0 0 0 259 11.9l-1.5-.9c-3-1.9-8.3-4-14-5.4l-3-.7-120.2-.1L0 4.7zM304.5 101l-.6 1.2-.9 2.5a162 162 0 0 0-7.2 86.3c.8 5.2 4 16.9 7.5 26.3 1.1 3 1.3 3.3 1.5 3 .1-.1.2-27.1.1-60 0-43.7-.2-59.6-.4-59.3M1109.5.3c-.1.2-1.2.4-2.4.5a117 117 0 0 0-44 14c-4 2.3-9 5.4-14 9a151 151 0 0 0-26.4 26.4l-2.1 3q-1.5 2-1.6 2.4l-1 1.4-1.1 1.7-.9 1.5-1 1.6-1 1.9a138 138 0 0 0-8.4 18c-2.2 5.5-4.8 15.8-6 23.6-1.6 9.6-1.5 6.1-1.6 111.3 0 92.9 0 99.4.6 99.6.7.3 9.6-.4 12-.9a80 80 0 0 0 22.7-9.5l2.3-1.5a64 64 0 0 0 23.7-35.4c1.5-6.2 1.5-2 1.7-79 .1-55.7.3-73.3.6-75a63 63 0 0 1 26-42.2 56 56 0 0 1 17.4-8.2l3.2-.8a64 64 0 0 1 39 4.8 58 58 0 0 1 27.4 27c2.8 5.5 5 12.6 5.7 19.3.3 2.4.4 23.4.5 75 0 53.6.2 72 .5 73.2l.6 2.7a66 66 0 0 0 10.2 24.2 62 62 0 0 0 23 19.9 64 64 0 0 0 22.3 6.5c4.7.5 6 .5 6.1-.2l.3-100v-99.3l.8-3.5c.6-3.2 1.6-7 2.4-9.5a72 72 0 0 1 6.9-14.1 58 58 0 0 1 50-26.8c6.6 0 9.5.3 14.6 1.7a61 61 0 0 1 35 24.9 58 58 0 0 1 9.5 25.8c.2 1.6.3 33.8.3 71.7 0 77.5 0 75.4 2.5 84.3a63 63 0 0 0 57.7 45.7h2.5l-.1-103.9c0-76.5-.2-104.4-.5-105.6l-.9-4.8a122 122 0 0 0-15.7-41.7c-1.7-2.8-4-6.2-8-11.5a156 156 0 0 0-21.6-22.3 134 134 0 0 0-28.6-17 120 120 0 0 0-41.3-9.6 113 113 0 0 0-25.1 1A128 128 0 0 0 1239 18l-1.6 1-7 4.7A143 143 0 0 0 1212 40l-5-4.8a117 117 0 0 0-39-25.8l-2.5-1-4.8-1.9-8.4-2.5c-7.9-1.8-11.7-2.6-16.1-3-1.8-.2-3.5-.5-3.7-.7-.4-.4-22.7-.4-23 0"},"children":[]},{"type":"circle","props":{"cx":"455","cy":"160.5","r":"130.5","fill":"none","stroke":"#0b5cff","strokeWidth":"63"},"children":[]},{"type":"circle","props":{"cx":"804","cy":"160.5","r":"130.5","fill":"none","stroke":"#0b5cff","strokeWidth":"63"},"children":[]}]}};
|
|
8
|
+
|
|
9
|
+
function _ns(props, p) {
|
|
10
|
+
var out = {};
|
|
11
|
+
for (var k in props) {
|
|
12
|
+
var v = props[k];
|
|
13
|
+
if (k === 'id') out[k] = p + v;
|
|
14
|
+
else if (k === 'href' && typeof v === 'string' && v.charCodeAt(0) === 35) out[k] = '#' + p + v.slice(1);
|
|
15
|
+
else if (typeof v === 'string') out[k] = v.replace(/url\(#([^)]+)\)/g, function (_m, id) { return 'url(#' + p + id + ')'; });
|
|
16
|
+
else if (v && typeof v === 'object') {
|
|
17
|
+
var s = {};
|
|
18
|
+
for (var sk in v) { var sv = v[sk]; s[sk] = typeof sv === 'string' ? sv.replace(/url\(#([^)]+)\)/g, function (_m, id) { return 'url(#' + p + id + ')'; }) : sv; }
|
|
19
|
+
out[k] = s;
|
|
20
|
+
} else out[k] = v;
|
|
21
|
+
}
|
|
22
|
+
return out;
|
|
23
|
+
}
|
|
8
24
|
|
|
9
25
|
const Zoom2025 = forwardRef(
|
|
10
26
|
function Zoom2025({ variant = 'default', viewBox, ...props }, ref) {
|
|
27
|
+
const _p = 'tsvg' + useId().replace(/[^a-zA-Z0-9]/g, '') + '-';
|
|
11
28
|
const _v = _variants[variant] || _variants.default;
|
|
12
29
|
return createElement(
|
|
13
30
|
'svg',
|
|
@@ -15,7 +32,7 @@ const Zoom2025 = forwardRef(
|
|
|
15
32
|
..._v.childNodes
|
|
16
33
|
.map(function _c(el) {
|
|
17
34
|
if (typeof el === 'string') return el;
|
|
18
|
-
return createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
35
|
+
return createElement(el.type, _ns(el.props, _p), ...(el.children || []).map(_c));
|
|
19
36
|
})
|
|
20
37
|
);
|
|
21
38
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thesvg/react",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.6",
|
|
4
4
|
"description": "Typed React SVG components for all 3,800+ brand icons from thesvg.org",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/react": "^19.2.17",
|
|
54
|
-
"tsx": "^4.23.
|
|
54
|
+
"tsx": "^4.23.1",
|
|
55
55
|
"typescript": "^6.0.3"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|