@tidbcloud/uikit 2.0.0-beta.79 → 2.0.0-beta.80
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 +6 -0
- package/dist/icons/index.cjs +0 -15
- package/dist/icons/index.d.cts +0 -20
- package/dist/icons/index.d.ts +0 -20
- package/dist/icons/index.js +0 -15
- package/dist/theme/theme.cjs +9 -2
- package/dist/theme/theme.js +9 -2
- package/package.json +1 -1
- package/dist/icons/raw/MediaGithub.svg +0 -3
- package/dist/icons/raw/MediaGithubFill.svg +0 -3
- package/dist/icons/raw/MediaGoogle.svg +0 -6
- package/dist/icons/raw/MediaMicrosoft.svg +0 -7
- package/dist/icons/raw/OpenAi.svg +0 -10
- package/dist/icons/react/MediaGithub.cjs +0 -43
- package/dist/icons/react/MediaGithub.d.cts +0 -3
- package/dist/icons/react/MediaGithub.d.ts +0 -3
- package/dist/icons/react/MediaGithub.js +0 -43
- package/dist/icons/react/MediaGithubFill.cjs +0 -43
- package/dist/icons/react/MediaGithubFill.d.cts +0 -3
- package/dist/icons/react/MediaGithubFill.d.ts +0 -3
- package/dist/icons/react/MediaGithubFill.js +0 -43
- package/dist/icons/react/MediaGoogle.cjs +0 -72
- package/dist/icons/react/MediaGoogle.d.cts +0 -3
- package/dist/icons/react/MediaGoogle.d.ts +0 -3
- package/dist/icons/react/MediaGoogle.js +0 -72
- package/dist/icons/react/MediaMicrosoft.cjs +0 -41
- package/dist/icons/react/MediaMicrosoft.d.cts +0 -3
- package/dist/icons/react/MediaMicrosoft.d.ts +0 -3
- package/dist/icons/react/MediaMicrosoft.js +0 -41
- package/dist/icons/react/OpenAi.cjs +0 -43
- package/dist/icons/react/OpenAi.d.cts +0 -3
- package/dist/icons/react/OpenAi.d.ts +0 -3
- package/dist/icons/react/OpenAi.js +0 -43
package/CHANGELOG.md
CHANGED
package/dist/icons/index.cjs
CHANGED
|
@@ -770,10 +770,6 @@ const MarkerPin05 = require("./react/MarkerPin05.cjs");
|
|
|
770
770
|
const MarkerPin06 = require("./react/MarkerPin06.cjs");
|
|
771
771
|
const Maximize01 = require("./react/Maximize01.cjs");
|
|
772
772
|
const Maximize02 = require("./react/Maximize02.cjs");
|
|
773
|
-
const MediaGithub = require("./react/MediaGithub.cjs");
|
|
774
|
-
const MediaGithubFill = require("./react/MediaGithubFill.cjs");
|
|
775
|
-
const MediaGoogle = require("./react/MediaGoogle.cjs");
|
|
776
|
-
const MediaMicrosoft = require("./react/MediaMicrosoft.cjs");
|
|
777
773
|
const MedicalCircle = require("./react/MedicalCircle.cjs");
|
|
778
774
|
const MedicalCross = require("./react/MedicalCross.cjs");
|
|
779
775
|
const MedicalSquare = require("./react/MedicalSquare.cjs");
|
|
@@ -847,7 +843,6 @@ const NotificationMessage = require("./react/NotificationMessage.cjs");
|
|
|
847
843
|
const NotificationText = require("./react/NotificationText.cjs");
|
|
848
844
|
const Numberic = require("./react/Numberic.cjs");
|
|
849
845
|
const Octagon = require("./react/Octagon.cjs");
|
|
850
|
-
const OpenAi = require("./react/OpenAi.cjs");
|
|
851
846
|
const OrientationHorizontalFill = require("./react/OrientationHorizontalFill.cjs");
|
|
852
847
|
const OrientationVerticalFill = require("./react/OrientationVerticalFill.cjs");
|
|
853
848
|
const Package = require("./react/Package.cjs");
|
|
@@ -2010,10 +2005,6 @@ const IconMarkerPin05 = MarkerPin05.default;
|
|
|
2010
2005
|
const IconMarkerPin06 = MarkerPin06.default;
|
|
2011
2006
|
const IconMaximize01 = Maximize01.default;
|
|
2012
2007
|
const IconMaximize02 = Maximize02.default;
|
|
2013
|
-
const IconMediaGithub = MediaGithub.default;
|
|
2014
|
-
const IconMediaGithubFill = MediaGithubFill.default;
|
|
2015
|
-
const IconMediaGoogle = MediaGoogle.default;
|
|
2016
|
-
const IconMediaMicrosoft = MediaMicrosoft.default;
|
|
2017
2008
|
const IconMedicalCircle = MedicalCircle.default;
|
|
2018
2009
|
const IconMedicalCross = MedicalCross.default;
|
|
2019
2010
|
const IconMedicalSquare = MedicalSquare.default;
|
|
@@ -2087,7 +2078,6 @@ const IconNotificationMessage = NotificationMessage.default;
|
|
|
2087
2078
|
const IconNotificationText = NotificationText.default;
|
|
2088
2079
|
const IconNumberic = Numberic.default;
|
|
2089
2080
|
const IconOctagon = Octagon.default;
|
|
2090
|
-
const IconOpenAi = OpenAi.default;
|
|
2091
2081
|
const IconOrientationHorizontalFill = OrientationHorizontalFill.default;
|
|
2092
2082
|
const IconOrientationVerticalFill = OrientationVerticalFill.default;
|
|
2093
2083
|
const IconPackage = Package.default;
|
|
@@ -3250,10 +3240,6 @@ exports.IconMarkerPin05 = IconMarkerPin05;
|
|
|
3250
3240
|
exports.IconMarkerPin06 = IconMarkerPin06;
|
|
3251
3241
|
exports.IconMaximize01 = IconMaximize01;
|
|
3252
3242
|
exports.IconMaximize02 = IconMaximize02;
|
|
3253
|
-
exports.IconMediaGithub = IconMediaGithub;
|
|
3254
|
-
exports.IconMediaGithubFill = IconMediaGithubFill;
|
|
3255
|
-
exports.IconMediaGoogle = IconMediaGoogle;
|
|
3256
|
-
exports.IconMediaMicrosoft = IconMediaMicrosoft;
|
|
3257
3243
|
exports.IconMedicalCircle = IconMedicalCircle;
|
|
3258
3244
|
exports.IconMedicalCross = IconMedicalCross;
|
|
3259
3245
|
exports.IconMedicalSquare = IconMedicalSquare;
|
|
@@ -3327,7 +3313,6 @@ exports.IconNotificationMessage = IconNotificationMessage;
|
|
|
3327
3313
|
exports.IconNotificationText = IconNotificationText;
|
|
3328
3314
|
exports.IconNumberic = IconNumberic;
|
|
3329
3315
|
exports.IconOctagon = IconOctagon;
|
|
3330
|
-
exports.IconOpenAi = IconOpenAi;
|
|
3331
3316
|
exports.IconOrientationHorizontalFill = IconOrientationHorizontalFill;
|
|
3332
3317
|
exports.IconOrientationVerticalFill = IconOrientationVerticalFill;
|
|
3333
3318
|
exports.IconPackage = IconPackage;
|
package/dist/icons/index.d.cts
CHANGED
|
@@ -3083,22 +3083,6 @@ export declare const IconMaximize01: React.FC<IconProps>;
|
|
|
3083
3083
|
* @preview 
|
|
3084
3084
|
*/
|
|
3085
3085
|
export declare const IconMaximize02: React.FC<IconProps>;
|
|
3086
|
-
/**
|
|
3087
|
-
* @preview 
|
|
3088
|
-
*/
|
|
3089
|
-
export declare const IconMediaGithub: React.FC<IconProps>;
|
|
3090
|
-
/**
|
|
3091
|
-
* @preview 
|
|
3092
|
-
*/
|
|
3093
|
-
export declare const IconMediaGithubFill: React.FC<IconProps>;
|
|
3094
|
-
/**
|
|
3095
|
-
* @preview 
|
|
3096
|
-
*/
|
|
3097
|
-
export declare const IconMediaGoogle: React.FC<IconProps>;
|
|
3098
|
-
/**
|
|
3099
|
-
* @preview 
|
|
3100
|
-
*/
|
|
3101
|
-
export declare const IconMediaMicrosoft: React.FC<IconProps>;
|
|
3102
3086
|
/**
|
|
3103
3087
|
* @preview 
|
|
3104
3088
|
*/
|
|
@@ -3391,10 +3375,6 @@ export declare const IconNumberic: React.FC<IconProps>;
|
|
|
3391
3375
|
* @preview 
|
|
3392
3376
|
*/
|
|
3393
3377
|
export declare const IconOctagon: React.FC<IconProps>;
|
|
3394
|
-
/**
|
|
3395
|
-
* @preview 
|
|
3396
|
-
*/
|
|
3397
|
-
export declare const IconOpenAi: React.FC<IconProps>;
|
|
3398
3378
|
/**
|
|
3399
3379
|
* @preview 
|
|
3400
3380
|
*/
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -3083,22 +3083,6 @@ export declare const IconMaximize01: React.FC<IconProps>;
|
|
|
3083
3083
|
* @preview 
|
|
3084
3084
|
*/
|
|
3085
3085
|
export declare const IconMaximize02: React.FC<IconProps>;
|
|
3086
|
-
/**
|
|
3087
|
-
* @preview 
|
|
3088
|
-
*/
|
|
3089
|
-
export declare const IconMediaGithub: React.FC<IconProps>;
|
|
3090
|
-
/**
|
|
3091
|
-
* @preview 
|
|
3092
|
-
*/
|
|
3093
|
-
export declare const IconMediaGithubFill: React.FC<IconProps>;
|
|
3094
|
-
/**
|
|
3095
|
-
* @preview 
|
|
3096
|
-
*/
|
|
3097
|
-
export declare const IconMediaGoogle: React.FC<IconProps>;
|
|
3098
|
-
/**
|
|
3099
|
-
* @preview 
|
|
3100
|
-
*/
|
|
3101
|
-
export declare const IconMediaMicrosoft: React.FC<IconProps>;
|
|
3102
3086
|
/**
|
|
3103
3087
|
* @preview 
|
|
3104
3088
|
*/
|
|
@@ -3391,10 +3375,6 @@ export declare const IconNumberic: React.FC<IconProps>;
|
|
|
3391
3375
|
* @preview 
|
|
3392
3376
|
*/
|
|
3393
3377
|
export declare const IconOctagon: React.FC<IconProps>;
|
|
3394
|
-
/**
|
|
3395
|
-
* @preview 
|
|
3396
|
-
*/
|
|
3397
|
-
export declare const IconOpenAi: React.FC<IconProps>;
|
|
3398
3378
|
/**
|
|
3399
3379
|
* @preview 
|
|
3400
3380
|
*/
|
package/dist/icons/index.js
CHANGED
|
@@ -768,10 +768,6 @@ import MarkerPin05 from "./react/MarkerPin05.js";
|
|
|
768
768
|
import MarkerPin06 from "./react/MarkerPin06.js";
|
|
769
769
|
import Maximize01 from "./react/Maximize01.js";
|
|
770
770
|
import Maximize02 from "./react/Maximize02.js";
|
|
771
|
-
import MediaGithub from "./react/MediaGithub.js";
|
|
772
|
-
import MediaGithubFill from "./react/MediaGithubFill.js";
|
|
773
|
-
import MediaGoogle from "./react/MediaGoogle.js";
|
|
774
|
-
import MediaMicrosoft from "./react/MediaMicrosoft.js";
|
|
775
771
|
import MedicalCircle from "./react/MedicalCircle.js";
|
|
776
772
|
import MedicalCross from "./react/MedicalCross.js";
|
|
777
773
|
import MedicalSquare from "./react/MedicalSquare.js";
|
|
@@ -845,7 +841,6 @@ import NotificationMessage from "./react/NotificationMessage.js";
|
|
|
845
841
|
import NotificationText from "./react/NotificationText.js";
|
|
846
842
|
import Numberic from "./react/Numberic.js";
|
|
847
843
|
import Octagon from "./react/Octagon.js";
|
|
848
|
-
import OpenAi from "./react/OpenAi.js";
|
|
849
844
|
import OrientationHorizontalFill from "./react/OrientationHorizontalFill.js";
|
|
850
845
|
import OrientationVerticalFill from "./react/OrientationVerticalFill.js";
|
|
851
846
|
import Package from "./react/Package.js";
|
|
@@ -2008,10 +2003,6 @@ const IconMarkerPin05 = MarkerPin05;
|
|
|
2008
2003
|
const IconMarkerPin06 = MarkerPin06;
|
|
2009
2004
|
const IconMaximize01 = Maximize01;
|
|
2010
2005
|
const IconMaximize02 = Maximize02;
|
|
2011
|
-
const IconMediaGithub = MediaGithub;
|
|
2012
|
-
const IconMediaGithubFill = MediaGithubFill;
|
|
2013
|
-
const IconMediaGoogle = MediaGoogle;
|
|
2014
|
-
const IconMediaMicrosoft = MediaMicrosoft;
|
|
2015
2006
|
const IconMedicalCircle = MedicalCircle;
|
|
2016
2007
|
const IconMedicalCross = MedicalCross;
|
|
2017
2008
|
const IconMedicalSquare = MedicalSquare;
|
|
@@ -2085,7 +2076,6 @@ const IconNotificationMessage = NotificationMessage;
|
|
|
2085
2076
|
const IconNotificationText = NotificationText;
|
|
2086
2077
|
const IconNumberic = Numberic;
|
|
2087
2078
|
const IconOctagon = Octagon;
|
|
2088
|
-
const IconOpenAi = OpenAi;
|
|
2089
2079
|
const IconOrientationHorizontalFill = OrientationHorizontalFill;
|
|
2090
2080
|
const IconOrientationVerticalFill = OrientationVerticalFill;
|
|
2091
2081
|
const IconPackage = Package;
|
|
@@ -3249,10 +3239,6 @@ export {
|
|
|
3249
3239
|
IconMarkerPin06,
|
|
3250
3240
|
IconMaximize01,
|
|
3251
3241
|
IconMaximize02,
|
|
3252
|
-
IconMediaGithub,
|
|
3253
|
-
IconMediaGithubFill,
|
|
3254
|
-
IconMediaGoogle,
|
|
3255
|
-
IconMediaMicrosoft,
|
|
3256
3242
|
IconMedicalCircle,
|
|
3257
3243
|
IconMedicalCross,
|
|
3258
3244
|
IconMedicalSquare,
|
|
@@ -3326,7 +3312,6 @@ export {
|
|
|
3326
3312
|
IconNotificationText,
|
|
3327
3313
|
IconNumberic,
|
|
3328
3314
|
IconOctagon,
|
|
3329
|
-
IconOpenAi,
|
|
3330
3315
|
IconOrientationHorizontalFill,
|
|
3331
3316
|
IconOrientationVerticalFill,
|
|
3332
3317
|
IconPackage,
|
package/dist/theme/theme.cjs
CHANGED
|
@@ -3,10 +3,10 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const colors_dark = require("./colors.dark.cjs");
|
|
4
4
|
const colors = require("./colors.cjs");
|
|
5
5
|
const font = require("./font.cjs");
|
|
6
|
-
const mergeMantineTheme = require("../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/MantineProvider/merge-mantine-theme/merge-mantine-theme.cjs");
|
|
7
|
-
const defaultTheme = require("../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/MantineProvider/default-theme.cjs");
|
|
8
6
|
const createTheme = require("../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/MantineProvider/create-theme/create-theme.cjs");
|
|
9
7
|
const rem = require("../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/utils/units-converters/rem.cjs");
|
|
8
|
+
const mergeMantineTheme = require("../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/MantineProvider/merge-mantine-theme/merge-mantine-theme.cjs");
|
|
9
|
+
const defaultTheme = require("../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/MantineProvider/default-theme.cjs");
|
|
10
10
|
const getThemeColor = require("../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/MantineProvider/color-functions/get-theme-color/get-theme-color.cjs");
|
|
11
11
|
const getPrimaryShade = require("../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/MantineProvider/color-functions/get-primary-shade/get-primary-shade.cjs");
|
|
12
12
|
const react = require("@emotion/react");
|
|
@@ -136,6 +136,13 @@ const theme = createTheme.createTheme({
|
|
|
136
136
|
lg: "18px",
|
|
137
137
|
xl: "20px"
|
|
138
138
|
},
|
|
139
|
+
spacing: {
|
|
140
|
+
xs: rem.rem(10),
|
|
141
|
+
sm: rem.rem(12),
|
|
142
|
+
md: rem.rem(16),
|
|
143
|
+
lg: rem.rem(20),
|
|
144
|
+
xl: rem.rem(24)
|
|
145
|
+
},
|
|
139
146
|
components: {
|
|
140
147
|
Button: {
|
|
141
148
|
defaultProps: {
|
package/dist/theme/theme.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as colors_dark from "./colors.dark.js";
|
|
2
2
|
import * as colors from "./colors.js";
|
|
3
3
|
import { FONT_FAMILY } from "./font.js";
|
|
4
|
-
import { mergeMantineTheme } from "../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/MantineProvider/merge-mantine-theme/merge-mantine-theme.js";
|
|
5
|
-
import { DEFAULT_THEME } from "../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/MantineProvider/default-theme.js";
|
|
6
4
|
import { createTheme } from "../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/MantineProvider/create-theme/create-theme.js";
|
|
7
5
|
import { rem } from "../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/utils/units-converters/rem.js";
|
|
6
|
+
import { mergeMantineTheme } from "../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/MantineProvider/merge-mantine-theme/merge-mantine-theme.js";
|
|
7
|
+
import { DEFAULT_THEME } from "../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/MantineProvider/default-theme.js";
|
|
8
8
|
import { getThemeColor } from "../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/MantineProvider/color-functions/get-theme-color/get-theme-color.js";
|
|
9
9
|
import { getPrimaryShade } from "../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/MantineProvider/color-functions/get-primary-shade/get-primary-shade.js";
|
|
10
10
|
import { keyframes } from "@emotion/react";
|
|
@@ -134,6 +134,13 @@ const theme = createTheme({
|
|
|
134
134
|
lg: "18px",
|
|
135
135
|
xl: "20px"
|
|
136
136
|
},
|
|
137
|
+
spacing: {
|
|
138
|
+
xs: rem(10),
|
|
139
|
+
sm: rem(12),
|
|
140
|
+
md: rem(16),
|
|
141
|
+
lg: rem(20),
|
|
142
|
+
xl: rem(24)
|
|
143
|
+
},
|
|
137
144
|
components: {
|
|
138
145
|
Button: {
|
|
139
146
|
defaultProps: {
|
package/package.json
CHANGED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12 1C5.92529 1 1 5.82027 1 11.7654C1 16.5226 4.1515 20.557 8.52288 21.9802C9.07275 22.0788 9.2735 21.7463 9.2735 21.4625C9.2735 21.2062 9.26343 20.3573 9.25806 19.4584C6.19922 20.1089 5.55267 18.189 5.55267 18.189C5.05182 16.9458 4.33141 16.6146 4.33141 16.6146C3.33172 15.947 4.40725 15.9602 4.40725 15.9602C5.51168 16.0351 6.09313 17.0693 6.09313 17.0693C7.07471 18.7146 8.66857 18.2389 9.2943 17.9629C9.39429 17.2691 9.67896 16.7933 9.99254 16.5253C7.55071 16.2532 4.982 15.3294 4.982 11.2043C4.982 10.0281 5.41102 9.06882 6.11328 8.31516C6.00115 8.04182 5.62249 6.94647 6.22203 5.4648C6.22203 5.4648 7.14453 5.17569 9.24729 6.56868C10.1241 6.32885 11.0647 6.21058 12 6.20662C12.9345 6.21058 13.8758 6.33015 14.754 6.56998C16.8528 5.17569 17.7766 5.4661 17.7766 5.4661C18.3782 6.9491 17.9995 8.04312 17.8867 8.31516C18.5917 9.06882 19.0173 10.0281 19.0173 11.2043C19.0173 15.3399 16.4446 16.2506 13.994 16.5174C14.3902 16.8512 14.7406 17.5056 14.7406 18.5096C14.7406 19.9486 14.7258 21.109 14.7258 21.4638C14.7258 21.7503 14.9259 22.0854 15.4832 21.9802C19.8512 20.5544 23 16.52 23 11.7654C23 5.82027 18.0747 1 12 1Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12 1C5.92529 1 1 5.82027 1 11.7654C1 16.5226 4.1515 20.557 8.52288 21.9802C9.07275 22.0788 9.2735 21.7463 9.2735 21.4625C9.2735 21.2062 9.26343 20.3573 9.25806 19.4584C6.19922 20.1089 5.55267 18.189 5.55267 18.189C5.05182 16.9458 4.33141 16.6146 4.33141 16.6146C3.33172 15.947 4.40725 15.9602 4.40725 15.9602C5.51168 16.0351 6.09313 17.0693 6.09313 17.0693C7.07471 18.7146 8.66857 18.2389 9.2943 17.9629C9.39429 17.2691 9.67896 16.7933 9.99254 16.5253C7.55071 16.2532 4.982 15.3294 4.982 11.2043C4.982 10.0281 5.41102 9.06882 6.11328 8.31516C6.00115 8.04182 5.62249 6.94647 6.22203 5.4648C6.22203 5.4648 7.14453 5.17569 9.24729 6.56868C10.1241 6.32885 11.0647 6.21058 12 6.20662C12.9345 6.21058 13.8758 6.33015 14.754 6.56998C16.8528 5.17569 17.7766 5.4661 17.7766 5.4661C18.3782 6.9491 17.9995 8.04312 17.8867 8.31516C18.5917 9.06882 19.0173 10.0281 19.0173 11.2043C19.0173 15.3399 16.4446 16.2506 13.994 16.5174C14.3902 16.8512 14.7406 17.5056 14.7406 18.5096C14.7406 19.9486 14.7258 21.109 14.7258 21.4638C14.7258 21.7503 14.9259 22.0854 15.4832 21.9802C19.8512 20.5544 23 16.52 23 11.7654C23 5.82027 18.0747 1 12 1Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M22.5325 12.2475C22.5325 11.5234 22.4683 10.8359 22.3583 10.1667H12V14.3009H17.9308C17.665 15.6575 16.8858 16.8034 15.7308 17.5825V20.3325H19.2692C21.3408 18.4167 22.5325 15.5934 22.5325 12.2475Z" fill="#4285F4"/>
|
|
3
|
-
<path d="M12.0001 23C14.9701 23 17.4543 22.01 19.2693 20.3325L15.731 17.5825C14.741 18.2425 13.4851 18.6458 12.0001 18.6458C9.13095 18.6458 6.70179 16.7117 5.83095 14.0992H2.18262V16.9317C3.98845 20.525 7.70095 23 12.0001 23Z" fill="#34A853"/>
|
|
4
|
-
<path d="M5.83083 14.0993C5.60167 13.4393 5.4825 12.7334 5.4825 12.0001C5.4825 11.2668 5.61083 10.5609 5.83083 9.90092V7.06842H2.1825C1.43083 8.55342 1 10.2218 1 12.0001C1 13.7784 1.43083 15.4468 2.1825 16.9318L5.83083 14.0993Z" fill="#FBBC05"/>
|
|
5
|
-
<path d="M12.0001 5.35417C13.6226 5.35417 15.071 5.91334 16.2168 7.00417L19.3518 3.86917C17.4543 2.09083 14.9701 1 12.0001 1C7.70095 1 3.98845 3.475 2.18262 7.06834L5.83095 9.90084C6.70179 7.28834 9.13095 5.35417 12.0001 5.35417Z" fill="#EA4335"/>
|
|
6
|
-
</svg>
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M22 2H2V22H22V2Z" fill="#F3F3F3"/>
|
|
3
|
-
<path d="M11.6127 2.77448H2.77441V11.6127H11.6127V2.77448Z" fill="#F8682C"/>
|
|
4
|
-
<path d="M21.226 2.77448H12.3877V11.6127H21.226V2.77448Z" fill="#91C300"/>
|
|
5
|
-
<path d="M11.6127 12.3873H2.77441V21.2255H11.6127V12.3873Z" fill="#00B4F1"/>
|
|
6
|
-
<path d="M21.226 12.3873H12.3877V21.2255H21.226V12.3873Z" fill="#FFC300"/>
|
|
7
|
-
</svg>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g>
|
|
3
|
-
<path d="M13.0068 23.0771C11.5347 23.054 10.1438 22.4693 9.01888 21.2859C8.97311 21.2377 8.93487 21.2257 8.86765 21.2375C6.99145 21.5623 5.32838 21.1178 3.92156 19.8468C2.89325 18.9176 2.3047 17.7493 2.13468 16.3802C2.03916 15.6115 2.12185 14.8591 2.34847 14.1205C2.37235 14.0428 2.3666 13.9912 2.31067 13.9275C1.57619 13.0903 1.11941 12.1224 0.975701 11.0255C0.762566 9.39982 1.19569 7.94415 2.24611 6.67684C3.05443 5.70145 4.09954 5.09101 5.34297 4.81043C5.40731 4.79582 5.43318 4.76617 5.45374 4.70949C6.01222 3.16595 7.04319 2.04733 8.56564 1.38544C9.54907 0.957914 10.5798 0.835391 11.6446 0.983204C12.6601 1.12426 13.5675 1.51123 14.3629 2.14652C14.5825 2.3218 14.7795 2.52477 14.9836 2.71859C15.0269 2.75979 15.0612 2.77527 15.1257 2.76415C17.0057 2.43713 18.6721 2.88188 20.0811 4.1566C21.1059 5.08381 21.6933 6.24909 21.8636 7.61408C21.9604 8.38998 21.8786 9.14954 21.6447 9.89428C21.6241 9.95946 21.6296 10.0048 21.6774 10.0595C22.459 10.9501 22.9239 11.9811 23.0451 13.1527C23.1877 14.5325 22.8488 15.7976 22.0508 16.9378C21.3349 17.9608 20.3707 18.6636 19.1724 19.0513C19.0084 19.1042 18.8412 19.1496 18.6725 19.1853C18.5954 19.2017 18.5651 19.237 18.5401 19.3057C18.0068 20.7731 17.0351 21.8575 15.6101 22.5373C14.8427 22.9036 14.0269 23.0734 13.0068 23.0771ZM13.5115 3.33339C13.4655 3.29589 13.4321 3.26755 13.3974 3.24117C12.0426 2.2019 10.1511 2.07305 8.68238 2.95862C7.34011 3.76789 6.63748 4.96783 6.62156 6.52488C6.60431 8.20293 6.61868 9.88141 6.61537 11.5597C6.61537 11.6635 6.64477 11.7241 6.73763 11.7753C7.11615 11.9846 7.49068 12.2013 7.86654 12.4149C8.08498 12.539 8.30364 12.6626 8.54198 12.7976V12.6397C8.54198 10.6344 8.54287 8.62914 8.5411 6.62408C8.54088 6.3254 8.65938 6.09692 8.92204 5.94715C9.86125 5.41105 10.8013 4.8767 11.741 4.3417C12.3271 4.00814 12.913 3.67414 13.5115 3.33339ZM15.4569 11.2028C15.4569 11.2763 15.4569 11.3227 15.4569 11.3694C15.4569 13.3707 15.4558 15.3721 15.458 17.3734C15.4582 17.6769 15.3366 17.9058 15.0702 18.0578C13.7965 18.7835 12.5223 19.5087 11.2484 20.2342C10.9981 20.3768 10.7476 20.5194 10.4947 20.6633C10.5077 20.6783 10.5137 20.6877 10.5219 20.6944C10.55 20.7178 10.578 20.7415 10.6077 20.7631C11.7176 21.5767 12.9473 21.8235 14.2822 21.4769C16.0824 21.0095 17.3742 19.3611 17.38 17.5452C17.3855 15.8345 17.3804 14.1237 17.3831 12.413C17.3831 12.3236 17.3499 12.2769 17.2743 12.2344C16.8936 12.0216 16.516 11.8034 16.1368 11.5876C15.9179 11.4629 15.6981 11.3395 15.4569 11.2028ZM3.63723 15.0442C3.62971 15.0762 3.62485 15.0928 3.6222 15.11C3.50568 15.8626 3.595 16.5908 3.87933 17.2984C4.59634 19.0833 6.55169 20.1647 8.46924 19.8376C9.04652 19.7393 9.57117 19.5185 10.075 19.2287C11.4887 18.4155 12.9084 17.6122 14.3274 16.8077C14.4045 16.7639 14.4339 16.7157 14.4335 16.6274C14.4297 15.9699 14.4315 15.3126 14.431 14.655C14.431 14.6284 14.4262 14.6018 14.4226 14.5661C14.3857 14.5842 14.3594 14.5955 14.3346 14.6095C13.5352 15.0647 12.7357 15.5199 11.9362 15.9753C10.9552 16.5341 9.97401 17.0926 8.99301 17.6512C8.735 17.7981 8.47742 17.7992 8.2183 17.6516C7.10686 17.0185 5.99476 16.3861 4.8831 15.7534C4.4723 15.5197 4.06195 15.286 3.63723 15.0442ZM9.56764 9.43776C9.61296 9.41574 9.64237 9.40331 9.66978 9.38761C10.4724 8.93066 11.2747 8.47327 12.0773 8.01609C13.0552 7.45929 14.0329 6.90248 15.0112 6.34633C15.2655 6.20179 15.5208 6.20113 15.776 6.34633C17.273 7.19876 18.7702 8.05119 20.2675 8.90341C20.2969 8.92019 20.3283 8.93371 20.3617 8.95028C20.499 8.30496 20.4183 7.46823 20.1583 6.79696C19.237 4.41691 16.422 3.39857 14.1682 4.63689C13.4067 5.05525 12.6572 5.49433 11.9022 5.92404C11.1569 6.34851 10.4111 6.77233 9.66779 7.19985C9.62446 7.22492 9.57184 7.28226 9.5714 7.32499C9.56543 8.0222 9.56764 8.71984 9.56764 9.43776ZM10.97 15.354C10.1785 14.9027 9.40491 14.4617 8.6313 14.0208C7.60587 13.4366 6.58132 12.8503 5.55412 12.2693C5.26913 12.108 5.14399 11.8723 5.14443 11.5529C5.14708 9.88207 5.14576 8.21121 5.14576 6.54058C5.14576 6.49022 5.14576 6.43986 5.14576 6.3762C5.08584 6.39865 5.03477 6.41653 4.98458 6.43702C3.27088 7.13772 2.21692 8.87485 2.42519 10.697C2.5835 12.0818 3.28083 13.1407 4.4964 13.8551C5.25785 14.3025 6.02969 14.7326 6.79711 15.17C7.50726 15.5746 8.21852 15.9777 8.92735 16.3847C9.00893 16.4316 9.0715 16.4397 9.15795 16.3885C9.46969 16.2031 9.78718 16.0272 10.1025 15.8478C10.3855 15.6867 10.6682 15.5256 10.97 15.354ZM13.0289 8.64637C13.6802 9.01764 14.3139 9.37867 14.9475 9.7397C16.1131 10.404 17.2776 11.0698 18.445 11.731C18.73 11.8924 18.8554 12.128 18.8547 12.4474C18.852 14.1183 18.8534 15.7891 18.8534 17.4598V17.6244C18.9133 17.6017 18.9644 17.584 19.0145 17.5635C20.7287 16.8626 21.7822 15.1262 21.5739 13.3033C21.4156 11.9187 20.7181 10.8596 19.5027 10.1454C18.7413 9.69806 17.9694 9.26792 17.202 8.83059C16.4919 8.42596 15.7808 8.02285 15.072 7.61604C14.9904 7.56916 14.9278 7.56088 14.8414 7.61211C14.5297 7.79764 14.2122 7.97336 13.8969 8.153C13.6139 8.31412 13.3307 8.47479 13.0289 8.64637ZM14.4315 12.0112C14.4315 11.5826 14.4293 11.154 14.4335 10.7253C14.4341 10.6469 14.4123 10.6026 14.3417 10.5629C13.5816 10.1345 12.8241 9.70177 12.064 9.27359C12.032 9.2555 11.9718 9.2531 11.9404 9.27076C11.1739 9.70264 10.4098 10.1387 9.64392 10.5716C9.58466 10.605 9.56587 10.6425 9.56609 10.7086C9.56852 11.5695 9.56852 12.4304 9.56609 13.2911C9.56609 13.3572 9.58444 13.3947 9.64369 13.4283C10.4096 13.861 11.1737 14.2973 11.94 14.7296C11.9698 14.7464 12.0255 14.749 12.0545 14.7326C12.8239 14.2986 13.5909 13.8604 14.3599 13.4254C14.4158 13.3938 14.4333 13.3583 14.433 13.297C14.4306 12.8684 14.4315 12.4398 14.4315 12.0112Z" fill="currentColor" stroke="currentColor" />
|
|
4
|
-
</g>
|
|
5
|
-
<defs>
|
|
6
|
-
<clipPath id="clip0_879_2671">
|
|
7
|
-
<rect width="24" height="24" fill="white"/>
|
|
8
|
-
</clipPath>
|
|
9
|
-
</defs>
|
|
10
|
-
</svg>
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.cjs");
|
|
4
|
-
const React = require("react");
|
|
5
|
-
const Box = require("../../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/Box/Box.cjs");
|
|
6
|
-
const IconMediaGithub = (props, ref) => {
|
|
7
|
-
return /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(
|
|
8
|
-
"svg",
|
|
9
|
-
{
|
|
10
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
width: "1em",
|
|
12
|
-
height: "1em",
|
|
13
|
-
fill: "none",
|
|
14
|
-
viewBox: "0 0 24 24",
|
|
15
|
-
strokeWidth: "1.5",
|
|
16
|
-
ref,
|
|
17
|
-
...props,
|
|
18
|
-
children: /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(
|
|
19
|
-
"path",
|
|
20
|
-
{
|
|
21
|
-
fill: "currentColor",
|
|
22
|
-
d: "M12 1C5.925 1 1 5.82 1 11.765c0 4.758 3.152 8.792 7.523 10.215.55.099.75-.234.75-.518 0-.256-.01-1.105-.015-2.004-3.059.65-3.705-1.269-3.705-1.269-.501-1.243-1.222-1.574-1.222-1.574-1-.668.076-.655.076-.655 1.105.075 1.686 1.11 1.686 1.11.982 1.645 2.576 1.169 3.201.893.1-.694.385-1.17.699-1.438-2.442-.272-5.011-1.196-5.011-5.32 0-1.177.429-2.136 1.131-2.89-.112-.273-.49-1.369.109-2.85 0 0 .923-.29 3.025 1.104.877-.24 1.818-.358 2.753-.362.934.004 1.876.123 2.754.363 2.099-1.394 3.023-1.104 3.023-1.104.601 1.483.223 2.577.11 2.85.705.753 1.13 1.712 1.13 2.888 0 4.136-2.572 5.047-5.023 5.313.396.334.747.989.747 1.993 0 1.439-.015 2.599-.015 2.954 0 .286.2.621.757.516C19.851 20.554 23 16.52 23 11.765 23 5.82 18.075 1 12 1",
|
|
23
|
-
strokeWidth: "inherit",
|
|
24
|
-
stroke: "currentColor"
|
|
25
|
-
}
|
|
26
|
-
)
|
|
27
|
-
}
|
|
28
|
-
);
|
|
29
|
-
};
|
|
30
|
-
const ForwardRef = React.forwardRef(IconMediaGithub);
|
|
31
|
-
const MediaGithub = React.forwardRef((props, ref) => {
|
|
32
|
-
if (typeof props.size === "number") {
|
|
33
|
-
const { size, ...rest } = props;
|
|
34
|
-
props = {
|
|
35
|
-
...rest,
|
|
36
|
-
w: size,
|
|
37
|
-
h: size
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
return /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(Box.Box, { ref, ...props, component: ForwardRef });
|
|
41
|
-
});
|
|
42
|
-
MediaGithub.displayName = "IconMediaGithub";
|
|
43
|
-
exports.default = MediaGithub;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { j as jsxRuntimeExports } from "../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
-
import { forwardRef } from "react";
|
|
3
|
-
import { Box } from "../../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/Box/Box.js";
|
|
4
|
-
const IconMediaGithub = (props, ref) => {
|
|
5
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
-
width: "1em",
|
|
10
|
-
height: "1em",
|
|
11
|
-
fill: "none",
|
|
12
|
-
viewBox: "0 0 24 24",
|
|
13
|
-
strokeWidth: "1.5",
|
|
14
|
-
ref,
|
|
15
|
-
...props,
|
|
16
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
17
|
-
"path",
|
|
18
|
-
{
|
|
19
|
-
fill: "currentColor",
|
|
20
|
-
d: "M12 1C5.925 1 1 5.82 1 11.765c0 4.758 3.152 8.792 7.523 10.215.55.099.75-.234.75-.518 0-.256-.01-1.105-.015-2.004-3.059.65-3.705-1.269-3.705-1.269-.501-1.243-1.222-1.574-1.222-1.574-1-.668.076-.655.076-.655 1.105.075 1.686 1.11 1.686 1.11.982 1.645 2.576 1.169 3.201.893.1-.694.385-1.17.699-1.438-2.442-.272-5.011-1.196-5.011-5.32 0-1.177.429-2.136 1.131-2.89-.112-.273-.49-1.369.109-2.85 0 0 .923-.29 3.025 1.104.877-.24 1.818-.358 2.753-.362.934.004 1.876.123 2.754.363 2.099-1.394 3.023-1.104 3.023-1.104.601 1.483.223 2.577.11 2.85.705.753 1.13 1.712 1.13 2.888 0 4.136-2.572 5.047-5.023 5.313.396.334.747.989.747 1.993 0 1.439-.015 2.599-.015 2.954 0 .286.2.621.757.516C19.851 20.554 23 16.52 23 11.765 23 5.82 18.075 1 12 1",
|
|
21
|
-
strokeWidth: "inherit",
|
|
22
|
-
stroke: "currentColor"
|
|
23
|
-
}
|
|
24
|
-
)
|
|
25
|
-
}
|
|
26
|
-
);
|
|
27
|
-
};
|
|
28
|
-
const ForwardRef = forwardRef(IconMediaGithub);
|
|
29
|
-
const MediaGithub = forwardRef((props, ref) => {
|
|
30
|
-
if (typeof props.size === "number") {
|
|
31
|
-
const { size, ...rest } = props;
|
|
32
|
-
props = {
|
|
33
|
-
...rest,
|
|
34
|
-
w: size,
|
|
35
|
-
h: size
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(Box, { ref, ...props, component: ForwardRef });
|
|
39
|
-
});
|
|
40
|
-
MediaGithub.displayName = "IconMediaGithub";
|
|
41
|
-
export {
|
|
42
|
-
MediaGithub as default
|
|
43
|
-
};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.cjs");
|
|
4
|
-
const React = require("react");
|
|
5
|
-
const Box = require("../../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/Box/Box.cjs");
|
|
6
|
-
const IconMediaGithubFill = (props, ref) => {
|
|
7
|
-
return /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(
|
|
8
|
-
"svg",
|
|
9
|
-
{
|
|
10
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
width: "1em",
|
|
12
|
-
height: "1em",
|
|
13
|
-
fill: "none",
|
|
14
|
-
viewBox: "0 0 24 24",
|
|
15
|
-
strokeWidth: "1.5",
|
|
16
|
-
ref,
|
|
17
|
-
...props,
|
|
18
|
-
children: /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(
|
|
19
|
-
"path",
|
|
20
|
-
{
|
|
21
|
-
fill: "currentColor",
|
|
22
|
-
d: "M12 1C5.925 1 1 5.82 1 11.765c0 4.758 3.152 8.792 7.523 10.215.55.099.75-.234.75-.518 0-.256-.01-1.105-.015-2.004-3.059.65-3.705-1.269-3.705-1.269-.501-1.243-1.222-1.574-1.222-1.574-1-.668.076-.655.076-.655 1.105.075 1.686 1.11 1.686 1.11.982 1.645 2.576 1.169 3.201.893.1-.694.385-1.17.699-1.438-2.442-.272-5.011-1.196-5.011-5.32 0-1.177.429-2.136 1.131-2.89-.112-.273-.49-1.369.109-2.85 0 0 .923-.29 3.025 1.104.877-.24 1.818-.358 2.753-.362.934.004 1.876.123 2.754.363 2.099-1.394 3.023-1.104 3.023-1.104.601 1.483.223 2.577.11 2.85.705.753 1.13 1.712 1.13 2.888 0 4.136-2.572 5.047-5.023 5.313.396.334.747.989.747 1.993 0 1.439-.015 2.599-.015 2.954 0 .286.2.621.757.516C19.851 20.554 23 16.52 23 11.765 23 5.82 18.075 1 12 1",
|
|
23
|
-
strokeWidth: "inherit",
|
|
24
|
-
stroke: "currentColor"
|
|
25
|
-
}
|
|
26
|
-
)
|
|
27
|
-
}
|
|
28
|
-
);
|
|
29
|
-
};
|
|
30
|
-
const ForwardRef = React.forwardRef(IconMediaGithubFill);
|
|
31
|
-
const MediaGithubFill = React.forwardRef((props, ref) => {
|
|
32
|
-
if (typeof props.size === "number") {
|
|
33
|
-
const { size, ...rest } = props;
|
|
34
|
-
props = {
|
|
35
|
-
...rest,
|
|
36
|
-
w: size,
|
|
37
|
-
h: size
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
return /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(Box.Box, { ref, ...props, component: ForwardRef });
|
|
41
|
-
});
|
|
42
|
-
MediaGithubFill.displayName = "IconMediaGithubFill";
|
|
43
|
-
exports.default = MediaGithubFill;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { j as jsxRuntimeExports } from "../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
-
import { forwardRef } from "react";
|
|
3
|
-
import { Box } from "../../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/Box/Box.js";
|
|
4
|
-
const IconMediaGithubFill = (props, ref) => {
|
|
5
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
-
width: "1em",
|
|
10
|
-
height: "1em",
|
|
11
|
-
fill: "none",
|
|
12
|
-
viewBox: "0 0 24 24",
|
|
13
|
-
strokeWidth: "1.5",
|
|
14
|
-
ref,
|
|
15
|
-
...props,
|
|
16
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
17
|
-
"path",
|
|
18
|
-
{
|
|
19
|
-
fill: "currentColor",
|
|
20
|
-
d: "M12 1C5.925 1 1 5.82 1 11.765c0 4.758 3.152 8.792 7.523 10.215.55.099.75-.234.75-.518 0-.256-.01-1.105-.015-2.004-3.059.65-3.705-1.269-3.705-1.269-.501-1.243-1.222-1.574-1.222-1.574-1-.668.076-.655.076-.655 1.105.075 1.686 1.11 1.686 1.11.982 1.645 2.576 1.169 3.201.893.1-.694.385-1.17.699-1.438-2.442-.272-5.011-1.196-5.011-5.32 0-1.177.429-2.136 1.131-2.89-.112-.273-.49-1.369.109-2.85 0 0 .923-.29 3.025 1.104.877-.24 1.818-.358 2.753-.362.934.004 1.876.123 2.754.363 2.099-1.394 3.023-1.104 3.023-1.104.601 1.483.223 2.577.11 2.85.705.753 1.13 1.712 1.13 2.888 0 4.136-2.572 5.047-5.023 5.313.396.334.747.989.747 1.993 0 1.439-.015 2.599-.015 2.954 0 .286.2.621.757.516C19.851 20.554 23 16.52 23 11.765 23 5.82 18.075 1 12 1",
|
|
21
|
-
strokeWidth: "inherit",
|
|
22
|
-
stroke: "currentColor"
|
|
23
|
-
}
|
|
24
|
-
)
|
|
25
|
-
}
|
|
26
|
-
);
|
|
27
|
-
};
|
|
28
|
-
const ForwardRef = forwardRef(IconMediaGithubFill);
|
|
29
|
-
const MediaGithubFill = forwardRef((props, ref) => {
|
|
30
|
-
if (typeof props.size === "number") {
|
|
31
|
-
const { size, ...rest } = props;
|
|
32
|
-
props = {
|
|
33
|
-
...rest,
|
|
34
|
-
w: size,
|
|
35
|
-
h: size
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(Box, { ref, ...props, component: ForwardRef });
|
|
39
|
-
});
|
|
40
|
-
MediaGithubFill.displayName = "IconMediaGithubFill";
|
|
41
|
-
export {
|
|
42
|
-
MediaGithubFill as default
|
|
43
|
-
};
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.cjs");
|
|
4
|
-
const React = require("react");
|
|
5
|
-
const Box = require("../../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/Box/Box.cjs");
|
|
6
|
-
const IconMediaGoogle = (props, ref) => {
|
|
7
|
-
return /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsxs(
|
|
8
|
-
"svg",
|
|
9
|
-
{
|
|
10
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
width: "1em",
|
|
12
|
-
height: "1em",
|
|
13
|
-
fill: "none",
|
|
14
|
-
viewBox: "0 0 24 24",
|
|
15
|
-
strokeWidth: "1.5",
|
|
16
|
-
ref,
|
|
17
|
-
...props,
|
|
18
|
-
children: [
|
|
19
|
-
/* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(
|
|
20
|
-
"path",
|
|
21
|
-
{
|
|
22
|
-
fill: "#4285F4",
|
|
23
|
-
d: "M22.533 12.248c0-.725-.065-1.412-.175-2.081H12V14.3h5.93c-.265 1.357-1.044 2.502-2.2 3.281v2.75h3.54c2.07-1.915 3.262-4.739 3.262-8.084",
|
|
24
|
-
strokeWidth: "inherit",
|
|
25
|
-
stroke: "currentColor"
|
|
26
|
-
}
|
|
27
|
-
),
|
|
28
|
-
/* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(
|
|
29
|
-
"path",
|
|
30
|
-
{
|
|
31
|
-
fill: "#34A853",
|
|
32
|
-
d: "M12 23c2.97 0 5.454-.99 7.27-2.668l-3.539-2.75c-.99.66-2.246 1.064-3.73 1.064-2.87 0-5.3-1.934-6.17-4.547H2.183v2.833C3.988 20.525 7.7 23 12 23",
|
|
33
|
-
strokeWidth: "inherit",
|
|
34
|
-
stroke: "currentColor"
|
|
35
|
-
}
|
|
36
|
-
),
|
|
37
|
-
/* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(
|
|
38
|
-
"path",
|
|
39
|
-
{
|
|
40
|
-
fill: "#FBBC05",
|
|
41
|
-
d: "M5.83 14.1a6.4 6.4 0 0 1-.348-2.1c0-.733.129-1.44.349-2.1V7.069H2.182a10.87 10.87 0 0 0 0 9.864z",
|
|
42
|
-
strokeWidth: "inherit",
|
|
43
|
-
stroke: "currentColor"
|
|
44
|
-
}
|
|
45
|
-
),
|
|
46
|
-
/* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(
|
|
47
|
-
"path",
|
|
48
|
-
{
|
|
49
|
-
fill: "#EA4335",
|
|
50
|
-
d: "M12 5.354c1.623 0 3.071.56 4.217 1.65l3.135-3.135C17.454 2.091 14.97 1 12 1 7.7 1 3.988 3.475 2.183 7.068L5.83 9.901C6.7 7.288 9.13 5.354 12 5.354",
|
|
51
|
-
strokeWidth: "inherit",
|
|
52
|
-
stroke: "currentColor"
|
|
53
|
-
}
|
|
54
|
-
)
|
|
55
|
-
]
|
|
56
|
-
}
|
|
57
|
-
);
|
|
58
|
-
};
|
|
59
|
-
const ForwardRef = React.forwardRef(IconMediaGoogle);
|
|
60
|
-
const MediaGoogle = React.forwardRef((props, ref) => {
|
|
61
|
-
if (typeof props.size === "number") {
|
|
62
|
-
const { size, ...rest } = props;
|
|
63
|
-
props = {
|
|
64
|
-
...rest,
|
|
65
|
-
w: size,
|
|
66
|
-
h: size
|
|
67
|
-
};
|
|
68
|
-
}
|
|
69
|
-
return /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(Box.Box, { ref, ...props, component: ForwardRef });
|
|
70
|
-
});
|
|
71
|
-
MediaGoogle.displayName = "IconMediaGoogle";
|
|
72
|
-
exports.default = MediaGoogle;
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { j as jsxRuntimeExports } from "../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
-
import { forwardRef } from "react";
|
|
3
|
-
import { Box } from "../../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/Box/Box.js";
|
|
4
|
-
const IconMediaGoogle = (props, ref) => {
|
|
5
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
-
width: "1em",
|
|
10
|
-
height: "1em",
|
|
11
|
-
fill: "none",
|
|
12
|
-
viewBox: "0 0 24 24",
|
|
13
|
-
strokeWidth: "1.5",
|
|
14
|
-
ref,
|
|
15
|
-
...props,
|
|
16
|
-
children: [
|
|
17
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
18
|
-
"path",
|
|
19
|
-
{
|
|
20
|
-
fill: "#4285F4",
|
|
21
|
-
d: "M22.533 12.248c0-.725-.065-1.412-.175-2.081H12V14.3h5.93c-.265 1.357-1.044 2.502-2.2 3.281v2.75h3.54c2.07-1.915 3.262-4.739 3.262-8.084",
|
|
22
|
-
strokeWidth: "inherit",
|
|
23
|
-
stroke: "currentColor"
|
|
24
|
-
}
|
|
25
|
-
),
|
|
26
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
27
|
-
"path",
|
|
28
|
-
{
|
|
29
|
-
fill: "#34A853",
|
|
30
|
-
d: "M12 23c2.97 0 5.454-.99 7.27-2.668l-3.539-2.75c-.99.66-2.246 1.064-3.73 1.064-2.87 0-5.3-1.934-6.17-4.547H2.183v2.833C3.988 20.525 7.7 23 12 23",
|
|
31
|
-
strokeWidth: "inherit",
|
|
32
|
-
stroke: "currentColor"
|
|
33
|
-
}
|
|
34
|
-
),
|
|
35
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
36
|
-
"path",
|
|
37
|
-
{
|
|
38
|
-
fill: "#FBBC05",
|
|
39
|
-
d: "M5.83 14.1a6.4 6.4 0 0 1-.348-2.1c0-.733.129-1.44.349-2.1V7.069H2.182a10.87 10.87 0 0 0 0 9.864z",
|
|
40
|
-
strokeWidth: "inherit",
|
|
41
|
-
stroke: "currentColor"
|
|
42
|
-
}
|
|
43
|
-
),
|
|
44
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
45
|
-
"path",
|
|
46
|
-
{
|
|
47
|
-
fill: "#EA4335",
|
|
48
|
-
d: "M12 5.354c1.623 0 3.071.56 4.217 1.65l3.135-3.135C17.454 2.091 14.97 1 12 1 7.7 1 3.988 3.475 2.183 7.068L5.83 9.901C6.7 7.288 9.13 5.354 12 5.354",
|
|
49
|
-
strokeWidth: "inherit",
|
|
50
|
-
stroke: "currentColor"
|
|
51
|
-
}
|
|
52
|
-
)
|
|
53
|
-
]
|
|
54
|
-
}
|
|
55
|
-
);
|
|
56
|
-
};
|
|
57
|
-
const ForwardRef = forwardRef(IconMediaGoogle);
|
|
58
|
-
const MediaGoogle = forwardRef((props, ref) => {
|
|
59
|
-
if (typeof props.size === "number") {
|
|
60
|
-
const { size, ...rest } = props;
|
|
61
|
-
props = {
|
|
62
|
-
...rest,
|
|
63
|
-
w: size,
|
|
64
|
-
h: size
|
|
65
|
-
};
|
|
66
|
-
}
|
|
67
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(Box, { ref, ...props, component: ForwardRef });
|
|
68
|
-
});
|
|
69
|
-
MediaGoogle.displayName = "IconMediaGoogle";
|
|
70
|
-
export {
|
|
71
|
-
MediaGoogle as default
|
|
72
|
-
};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.cjs");
|
|
4
|
-
const React = require("react");
|
|
5
|
-
const Box = require("../../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/Box/Box.cjs");
|
|
6
|
-
const IconMediaMicrosoft = (props, ref) => {
|
|
7
|
-
return /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsxs(
|
|
8
|
-
"svg",
|
|
9
|
-
{
|
|
10
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
width: "1em",
|
|
12
|
-
height: "1em",
|
|
13
|
-
fill: "none",
|
|
14
|
-
viewBox: "0 0 24 24",
|
|
15
|
-
strokeWidth: "1.5",
|
|
16
|
-
ref,
|
|
17
|
-
...props,
|
|
18
|
-
children: [
|
|
19
|
-
/* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx("path", { fill: "#F3F3F3", d: "M22 2H2v20h20z", strokeWidth: "inherit", stroke: "currentColor" }),
|
|
20
|
-
/* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx("path", { fill: "#F8682C", d: "M11.613 2.774H2.774v8.839h8.839z", strokeWidth: "inherit", stroke: "currentColor" }),
|
|
21
|
-
/* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx("path", { fill: "#91C300", d: "M21.226 2.774h-8.838v8.839h8.838z", strokeWidth: "inherit", stroke: "currentColor" }),
|
|
22
|
-
/* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx("path", { fill: "#00B4F1", d: "M11.613 12.387H2.774v8.839h8.839z", strokeWidth: "inherit", stroke: "currentColor" }),
|
|
23
|
-
/* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx("path", { fill: "#FFC300", d: "M21.226 12.387h-8.838v8.839h8.838z", strokeWidth: "inherit", stroke: "currentColor" })
|
|
24
|
-
]
|
|
25
|
-
}
|
|
26
|
-
);
|
|
27
|
-
};
|
|
28
|
-
const ForwardRef = React.forwardRef(IconMediaMicrosoft);
|
|
29
|
-
const MediaMicrosoft = React.forwardRef((props, ref) => {
|
|
30
|
-
if (typeof props.size === "number") {
|
|
31
|
-
const { size, ...rest } = props;
|
|
32
|
-
props = {
|
|
33
|
-
...rest,
|
|
34
|
-
w: size,
|
|
35
|
-
h: size
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
return /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(Box.Box, { ref, ...props, component: ForwardRef });
|
|
39
|
-
});
|
|
40
|
-
MediaMicrosoft.displayName = "IconMediaMicrosoft";
|
|
41
|
-
exports.default = MediaMicrosoft;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { j as jsxRuntimeExports } from "../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
-
import { forwardRef } from "react";
|
|
3
|
-
import { Box } from "../../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/Box/Box.js";
|
|
4
|
-
const IconMediaMicrosoft = (props, ref) => {
|
|
5
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
-
width: "1em",
|
|
10
|
-
height: "1em",
|
|
11
|
-
fill: "none",
|
|
12
|
-
viewBox: "0 0 24 24",
|
|
13
|
-
strokeWidth: "1.5",
|
|
14
|
-
ref,
|
|
15
|
-
...props,
|
|
16
|
-
children: [
|
|
17
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("path", { fill: "#F3F3F3", d: "M22 2H2v20h20z", strokeWidth: "inherit", stroke: "currentColor" }),
|
|
18
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("path", { fill: "#F8682C", d: "M11.613 2.774H2.774v8.839h8.839z", strokeWidth: "inherit", stroke: "currentColor" }),
|
|
19
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("path", { fill: "#91C300", d: "M21.226 2.774h-8.838v8.839h8.838z", strokeWidth: "inherit", stroke: "currentColor" }),
|
|
20
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("path", { fill: "#00B4F1", d: "M11.613 12.387H2.774v8.839h8.839z", strokeWidth: "inherit", stroke: "currentColor" }),
|
|
21
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("path", { fill: "#FFC300", d: "M21.226 12.387h-8.838v8.839h8.838z", strokeWidth: "inherit", stroke: "currentColor" })
|
|
22
|
-
]
|
|
23
|
-
}
|
|
24
|
-
);
|
|
25
|
-
};
|
|
26
|
-
const ForwardRef = forwardRef(IconMediaMicrosoft);
|
|
27
|
-
const MediaMicrosoft = forwardRef((props, ref) => {
|
|
28
|
-
if (typeof props.size === "number") {
|
|
29
|
-
const { size, ...rest } = props;
|
|
30
|
-
props = {
|
|
31
|
-
...rest,
|
|
32
|
-
w: size,
|
|
33
|
-
h: size
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(Box, { ref, ...props, component: ForwardRef });
|
|
37
|
-
});
|
|
38
|
-
MediaMicrosoft.displayName = "IconMediaMicrosoft";
|
|
39
|
-
export {
|
|
40
|
-
MediaMicrosoft as default
|
|
41
|
-
};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const jsxRuntime = require("../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.cjs");
|
|
4
|
-
const React = require("react");
|
|
5
|
-
const Box = require("../../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/Box/Box.cjs");
|
|
6
|
-
const IconOpenAi = (props, ref) => {
|
|
7
|
-
return /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(
|
|
8
|
-
"svg",
|
|
9
|
-
{
|
|
10
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
width: "1em",
|
|
12
|
-
height: "1em",
|
|
13
|
-
fill: "none",
|
|
14
|
-
viewBox: "0 0 24 24",
|
|
15
|
-
strokeWidth: "1.5",
|
|
16
|
-
ref,
|
|
17
|
-
...props,
|
|
18
|
-
children: /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(
|
|
19
|
-
"path",
|
|
20
|
-
{
|
|
21
|
-
fill: "currentColor",
|
|
22
|
-
stroke: "currentColor",
|
|
23
|
-
d: "M13.007 23.077c-1.472-.023-2.863-.608-3.988-1.791-.046-.048-.084-.06-.151-.049-1.877.325-3.54-.12-4.946-1.39-1.029-.93-1.617-2.098-1.787-3.467a5.4 5.4 0 0 1 .213-2.26c.024-.077.019-.129-.037-.192-.735-.838-1.192-1.806-1.335-2.903-.213-1.625.22-3.08 1.27-4.348C3.054 5.7 4.1 5.09 5.343 4.81c.064-.014.09-.044.11-.1.56-1.544 1.59-2.663 3.113-3.325.983-.427 2.014-.55 3.079-.402a5.5 5.5 0 0 1 2.718 1.164c.22.175.417.378.62.572.044.04.078.056.143.045 1.88-.327 3.546.118 4.955 1.393 1.025.927 1.612 2.092 1.783 3.457a5.3 5.3 0 0 1-.22 2.28c-.02.065-.014.11.033.165.782.891 1.247 1.922 1.368 3.094.143 1.38-.196 2.645-.994 3.785-.716 1.023-1.68 1.726-2.879 2.113a5 5 0 0 1-.5.134c-.077.017-.107.052-.132.12-.533 1.468-1.505 2.553-2.93 3.232-.767.367-1.583.536-2.603.54Zm.505-19.744-.115-.092c-1.354-1.04-3.246-1.168-4.715-.282-1.342.809-2.045 2.009-2.06 3.566-.018 1.678-.003 3.356-.007 5.035 0 .104.03.164.123.215q.566.317 1.129.64l.675.383V6.624c-.001-.299.117-.527.38-.677l2.819-1.605zm1.945 7.87v.166q-.001 3.003.001 6.004c0 .304-.121.533-.388.685l-3.822 2.176-.753.43c.013.014.019.024.027.03q.041.036.086.07c1.11.813 2.34 1.06 3.674.713 1.8-.468 3.092-2.116 3.098-3.932.006-1.71 0-3.421.003-5.132 0-.09-.033-.136-.109-.179q-.57-.32-1.137-.646zm-11.82 3.841-.015.066a4.1 4.1 0 0 0 .257 2.188c.717 1.785 2.673 2.867 4.59 2.54.578-.099 1.102-.32 1.606-.61q2.122-1.216 4.252-2.42c.078-.044.107-.092.107-.18-.004-.658-.002-1.315-.003-1.973 0-.027-.005-.053-.008-.089q-.054.025-.088.043l-2.399 1.366q-1.47.84-2.943 1.676a.74.74 0 0 1-.775 0l-3.335-1.898zm5.93-5.606c.046-.022.075-.035.103-.05l2.407-1.372 2.934-1.67a.73.73 0 0 1 .765 0l4.491 2.557c.03.017.061.03.095.047.137-.645.056-1.482-.204-2.153-.921-2.38-3.736-3.398-5.99-2.16-.761.418-1.51.857-2.266 1.287Q10.784 6.56 9.668 7.2c-.044.025-.096.082-.097.125-.006.697-.003 1.395-.003 2.113Zm1.403 5.916-2.339-1.333q-1.537-.877-3.077-1.752c-.285-.161-.41-.397-.41-.716q.003-2.506.002-5.012v-.165c-.06.023-.111.04-.161.061-1.714.7-2.768 2.438-2.56 4.26.159 1.385.856 2.444 2.071 3.158.762.447 1.534.878 2.301 1.315q1.067.606 2.13 1.215c.082.047.145.055.23.003.313-.185.63-.36.945-.54zm2.059-6.708 1.918 1.094q1.748.998 3.498 1.991c.285.161.41.397.41.716q-.003 2.506-.002 5.013v.164c.06-.022.111-.04.162-.06 1.714-.701 2.767-2.438 2.559-4.26-.158-1.385-.856-2.444-2.071-3.159-.762-.447-1.534-.877-2.301-1.314q-1.066-.606-2.13-1.215c-.082-.047-.144-.055-.23-.004-.312.186-.63.361-.945.541zm1.402 3.365c0-.428-.002-.857.003-1.286 0-.078-.022-.122-.092-.162q-1.139-.645-2.278-1.29a.15.15 0 0 0-.124-.002q-1.148.65-2.296 1.3c-.06.034-.078.072-.078.138q.004 1.29 0 2.582c0 .066.018.104.078.137.766.433 1.53.87 2.296 1.302.03.016.085.019.115.003.769-.434 1.536-.873 2.305-1.308.056-.031.073-.067.073-.128q-.002-.643-.002-1.286Z",
|
|
24
|
-
strokeWidth: "inherit"
|
|
25
|
-
}
|
|
26
|
-
)
|
|
27
|
-
}
|
|
28
|
-
);
|
|
29
|
-
};
|
|
30
|
-
const ForwardRef = React.forwardRef(IconOpenAi);
|
|
31
|
-
const OpenAi = React.forwardRef((props, ref) => {
|
|
32
|
-
if (typeof props.size === "number") {
|
|
33
|
-
const { size, ...rest } = props;
|
|
34
|
-
props = {
|
|
35
|
-
...rest,
|
|
36
|
-
w: size,
|
|
37
|
-
h: size
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
return /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(Box.Box, { ref, ...props, component: ForwardRef });
|
|
41
|
-
});
|
|
42
|
-
OpenAi.displayName = "IconOpenAi";
|
|
43
|
-
exports.default = OpenAi;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { j as jsxRuntimeExports } from "../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
-
import { forwardRef } from "react";
|
|
3
|
-
import { Box } from "../../node_modules/.pnpm/@mantine_core@7.13.2_patch_hash_v5k5cxye7xaihpcgowhgciky7a_@mantine_hooks@7.13.2_react@18.3.1_hlfamvk7n3o6ychyvm5cyru4yu/node_modules/@mantine/core/esm/core/Box/Box.js";
|
|
4
|
-
const IconOpenAi = (props, ref) => {
|
|
5
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
-
width: "1em",
|
|
10
|
-
height: "1em",
|
|
11
|
-
fill: "none",
|
|
12
|
-
viewBox: "0 0 24 24",
|
|
13
|
-
strokeWidth: "1.5",
|
|
14
|
-
ref,
|
|
15
|
-
...props,
|
|
16
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
17
|
-
"path",
|
|
18
|
-
{
|
|
19
|
-
fill: "currentColor",
|
|
20
|
-
stroke: "currentColor",
|
|
21
|
-
d: "M13.007 23.077c-1.472-.023-2.863-.608-3.988-1.791-.046-.048-.084-.06-.151-.049-1.877.325-3.54-.12-4.946-1.39-1.029-.93-1.617-2.098-1.787-3.467a5.4 5.4 0 0 1 .213-2.26c.024-.077.019-.129-.037-.192-.735-.838-1.192-1.806-1.335-2.903-.213-1.625.22-3.08 1.27-4.348C3.054 5.7 4.1 5.09 5.343 4.81c.064-.014.09-.044.11-.1.56-1.544 1.59-2.663 3.113-3.325.983-.427 2.014-.55 3.079-.402a5.5 5.5 0 0 1 2.718 1.164c.22.175.417.378.62.572.044.04.078.056.143.045 1.88-.327 3.546.118 4.955 1.393 1.025.927 1.612 2.092 1.783 3.457a5.3 5.3 0 0 1-.22 2.28c-.02.065-.014.11.033.165.782.891 1.247 1.922 1.368 3.094.143 1.38-.196 2.645-.994 3.785-.716 1.023-1.68 1.726-2.879 2.113a5 5 0 0 1-.5.134c-.077.017-.107.052-.132.12-.533 1.468-1.505 2.553-2.93 3.232-.767.367-1.583.536-2.603.54Zm.505-19.744-.115-.092c-1.354-1.04-3.246-1.168-4.715-.282-1.342.809-2.045 2.009-2.06 3.566-.018 1.678-.003 3.356-.007 5.035 0 .104.03.164.123.215q.566.317 1.129.64l.675.383V6.624c-.001-.299.117-.527.38-.677l2.819-1.605zm1.945 7.87v.166q-.001 3.003.001 6.004c0 .304-.121.533-.388.685l-3.822 2.176-.753.43c.013.014.019.024.027.03q.041.036.086.07c1.11.813 2.34 1.06 3.674.713 1.8-.468 3.092-2.116 3.098-3.932.006-1.71 0-3.421.003-5.132 0-.09-.033-.136-.109-.179q-.57-.32-1.137-.646zm-11.82 3.841-.015.066a4.1 4.1 0 0 0 .257 2.188c.717 1.785 2.673 2.867 4.59 2.54.578-.099 1.102-.32 1.606-.61q2.122-1.216 4.252-2.42c.078-.044.107-.092.107-.18-.004-.658-.002-1.315-.003-1.973 0-.027-.005-.053-.008-.089q-.054.025-.088.043l-2.399 1.366q-1.47.84-2.943 1.676a.74.74 0 0 1-.775 0l-3.335-1.898zm5.93-5.606c.046-.022.075-.035.103-.05l2.407-1.372 2.934-1.67a.73.73 0 0 1 .765 0l4.491 2.557c.03.017.061.03.095.047.137-.645.056-1.482-.204-2.153-.921-2.38-3.736-3.398-5.99-2.16-.761.418-1.51.857-2.266 1.287Q10.784 6.56 9.668 7.2c-.044.025-.096.082-.097.125-.006.697-.003 1.395-.003 2.113Zm1.403 5.916-2.339-1.333q-1.537-.877-3.077-1.752c-.285-.161-.41-.397-.41-.716q.003-2.506.002-5.012v-.165c-.06.023-.111.04-.161.061-1.714.7-2.768 2.438-2.56 4.26.159 1.385.856 2.444 2.071 3.158.762.447 1.534.878 2.301 1.315q1.067.606 2.13 1.215c.082.047.145.055.23.003.313-.185.63-.36.945-.54zm2.059-6.708 1.918 1.094q1.748.998 3.498 1.991c.285.161.41.397.41.716q-.003 2.506-.002 5.013v.164c.06-.022.111-.04.162-.06 1.714-.701 2.767-2.438 2.559-4.26-.158-1.385-.856-2.444-2.071-3.159-.762-.447-1.534-.877-2.301-1.314q-1.066-.606-2.13-1.215c-.082-.047-.144-.055-.23-.004-.312.186-.63.361-.945.541zm1.402 3.365c0-.428-.002-.857.003-1.286 0-.078-.022-.122-.092-.162q-1.139-.645-2.278-1.29a.15.15 0 0 0-.124-.002q-1.148.65-2.296 1.3c-.06.034-.078.072-.078.138q.004 1.29 0 2.582c0 .066.018.104.078.137.766.433 1.53.87 2.296 1.302.03.016.085.019.115.003.769-.434 1.536-.873 2.305-1.308.056-.031.073-.067.073-.128q-.002-.643-.002-1.286Z",
|
|
22
|
-
strokeWidth: "inherit"
|
|
23
|
-
}
|
|
24
|
-
)
|
|
25
|
-
}
|
|
26
|
-
);
|
|
27
|
-
};
|
|
28
|
-
const ForwardRef = forwardRef(IconOpenAi);
|
|
29
|
-
const OpenAi = forwardRef((props, ref) => {
|
|
30
|
-
if (typeof props.size === "number") {
|
|
31
|
-
const { size, ...rest } = props;
|
|
32
|
-
props = {
|
|
33
|
-
...rest,
|
|
34
|
-
w: size,
|
|
35
|
-
h: size
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(Box, { ref, ...props, component: ForwardRef });
|
|
39
|
-
});
|
|
40
|
-
OpenAi.displayName = "IconOpenAi";
|
|
41
|
-
export {
|
|
42
|
-
OpenAi as default
|
|
43
|
-
};
|