@tidbcloud/uikit 2.7.3 → 2.7.5
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 +12 -0
- package/dist/icons/index.cjs +3 -0
- package/dist/icons/index.d.cts +5 -1
- package/dist/icons/index.d.mts +5 -1
- package/dist/icons/index.mjs +3 -0
- package/dist/icons/raw/DProject.svg +2 -4
- package/dist/icons/react/DProject.cjs +2 -2
- package/dist/icons/react/DProject.mjs +2 -2
- package/dist/icons/react/DProjectFill.cjs +48 -0
- package/dist/icons/react/DProjectFill.d.cts +3 -0
- package/dist/icons/react/DProjectFill.d.mts +3 -0
- package/dist/icons/react/DProjectFill.mjs +48 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @tidbcloud/uikit
|
|
2
2
|
|
|
3
|
+
## 2.7.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Feat/dproject fill icon ([#637](https://github.com/tidbcloud/tidbcloud-uikit/pull/637))
|
|
8
|
+
|
|
9
|
+
## 2.7.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- fix(uikit): update DProject icon ([#635](https://github.com/tidbcloud/tidbcloud-uikit/pull/635))
|
|
14
|
+
|
|
3
15
|
## 2.7.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/icons/index.cjs
CHANGED
|
@@ -1258,6 +1258,7 @@ const ZoomOut = require("./react/ZoomOut.cjs");
|
|
|
1258
1258
|
const AlertTriangleFill = require("./react/AlertTriangleFill.cjs");
|
|
1259
1259
|
const ChevronDownFill = require("./react/ChevronDownFill.cjs");
|
|
1260
1260
|
const ChevronRightFill = require("./react/ChevronRightFill.cjs");
|
|
1261
|
+
const DProjectFill = require("./react/DProjectFill.cjs");
|
|
1261
1262
|
const HandsDownFill = require("./react/HandsDownFill.cjs");
|
|
1262
1263
|
const HandsUpFill = require("./react/HandsUpFill.cjs");
|
|
1263
1264
|
const LayoutBottomFill = require("./react/LayoutBottomFill.cjs");
|
|
@@ -2525,6 +2526,7 @@ const IconZoomOut = ZoomOut.default;
|
|
|
2525
2526
|
const IconAlertTriangleFill = AlertTriangleFill.default;
|
|
2526
2527
|
const IconChevronDownFill = ChevronDownFill.default;
|
|
2527
2528
|
const IconChevronRightFill = ChevronRightFill.default;
|
|
2529
|
+
const IconDProjectFill = DProjectFill.default;
|
|
2528
2530
|
const IconHandsDownFill = HandsDownFill.default;
|
|
2529
2531
|
const IconHandsUpFill = HandsUpFill.default;
|
|
2530
2532
|
const IconLayoutBottomFill = LayoutBottomFill.default;
|
|
@@ -2936,6 +2938,7 @@ exports.IconCursorBox = IconCursorBox;
|
|
|
2936
2938
|
exports.IconCursorClick01 = IconCursorClick01;
|
|
2937
2939
|
exports.IconCursorClick02 = IconCursorClick02;
|
|
2938
2940
|
exports.IconDProject = IconDProject;
|
|
2941
|
+
exports.IconDProjectFill = IconDProjectFill;
|
|
2939
2942
|
exports.IconDashboard = IconDashboard;
|
|
2940
2943
|
exports.IconData = IconData;
|
|
2941
2944
|
exports.IconDataAppAi = IconDataAppAi;
|
package/dist/icons/index.d.cts
CHANGED
|
@@ -1596,7 +1596,7 @@ export declare const IconCursorClick01: React.FC<IconProps>;
|
|
|
1596
1596
|
*/
|
|
1597
1597
|
export declare const IconCursorClick02: React.FC<IconProps>;
|
|
1598
1598
|
/**
|
|
1599
|
-
* @preview 
|
|
1600
1600
|
*/
|
|
1601
1601
|
export declare const IconDProject: React.FC<IconProps>;
|
|
1602
1602
|
/**
|
|
@@ -5035,6 +5035,10 @@ export declare const IconChevronDownFill: React.FC<IconProps>;
|
|
|
5035
5035
|
* @preview 
|
|
5036
5036
|
*/
|
|
5037
5037
|
export declare const IconChevronRightFill: React.FC<IconProps>;
|
|
5038
|
+
/**
|
|
5039
|
+
* @preview 
|
|
5040
|
+
*/
|
|
5041
|
+
export declare const IconDProjectFill: React.FC<IconProps>;
|
|
5038
5042
|
/**
|
|
5039
5043
|
* @preview 
|
|
5040
5044
|
*/
|
package/dist/icons/index.d.mts
CHANGED
|
@@ -1596,7 +1596,7 @@ export declare const IconCursorClick01: React.FC<IconProps>;
|
|
|
1596
1596
|
*/
|
|
1597
1597
|
export declare const IconCursorClick02: React.FC<IconProps>;
|
|
1598
1598
|
/**
|
|
1599
|
-
* @preview 
|
|
1600
1600
|
*/
|
|
1601
1601
|
export declare const IconDProject: React.FC<IconProps>;
|
|
1602
1602
|
/**
|
|
@@ -5035,6 +5035,10 @@ export declare const IconChevronDownFill: React.FC<IconProps>;
|
|
|
5035
5035
|
* @preview 
|
|
5036
5036
|
*/
|
|
5037
5037
|
export declare const IconChevronRightFill: React.FC<IconProps>;
|
|
5038
|
+
/**
|
|
5039
|
+
* @preview 
|
|
5040
|
+
*/
|
|
5041
|
+
export declare const IconDProjectFill: React.FC<IconProps>;
|
|
5038
5042
|
/**
|
|
5039
5043
|
* @preview 
|
|
5040
5044
|
*/
|
package/dist/icons/index.mjs
CHANGED
|
@@ -1256,6 +1256,7 @@ import ZoomOut from "./react/ZoomOut.mjs";
|
|
|
1256
1256
|
import AlertTriangleFill from "./react/AlertTriangleFill.mjs";
|
|
1257
1257
|
import ChevronDownFill from "./react/ChevronDownFill.mjs";
|
|
1258
1258
|
import ChevronRightFill from "./react/ChevronRightFill.mjs";
|
|
1259
|
+
import DProjectFill from "./react/DProjectFill.mjs";
|
|
1259
1260
|
import HandsDownFill from "./react/HandsDownFill.mjs";
|
|
1260
1261
|
import HandsUpFill from "./react/HandsUpFill.mjs";
|
|
1261
1262
|
import LayoutBottomFill from "./react/LayoutBottomFill.mjs";
|
|
@@ -2523,6 +2524,7 @@ const IconZoomOut = ZoomOut;
|
|
|
2523
2524
|
const IconAlertTriangleFill = AlertTriangleFill;
|
|
2524
2525
|
const IconChevronDownFill = ChevronDownFill;
|
|
2525
2526
|
const IconChevronRightFill = ChevronRightFill;
|
|
2527
|
+
const IconDProjectFill = DProjectFill;
|
|
2526
2528
|
const IconHandsDownFill = HandsDownFill;
|
|
2527
2529
|
const IconHandsUpFill = HandsUpFill;
|
|
2528
2530
|
const IconLayoutBottomFill = LayoutBottomFill;
|
|
@@ -2935,6 +2937,7 @@ export {
|
|
|
2935
2937
|
IconCursorClick01,
|
|
2936
2938
|
IconCursorClick02,
|
|
2937
2939
|
IconDProject,
|
|
2940
|
+
IconDProjectFill,
|
|
2938
2941
|
IconDashboard,
|
|
2939
2942
|
IconData,
|
|
2940
2943
|
IconDataAppAi,
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
|
|
3
|
-
d="M7.08964 1.6794L6.64242 1.90301L6.64243 1.90301L7.08964 1.6794ZM6.11072 0.572995L6.27375 0.100323L6.27375 0.100322L6.11072 0.572995ZM6.60891 0.880898L6.95877 0.523689L6.95877 0.523688L6.60891 0.880898ZM1.22801 0.645447L1.00102 0.199943V0.199943L1.22801 0.645447ZM0.645325 1.22813L0.199821 1.00114L0.199821 1.00114L0.645325 1.22813ZM1.59202 12.2821L1.36502 12.7276L1.59202 12.2821ZM0.717987 11.4081L0.272484 11.6351V11.6351L0.717987 11.4081ZM13.6153 11.4081L14.0608 11.6351V11.6351L13.6153 11.4081ZM12.7413 12.2821L12.9683 12.7276L12.7413 12.2821ZM12.7413 3.38478L12.9683 2.93927L12.7413 3.38478ZM13.6153 4.25881L14.0608 4.03181V4.03181L13.6153 4.25881ZM5.11523 5.50907V5.00907C4.83909 5.00907 4.61523 5.23293 4.61523 5.50907H5.11523ZM5.11523 10.2198H4.61523C4.61523 10.496 4.83909 10.7198 5.11523 10.7198V10.2198ZM2.63333 0.500122V1.00012H5.18153V0.500122V0.00012207H2.63333V0.500122ZM7.08964 1.6794L6.64243 1.90301L7.38612 3.3904L7.83333 3.16679L8.28055 2.94318L7.53685 1.45579L7.08964 1.6794ZM0.5 3.16679H1V2.63346H0.5H0V3.16679H0.5ZM5.18153 0.500122V1.00012C5.69638 1.00012 5.83455 1.00665 5.94768 1.04567L6.11072 0.572995L6.27375 0.100322C5.96434 -0.00640166 5.62389 0.00012207 5.18153 0.00012207V0.500122ZM7.08964 1.6794L7.53685 1.45579C7.33903 1.06014 7.1926 0.752708 6.95877 0.523689L6.60891 0.880898L6.25905 1.23811C6.34455 1.32184 6.41218 1.44251 6.64242 1.90301L7.08964 1.6794ZM6.11072 0.572995L5.94768 1.04567C6.06445 1.08594 6.17081 1.15168 6.25905 1.23811L6.60891 0.880898L6.95877 0.523688C6.76463 0.333542 6.53065 0.188932 6.27375 0.100323L6.11072 0.572995ZM2.63333 0.500122V0.00012207C2.26822 0.00012207 1.96431 -0.00026679 1.71689 0.0199482C1.46363 0.0406401 1.22586 0.0853809 1.00102 0.199943L1.22801 0.645447L1.45501 1.09095C1.51538 1.06019 1.6069 1.03227 1.79832 1.01663C1.99557 1.00051 2.25171 1.00012 2.63333 1.00012V0.500122ZM0.5 2.63346H1C1 2.25184 1.00039 1.99569 1.01651 1.79844C1.03214 1.60703 1.06007 1.5155 1.09083 1.45513L0.645325 1.22813L0.199821 1.00114C0.0852588 1.22598 0.040518 1.46375 0.0198261 1.71701C-0.000388861 1.96443 0 2.26834 0 2.63346H0.5ZM1.22801 0.645447L1.00102 0.199943C0.656054 0.375711 0.375589 0.656176 0.199821 1.00114L0.645325 1.22813L1.09083 1.45513C1.17072 1.29833 1.29821 1.17084 1.45501 1.09095L1.22801 0.645447ZM0.5 3.16679V3.66679H10.6333V3.16679V2.66679H0.5V3.16679ZM13.8333 6.36679H13.3333V9.30012H13.8333H14.3333V6.36679H13.8333ZM10.6333 12.5001V12.0001H3.7V12.5001V13.0001H10.6333V12.5001ZM0.5 9.30012H1V3.16679H0.5H0V9.30012H0.5ZM3.7 12.5001V12.0001C3.1317 12.0001 2.73554 11.9997 2.42712 11.9745C2.12454 11.9498 1.95069 11.9037 1.81901 11.8366L1.59202 12.2821L1.36502 12.7276C1.66117 12.8785 1.98126 12.9414 2.34569 12.9712C2.70428 13.0005 3.1482 13.0001 3.7 13.0001V12.5001ZM0.5 9.30012H0C0 9.85192 -0.000388861 10.2958 0.0289089 10.6544C0.0586836 11.0189 0.12159 11.339 0.272484 11.6351L0.717987 11.4081L1.16349 11.1811C1.0964 11.0494 1.05031 10.8756 1.02559 10.573C1.00039 10.2646 1 9.86843 1 9.30012H0.5ZM1.59202 12.2821L1.81901 11.8366C1.53677 11.6928 1.3073 11.4634 1.16349 11.1811L0.717987 11.4081L0.272484 11.6351C0.512167 12.1055 0.894618 12.488 1.36502 12.7276L1.59202 12.2821ZM13.8333 9.30012H13.3333C13.3333 9.86843 13.3329 10.2646 13.3077 10.573C13.283 10.8756 13.2369 11.0494 13.1698 11.1811L13.6153 11.4081L14.0608 11.6351C14.2117 11.339 14.2746 11.0189 14.3044 10.6544C14.3337 10.2958 14.3333 9.85192 14.3333 9.30012H13.8333ZM10.6333 12.5001V13.0001C11.1851 13.0001 11.6291 13.0005 11.9876 12.9712C12.3521 12.9414 12.6722 12.8785 12.9683 12.7276L12.7413 12.2821L12.5143 11.8366C12.3826 11.9037 12.2088 11.9498 11.9062 11.9745C11.5978 11.9997 11.2016 12.0001 10.6333 12.0001V12.5001ZM13.6153 11.4081L13.1698 11.1811C13.026 11.4634 12.7966 11.6928 12.5143 11.8366L12.7413 12.2821L12.9683 12.7276C13.4387 12.488 13.8212 12.1055 14.0608 11.6351L13.6153 11.4081ZM10.6333 3.16679V3.66679C11.2016 3.66679 11.5978 3.66718 11.9062 3.69238C12.2088 3.7171 12.3826 3.76319 12.5143 3.83028L12.7413 3.38478L12.9683 2.93927C12.6722 2.78838 12.3521 2.72547 11.9876 2.6957C11.6291 2.6664 11.1851 2.66679 10.6333 2.66679V3.16679ZM13.8333 6.36679H14.3333C14.3333 5.81499 14.3337 5.37106 14.3044 5.01248C14.2746 4.64805 14.2117 4.32796 14.0608 4.03181L13.6153 4.25881L13.1698 4.4858C13.2369 4.61748 13.283 4.79133 13.3077 5.09391C13.3329 5.40233 13.3333 5.79849 13.3333 6.36679H13.8333ZM12.7413 3.38478L12.5143 3.83028C12.7966 3.97409 13.026 4.20356 13.1698 4.4858L13.6153 4.25881L14.0608 4.03181C13.8212 3.56141 13.4387 3.17896 12.9683 2.93927L12.7413 3.38478ZM5.11523 5.50907H4.61523V10.2198H5.11523H5.61523V5.50907H5.11523ZM5.11523 5.50907V6.00907C6.31711 6.00907 7.24366 6.22347 7.85141 6.57928C8.43649 6.92183 8.7181 7.38421 8.7181 7.9653H9.2181H9.7181C9.7181 6.97467 9.19809 6.20894 8.35665 5.7163C7.53787 5.23693 6.41299 5.00907 5.11523 5.00907V5.50907ZM9.2181 7.9653H8.7181C8.7181 8.3042 8.66121 8.55749 8.5612 8.75231C8.46403 8.94162 8.31053 9.10657 8.06311 9.24754C7.53988 9.54568 6.6287 9.71985 5.11523 9.71985V10.2198V10.7198C6.65238 10.7198 7.79264 10.5526 8.55818 10.1164C8.95516 9.8902 9.25538 9.58975 9.45084 9.20898C9.64346 8.83372 9.7181 8.41227 9.7181 7.9653H9.2181Z"
|
|
4
|
-
fill="#383E40" />
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.8845 4.76892L11.2136 5.10433L11.2136 5.10433L11.8845 4.76892ZM10.4161 3.10931L10.6606 2.4003L10.6606 2.4003L10.4161 3.10931ZM11.1634 3.57116L11.6882 3.03535V3.03535L11.1634 3.57116ZM3.09202 3.21799L2.75153 2.54973L2.75153 2.54973L3.09202 3.21799ZM2.21799 4.09202L1.54973 3.75153L1.54973 3.75153L2.21799 4.09202ZM3.63803 20.673L3.29754 21.3413L3.63803 20.673ZM2.32698 19.362L1.65873 19.7025L2.32698 19.362ZM21.673 19.362L22.3413 19.7025L21.673 19.362ZM20.362 20.673L20.7025 21.3413L20.362 20.673ZM20.362 7.32698L20.7025 6.65873L20.362 7.32698ZM21.673 8.63803L22.3413 8.29754L21.673 8.63803ZM8.92285 10.5134V9.76343C8.50864 9.76343 8.17285 10.0992 8.17285 10.5134H8.92285ZM8.92285 17.5796H8.17285C8.17285 17.9938 8.50864 18.3296 8.92285 18.3296V17.5796ZM5.2 3V3.75H9.02229V3V2.25H5.2V3ZM11.8845 4.76892L11.2136 5.10433L12.3292 7.33541L13 7L13.6708 6.66459L12.5553 4.43351L11.8845 4.76892ZM2 7H2.75V6.2H2H1.25V7H2ZM9.02229 3V3.75C9.79458 3.75 10.0018 3.75979 10.1715 3.81832L10.4161 3.10931L10.6606 2.4003C10.1965 2.24021 9.68584 2.25 9.02229 2.25V3ZM11.8845 4.76892L12.5553 4.43351C12.2585 3.84002 12.0389 3.37888 11.6882 3.03535L11.1634 3.57116L10.6386 4.10698C10.7668 4.23258 10.8683 4.41358 11.2136 5.10433L11.8845 4.76892ZM10.4161 3.10931L10.1715 3.81832C10.3467 3.87873 10.5062 3.97733 10.6386 4.10698L11.1634 3.57116L11.6882 3.03535C11.3969 2.75013 11.046 2.53321 10.6606 2.4003L10.4161 3.10931ZM5.2 3V2.25C4.65232 2.25 4.19646 2.24942 3.82533 2.27974C3.44545 2.31078 3.08879 2.37789 2.75153 2.54973L3.09202 3.21799L3.43251 3.88624C3.52307 3.8401 3.66035 3.79822 3.94748 3.77476C4.24336 3.75058 4.62757 3.75 5.2 3.75V3ZM2 6.2H2.75C2.75 5.62757 2.75058 5.24336 2.77476 4.94748C2.79822 4.66035 2.8401 4.52307 2.88624 4.43251L2.21799 4.09202L1.54973 3.75153C1.37789 4.08879 1.31078 4.44545 1.27974 4.82533C1.24942 5.19646 1.25 5.65232 1.25 6.2H2ZM3.09202 3.21799L2.75153 2.54973C2.23408 2.81338 1.81338 3.23408 1.54973 3.75153L2.21799 4.09202L2.88624 4.43251C3.00608 4.19731 3.19731 4.00608 3.43251 3.88624L3.09202 3.21799ZM2 7V7.75H17.2V7V6.25H2V7ZM22 11.8H21.25V16.2H22H22.75V11.8H22ZM17.2 21V20.25H6.8V21V21.75H17.2V21ZM2 16.2H2.75V7H2H1.25V16.2H2ZM6.8 21V20.25C5.94755 20.25 5.35331 20.2494 4.89068 20.2116C4.4368 20.1745 4.17604 20.1054 3.97852 20.0048L3.63803 20.673L3.29754 21.3413C3.74175 21.5676 4.22189 21.662 4.76853 21.7066C5.30641 21.7506 5.9723 21.75 6.8 21.75V21ZM2 16.2H1.25C1.25 17.0277 1.24942 17.6936 1.29336 18.2315C1.33803 18.7781 1.43238 19.2582 1.65873 19.7025L2.32698 19.362L2.99524 19.0215C2.8946 18.824 2.82546 18.5632 2.78838 18.1093C2.75058 17.6467 2.75 17.0525 2.75 16.2H2ZM3.63803 20.673L3.97852 20.0048C3.55516 19.789 3.21095 19.4448 2.99524 19.0215L2.32698 19.362L1.65873 19.7025C2.01825 20.4081 2.59193 20.9817 3.29754 21.3413L3.63803 20.673ZM22 16.2H21.25C21.25 17.0525 21.2494 17.6467 21.2116 18.1093C21.1745 18.5632 21.1054 18.824 21.0048 19.0215L21.673 19.362L22.3413 19.7025C22.5676 19.2582 22.662 18.7781 22.7066 18.2315C22.7506 17.6936 22.75 17.0277 22.75 16.2H22ZM17.2 21V21.75C18.0277 21.75 18.6936 21.7506 19.2315 21.7066C19.7781 21.662 20.2582 21.5676 20.7025 21.3413L20.362 20.673L20.0215 20.0048C19.824 20.1054 19.5632 20.1745 19.1093 20.2116C18.6467 20.2494 18.0525 20.25 17.2 20.25V21ZM21.673 19.362L21.0048 19.0215C20.789 19.4448 20.4448 19.789 20.0215 20.0048L20.362 20.673L20.7025 21.3413C21.4081 20.9817 21.9817 20.4081 22.3413 19.7025L21.673 19.362ZM17.2 7V7.75C18.0525 7.75 18.6467 7.75058 19.1093 7.78838C19.5632 7.82546 19.824 7.8946 20.0215 7.99524L20.362 7.32698L20.7025 6.65873C20.2582 6.43238 19.7781 6.33803 19.2315 6.29336C18.6936 6.24942 18.0277 6.25 17.2 6.25V7ZM22 11.8H22.75C22.75 10.9723 22.7506 10.3064 22.7066 9.76853C22.662 9.2219 22.5676 8.74175 22.3413 8.29754L21.673 8.63803L21.0048 8.97852C21.1054 9.17604 21.1745 9.4368 21.2116 9.89068C21.2494 10.3533 21.25 10.9475 21.25 11.8H22ZM20.362 7.32698L20.0215 7.99524C20.4448 8.21095 20.789 8.55516 21.0048 8.97852L21.673 8.63803L22.3413 8.29754C21.9817 7.59193 21.4081 7.01825 20.7025 6.65873L20.362 7.32698ZM8.92285 10.5134H8.17285V17.5796H8.92285H9.67285V10.5134H8.92285ZM8.92285 10.5134V11.2634C10.7257 11.2634 12.1155 11.585 13.0271 12.1187C13.9047 12.6326 14.3271 13.3261 14.3271 14.1978H15.0771H15.8271C15.8271 12.7118 15.0471 11.5632 13.785 10.8243C12.5568 10.1052 10.8695 9.76343 8.92285 9.76343V10.5134ZM15.0771 14.1978H14.3271C14.3271 14.7061 14.2418 15.086 14.0918 15.3783C13.946 15.6622 13.7158 15.9097 13.3447 16.1211C12.5598 16.5683 11.1931 16.8296 8.92285 16.8296V17.5796V18.3296C11.2286 18.3296 12.939 18.0787 14.0873 17.4244C14.6827 17.0851 15.1331 16.6344 15.4263 16.0633C15.7152 15.5004 15.8271 14.8682 15.8271 14.1978H15.0771Z" fill="#383E40"/>
|
|
5
3
|
</svg>
|
|
@@ -9,7 +9,7 @@ const IconDProject = (props, ref) => {
|
|
|
9
9
|
{
|
|
10
10
|
width: "1em",
|
|
11
11
|
height: "1em",
|
|
12
|
-
viewBox: "0 0
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
13
|
fill: "none",
|
|
14
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15
15
|
strokeWidth: "1.5",
|
|
@@ -18,7 +18,7 @@ const IconDProject = (props, ref) => {
|
|
|
18
18
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
19
19
|
"path",
|
|
20
20
|
{
|
|
21
|
-
d: "
|
|
21
|
+
d: "M11.8845 4.76892L11.2136 5.10433L11.2136 5.10433L11.8845 4.76892ZM10.4161 3.10931L10.6606 2.4003L10.6606 2.4003L10.4161 3.10931ZM11.1634 3.57116L11.6882 3.03535V3.03535L11.1634 3.57116ZM3.09202 3.21799L2.75153 2.54973L2.75153 2.54973L3.09202 3.21799ZM2.21799 4.09202L1.54973 3.75153L1.54973 3.75153L2.21799 4.09202ZM3.63803 20.673L3.29754 21.3413L3.63803 20.673ZM2.32698 19.362L1.65873 19.7025L2.32698 19.362ZM21.673 19.362L22.3413 19.7025L21.673 19.362ZM20.362 20.673L20.7025 21.3413L20.362 20.673ZM20.362 7.32698L20.7025 6.65873L20.362 7.32698ZM21.673 8.63803L22.3413 8.29754L21.673 8.63803ZM8.92285 10.5134V9.76343C8.50864 9.76343 8.17285 10.0992 8.17285 10.5134H8.92285ZM8.92285 17.5796H8.17285C8.17285 17.9938 8.50864 18.3296 8.92285 18.3296V17.5796ZM5.2 3V3.75H9.02229V3V2.25H5.2V3ZM11.8845 4.76892L11.2136 5.10433L12.3292 7.33541L13 7L13.6708 6.66459L12.5553 4.43351L11.8845 4.76892ZM2 7H2.75V6.2H2H1.25V7H2ZM9.02229 3V3.75C9.79458 3.75 10.0018 3.75979 10.1715 3.81832L10.4161 3.10931L10.6606 2.4003C10.1965 2.24021 9.68584 2.25 9.02229 2.25V3ZM11.8845 4.76892L12.5553 4.43351C12.2585 3.84002 12.0389 3.37888 11.6882 3.03535L11.1634 3.57116L10.6386 4.10698C10.7668 4.23258 10.8683 4.41358 11.2136 5.10433L11.8845 4.76892ZM10.4161 3.10931L10.1715 3.81832C10.3467 3.87873 10.5062 3.97733 10.6386 4.10698L11.1634 3.57116L11.6882 3.03535C11.3969 2.75013 11.046 2.53321 10.6606 2.4003L10.4161 3.10931ZM5.2 3V2.25C4.65232 2.25 4.19646 2.24942 3.82533 2.27974C3.44545 2.31078 3.08879 2.37789 2.75153 2.54973L3.09202 3.21799L3.43251 3.88624C3.52307 3.8401 3.66035 3.79822 3.94748 3.77476C4.24336 3.75058 4.62757 3.75 5.2 3.75V3ZM2 6.2H2.75C2.75 5.62757 2.75058 5.24336 2.77476 4.94748C2.79822 4.66035 2.8401 4.52307 2.88624 4.43251L2.21799 4.09202L1.54973 3.75153C1.37789 4.08879 1.31078 4.44545 1.27974 4.82533C1.24942 5.19646 1.25 5.65232 1.25 6.2H2ZM3.09202 3.21799L2.75153 2.54973C2.23408 2.81338 1.81338 3.23408 1.54973 3.75153L2.21799 4.09202L2.88624 4.43251C3.00608 4.19731 3.19731 4.00608 3.43251 3.88624L3.09202 3.21799ZM2 7V7.75H17.2V7V6.25H2V7ZM22 11.8H21.25V16.2H22H22.75V11.8H22ZM17.2 21V20.25H6.8V21V21.75H17.2V21ZM2 16.2H2.75V7H2H1.25V16.2H2ZM6.8 21V20.25C5.94755 20.25 5.35331 20.2494 4.89068 20.2116C4.4368 20.1745 4.17604 20.1054 3.97852 20.0048L3.63803 20.673L3.29754 21.3413C3.74175 21.5676 4.22189 21.662 4.76853 21.7066C5.30641 21.7506 5.9723 21.75 6.8 21.75V21ZM2 16.2H1.25C1.25 17.0277 1.24942 17.6936 1.29336 18.2315C1.33803 18.7781 1.43238 19.2582 1.65873 19.7025L2.32698 19.362L2.99524 19.0215C2.8946 18.824 2.82546 18.5632 2.78838 18.1093C2.75058 17.6467 2.75 17.0525 2.75 16.2H2ZM3.63803 20.673L3.97852 20.0048C3.55516 19.789 3.21095 19.4448 2.99524 19.0215L2.32698 19.362L1.65873 19.7025C2.01825 20.4081 2.59193 20.9817 3.29754 21.3413L3.63803 20.673ZM22 16.2H21.25C21.25 17.0525 21.2494 17.6467 21.2116 18.1093C21.1745 18.5632 21.1054 18.824 21.0048 19.0215L21.673 19.362L22.3413 19.7025C22.5676 19.2582 22.662 18.7781 22.7066 18.2315C22.7506 17.6936 22.75 17.0277 22.75 16.2H22ZM17.2 21V21.75C18.0277 21.75 18.6936 21.7506 19.2315 21.7066C19.7781 21.662 20.2582 21.5676 20.7025 21.3413L20.362 20.673L20.0215 20.0048C19.824 20.1054 19.5632 20.1745 19.1093 20.2116C18.6467 20.2494 18.0525 20.25 17.2 20.25V21ZM21.673 19.362L21.0048 19.0215C20.789 19.4448 20.4448 19.789 20.0215 20.0048L20.362 20.673L20.7025 21.3413C21.4081 20.9817 21.9817 20.4081 22.3413 19.7025L21.673 19.362ZM17.2 7V7.75C18.0525 7.75 18.6467 7.75058 19.1093 7.78838C19.5632 7.82546 19.824 7.8946 20.0215 7.99524L20.362 7.32698L20.7025 6.65873C20.2582 6.43238 19.7781 6.33803 19.2315 6.29336C18.6936 6.24942 18.0277 6.25 17.2 6.25V7ZM22 11.8H22.75C22.75 10.9723 22.7506 10.3064 22.7066 9.76853C22.662 9.2219 22.5676 8.74175 22.3413 8.29754L21.673 8.63803L21.0048 8.97852C21.1054 9.17604 21.1745 9.4368 21.2116 9.89068C21.2494 10.3533 21.25 10.9475 21.25 11.8H22ZM20.362 7.32698L20.0215 7.99524C20.4448 8.21095 20.789 8.55516 21.0048 8.97852L21.673 8.63803L22.3413 8.29754C21.9817 7.59193 21.4081 7.01825 20.7025 6.65873L20.362 7.32698ZM8.92285 10.5134H8.17285V17.5796H8.92285H9.67285V10.5134H8.92285ZM8.92285 10.5134V11.2634C10.7257 11.2634 12.1155 11.585 13.0271 12.1187C13.9047 12.6326 14.3271 13.3261 14.3271 14.1978H15.0771H15.8271C15.8271 12.7118 15.0471 11.5632 13.785 10.8243C12.5568 10.1052 10.8695 9.76343 8.92285 9.76343V10.5134ZM15.0771 14.1978H14.3271C14.3271 14.7061 14.2418 15.086 14.0918 15.3783C13.946 15.6622 13.7158 15.9097 13.3447 16.1211C12.5598 16.5683 11.1931 16.8296 8.92285 16.8296V17.5796V18.3296C11.2286 18.3296 12.939 18.0787 14.0873 17.4244C14.6827 17.0851 15.1331 16.6344 15.4263 16.0633C15.7152 15.5004 15.8271 14.8682 15.8271 14.1978H15.0771Z",
|
|
22
22
|
fill: "#383E40",
|
|
23
23
|
strokeWidth: "inherit",
|
|
24
24
|
stroke: "currentColor"
|
|
@@ -7,7 +7,7 @@ const IconDProject = (props, ref) => {
|
|
|
7
7
|
{
|
|
8
8
|
width: "1em",
|
|
9
9
|
height: "1em",
|
|
10
|
-
viewBox: "0 0
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13
13
|
strokeWidth: "1.5",
|
|
@@ -16,7 +16,7 @@ const IconDProject = (props, ref) => {
|
|
|
16
16
|
children: /* @__PURE__ */ jsx(
|
|
17
17
|
"path",
|
|
18
18
|
{
|
|
19
|
-
d: "
|
|
19
|
+
d: "M11.8845 4.76892L11.2136 5.10433L11.2136 5.10433L11.8845 4.76892ZM10.4161 3.10931L10.6606 2.4003L10.6606 2.4003L10.4161 3.10931ZM11.1634 3.57116L11.6882 3.03535V3.03535L11.1634 3.57116ZM3.09202 3.21799L2.75153 2.54973L2.75153 2.54973L3.09202 3.21799ZM2.21799 4.09202L1.54973 3.75153L1.54973 3.75153L2.21799 4.09202ZM3.63803 20.673L3.29754 21.3413L3.63803 20.673ZM2.32698 19.362L1.65873 19.7025L2.32698 19.362ZM21.673 19.362L22.3413 19.7025L21.673 19.362ZM20.362 20.673L20.7025 21.3413L20.362 20.673ZM20.362 7.32698L20.7025 6.65873L20.362 7.32698ZM21.673 8.63803L22.3413 8.29754L21.673 8.63803ZM8.92285 10.5134V9.76343C8.50864 9.76343 8.17285 10.0992 8.17285 10.5134H8.92285ZM8.92285 17.5796H8.17285C8.17285 17.9938 8.50864 18.3296 8.92285 18.3296V17.5796ZM5.2 3V3.75H9.02229V3V2.25H5.2V3ZM11.8845 4.76892L11.2136 5.10433L12.3292 7.33541L13 7L13.6708 6.66459L12.5553 4.43351L11.8845 4.76892ZM2 7H2.75V6.2H2H1.25V7H2ZM9.02229 3V3.75C9.79458 3.75 10.0018 3.75979 10.1715 3.81832L10.4161 3.10931L10.6606 2.4003C10.1965 2.24021 9.68584 2.25 9.02229 2.25V3ZM11.8845 4.76892L12.5553 4.43351C12.2585 3.84002 12.0389 3.37888 11.6882 3.03535L11.1634 3.57116L10.6386 4.10698C10.7668 4.23258 10.8683 4.41358 11.2136 5.10433L11.8845 4.76892ZM10.4161 3.10931L10.1715 3.81832C10.3467 3.87873 10.5062 3.97733 10.6386 4.10698L11.1634 3.57116L11.6882 3.03535C11.3969 2.75013 11.046 2.53321 10.6606 2.4003L10.4161 3.10931ZM5.2 3V2.25C4.65232 2.25 4.19646 2.24942 3.82533 2.27974C3.44545 2.31078 3.08879 2.37789 2.75153 2.54973L3.09202 3.21799L3.43251 3.88624C3.52307 3.8401 3.66035 3.79822 3.94748 3.77476C4.24336 3.75058 4.62757 3.75 5.2 3.75V3ZM2 6.2H2.75C2.75 5.62757 2.75058 5.24336 2.77476 4.94748C2.79822 4.66035 2.8401 4.52307 2.88624 4.43251L2.21799 4.09202L1.54973 3.75153C1.37789 4.08879 1.31078 4.44545 1.27974 4.82533C1.24942 5.19646 1.25 5.65232 1.25 6.2H2ZM3.09202 3.21799L2.75153 2.54973C2.23408 2.81338 1.81338 3.23408 1.54973 3.75153L2.21799 4.09202L2.88624 4.43251C3.00608 4.19731 3.19731 4.00608 3.43251 3.88624L3.09202 3.21799ZM2 7V7.75H17.2V7V6.25H2V7ZM22 11.8H21.25V16.2H22H22.75V11.8H22ZM17.2 21V20.25H6.8V21V21.75H17.2V21ZM2 16.2H2.75V7H2H1.25V16.2H2ZM6.8 21V20.25C5.94755 20.25 5.35331 20.2494 4.89068 20.2116C4.4368 20.1745 4.17604 20.1054 3.97852 20.0048L3.63803 20.673L3.29754 21.3413C3.74175 21.5676 4.22189 21.662 4.76853 21.7066C5.30641 21.7506 5.9723 21.75 6.8 21.75V21ZM2 16.2H1.25C1.25 17.0277 1.24942 17.6936 1.29336 18.2315C1.33803 18.7781 1.43238 19.2582 1.65873 19.7025L2.32698 19.362L2.99524 19.0215C2.8946 18.824 2.82546 18.5632 2.78838 18.1093C2.75058 17.6467 2.75 17.0525 2.75 16.2H2ZM3.63803 20.673L3.97852 20.0048C3.55516 19.789 3.21095 19.4448 2.99524 19.0215L2.32698 19.362L1.65873 19.7025C2.01825 20.4081 2.59193 20.9817 3.29754 21.3413L3.63803 20.673ZM22 16.2H21.25C21.25 17.0525 21.2494 17.6467 21.2116 18.1093C21.1745 18.5632 21.1054 18.824 21.0048 19.0215L21.673 19.362L22.3413 19.7025C22.5676 19.2582 22.662 18.7781 22.7066 18.2315C22.7506 17.6936 22.75 17.0277 22.75 16.2H22ZM17.2 21V21.75C18.0277 21.75 18.6936 21.7506 19.2315 21.7066C19.7781 21.662 20.2582 21.5676 20.7025 21.3413L20.362 20.673L20.0215 20.0048C19.824 20.1054 19.5632 20.1745 19.1093 20.2116C18.6467 20.2494 18.0525 20.25 17.2 20.25V21ZM21.673 19.362L21.0048 19.0215C20.789 19.4448 20.4448 19.789 20.0215 20.0048L20.362 20.673L20.7025 21.3413C21.4081 20.9817 21.9817 20.4081 22.3413 19.7025L21.673 19.362ZM17.2 7V7.75C18.0525 7.75 18.6467 7.75058 19.1093 7.78838C19.5632 7.82546 19.824 7.8946 20.0215 7.99524L20.362 7.32698L20.7025 6.65873C20.2582 6.43238 19.7781 6.33803 19.2315 6.29336C18.6936 6.24942 18.0277 6.25 17.2 6.25V7ZM22 11.8H22.75C22.75 10.9723 22.7506 10.3064 22.7066 9.76853C22.662 9.2219 22.5676 8.74175 22.3413 8.29754L21.673 8.63803L21.0048 8.97852C21.1054 9.17604 21.1745 9.4368 21.2116 9.89068C21.2494 10.3533 21.25 10.9475 21.25 11.8H22ZM20.362 7.32698L20.0215 7.99524C20.4448 8.21095 20.789 8.55516 21.0048 8.97852L21.673 8.63803L22.3413 8.29754C21.9817 7.59193 21.4081 7.01825 20.7025 6.65873L20.362 7.32698ZM8.92285 10.5134H8.17285V17.5796H8.92285H9.67285V10.5134H8.92285ZM8.92285 10.5134V11.2634C10.7257 11.2634 12.1155 11.585 13.0271 12.1187C13.9047 12.6326 14.3271 13.3261 14.3271 14.1978H15.0771H15.8271C15.8271 12.7118 15.0471 11.5632 13.785 10.8243C12.5568 10.1052 10.8695 9.76343 8.92285 9.76343V10.5134ZM15.0771 14.1978H14.3271C14.3271 14.7061 14.2418 15.086 14.0918 15.3783C13.946 15.6622 13.7158 15.9097 13.3447 16.1211C12.5598 16.5683 11.1931 16.8296 8.92285 16.8296V17.5796V18.3296C11.2286 18.3296 12.939 18.0787 14.0873 17.4244C14.6827 17.0851 15.1331 16.6344 15.4263 16.0633C15.7152 15.5004 15.8271 14.8682 15.8271 14.1978H15.0771Z",
|
|
20
20
|
fill: "#383E40",
|
|
21
21
|
strokeWidth: "inherit",
|
|
22
22
|
stroke: "currentColor"
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
const React = require("react");
|
|
5
|
+
const Box = require("../../node_modules/.pnpm/@mantine_core@7.17.8_patch_hash_3qirwkgu3wxhvd6hnr2gb24yzq_@mantine_hooks@7.17.8_react@18.3.1_e5yvlgwhmeykc75dkphi7jou6q/node_modules/@mantine/core/esm/core/Box/Box.cjs");
|
|
6
|
+
const IconDProjectFill = (props, ref) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
width: "1em",
|
|
11
|
+
height: "1em",
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
fill: "none",
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M11.8845 4.76892L11.2136 5.10433L11.2136 5.10433L11.8845 4.76892ZM10.4161 3.10931L10.6606 2.4003L10.6606 2.4003L10.4161 3.10931ZM11.1634 3.57116L11.6882 3.03535V3.03535L11.1634 3.57116ZM3.09202 3.21799L2.75153 2.54973L2.75153 2.54973L3.09202 3.21799ZM2.21799 4.09202L1.54973 3.75153L1.54973 3.75153L2.21799 4.09202ZM3.63803 20.673L3.29754 21.3413L3.63803 20.673ZM2.32698 19.362L1.65873 19.7025L2.32698 19.362ZM21.673 19.362L22.3413 19.7025L21.673 19.362ZM20.362 20.673L20.7025 21.3413L20.362 20.673ZM20.362 7.32698L20.7025 6.65873L20.362 7.32698ZM21.673 8.63803L22.3413 8.29754L21.673 8.63803ZM8.92285 10.5134V9.76343C8.50864 9.76343 8.17285 10.0992 8.17285 10.5134H8.92285ZM8.92285 17.5796H8.17285C8.17285 17.9938 8.50864 18.3296 8.92285 18.3296V17.5796ZM5.2 3V3.75H9.02229V3V2.25H5.2V3ZM11.8845 4.76892L11.2136 5.10433L12.3292 7.33541L13 7L13.6708 6.66459L12.5553 4.43351L11.8845 4.76892ZM2 7H2.75V6.2H2H1.25V7H2ZM9.02229 3V3.75C9.79458 3.75 10.0018 3.75979 10.1715 3.81832L10.4161 3.10931L10.6606 2.4003C10.1965 2.24021 9.68584 2.25 9.02229 2.25V3ZM11.8845 4.76892L12.5553 4.43351C12.2585 3.84002 12.0389 3.37888 11.6882 3.03535L11.1634 3.57116L10.6386 4.10698C10.7668 4.23258 10.8683 4.41358 11.2136 5.10433L11.8845 4.76892ZM10.4161 3.10931L10.1715 3.81832C10.3467 3.87873 10.5062 3.97733 10.6386 4.10698L11.1634 3.57116L11.6882 3.03535C11.3969 2.75013 11.046 2.53321 10.6606 2.4003L10.4161 3.10931ZM5.2 3V2.25C4.65232 2.25 4.19646 2.24942 3.82533 2.27974C3.44545 2.31078 3.08879 2.37789 2.75153 2.54973L3.09202 3.21799L3.43251 3.88624C3.52307 3.8401 3.66035 3.79822 3.94748 3.77476C4.24336 3.75058 4.62757 3.75 5.2 3.75V3ZM2 6.2H2.75C2.75 5.62757 2.75058 5.24336 2.77476 4.94748C2.79822 4.66035 2.8401 4.52307 2.88624 4.43251L2.21799 4.09202L1.54973 3.75153C1.37789 4.08879 1.31078 4.44545 1.27974 4.82533C1.24942 5.19646 1.25 5.65232 1.25 6.2H2ZM3.09202 3.21799L2.75153 2.54973C2.23408 2.81338 1.81338 3.23408 1.54973 3.75153L2.21799 4.09202L2.88624 4.43251C3.00608 4.19731 3.19731 4.00608 3.43251 3.88624L3.09202 3.21799ZM2 7V7.75H17.2V7V6.25H2V7ZM22 11.8H21.25V16.2H22H22.75V11.8H22ZM17.2 21V20.25H6.8V21V21.75H17.2V21ZM2 16.2H2.75V7H2H1.25V16.2H2ZM6.8 21V20.25C5.94755 20.25 5.35331 20.2494 4.89068 20.2116C4.4368 20.1745 4.17604 20.1054 3.97852 20.0048L3.63803 20.673L3.29754 21.3413C3.74175 21.5676 4.22189 21.662 4.76853 21.7066C5.30641 21.7506 5.9723 21.75 6.8 21.75V21ZM2 16.2H1.25C1.25 17.0277 1.24942 17.6936 1.29336 18.2315C1.33803 18.7781 1.43238 19.2582 1.65873 19.7025L2.32698 19.362L2.99524 19.0215C2.8946 18.824 2.82546 18.5632 2.78838 18.1093C2.75058 17.6467 2.75 17.0525 2.75 16.2H2ZM3.63803 20.673L3.97852 20.0048C3.55516 19.789 3.21095 19.4448 2.99524 19.0215L2.32698 19.362L1.65873 19.7025C2.01825 20.4081 2.59193 20.9817 3.29754 21.3413L3.63803 20.673ZM22 16.2H21.25C21.25 17.0525 21.2494 17.6467 21.2116 18.1093C21.1745 18.5632 21.1054 18.824 21.0048 19.0215L21.673 19.362L22.3413 19.7025C22.5676 19.2582 22.662 18.7781 22.7066 18.2315C22.7506 17.6936 22.75 17.0277 22.75 16.2H22ZM17.2 21V21.75C18.0277 21.75 18.6936 21.7506 19.2315 21.7066C19.7781 21.662 20.2582 21.5676 20.7025 21.3413L20.362 20.673L20.0215 20.0048C19.824 20.1054 19.5632 20.1745 19.1093 20.2116C18.6467 20.2494 18.0525 20.25 17.2 20.25V21ZM21.673 19.362L21.0048 19.0215C20.789 19.4448 20.4448 19.789 20.0215 20.0048L20.362 20.673L20.7025 21.3413C21.4081 20.9817 21.9817 20.4081 22.3413 19.7025L21.673 19.362ZM17.2 7V7.75C18.0525 7.75 18.6467 7.75058 19.1093 7.78838C19.5632 7.82546 19.824 7.8946 20.0215 7.99524L20.362 7.32698L20.7025 6.65873C20.2582 6.43238 19.7781 6.33803 19.2315 6.29336C18.6936 6.24942 18.0277 6.25 17.2 6.25V7ZM22 11.8H22.75C22.75 10.9723 22.7506 10.3064 22.7066 9.76853C22.662 9.2219 22.5676 8.74175 22.3413 8.29754L21.673 8.63803L21.0048 8.97852C21.1054 9.17604 21.1745 9.4368 21.2116 9.89068C21.2494 10.3533 21.25 10.9475 21.25 11.8H22ZM20.362 7.32698L20.0215 7.99524C20.4448 8.21095 20.789 8.55516 21.0048 8.97852L21.673 8.63803L22.3413 8.29754C21.9817 7.59193 21.4081 7.01825 20.7025 6.65873L20.362 7.32698ZM8.92285 10.5134H8.17285V17.5796H8.92285H9.67285V10.5134H8.92285ZM8.92285 10.5134V11.2634C10.7257 11.2634 12.1155 11.585 13.0271 12.1187C13.9047 12.6326 14.3271 13.3261 14.3271 14.1978H15.0771H15.8271C15.8271 12.7118 15.0471 11.5632 13.785 10.8243C12.5568 10.1052 10.8695 9.76343 8.92285 9.76343V10.5134ZM15.0771 14.1978H14.3271C14.3271 14.7061 14.2418 15.086 14.0918 15.3783C13.946 15.6622 13.7158 15.9097 13.3447 16.1211C12.5598 16.5683 11.1931 16.8296 8.92285 16.8296V17.5796V18.3296C11.2286 18.3296 12.939 18.0787 14.0873 17.4244C14.6827 17.0851 15.1331 16.6344 15.4263 16.0633C15.7152 15.5004 15.8271 14.8682 15.8271 14.1978H15.0771Z",
|
|
21
|
+
fill: "currentColor"
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
};
|
|
27
|
+
const ForwardRef = React.forwardRef(IconDProjectFill);
|
|
28
|
+
const DProjectFill = React.forwardRef((props, ref) => {
|
|
29
|
+
if (typeof props.size === "number") {
|
|
30
|
+
const { size, ...rest } = props;
|
|
31
|
+
props = {
|
|
32
|
+
...rest,
|
|
33
|
+
w: size,
|
|
34
|
+
h: size
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
38
|
+
Box.Box,
|
|
39
|
+
{
|
|
40
|
+
ref,
|
|
41
|
+
...props,
|
|
42
|
+
component: ForwardRef,
|
|
43
|
+
className: ["tiui-icon", "DProjectFill", props.className].join(" ")
|
|
44
|
+
}
|
|
45
|
+
);
|
|
46
|
+
});
|
|
47
|
+
DProjectFill.displayName = "IconDProjectFill";
|
|
48
|
+
exports.default = DProjectFill;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import { Box } from "../../node_modules/.pnpm/@mantine_core@7.17.8_patch_hash_3qirwkgu3wxhvd6hnr2gb24yzq_@mantine_hooks@7.17.8_react@18.3.1_e5yvlgwhmeykc75dkphi7jou6q/node_modules/@mantine/core/esm/core/Box/Box.mjs";
|
|
4
|
+
const IconDProjectFill = (props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ jsx(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
ref,
|
|
14
|
+
...props,
|
|
15
|
+
children: /* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M11.8845 4.76892L11.2136 5.10433L11.2136 5.10433L11.8845 4.76892ZM10.4161 3.10931L10.6606 2.4003L10.6606 2.4003L10.4161 3.10931ZM11.1634 3.57116L11.6882 3.03535V3.03535L11.1634 3.57116ZM3.09202 3.21799L2.75153 2.54973L2.75153 2.54973L3.09202 3.21799ZM2.21799 4.09202L1.54973 3.75153L1.54973 3.75153L2.21799 4.09202ZM3.63803 20.673L3.29754 21.3413L3.63803 20.673ZM2.32698 19.362L1.65873 19.7025L2.32698 19.362ZM21.673 19.362L22.3413 19.7025L21.673 19.362ZM20.362 20.673L20.7025 21.3413L20.362 20.673ZM20.362 7.32698L20.7025 6.65873L20.362 7.32698ZM21.673 8.63803L22.3413 8.29754L21.673 8.63803ZM8.92285 10.5134V9.76343C8.50864 9.76343 8.17285 10.0992 8.17285 10.5134H8.92285ZM8.92285 17.5796H8.17285C8.17285 17.9938 8.50864 18.3296 8.92285 18.3296V17.5796ZM5.2 3V3.75H9.02229V3V2.25H5.2V3ZM11.8845 4.76892L11.2136 5.10433L12.3292 7.33541L13 7L13.6708 6.66459L12.5553 4.43351L11.8845 4.76892ZM2 7H2.75V6.2H2H1.25V7H2ZM9.02229 3V3.75C9.79458 3.75 10.0018 3.75979 10.1715 3.81832L10.4161 3.10931L10.6606 2.4003C10.1965 2.24021 9.68584 2.25 9.02229 2.25V3ZM11.8845 4.76892L12.5553 4.43351C12.2585 3.84002 12.0389 3.37888 11.6882 3.03535L11.1634 3.57116L10.6386 4.10698C10.7668 4.23258 10.8683 4.41358 11.2136 5.10433L11.8845 4.76892ZM10.4161 3.10931L10.1715 3.81832C10.3467 3.87873 10.5062 3.97733 10.6386 4.10698L11.1634 3.57116L11.6882 3.03535C11.3969 2.75013 11.046 2.53321 10.6606 2.4003L10.4161 3.10931ZM5.2 3V2.25C4.65232 2.25 4.19646 2.24942 3.82533 2.27974C3.44545 2.31078 3.08879 2.37789 2.75153 2.54973L3.09202 3.21799L3.43251 3.88624C3.52307 3.8401 3.66035 3.79822 3.94748 3.77476C4.24336 3.75058 4.62757 3.75 5.2 3.75V3ZM2 6.2H2.75C2.75 5.62757 2.75058 5.24336 2.77476 4.94748C2.79822 4.66035 2.8401 4.52307 2.88624 4.43251L2.21799 4.09202L1.54973 3.75153C1.37789 4.08879 1.31078 4.44545 1.27974 4.82533C1.24942 5.19646 1.25 5.65232 1.25 6.2H2ZM3.09202 3.21799L2.75153 2.54973C2.23408 2.81338 1.81338 3.23408 1.54973 3.75153L2.21799 4.09202L2.88624 4.43251C3.00608 4.19731 3.19731 4.00608 3.43251 3.88624L3.09202 3.21799ZM2 7V7.75H17.2V7V6.25H2V7ZM22 11.8H21.25V16.2H22H22.75V11.8H22ZM17.2 21V20.25H6.8V21V21.75H17.2V21ZM2 16.2H2.75V7H2H1.25V16.2H2ZM6.8 21V20.25C5.94755 20.25 5.35331 20.2494 4.89068 20.2116C4.4368 20.1745 4.17604 20.1054 3.97852 20.0048L3.63803 20.673L3.29754 21.3413C3.74175 21.5676 4.22189 21.662 4.76853 21.7066C5.30641 21.7506 5.9723 21.75 6.8 21.75V21ZM2 16.2H1.25C1.25 17.0277 1.24942 17.6936 1.29336 18.2315C1.33803 18.7781 1.43238 19.2582 1.65873 19.7025L2.32698 19.362L2.99524 19.0215C2.8946 18.824 2.82546 18.5632 2.78838 18.1093C2.75058 17.6467 2.75 17.0525 2.75 16.2H2ZM3.63803 20.673L3.97852 20.0048C3.55516 19.789 3.21095 19.4448 2.99524 19.0215L2.32698 19.362L1.65873 19.7025C2.01825 20.4081 2.59193 20.9817 3.29754 21.3413L3.63803 20.673ZM22 16.2H21.25C21.25 17.0525 21.2494 17.6467 21.2116 18.1093C21.1745 18.5632 21.1054 18.824 21.0048 19.0215L21.673 19.362L22.3413 19.7025C22.5676 19.2582 22.662 18.7781 22.7066 18.2315C22.7506 17.6936 22.75 17.0277 22.75 16.2H22ZM17.2 21V21.75C18.0277 21.75 18.6936 21.7506 19.2315 21.7066C19.7781 21.662 20.2582 21.5676 20.7025 21.3413L20.362 20.673L20.0215 20.0048C19.824 20.1054 19.5632 20.1745 19.1093 20.2116C18.6467 20.2494 18.0525 20.25 17.2 20.25V21ZM21.673 19.362L21.0048 19.0215C20.789 19.4448 20.4448 19.789 20.0215 20.0048L20.362 20.673L20.7025 21.3413C21.4081 20.9817 21.9817 20.4081 22.3413 19.7025L21.673 19.362ZM17.2 7V7.75C18.0525 7.75 18.6467 7.75058 19.1093 7.78838C19.5632 7.82546 19.824 7.8946 20.0215 7.99524L20.362 7.32698L20.7025 6.65873C20.2582 6.43238 19.7781 6.33803 19.2315 6.29336C18.6936 6.24942 18.0277 6.25 17.2 6.25V7ZM22 11.8H22.75C22.75 10.9723 22.7506 10.3064 22.7066 9.76853C22.662 9.2219 22.5676 8.74175 22.3413 8.29754L21.673 8.63803L21.0048 8.97852C21.1054 9.17604 21.1745 9.4368 21.2116 9.89068C21.2494 10.3533 21.25 10.9475 21.25 11.8H22ZM20.362 7.32698L20.0215 7.99524C20.4448 8.21095 20.789 8.55516 21.0048 8.97852L21.673 8.63803L22.3413 8.29754C21.9817 7.59193 21.4081 7.01825 20.7025 6.65873L20.362 7.32698ZM8.92285 10.5134H8.17285V17.5796H8.92285H9.67285V10.5134H8.92285ZM8.92285 10.5134V11.2634C10.7257 11.2634 12.1155 11.585 13.0271 12.1187C13.9047 12.6326 14.3271 13.3261 14.3271 14.1978H15.0771H15.8271C15.8271 12.7118 15.0471 11.5632 13.785 10.8243C12.5568 10.1052 10.8695 9.76343 8.92285 9.76343V10.5134ZM15.0771 14.1978H14.3271C14.3271 14.7061 14.2418 15.086 14.0918 15.3783C13.946 15.6622 13.7158 15.9097 13.3447 16.1211C12.5598 16.5683 11.1931 16.8296 8.92285 16.8296V17.5796V18.3296C11.2286 18.3296 12.939 18.0787 14.0873 17.4244C14.6827 17.0851 15.1331 16.6344 15.4263 16.0633C15.7152 15.5004 15.8271 14.8682 15.8271 14.1978H15.0771Z",
|
|
19
|
+
fill: "currentColor"
|
|
20
|
+
}
|
|
21
|
+
)
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
};
|
|
25
|
+
const ForwardRef = forwardRef(IconDProjectFill);
|
|
26
|
+
const DProjectFill = forwardRef((props, ref) => {
|
|
27
|
+
if (typeof props.size === "number") {
|
|
28
|
+
const { size, ...rest } = props;
|
|
29
|
+
props = {
|
|
30
|
+
...rest,
|
|
31
|
+
w: size,
|
|
32
|
+
h: size
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
return /* @__PURE__ */ jsx(
|
|
36
|
+
Box,
|
|
37
|
+
{
|
|
38
|
+
ref,
|
|
39
|
+
...props,
|
|
40
|
+
component: ForwardRef,
|
|
41
|
+
className: ["tiui-icon", "DProjectFill", props.className].join(" ")
|
|
42
|
+
}
|
|
43
|
+
);
|
|
44
|
+
});
|
|
45
|
+
DProjectFill.displayName = "IconDProjectFill";
|
|
46
|
+
export {
|
|
47
|
+
DProjectFill as default
|
|
48
|
+
};
|