@cloud-ru/uikit-product-icons 17.2.0 → 17.3.0
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/CHANGELOG.md +16 -0
- package/dist/cjs/components/logo-icons/GigaIDELogo/GigaIdeLogoDark.d.ts +9 -0
- package/dist/cjs/components/logo-icons/GigaIDELogo/GigaIdeLogoDark.js +67 -0
- package/dist/cjs/components/logo-icons/GigaIDELogo/GigaIdeLogoLight.d.ts +9 -0
- package/dist/cjs/components/logo-icons/GigaIDELogo/GigaIdeLogoLight.js +67 -0
- package/dist/cjs/components/logo-icons/GigaIDELogo/index.d.ts +3 -0
- package/dist/cjs/components/logo-icons/GigaIDELogo/index.js +16 -0
- package/dist/cjs/components/logo-icons/GigaStudioLogo/GigaStudioLogoDark.d.ts +9 -0
- package/dist/cjs/components/logo-icons/GigaStudioLogo/GigaStudioLogoDark.js +67 -0
- package/dist/cjs/components/logo-icons/GigaStudioLogo/GigaStudioLogoLight.d.ts +9 -0
- package/dist/cjs/components/logo-icons/GigaStudioLogo/GigaStudioLogoLight.js +67 -0
- package/dist/cjs/components/logo-icons/GigaStudioLogo/index.d.ts +3 -0
- package/dist/cjs/components/logo-icons/GigaStudioLogo/index.js +16 -0
- package/dist/cjs/components/logo-icons/OuroborosLogo/OuroborosLogoDark.d.ts +9 -0
- package/dist/cjs/components/logo-icons/OuroborosLogo/OuroborosLogoDark.js +67 -0
- package/dist/cjs/components/logo-icons/OuroborosLogo/OuroborosLogoLight.d.ts +9 -0
- package/dist/cjs/components/logo-icons/OuroborosLogo/OuroborosLogoLight.js +67 -0
- package/dist/cjs/components/logo-icons/OuroborosLogo/index.d.ts +3 -0
- package/dist/cjs/components/logo-icons/OuroborosLogo/index.js +16 -0
- package/dist/cjs/components/logo-icons/index.d.ts +3 -0
- package/dist/cjs/components/logo-icons/index.js +9 -3
- package/dist/esm/components/logo-icons/GigaIDELogo/GigaIdeLogoDark.d.ts +9 -0
- package/dist/esm/components/logo-icons/GigaIDELogo/GigaIdeLogoDark.js +32 -0
- package/dist/esm/components/logo-icons/GigaIDELogo/GigaIdeLogoLight.d.ts +9 -0
- package/dist/esm/components/logo-icons/GigaIDELogo/GigaIdeLogoLight.js +32 -0
- package/dist/esm/components/logo-icons/GigaIDELogo/index.d.ts +3 -0
- package/dist/esm/components/logo-icons/GigaIDELogo/index.js +11 -0
- package/dist/esm/components/logo-icons/GigaStudioLogo/GigaStudioLogoDark.d.ts +9 -0
- package/dist/esm/components/logo-icons/GigaStudioLogo/GigaStudioLogoDark.js +32 -0
- package/dist/esm/components/logo-icons/GigaStudioLogo/GigaStudioLogoLight.d.ts +9 -0
- package/dist/esm/components/logo-icons/GigaStudioLogo/GigaStudioLogoLight.js +32 -0
- package/dist/esm/components/logo-icons/GigaStudioLogo/index.d.ts +3 -0
- package/dist/esm/components/logo-icons/GigaStudioLogo/index.js +11 -0
- package/dist/esm/components/logo-icons/OuroborosLogo/OuroborosLogoDark.d.ts +9 -0
- package/dist/esm/components/logo-icons/OuroborosLogo/OuroborosLogoDark.js +32 -0
- package/dist/esm/components/logo-icons/OuroborosLogo/OuroborosLogoLight.d.ts +9 -0
- package/dist/esm/components/logo-icons/OuroborosLogo/OuroborosLogoLight.js +32 -0
- package/dist/esm/components/logo-icons/OuroborosLogo/index.d.ts +3 -0
- package/dist/esm/components/logo-icons/OuroborosLogo/index.js +11 -0
- package/dist/esm/components/logo-icons/index.d.ts +3 -0
- package/dist/esm/components/logo-icons/index.js +3 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# 17.3.0 (2026-04-27)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **PROFCOMM-2703:** applied scss fixes ([7cbee1b](https://github.com/cloud-ru-tech/uikit-product/commit/7cbee1bd74a48a78184db8e164a7864c7e140449))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **PDS-3694:** adds icons GigaIDELogo, GigaStudioLogo, OuroborosLogo ([317ff6d](https://github.com/cloud-ru-tech/uikit-product/commit/317ff6ddc5913fcb08024a7b89491028e1418d49))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# 17.2.0 (2026-04-03)
|
|
7
23
|
|
|
8
24
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
export interface ISvgIconProps extends SVGProps<SVGSVGElement> {
|
|
4
|
+
className?: string;
|
|
5
|
+
size?: number;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgGigaIdeLogoDark: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default SvgGigaIdeLogoDark;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
36
|
+
var t = {};
|
|
37
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
38
|
+
t[p] = s[p];
|
|
39
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
40
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
41
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
42
|
+
t[p[i]] = s[p[i]];
|
|
43
|
+
}
|
|
44
|
+
return t;
|
|
45
|
+
};
|
|
46
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
47
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
48
|
+
// DO NOT EDIT IT MANUALLY
|
|
49
|
+
const React = __importStar(require("react"));
|
|
50
|
+
const SvgGigaIdeLogoDark = React.forwardRef((_a, ref) => {
|
|
51
|
+
var { size } = _a, props = __rest(_a, ["size"]);
|
|
52
|
+
props.width = undefined;
|
|
53
|
+
props.height = undefined;
|
|
54
|
+
const testId = 'icon-giga-ide-logo-dark';
|
|
55
|
+
const style = {};
|
|
56
|
+
const isCustomSize = typeof size === 'number';
|
|
57
|
+
if (isCustomSize) {
|
|
58
|
+
style.width = size + 'px';
|
|
59
|
+
style.height = size + 'px';
|
|
60
|
+
if (!props.style)
|
|
61
|
+
props.style = {};
|
|
62
|
+
props.style.width = size + 'px';
|
|
63
|
+
props.style.height = size + 'px';
|
|
64
|
+
}
|
|
65
|
+
return ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'none', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#GigaIDELogoDark_svg__a)', children: (0, jsx_runtime_1.jsx)("path", { fill: 'url(#GigaIDELogoDark_svg__b)', fillRule: 'evenodd', d: 'm16.649 13.545-3.72.015c-.03 0-.045-.015-.045-.06l.06-2.535c0-.06.03-.09.06-.09h10.815c.165 0 .24 1.275.24.3l-.075 9.3c0 .075-.015.135-.06.18a.16.16 0 0 1-.135.075h-5.88c-.09 0-.135-.06-.135-.165l-.03-1.38c-.015-.075-.03-.09-.075-.06-2.22 1.575-4.605 1.95-7.095 1.86-4.095-.165-9.315-1.17-10.38-7.26-.27-1.5-.27-3.15 0-4.935.93-6.105 6.255-7.185 10.275-7.275 4.44-.105 13.035-.285 13.485 7.815a.17.17 0 0 1-.045.12.1.1 0 0 1-.09.06h-6.825c-.06 0-.09-.03-.105-.09-.48-1.62-1.905-2.07-3.09-2.175-1.815-.165-4.44-.345-5.805.93-1.47 1.38-1.485 4.77.03 6.12.975.87 2.205.945 3.555.99h.015c1.53.045 4.05.12 5.1-1.62.06-.075.045-.12-.045-.12', clipRule: 'evenodd' }) }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: 'GigaIDELogoDark_svg__b', x1: -0.43, x2: 25.504, y1: 25.955, y2: 1.5, gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#C08060' }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.1, stopColor: '#C060A0' }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.9, stopColor: '#FF2040' }), (0, jsx_runtime_1.jsx)("stop", { offset: 1, stopColor: '#FF8000' })] }), (0, jsx_runtime_1.jsx)("clipPath", { id: 'GigaIDELogoDark_svg__a', children: (0, jsx_runtime_1.jsx)("path", { fill: '#fff', d: 'M0 0h24v24H0z' }) })] })] })));
|
|
66
|
+
});
|
|
67
|
+
exports.default = SvgGigaIdeLogoDark;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
export interface ISvgIconProps extends SVGProps<SVGSVGElement> {
|
|
4
|
+
className?: string;
|
|
5
|
+
size?: number;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgGigaIdeLogoLight: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default SvgGigaIdeLogoLight;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
36
|
+
var t = {};
|
|
37
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
38
|
+
t[p] = s[p];
|
|
39
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
40
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
41
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
42
|
+
t[p[i]] = s[p[i]];
|
|
43
|
+
}
|
|
44
|
+
return t;
|
|
45
|
+
};
|
|
46
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
47
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
48
|
+
// DO NOT EDIT IT MANUALLY
|
|
49
|
+
const React = __importStar(require("react"));
|
|
50
|
+
const SvgGigaIdeLogoLight = React.forwardRef((_a, ref) => {
|
|
51
|
+
var { size } = _a, props = __rest(_a, ["size"]);
|
|
52
|
+
props.width = undefined;
|
|
53
|
+
props.height = undefined;
|
|
54
|
+
const testId = 'icon-giga-ide-logo-light';
|
|
55
|
+
const style = {};
|
|
56
|
+
const isCustomSize = typeof size === 'number';
|
|
57
|
+
if (isCustomSize) {
|
|
58
|
+
style.width = size + 'px';
|
|
59
|
+
style.height = size + 'px';
|
|
60
|
+
if (!props.style)
|
|
61
|
+
props.style = {};
|
|
62
|
+
props.style.width = size + 'px';
|
|
63
|
+
props.style.height = size + 'px';
|
|
64
|
+
}
|
|
65
|
+
return ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'none', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#GigaIDELogoLight_svg__a)', children: (0, jsx_runtime_1.jsx)("path", { fill: 'url(#GigaIDELogoLight_svg__b)', fillRule: 'evenodd', d: 'm16.649 13.545-3.72.015c-.03 0-.045-.015-.045-.06l.06-2.535c0-.06.03-.09.06-.09h10.815c.165 0 .24 1.275.24.3l-.075 9.3c0 .075-.015.135-.06.18a.16.16 0 0 1-.135.075h-5.88c-.09 0-.135-.06-.135-.165l-.03-1.38c-.015-.075-.03-.09-.075-.06-2.22 1.575-4.605 1.95-7.095 1.86-4.095-.165-9.315-1.17-10.38-7.26-.27-1.5-.27-3.15 0-4.935.93-6.105 6.255-7.185 10.275-7.275 4.44-.105 13.035-.285 13.485 7.815a.17.17 0 0 1-.045.12.1.1 0 0 1-.09.06h-6.825c-.06 0-.09-.03-.105-.09-.48-1.62-1.905-2.07-3.09-2.175-1.815-.165-4.44-.345-5.805.93-1.47 1.38-1.485 4.77.03 6.12.975.87 2.205.945 3.555.99h.015c1.53.045 4.05.12 5.1-1.62.06-.075.045-.12-.045-.12', clipRule: 'evenodd' }) }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: 'GigaIDELogoLight_svg__b', x1: -0.43, x2: 25.504, y1: 25.955, y2: 1.5, gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#C08060' }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.1, stopColor: '#C060A0' }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.9, stopColor: '#FF2040' }), (0, jsx_runtime_1.jsx)("stop", { offset: 1, stopColor: '#FF8000' })] }), (0, jsx_runtime_1.jsx)("clipPath", { id: 'GigaIDELogoLight_svg__a', children: (0, jsx_runtime_1.jsx)("path", { fill: '#fff', d: 'M0 0h24v24H0z' }) })] })] })));
|
|
66
|
+
});
|
|
67
|
+
exports.default = SvgGigaIdeLogoLight;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
const GigaIdeLogoLight_1 = __importDefault(require("./GigaIdeLogoLight"));
|
|
9
|
+
const GigaIdeLogoDark_1 = __importDefault(require("./GigaIdeLogoDark"));
|
|
10
|
+
const utils_1 = require("../../utils");
|
|
11
|
+
const GigaIDELogoSvg = (0, react_1.forwardRef)(function GigaIDELogoSvg(props, ref) {
|
|
12
|
+
const { isDarkTheme } = (0, utils_1.useThemeModification)();
|
|
13
|
+
const { isDarkBrand } = (0, utils_1.useBrandModification)();
|
|
14
|
+
return isDarkTheme || isDarkBrand ? ((0, jsx_runtime_1.jsx)(GigaIdeLogoDark_1.default, Object.assign({}, props, { ref: ref }))) : ((0, jsx_runtime_1.jsx)(GigaIdeLogoLight_1.default, Object.assign({}, props, { ref: ref })));
|
|
15
|
+
});
|
|
16
|
+
exports.default = GigaIDELogoSvg;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
export interface ISvgIconProps extends SVGProps<SVGSVGElement> {
|
|
4
|
+
className?: string;
|
|
5
|
+
size?: number;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgGigaStudioLogoDark: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default SvgGigaStudioLogoDark;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
36
|
+
var t = {};
|
|
37
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
38
|
+
t[p] = s[p];
|
|
39
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
40
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
41
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
42
|
+
t[p[i]] = s[p[i]];
|
|
43
|
+
}
|
|
44
|
+
return t;
|
|
45
|
+
};
|
|
46
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
47
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
48
|
+
// DO NOT EDIT IT MANUALLY
|
|
49
|
+
const React = __importStar(require("react"));
|
|
50
|
+
const SvgGigaStudioLogoDark = React.forwardRef((_a, ref) => {
|
|
51
|
+
var { size } = _a, props = __rest(_a, ["size"]);
|
|
52
|
+
props.width = undefined;
|
|
53
|
+
props.height = undefined;
|
|
54
|
+
const testId = 'icon-giga-studio-logo-dark';
|
|
55
|
+
const style = {};
|
|
56
|
+
const isCustomSize = typeof size === 'number';
|
|
57
|
+
if (isCustomSize) {
|
|
58
|
+
style.width = size + 'px';
|
|
59
|
+
style.height = size + 'px';
|
|
60
|
+
if (!props.style)
|
|
61
|
+
props.style = {};
|
|
62
|
+
props.style.width = size + 'px';
|
|
63
|
+
props.style.height = size + 'px';
|
|
64
|
+
}
|
|
65
|
+
return ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'none', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: 'url(#GigaStudioLogoDark_svg__a)', children: [(0, jsx_runtime_1.jsx)("path", { fill: '#FF4AB6', d: 'M17.51 0H6.38A6.38 6.38 0 0 0 0 6.379V17.51a6.38 6.38 0 0 0 6.379 6.379H17.51a6.38 6.38 0 0 0 6.379-6.379V6.38A6.38 6.38 0 0 0 17.51 0' }), (0, jsx_runtime_1.jsx)("path", { fill: '#fff', d: 'M3.077 11.846q0-.21.145-.367a.6.6 0 0 1 .368-.179q1.829-.255 3.077-.557 1.238-.29 2.04-.78A3.75 3.75 0 0 0 9.99 8.671q.48-.792.769-2.028.301-1.226.535-3.031a.58.58 0 0 1 .179-.39.54.54 0 0 1 .379-.145q.212 0 .368.145a.58.58 0 0 1 .178.39q.201 1.804.48 3.042.278 1.236.769 2.039a3.8 3.8 0 0 0 1.304 1.293q.814.489 2.063.78 1.26.3 3.1.534a.6.6 0 0 1 .356.179.52.52 0 0 1 .146.367.5.5 0 0 1-.146.368.64.64 0 0 1-.356.19q-1.84.233-3.1.523-1.248.3-2.063.78A3.8 3.8 0 0 0 13.647 15q-.49.802-.77 2.039-.278 1.236-.479 3.053a.57.57 0 0 1-.178.379.52.52 0 0 1-.368.145.54.54 0 0 1-.38-.145.57.57 0 0 1-.178-.38q-.2-1.816-.479-3.052-.278-1.237-.77-2.04a3.7 3.7 0 0 0-1.293-1.292q-.814-.48-2.074-.78-1.26-.289-3.088-.524a.65.65 0 0 1-.368-.189.5.5 0 0 1-.145-.368' })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'GigaStudioLogoDark_svg__a', children: (0, jsx_runtime_1.jsx)("path", { fill: '#fff', d: 'M0 0h24v24H0z' }) }) })] })));
|
|
66
|
+
});
|
|
67
|
+
exports.default = SvgGigaStudioLogoDark;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
export interface ISvgIconProps extends SVGProps<SVGSVGElement> {
|
|
4
|
+
className?: string;
|
|
5
|
+
size?: number;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgGigaStudioLogoLight: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default SvgGigaStudioLogoLight;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
36
|
+
var t = {};
|
|
37
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
38
|
+
t[p] = s[p];
|
|
39
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
40
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
41
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
42
|
+
t[p[i]] = s[p[i]];
|
|
43
|
+
}
|
|
44
|
+
return t;
|
|
45
|
+
};
|
|
46
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
47
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
48
|
+
// DO NOT EDIT IT MANUALLY
|
|
49
|
+
const React = __importStar(require("react"));
|
|
50
|
+
const SvgGigaStudioLogoLight = React.forwardRef((_a, ref) => {
|
|
51
|
+
var { size } = _a, props = __rest(_a, ["size"]);
|
|
52
|
+
props.width = undefined;
|
|
53
|
+
props.height = undefined;
|
|
54
|
+
const testId = 'icon-giga-studio-logo-light';
|
|
55
|
+
const style = {};
|
|
56
|
+
const isCustomSize = typeof size === 'number';
|
|
57
|
+
if (isCustomSize) {
|
|
58
|
+
style.width = size + 'px';
|
|
59
|
+
style.height = size + 'px';
|
|
60
|
+
if (!props.style)
|
|
61
|
+
props.style = {};
|
|
62
|
+
props.style.width = size + 'px';
|
|
63
|
+
props.style.height = size + 'px';
|
|
64
|
+
}
|
|
65
|
+
return ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'none', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: 'url(#GigaStudioLogoLight_svg__a)', children: [(0, jsx_runtime_1.jsx)("path", { fill: '#FF4AB6', d: 'M17.51 0H6.38A6.38 6.38 0 0 0 0 6.379V17.51a6.38 6.38 0 0 0 6.379 6.379H17.51a6.38 6.38 0 0 0 6.379-6.379V6.38A6.38 6.38 0 0 0 17.51 0' }), (0, jsx_runtime_1.jsx)("path", { fill: '#fff', d: 'M3.077 11.846q0-.21.145-.367a.6.6 0 0 1 .368-.179q1.829-.255 3.077-.557 1.238-.29 2.04-.78A3.75 3.75 0 0 0 9.99 8.671q.48-.792.769-2.028.301-1.226.535-3.031a.58.58 0 0 1 .179-.39.54.54 0 0 1 .379-.145q.212 0 .368.145a.58.58 0 0 1 .178.39q.201 1.804.48 3.042.278 1.236.769 2.039a3.8 3.8 0 0 0 1.304 1.293q.814.489 2.063.78 1.26.3 3.1.534a.6.6 0 0 1 .356.179.52.52 0 0 1 .146.367.5.5 0 0 1-.146.368.64.64 0 0 1-.356.19q-1.84.233-3.1.523-1.248.3-2.063.78A3.8 3.8 0 0 0 13.647 15q-.49.802-.77 2.039-.278 1.236-.479 3.053a.57.57 0 0 1-.178.379.52.52 0 0 1-.368.145.54.54 0 0 1-.38-.145.57.57 0 0 1-.178-.38q-.2-1.816-.479-3.052-.278-1.237-.77-2.04a3.7 3.7 0 0 0-1.293-1.292q-.814-.48-2.074-.78-1.26-.289-3.088-.524a.65.65 0 0 1-.368-.189.5.5 0 0 1-.145-.368' })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'GigaStudioLogoLight_svg__a', children: (0, jsx_runtime_1.jsx)("path", { fill: '#fff', d: 'M0 0h24v24H0z' }) }) })] })));
|
|
66
|
+
});
|
|
67
|
+
exports.default = SvgGigaStudioLogoLight;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
const GigaStudioLogoLight_1 = __importDefault(require("./GigaStudioLogoLight"));
|
|
9
|
+
const GigaStudioLogoDark_1 = __importDefault(require("./GigaStudioLogoDark"));
|
|
10
|
+
const utils_1 = require("../../utils");
|
|
11
|
+
const GigaStudioLogoSvg = (0, react_1.forwardRef)(function GigaStudioLogoSvg(props, ref) {
|
|
12
|
+
const { isDarkTheme } = (0, utils_1.useThemeModification)();
|
|
13
|
+
const { isDarkBrand } = (0, utils_1.useBrandModification)();
|
|
14
|
+
return isDarkTheme || isDarkBrand ? ((0, jsx_runtime_1.jsx)(GigaStudioLogoDark_1.default, Object.assign({}, props, { ref: ref }))) : ((0, jsx_runtime_1.jsx)(GigaStudioLogoLight_1.default, Object.assign({}, props, { ref: ref })));
|
|
15
|
+
});
|
|
16
|
+
exports.default = GigaStudioLogoSvg;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
export interface ISvgIconProps extends SVGProps<SVGSVGElement> {
|
|
4
|
+
className?: string;
|
|
5
|
+
size?: number;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgOuroborosLogoDark: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default SvgOuroborosLogoDark;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
36
|
+
var t = {};
|
|
37
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
38
|
+
t[p] = s[p];
|
|
39
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
40
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
41
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
42
|
+
t[p[i]] = s[p[i]];
|
|
43
|
+
}
|
|
44
|
+
return t;
|
|
45
|
+
};
|
|
46
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
47
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
48
|
+
// DO NOT EDIT IT MANUALLY
|
|
49
|
+
const React = __importStar(require("react"));
|
|
50
|
+
const SvgOuroborosLogoDark = React.forwardRef((_a, ref) => {
|
|
51
|
+
var { size } = _a, props = __rest(_a, ["size"]);
|
|
52
|
+
props.width = undefined;
|
|
53
|
+
props.height = undefined;
|
|
54
|
+
const testId = 'icon-ouroboros-logo-dark';
|
|
55
|
+
const style = {};
|
|
56
|
+
const isCustomSize = typeof size === 'number';
|
|
57
|
+
if (isCustomSize) {
|
|
58
|
+
style.width = size + 'px';
|
|
59
|
+
style.height = size + 'px';
|
|
60
|
+
if (!props.style)
|
|
61
|
+
props.style = {};
|
|
62
|
+
props.style.width = size + 'px';
|
|
63
|
+
props.style.height = size + 'px';
|
|
64
|
+
}
|
|
65
|
+
return ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'none', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: 'url(#OuroborosLogoDark_svg__a)', children: [(0, jsx_runtime_1.jsx)("path", { fill: '#020830', d: 'M23.988.012H.012v23.976h23.976z' }), (0, jsx_runtime_1.jsx)("path", { fill: 'url(#OuroborosLogoDark_svg__b)', d: 'M23.988.012H.012v23.976h23.976z' }), (0, jsx_runtime_1.jsx)("path", { fill: '#fff', d: 'M12.657 18.083a6.184 6.184 0 1 0-4.228-1.11.82.82 0 0 1 .354.658c0 .698-.721 1.155-1.293.753a7.877 7.877 0 1 1 5.167 1.4z' }), (0, jsx_runtime_1.jsx)("path", { fill: '#fff', d: 'm13.428 20.602-2.833-.945V17.77l2.833-.944.78 1.194v1.42z' }), (0, jsx_runtime_1.jsx)("path", { fill: '#020830', d: 'M12.065 19.328s.277-.219.53-.151c.251.067.382.396.382.396s-.277.219-.53.151c-.251-.067-.382-.396-.382-.396M12.065 18.062s.277.219.53.151c.251-.067.382-.396.382-.396s-.277-.218-.53-.15c-.251.066-.382.395-.382.395' })] }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("radialGradient", { id: 'OuroborosLogoDark_svg__b', cx: 0, cy: 0, r: 1, gradientTransform: 'matrix(0 24 -16.0109 0 12 0)', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#362CF3' }), (0, jsx_runtime_1.jsx)("stop", { offset: 1, stopColor: '#362CF3', stopOpacity: 0 })] }), (0, jsx_runtime_1.jsx)("clipPath", { id: 'OuroborosLogoDark_svg__a', children: (0, jsx_runtime_1.jsx)("path", { fill: '#fff', d: 'M0 0h24v24H0z' }) })] })] })));
|
|
66
|
+
});
|
|
67
|
+
exports.default = SvgOuroborosLogoDark;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
export interface ISvgIconProps extends SVGProps<SVGSVGElement> {
|
|
4
|
+
className?: string;
|
|
5
|
+
size?: number;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgOuroborosLogoLight: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default SvgOuroborosLogoLight;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
36
|
+
var t = {};
|
|
37
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
38
|
+
t[p] = s[p];
|
|
39
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
40
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
41
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
42
|
+
t[p[i]] = s[p[i]];
|
|
43
|
+
}
|
|
44
|
+
return t;
|
|
45
|
+
};
|
|
46
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
47
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
48
|
+
// DO NOT EDIT IT MANUALLY
|
|
49
|
+
const React = __importStar(require("react"));
|
|
50
|
+
const SvgOuroborosLogoLight = React.forwardRef((_a, ref) => {
|
|
51
|
+
var { size } = _a, props = __rest(_a, ["size"]);
|
|
52
|
+
props.width = undefined;
|
|
53
|
+
props.height = undefined;
|
|
54
|
+
const testId = 'icon-ouroboros-logo-light';
|
|
55
|
+
const style = {};
|
|
56
|
+
const isCustomSize = typeof size === 'number';
|
|
57
|
+
if (isCustomSize) {
|
|
58
|
+
style.width = size + 'px';
|
|
59
|
+
style.height = size + 'px';
|
|
60
|
+
if (!props.style)
|
|
61
|
+
props.style = {};
|
|
62
|
+
props.style.width = size + 'px';
|
|
63
|
+
props.style.height = size + 'px';
|
|
64
|
+
}
|
|
65
|
+
return ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'none', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: 'url(#OuroborosLogoLight_svg__a)', children: [(0, jsx_runtime_1.jsx)("path", { fill: '#020830', d: 'M23.988.012H.012v23.976h23.976z' }), (0, jsx_runtime_1.jsx)("path", { fill: 'url(#OuroborosLogoLight_svg__b)', d: 'M23.988.012H.012v23.976h23.976z' }), (0, jsx_runtime_1.jsx)("path", { fill: '#fff', d: 'M12.657 18.083a6.184 6.184 0 1 0-4.228-1.11.82.82 0 0 1 .354.658c0 .698-.721 1.155-1.293.753a7.877 7.877 0 1 1 5.167 1.4z' }), (0, jsx_runtime_1.jsx)("path", { fill: '#fff', d: 'm13.428 20.602-2.833-.945V17.77l2.833-.944.78 1.194v1.42z' }), (0, jsx_runtime_1.jsx)("path", { fill: '#020830', d: 'M12.065 19.329s.277-.22.53-.152c.251.068.382.396.382.396s-.278.219-.53.151c-.251-.067-.382-.396-.382-.396M12.065 18.062s.277.219.53.151c.251-.067.382-.396.382-.396s-.277-.218-.53-.15c-.251.066-.382.395-.382.395' })] }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("radialGradient", { id: 'OuroborosLogoLight_svg__b', cx: 0, cy: 0, r: 1, gradientTransform: 'matrix(0 24 -16.0109 0 12 0)', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#362CF3' }), (0, jsx_runtime_1.jsx)("stop", { offset: 1, stopColor: '#362CF3', stopOpacity: 0 })] }), (0, jsx_runtime_1.jsx)("clipPath", { id: 'OuroborosLogoLight_svg__a', children: (0, jsx_runtime_1.jsx)("path", { fill: '#fff', d: 'M0 0h24v24H0z' }) })] })] })));
|
|
66
|
+
});
|
|
67
|
+
exports.default = SvgOuroborosLogoLight;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
const OuroborosLogoLight_1 = __importDefault(require("./OuroborosLogoLight"));
|
|
9
|
+
const OuroborosLogoDark_1 = __importDefault(require("./OuroborosLogoDark"));
|
|
10
|
+
const utils_1 = require("../../utils");
|
|
11
|
+
const OuroborosLogoSvg = (0, react_1.forwardRef)(function OuroborosLogoSvg(props, ref) {
|
|
12
|
+
const { isDarkTheme } = (0, utils_1.useThemeModification)();
|
|
13
|
+
const { isDarkBrand } = (0, utils_1.useBrandModification)();
|
|
14
|
+
return isDarkTheme || isDarkBrand ? ((0, jsx_runtime_1.jsx)(OuroborosLogoDark_1.default, Object.assign({}, props, { ref: ref }))) : ((0, jsx_runtime_1.jsx)(OuroborosLogoLight_1.default, Object.assign({}, props, { ref: ref })));
|
|
15
|
+
});
|
|
16
|
+
exports.default = OuroborosLogoSvg;
|
|
@@ -39,6 +39,8 @@ export { default as FluentbitLogoSVG } from './FluentbitLogo';
|
|
|
39
39
|
export { default as GatekeeperLogoSVG } from './GatekeeperLogo';
|
|
40
40
|
export { default as GeminiLogoSVG } from './GeminiLogo';
|
|
41
41
|
export { default as GigaChatLogoSVG } from './GigaChatLogo';
|
|
42
|
+
export { default as GigaIDELogoSVG } from './GigaIDELogo';
|
|
43
|
+
export { default as GigaStudioLogoSVG } from './GigaStudioLogo';
|
|
42
44
|
export { default as GitHubLogoSVG } from './GitHubLogo';
|
|
43
45
|
export { default as GitVerseLogoSVG } from './GitVerseLogo';
|
|
44
46
|
export { default as GitlabLogoSVG } from './GitlabLogo';
|
|
@@ -98,6 +100,7 @@ export { default as OpencartLogoSVG } from './OpencartLogo';
|
|
|
98
100
|
export { default as OracleLinuxLogoSVG } from './OracleLinuxLogo';
|
|
99
101
|
export { default as OracleLogoSVG } from './OracleLogo';
|
|
100
102
|
export { default as OrasLogoSVG } from './OrasLogo';
|
|
103
|
+
export { default as OuroborosLogoSVG } from './OuroborosLogo';
|
|
101
104
|
export { default as OvirtLogoSVG } from './OvirtLogo';
|
|
102
105
|
export { default as PerplexityLogoSVG } from './PerplexityLogo';
|
|
103
106
|
export { default as PlatformvLogoSVG } from './PlatformvLogo';
|
|
@@ -3,9 +3,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.YandexBrowserLogoSVG = exports.WordPressLogoSVG = exports.WindowsServerLogoSVG = exports.WhatsAppLogoSVG = exports.VmwareLogoSVG = exports.VmagentLogoSVG = exports.UbuntuLogoSVG = exports.TtechLogoSVG = exports.TrivyLogoSVG = exports.TelegramLogoSVG = exports.T5LogoSVG = exports.SynapseservicemeshLogoSVG = exports.StrongSwanLogoSVG = exports.SparkLogoSVG = exports.SentosLogoSVG = exports.SberLogoSVG = exports.SberBusinessLogoSVG = exports.SafariBrowserLogoSVG = exports.RustLogoSVG = exports.RubyStackLogoSVG = exports.RuDalleLogoSVG = exports.RockyLinuxLogoSVG = exports.RedshiftLogoSVG = exports.RedmineLogoSVG = exports.ReactLogoSVG = exports.RPMLogoSVG = exports.QwenLogoSVG = exports.PytorchLogoSVG = exports.PythonLogoSVG = exports.ProxmoxLogoSVG = exports.PostgreLogoSVG = exports.PlatformvLogoSVG = exports.PerplexityLogoSVG = exports.OvirtLogoSVG = void 0;
|
|
6
|
+
exports.GoogleAnalyticsLogoSVG = exports.GoogleAdsLogoSVG = exports.GolosLogoSVG = exports.GoLogoSVG = exports.GitlabLogoSVG = exports.GitVerseLogoSVG = exports.GitHubLogoSVG = exports.GigaStudioLogoSVG = exports.GigaIDELogoSVG = exports.GigaChatLogoSVG = exports.GeminiLogoSVG = exports.GatekeeperLogoSVG = exports.FluentbitLogoSVG = exports.FirefoxBrowserLogoSVG = exports.FedoraLogoSVG = exports.ExternaldnsLogoSVG = exports.EsoLogoSVG = exports.DrupalLogoSVG = exports.DockerLogoSVG = exports.DjangoLogoSVG = exports.DisplayvideoLogoSVG = exports.DeepseekLogoSVG = exports.DebianLogoSVG = exports.CsharpLogoSVG = exports.CplusLogoSVG = exports.ConnaisseuerLogoSVG = exports.CloudSqlLogoSVG = exports.CloudSpannerLogoSVG = exports.CloudLogoStageSVG = exports.CloudLogoHybridSVG = exports.CloudLogoDevSVG = exports.CloudLogoSVG = exports.CloudFullLogoSVG = exports.ClickhouseLogoSVG = exports.ClaudeSonnetLogoSVG = exports.CiliumLogoSVG = exports.ChromiumBrowserLogoSVG = exports.CertmanagerLogoSVG = exports.CampaignManagerLogoSVG = exports.CalicoLogoSVG = exports.CSIS3LogoSVG = exports.CSIDriverLogoSVG = exports.BootcampLogoSVG = exports.BigQueryLogoSVG = exports.BaaiLogoSVG = exports.AzureLogoSVG = exports.ApacheLogoSVG = exports.AmazonLogoSVG = exports.AlmaLinuxLogoSVG = exports.AiCloudLogoSVG = void 0;
|
|
7
|
+
exports.OracleLinuxLogoSVG = exports.OpencartLogoSVG = exports.OpenSuseLogoSVG = exports.OpenStackLogoSVG = exports.OpenContainerInitiativeLogoSVG = exports.OpenAiChatGptLogoSVG = exports.NvidiaNemoLogoSVG = exports.NvidiaLogoSVG = exports.NpmLogoSVG = exports.NodejsLogoSVG = exports.NodeexporterLogoSVG = exports.NginxLogoSVG = exports.NginxIngressLogoSVG = exports.N8nLogoSVG = exports.MysqlLogoSVG = exports.MsSqlLogoSVG = exports.ModxLogoSVG = exports.MlflowLogoSVG = exports.MlSpaceLogoSVG = exports.MlSpaceFullLogoSVG = exports.MistralAiLogoSVG = exports.MaxLogoSVG = exports.MattermostLogoSVG = exports.ManagedServiceForRedisLogoSVG = exports.LempLogoSVG = exports.KyvernoLogoSVG = exports.KubestatemetricsLogoSVG = exports.KuberLogoSVG = exports.KotlinLogoSVG = exports.KatadeployLogoSVG = exports.KaggleLogoSVG = exports.K8sgptLogoSVG = exports.K8scleanerLogoSVG = exports.JupiterLogoSVG = exports.JoomlaLogoSVG = exports.JenkinsLogoSVG = exports.JazzLogoSVG = exports.JavaLogoSVG = exports.IstioLogoSVG = exports.IndextsLogoSVG = exports.HuggingfaceLogoSVG = exports.HorovodLogoSVG = exports.HiveLogoSVG = exports.HelmLogoSVG = exports.HdfsLogoSVG = exports.GoogleadManagerLogoSVG = exports.GoogleSheetsLogoSVG = exports.GoogleCloudStorageLogoSVG = exports.GoogleCloudPlatformLogoSVG = exports.GoogleChromeBrowserLogoSVG = void 0;
|
|
8
|
+
exports.YandexBrowserLogoSVG = exports.WordPressLogoSVG = exports.WindowsServerLogoSVG = exports.WhatsAppLogoSVG = exports.VmwareLogoSVG = exports.VmagentLogoSVG = exports.UbuntuLogoSVG = exports.TtechLogoSVG = exports.TrivyLogoSVG = exports.TelegramLogoSVG = exports.T5LogoSVG = exports.SynapseservicemeshLogoSVG = exports.StrongSwanLogoSVG = exports.SparkLogoSVG = exports.SentosLogoSVG = exports.SberLogoSVG = exports.SberBusinessLogoSVG = exports.SafariBrowserLogoSVG = exports.RustLogoSVG = exports.RubyStackLogoSVG = exports.RuDalleLogoSVG = exports.RockyLinuxLogoSVG = exports.RedshiftLogoSVG = exports.RedmineLogoSVG = exports.ReactLogoSVG = exports.RPMLogoSVG = exports.QwenLogoSVG = exports.PytorchLogoSVG = exports.PythonLogoSVG = exports.ProxmoxLogoSVG = exports.PostgreLogoSVG = exports.PlatformvLogoSVG = exports.PerplexityLogoSVG = exports.OvirtLogoSVG = exports.OuroborosLogoSVG = exports.OrasLogoSVG = exports.OracleLogoSVG = void 0;
|
|
9
9
|
var AiCloudLogo_1 = require("./AiCloudLogo");
|
|
10
10
|
Object.defineProperty(exports, "AiCloudLogoSVG", { enumerable: true, get: function () { return __importDefault(AiCloudLogo_1).default; } });
|
|
11
11
|
var AlmaLinuxLogo_1 = require("./AlmaLinuxLogo");
|
|
@@ -88,6 +88,10 @@ var GeminiLogo_1 = require("./GeminiLogo");
|
|
|
88
88
|
Object.defineProperty(exports, "GeminiLogoSVG", { enumerable: true, get: function () { return __importDefault(GeminiLogo_1).default; } });
|
|
89
89
|
var GigaChatLogo_1 = require("./GigaChatLogo");
|
|
90
90
|
Object.defineProperty(exports, "GigaChatLogoSVG", { enumerable: true, get: function () { return __importDefault(GigaChatLogo_1).default; } });
|
|
91
|
+
var GigaIDELogo_1 = require("./GigaIDELogo");
|
|
92
|
+
Object.defineProperty(exports, "GigaIDELogoSVG", { enumerable: true, get: function () { return __importDefault(GigaIDELogo_1).default; } });
|
|
93
|
+
var GigaStudioLogo_1 = require("./GigaStudioLogo");
|
|
94
|
+
Object.defineProperty(exports, "GigaStudioLogoSVG", { enumerable: true, get: function () { return __importDefault(GigaStudioLogo_1).default; } });
|
|
91
95
|
var GitHubLogo_1 = require("./GitHubLogo");
|
|
92
96
|
Object.defineProperty(exports, "GitHubLogoSVG", { enumerable: true, get: function () { return __importDefault(GitHubLogo_1).default; } });
|
|
93
97
|
var GitVerseLogo_1 = require("./GitVerseLogo");
|
|
@@ -206,6 +210,8 @@ var OracleLogo_1 = require("./OracleLogo");
|
|
|
206
210
|
Object.defineProperty(exports, "OracleLogoSVG", { enumerable: true, get: function () { return __importDefault(OracleLogo_1).default; } });
|
|
207
211
|
var OrasLogo_1 = require("./OrasLogo");
|
|
208
212
|
Object.defineProperty(exports, "OrasLogoSVG", { enumerable: true, get: function () { return __importDefault(OrasLogo_1).default; } });
|
|
213
|
+
var OuroborosLogo_1 = require("./OuroborosLogo");
|
|
214
|
+
Object.defineProperty(exports, "OuroborosLogoSVG", { enumerable: true, get: function () { return __importDefault(OuroborosLogo_1).default; } });
|
|
209
215
|
var OvirtLogo_1 = require("./OvirtLogo");
|
|
210
216
|
Object.defineProperty(exports, "OvirtLogoSVG", { enumerable: true, get: function () { return __importDefault(OvirtLogo_1).default; } });
|
|
211
217
|
var PerplexityLogo_1 = require("./PerplexityLogo");
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
export interface ISvgIconProps extends SVGProps<SVGSVGElement> {
|
|
4
|
+
className?: string;
|
|
5
|
+
size?: number;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgGigaIdeLogoDark: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default SvgGigaIdeLogoDark;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
// DO NOT EDIT IT MANUALLY
|
|
14
|
+
import * as React from 'react';
|
|
15
|
+
const SvgGigaIdeLogoDark = React.forwardRef((_a, ref) => {
|
|
16
|
+
var { size } = _a, props = __rest(_a, ["size"]);
|
|
17
|
+
props.width = undefined;
|
|
18
|
+
props.height = undefined;
|
|
19
|
+
const testId = 'icon-giga-ide-logo-dark';
|
|
20
|
+
const style = {};
|
|
21
|
+
const isCustomSize = typeof size === 'number';
|
|
22
|
+
if (isCustomSize) {
|
|
23
|
+
style.width = size + 'px';
|
|
24
|
+
style.height = size + 'px';
|
|
25
|
+
if (!props.style)
|
|
26
|
+
props.style = {};
|
|
27
|
+
props.style.width = size + 'px';
|
|
28
|
+
props.style.height = size + 'px';
|
|
29
|
+
}
|
|
30
|
+
return (_jsxs("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'none', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: [_jsx("g", { clipPath: 'url(#GigaIDELogoDark_svg__a)', children: _jsx("path", { fill: 'url(#GigaIDELogoDark_svg__b)', fillRule: 'evenodd', d: 'm16.649 13.545-3.72.015c-.03 0-.045-.015-.045-.06l.06-2.535c0-.06.03-.09.06-.09h10.815c.165 0 .24 1.275.24.3l-.075 9.3c0 .075-.015.135-.06.18a.16.16 0 0 1-.135.075h-5.88c-.09 0-.135-.06-.135-.165l-.03-1.38c-.015-.075-.03-.09-.075-.06-2.22 1.575-4.605 1.95-7.095 1.86-4.095-.165-9.315-1.17-10.38-7.26-.27-1.5-.27-3.15 0-4.935.93-6.105 6.255-7.185 10.275-7.275 4.44-.105 13.035-.285 13.485 7.815a.17.17 0 0 1-.045.12.1.1 0 0 1-.09.06h-6.825c-.06 0-.09-.03-.105-.09-.48-1.62-1.905-2.07-3.09-2.175-1.815-.165-4.44-.345-5.805.93-1.47 1.38-1.485 4.77.03 6.12.975.87 2.205.945 3.555.99h.015c1.53.045 4.05.12 5.1-1.62.06-.075.045-.12-.045-.12', clipRule: 'evenodd' }) }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: 'GigaIDELogoDark_svg__b', x1: -0.43, x2: 25.504, y1: 25.955, y2: 1.5, gradientUnits: 'userSpaceOnUse', children: [_jsx("stop", { stopColor: '#C08060' }), _jsx("stop", { offset: 0.1, stopColor: '#C060A0' }), _jsx("stop", { offset: 0.9, stopColor: '#FF2040' }), _jsx("stop", { offset: 1, stopColor: '#FF8000' })] }), _jsx("clipPath", { id: 'GigaIDELogoDark_svg__a', children: _jsx("path", { fill: '#fff', d: 'M0 0h24v24H0z' }) })] })] })));
|
|
31
|
+
});
|
|
32
|
+
export default SvgGigaIdeLogoDark;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
export interface ISvgIconProps extends SVGProps<SVGSVGElement> {
|
|
4
|
+
className?: string;
|
|
5
|
+
size?: number;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgGigaIdeLogoLight: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default SvgGigaIdeLogoLight;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
// DO NOT EDIT IT MANUALLY
|
|
14
|
+
import * as React from 'react';
|
|
15
|
+
const SvgGigaIdeLogoLight = React.forwardRef((_a, ref) => {
|
|
16
|
+
var { size } = _a, props = __rest(_a, ["size"]);
|
|
17
|
+
props.width = undefined;
|
|
18
|
+
props.height = undefined;
|
|
19
|
+
const testId = 'icon-giga-ide-logo-light';
|
|
20
|
+
const style = {};
|
|
21
|
+
const isCustomSize = typeof size === 'number';
|
|
22
|
+
if (isCustomSize) {
|
|
23
|
+
style.width = size + 'px';
|
|
24
|
+
style.height = size + 'px';
|
|
25
|
+
if (!props.style)
|
|
26
|
+
props.style = {};
|
|
27
|
+
props.style.width = size + 'px';
|
|
28
|
+
props.style.height = size + 'px';
|
|
29
|
+
}
|
|
30
|
+
return (_jsxs("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'none', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: [_jsx("g", { clipPath: 'url(#GigaIDELogoLight_svg__a)', children: _jsx("path", { fill: 'url(#GigaIDELogoLight_svg__b)', fillRule: 'evenodd', d: 'm16.649 13.545-3.72.015c-.03 0-.045-.015-.045-.06l.06-2.535c0-.06.03-.09.06-.09h10.815c.165 0 .24 1.275.24.3l-.075 9.3c0 .075-.015.135-.06.18a.16.16 0 0 1-.135.075h-5.88c-.09 0-.135-.06-.135-.165l-.03-1.38c-.015-.075-.03-.09-.075-.06-2.22 1.575-4.605 1.95-7.095 1.86-4.095-.165-9.315-1.17-10.38-7.26-.27-1.5-.27-3.15 0-4.935.93-6.105 6.255-7.185 10.275-7.275 4.44-.105 13.035-.285 13.485 7.815a.17.17 0 0 1-.045.12.1.1 0 0 1-.09.06h-6.825c-.06 0-.09-.03-.105-.09-.48-1.62-1.905-2.07-3.09-2.175-1.815-.165-4.44-.345-5.805.93-1.47 1.38-1.485 4.77.03 6.12.975.87 2.205.945 3.555.99h.015c1.53.045 4.05.12 5.1-1.62.06-.075.045-.12-.045-.12', clipRule: 'evenodd' }) }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: 'GigaIDELogoLight_svg__b', x1: -0.43, x2: 25.504, y1: 25.955, y2: 1.5, gradientUnits: 'userSpaceOnUse', children: [_jsx("stop", { stopColor: '#C08060' }), _jsx("stop", { offset: 0.1, stopColor: '#C060A0' }), _jsx("stop", { offset: 0.9, stopColor: '#FF2040' }), _jsx("stop", { offset: 1, stopColor: '#FF8000' })] }), _jsx("clipPath", { id: 'GigaIDELogoLight_svg__a', children: _jsx("path", { fill: '#fff', d: 'M0 0h24v24H0z' }) })] })] })));
|
|
31
|
+
});
|
|
32
|
+
export default SvgGigaIdeLogoLight;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import GigaIDELogoLight from './GigaIdeLogoLight';
|
|
4
|
+
import GigaIDELogoDark from './GigaIdeLogoDark';
|
|
5
|
+
import { useThemeModification, useBrandModification } from '../../utils';
|
|
6
|
+
const GigaIDELogoSvg = forwardRef(function GigaIDELogoSvg(props, ref) {
|
|
7
|
+
const { isDarkTheme } = useThemeModification();
|
|
8
|
+
const { isDarkBrand } = useBrandModification();
|
|
9
|
+
return isDarkTheme || isDarkBrand ? (_jsx(GigaIDELogoDark, Object.assign({}, props, { ref: ref }))) : (_jsx(GigaIDELogoLight, Object.assign({}, props, { ref: ref })));
|
|
10
|
+
});
|
|
11
|
+
export default GigaIDELogoSvg;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
export interface ISvgIconProps extends SVGProps<SVGSVGElement> {
|
|
4
|
+
className?: string;
|
|
5
|
+
size?: number;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgGigaStudioLogoDark: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default SvgGigaStudioLogoDark;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
// DO NOT EDIT IT MANUALLY
|
|
14
|
+
import * as React from 'react';
|
|
15
|
+
const SvgGigaStudioLogoDark = React.forwardRef((_a, ref) => {
|
|
16
|
+
var { size } = _a, props = __rest(_a, ["size"]);
|
|
17
|
+
props.width = undefined;
|
|
18
|
+
props.height = undefined;
|
|
19
|
+
const testId = 'icon-giga-studio-logo-dark';
|
|
20
|
+
const style = {};
|
|
21
|
+
const isCustomSize = typeof size === 'number';
|
|
22
|
+
if (isCustomSize) {
|
|
23
|
+
style.width = size + 'px';
|
|
24
|
+
style.height = size + 'px';
|
|
25
|
+
if (!props.style)
|
|
26
|
+
props.style = {};
|
|
27
|
+
props.style.width = size + 'px';
|
|
28
|
+
props.style.height = size + 'px';
|
|
29
|
+
}
|
|
30
|
+
return (_jsxs("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'none', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: [_jsxs("g", { clipPath: 'url(#GigaStudioLogoDark_svg__a)', children: [_jsx("path", { fill: '#FF4AB6', d: 'M17.51 0H6.38A6.38 6.38 0 0 0 0 6.379V17.51a6.38 6.38 0 0 0 6.379 6.379H17.51a6.38 6.38 0 0 0 6.379-6.379V6.38A6.38 6.38 0 0 0 17.51 0' }), _jsx("path", { fill: '#fff', d: 'M3.077 11.846q0-.21.145-.367a.6.6 0 0 1 .368-.179q1.829-.255 3.077-.557 1.238-.29 2.04-.78A3.75 3.75 0 0 0 9.99 8.671q.48-.792.769-2.028.301-1.226.535-3.031a.58.58 0 0 1 .179-.39.54.54 0 0 1 .379-.145q.212 0 .368.145a.58.58 0 0 1 .178.39q.201 1.804.48 3.042.278 1.236.769 2.039a3.8 3.8 0 0 0 1.304 1.293q.814.489 2.063.78 1.26.3 3.1.534a.6.6 0 0 1 .356.179.52.52 0 0 1 .146.367.5.5 0 0 1-.146.368.64.64 0 0 1-.356.19q-1.84.233-3.1.523-1.248.3-2.063.78A3.8 3.8 0 0 0 13.647 15q-.49.802-.77 2.039-.278 1.236-.479 3.053a.57.57 0 0 1-.178.379.52.52 0 0 1-.368.145.54.54 0 0 1-.38-.145.57.57 0 0 1-.178-.38q-.2-1.816-.479-3.052-.278-1.237-.77-2.04a3.7 3.7 0 0 0-1.293-1.292q-.814-.48-2.074-.78-1.26-.289-3.088-.524a.65.65 0 0 1-.368-.189.5.5 0 0 1-.145-.368' })] }), _jsx("defs", { children: _jsx("clipPath", { id: 'GigaStudioLogoDark_svg__a', children: _jsx("path", { fill: '#fff', d: 'M0 0h24v24H0z' }) }) })] })));
|
|
31
|
+
});
|
|
32
|
+
export default SvgGigaStudioLogoDark;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
export interface ISvgIconProps extends SVGProps<SVGSVGElement> {
|
|
4
|
+
className?: string;
|
|
5
|
+
size?: number;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgGigaStudioLogoLight: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default SvgGigaStudioLogoLight;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
// DO NOT EDIT IT MANUALLY
|
|
14
|
+
import * as React from 'react';
|
|
15
|
+
const SvgGigaStudioLogoLight = React.forwardRef((_a, ref) => {
|
|
16
|
+
var { size } = _a, props = __rest(_a, ["size"]);
|
|
17
|
+
props.width = undefined;
|
|
18
|
+
props.height = undefined;
|
|
19
|
+
const testId = 'icon-giga-studio-logo-light';
|
|
20
|
+
const style = {};
|
|
21
|
+
const isCustomSize = typeof size === 'number';
|
|
22
|
+
if (isCustomSize) {
|
|
23
|
+
style.width = size + 'px';
|
|
24
|
+
style.height = size + 'px';
|
|
25
|
+
if (!props.style)
|
|
26
|
+
props.style = {};
|
|
27
|
+
props.style.width = size + 'px';
|
|
28
|
+
props.style.height = size + 'px';
|
|
29
|
+
}
|
|
30
|
+
return (_jsxs("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'none', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: [_jsxs("g", { clipPath: 'url(#GigaStudioLogoLight_svg__a)', children: [_jsx("path", { fill: '#FF4AB6', d: 'M17.51 0H6.38A6.38 6.38 0 0 0 0 6.379V17.51a6.38 6.38 0 0 0 6.379 6.379H17.51a6.38 6.38 0 0 0 6.379-6.379V6.38A6.38 6.38 0 0 0 17.51 0' }), _jsx("path", { fill: '#fff', d: 'M3.077 11.846q0-.21.145-.367a.6.6 0 0 1 .368-.179q1.829-.255 3.077-.557 1.238-.29 2.04-.78A3.75 3.75 0 0 0 9.99 8.671q.48-.792.769-2.028.301-1.226.535-3.031a.58.58 0 0 1 .179-.39.54.54 0 0 1 .379-.145q.212 0 .368.145a.58.58 0 0 1 .178.39q.201 1.804.48 3.042.278 1.236.769 2.039a3.8 3.8 0 0 0 1.304 1.293q.814.489 2.063.78 1.26.3 3.1.534a.6.6 0 0 1 .356.179.52.52 0 0 1 .146.367.5.5 0 0 1-.146.368.64.64 0 0 1-.356.19q-1.84.233-3.1.523-1.248.3-2.063.78A3.8 3.8 0 0 0 13.647 15q-.49.802-.77 2.039-.278 1.236-.479 3.053a.57.57 0 0 1-.178.379.52.52 0 0 1-.368.145.54.54 0 0 1-.38-.145.57.57 0 0 1-.178-.38q-.2-1.816-.479-3.052-.278-1.237-.77-2.04a3.7 3.7 0 0 0-1.293-1.292q-.814-.48-2.074-.78-1.26-.289-3.088-.524a.65.65 0 0 1-.368-.189.5.5 0 0 1-.145-.368' })] }), _jsx("defs", { children: _jsx("clipPath", { id: 'GigaStudioLogoLight_svg__a', children: _jsx("path", { fill: '#fff', d: 'M0 0h24v24H0z' }) }) })] })));
|
|
31
|
+
});
|
|
32
|
+
export default SvgGigaStudioLogoLight;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import GigaStudioLogoLight from './GigaStudioLogoLight';
|
|
4
|
+
import GigaStudioLogoDark from './GigaStudioLogoDark';
|
|
5
|
+
import { useThemeModification, useBrandModification } from '../../utils';
|
|
6
|
+
const GigaStudioLogoSvg = forwardRef(function GigaStudioLogoSvg(props, ref) {
|
|
7
|
+
const { isDarkTheme } = useThemeModification();
|
|
8
|
+
const { isDarkBrand } = useBrandModification();
|
|
9
|
+
return isDarkTheme || isDarkBrand ? (_jsx(GigaStudioLogoDark, Object.assign({}, props, { ref: ref }))) : (_jsx(GigaStudioLogoLight, Object.assign({}, props, { ref: ref })));
|
|
10
|
+
});
|
|
11
|
+
export default GigaStudioLogoSvg;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
export interface ISvgIconProps extends SVGProps<SVGSVGElement> {
|
|
4
|
+
className?: string;
|
|
5
|
+
size?: number;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgOuroborosLogoDark: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default SvgOuroborosLogoDark;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
// DO NOT EDIT IT MANUALLY
|
|
14
|
+
import * as React from 'react';
|
|
15
|
+
const SvgOuroborosLogoDark = React.forwardRef((_a, ref) => {
|
|
16
|
+
var { size } = _a, props = __rest(_a, ["size"]);
|
|
17
|
+
props.width = undefined;
|
|
18
|
+
props.height = undefined;
|
|
19
|
+
const testId = 'icon-ouroboros-logo-dark';
|
|
20
|
+
const style = {};
|
|
21
|
+
const isCustomSize = typeof size === 'number';
|
|
22
|
+
if (isCustomSize) {
|
|
23
|
+
style.width = size + 'px';
|
|
24
|
+
style.height = size + 'px';
|
|
25
|
+
if (!props.style)
|
|
26
|
+
props.style = {};
|
|
27
|
+
props.style.width = size + 'px';
|
|
28
|
+
props.style.height = size + 'px';
|
|
29
|
+
}
|
|
30
|
+
return (_jsxs("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'none', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: [_jsxs("g", { clipPath: 'url(#OuroborosLogoDark_svg__a)', children: [_jsx("path", { fill: '#020830', d: 'M23.988.012H.012v23.976h23.976z' }), _jsx("path", { fill: 'url(#OuroborosLogoDark_svg__b)', d: 'M23.988.012H.012v23.976h23.976z' }), _jsx("path", { fill: '#fff', d: 'M12.657 18.083a6.184 6.184 0 1 0-4.228-1.11.82.82 0 0 1 .354.658c0 .698-.721 1.155-1.293.753a7.877 7.877 0 1 1 5.167 1.4z' }), _jsx("path", { fill: '#fff', d: 'm13.428 20.602-2.833-.945V17.77l2.833-.944.78 1.194v1.42z' }), _jsx("path", { fill: '#020830', d: 'M12.065 19.328s.277-.219.53-.151c.251.067.382.396.382.396s-.277.219-.53.151c-.251-.067-.382-.396-.382-.396M12.065 18.062s.277.219.53.151c.251-.067.382-.396.382-.396s-.277-.218-.53-.15c-.251.066-.382.395-.382.395' })] }), _jsxs("defs", { children: [_jsxs("radialGradient", { id: 'OuroborosLogoDark_svg__b', cx: 0, cy: 0, r: 1, gradientTransform: 'matrix(0 24 -16.0109 0 12 0)', gradientUnits: 'userSpaceOnUse', children: [_jsx("stop", { stopColor: '#362CF3' }), _jsx("stop", { offset: 1, stopColor: '#362CF3', stopOpacity: 0 })] }), _jsx("clipPath", { id: 'OuroborosLogoDark_svg__a', children: _jsx("path", { fill: '#fff', d: 'M0 0h24v24H0z' }) })] })] })));
|
|
31
|
+
});
|
|
32
|
+
export default SvgOuroborosLogoDark;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
export interface ISvgIconProps extends SVGProps<SVGSVGElement> {
|
|
4
|
+
className?: string;
|
|
5
|
+
size?: number;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgOuroborosLogoLight: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default SvgOuroborosLogoLight;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
// DO NOT EDIT IT MANUALLY
|
|
14
|
+
import * as React from 'react';
|
|
15
|
+
const SvgOuroborosLogoLight = React.forwardRef((_a, ref) => {
|
|
16
|
+
var { size } = _a, props = __rest(_a, ["size"]);
|
|
17
|
+
props.width = undefined;
|
|
18
|
+
props.height = undefined;
|
|
19
|
+
const testId = 'icon-ouroboros-logo-light';
|
|
20
|
+
const style = {};
|
|
21
|
+
const isCustomSize = typeof size === 'number';
|
|
22
|
+
if (isCustomSize) {
|
|
23
|
+
style.width = size + 'px';
|
|
24
|
+
style.height = size + 'px';
|
|
25
|
+
if (!props.style)
|
|
26
|
+
props.style = {};
|
|
27
|
+
props.style.width = size + 'px';
|
|
28
|
+
props.style.height = size + 'px';
|
|
29
|
+
}
|
|
30
|
+
return (_jsxs("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'none', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: [_jsxs("g", { clipPath: 'url(#OuroborosLogoLight_svg__a)', children: [_jsx("path", { fill: '#020830', d: 'M23.988.012H.012v23.976h23.976z' }), _jsx("path", { fill: 'url(#OuroborosLogoLight_svg__b)', d: 'M23.988.012H.012v23.976h23.976z' }), _jsx("path", { fill: '#fff', d: 'M12.657 18.083a6.184 6.184 0 1 0-4.228-1.11.82.82 0 0 1 .354.658c0 .698-.721 1.155-1.293.753a7.877 7.877 0 1 1 5.167 1.4z' }), _jsx("path", { fill: '#fff', d: 'm13.428 20.602-2.833-.945V17.77l2.833-.944.78 1.194v1.42z' }), _jsx("path", { fill: '#020830', d: 'M12.065 19.329s.277-.22.53-.152c.251.068.382.396.382.396s-.278.219-.53.151c-.251-.067-.382-.396-.382-.396M12.065 18.062s.277.219.53.151c.251-.067.382-.396.382-.396s-.277-.218-.53-.15c-.251.066-.382.395-.382.395' })] }), _jsxs("defs", { children: [_jsxs("radialGradient", { id: 'OuroborosLogoLight_svg__b', cx: 0, cy: 0, r: 1, gradientTransform: 'matrix(0 24 -16.0109 0 12 0)', gradientUnits: 'userSpaceOnUse', children: [_jsx("stop", { stopColor: '#362CF3' }), _jsx("stop", { offset: 1, stopColor: '#362CF3', stopOpacity: 0 })] }), _jsx("clipPath", { id: 'OuroborosLogoLight_svg__a', children: _jsx("path", { fill: '#fff', d: 'M0 0h24v24H0z' }) })] })] })));
|
|
31
|
+
});
|
|
32
|
+
export default SvgOuroborosLogoLight;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import OuroborosLogoLight from './OuroborosLogoLight';
|
|
4
|
+
import OuroborosLogoDark from './OuroborosLogoDark';
|
|
5
|
+
import { useThemeModification, useBrandModification } from '../../utils';
|
|
6
|
+
const OuroborosLogoSvg = forwardRef(function OuroborosLogoSvg(props, ref) {
|
|
7
|
+
const { isDarkTheme } = useThemeModification();
|
|
8
|
+
const { isDarkBrand } = useBrandModification();
|
|
9
|
+
return isDarkTheme || isDarkBrand ? (_jsx(OuroborosLogoDark, Object.assign({}, props, { ref: ref }))) : (_jsx(OuroborosLogoLight, Object.assign({}, props, { ref: ref })));
|
|
10
|
+
});
|
|
11
|
+
export default OuroborosLogoSvg;
|
|
@@ -39,6 +39,8 @@ export { default as FluentbitLogoSVG } from './FluentbitLogo';
|
|
|
39
39
|
export { default as GatekeeperLogoSVG } from './GatekeeperLogo';
|
|
40
40
|
export { default as GeminiLogoSVG } from './GeminiLogo';
|
|
41
41
|
export { default as GigaChatLogoSVG } from './GigaChatLogo';
|
|
42
|
+
export { default as GigaIDELogoSVG } from './GigaIDELogo';
|
|
43
|
+
export { default as GigaStudioLogoSVG } from './GigaStudioLogo';
|
|
42
44
|
export { default as GitHubLogoSVG } from './GitHubLogo';
|
|
43
45
|
export { default as GitVerseLogoSVG } from './GitVerseLogo';
|
|
44
46
|
export { default as GitlabLogoSVG } from './GitlabLogo';
|
|
@@ -98,6 +100,7 @@ export { default as OpencartLogoSVG } from './OpencartLogo';
|
|
|
98
100
|
export { default as OracleLinuxLogoSVG } from './OracleLinuxLogo';
|
|
99
101
|
export { default as OracleLogoSVG } from './OracleLogo';
|
|
100
102
|
export { default as OrasLogoSVG } from './OrasLogo';
|
|
103
|
+
export { default as OuroborosLogoSVG } from './OuroborosLogo';
|
|
101
104
|
export { default as OvirtLogoSVG } from './OvirtLogo';
|
|
102
105
|
export { default as PerplexityLogoSVG } from './PerplexityLogo';
|
|
103
106
|
export { default as PlatformvLogoSVG } from './PlatformvLogo';
|
|
@@ -39,6 +39,8 @@ export { default as FluentbitLogoSVG } from './FluentbitLogo';
|
|
|
39
39
|
export { default as GatekeeperLogoSVG } from './GatekeeperLogo';
|
|
40
40
|
export { default as GeminiLogoSVG } from './GeminiLogo';
|
|
41
41
|
export { default as GigaChatLogoSVG } from './GigaChatLogo';
|
|
42
|
+
export { default as GigaIDELogoSVG } from './GigaIDELogo';
|
|
43
|
+
export { default as GigaStudioLogoSVG } from './GigaStudioLogo';
|
|
42
44
|
export { default as GitHubLogoSVG } from './GitHubLogo';
|
|
43
45
|
export { default as GitVerseLogoSVG } from './GitVerseLogo';
|
|
44
46
|
export { default as GitlabLogoSVG } from './GitlabLogo';
|
|
@@ -98,6 +100,7 @@ export { default as OpencartLogoSVG } from './OpencartLogo';
|
|
|
98
100
|
export { default as OracleLinuxLogoSVG } from './OracleLinuxLogo';
|
|
99
101
|
export { default as OracleLogoSVG } from './OracleLogo';
|
|
100
102
|
export { default as OrasLogoSVG } from './OrasLogo';
|
|
103
|
+
export { default as OuroborosLogoSVG } from './OuroborosLogo';
|
|
101
104
|
export { default as OvirtLogoSVG } from './OvirtLogo';
|
|
102
105
|
export { default as PerplexityLogoSVG } from './PerplexityLogo';
|
|
103
106
|
export { default as PlatformvLogoSVG } from './PlatformvLogo';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-icons",
|
|
3
3
|
"title": "React Icons package",
|
|
4
|
-
"version": "17.
|
|
4
|
+
"version": "17.3.0",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.svg",
|
|
7
7
|
"*.css",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"svgo": "3.3.2",
|
|
80
80
|
"yargs": "17.7.2"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "849cdd305b21bc8fea872e8645014d7fc4d3b2d6"
|
|
83
83
|
}
|