@tidbcloud/uikit 2.7.1 → 2.7.3
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 +15 -0
- package/dist/icons/index.cjs +6 -0
- package/dist/icons/index.d.cts +8 -0
- package/dist/icons/index.d.mts +8 -0
- package/dist/icons/index.mjs +6 -0
- package/dist/icons/raw/DProject.svg +5 -0
- package/dist/icons/raw/XProject.svg +3 -0
- package/dist/icons/react/DProject.cjs +51 -0
- package/dist/icons/react/DProject.d.cts +3 -0
- package/dist/icons/react/DProject.d.mts +3 -0
- package/dist/icons/react/DProject.mjs +51 -0
- package/dist/icons/react/XProject.cjs +51 -0
- package/dist/icons/react/XProject.d.cts +3 -0
- package/dist/icons/react/XProject.d.mts +3 -0
- package/dist/icons/react/XProject.mjs +51 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @tidbcloud/uikit
|
|
2
2
|
|
|
3
|
+
## 2.7.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- feat(uikit): update DProject icon dimensions and SVG structure ([#633](https://github.com/tidbcloud/tidbcloud-uikit/pull/633))
|
|
8
|
+
|
|
9
|
+
## 2.7.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- feat(uikit): add project icons ([#631](https://github.com/tidbcloud/tidbcloud-uikit/pull/631))
|
|
14
|
+
- ci: use single publish workflow for trusted publisher ([#630](https://github.com/tidbcloud/tidbcloud-uikit/pull/630))
|
|
15
|
+
- feat(uikit): add project icons ([#631](https://github.com/tidbcloud/tidbcloud-uikit/pull/631))
|
|
16
|
+
- ci: use single publish workflow for trusted publisher ([#630](https://github.com/tidbcloud/tidbcloud-uikit/pull/630))
|
|
17
|
+
|
|
3
18
|
## 2.7.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/icons/index.cjs
CHANGED
|
@@ -398,6 +398,7 @@ const Cursor04 = require("./react/Cursor04.cjs");
|
|
|
398
398
|
const CursorBox = require("./react/CursorBox.cjs");
|
|
399
399
|
const CursorClick01 = require("./react/CursorClick01.cjs");
|
|
400
400
|
const CursorClick02 = require("./react/CursorClick02.cjs");
|
|
401
|
+
const DProject = require("./react/DProject.cjs");
|
|
401
402
|
const Dashboard = require("./react/Dashboard.cjs");
|
|
402
403
|
const Data = require("./react/Data.cjs");
|
|
403
404
|
const DataAppAi = require("./react/DataAppAi.cjs");
|
|
@@ -1243,6 +1244,7 @@ const X = require("./react/X.cjs");
|
|
|
1243
1244
|
const XAxis = require("./react/XAxis.cjs");
|
|
1244
1245
|
const XCircle = require("./react/XCircle.cjs");
|
|
1245
1246
|
const XClose = require("./react/XClose.cjs");
|
|
1247
|
+
const XProject = require("./react/XProject.cjs");
|
|
1246
1248
|
const XSquare = require("./react/XSquare.cjs");
|
|
1247
1249
|
const YAxis = require("./react/YAxis.cjs");
|
|
1248
1250
|
const Youtube = require("./react/Youtube.cjs");
|
|
@@ -1663,6 +1665,7 @@ const IconCursor04 = Cursor04.default;
|
|
|
1663
1665
|
const IconCursorBox = CursorBox.default;
|
|
1664
1666
|
const IconCursorClick01 = CursorClick01.default;
|
|
1665
1667
|
const IconCursorClick02 = CursorClick02.default;
|
|
1668
|
+
const IconDProject = DProject.default;
|
|
1666
1669
|
const IconDashboard = Dashboard.default;
|
|
1667
1670
|
const IconData = Data.default;
|
|
1668
1671
|
const IconDataAppAi = DataAppAi.default;
|
|
@@ -2508,6 +2511,7 @@ const IconX = X.default;
|
|
|
2508
2511
|
const IconXAxis = XAxis.default;
|
|
2509
2512
|
const IconXCircle = XCircle.default;
|
|
2510
2513
|
const IconXClose = XClose.default;
|
|
2514
|
+
const IconXProject = XProject.default;
|
|
2511
2515
|
const IconXSquare = XSquare.default;
|
|
2512
2516
|
const IconYAxis = YAxis.default;
|
|
2513
2517
|
const IconYoutube = Youtube.default;
|
|
@@ -2931,6 +2935,7 @@ exports.IconCursor04 = IconCursor04;
|
|
|
2931
2935
|
exports.IconCursorBox = IconCursorBox;
|
|
2932
2936
|
exports.IconCursorClick01 = IconCursorClick01;
|
|
2933
2937
|
exports.IconCursorClick02 = IconCursorClick02;
|
|
2938
|
+
exports.IconDProject = IconDProject;
|
|
2934
2939
|
exports.IconDashboard = IconDashboard;
|
|
2935
2940
|
exports.IconData = IconData;
|
|
2936
2941
|
exports.IconDataAppAi = IconDataAppAi;
|
|
@@ -3785,6 +3790,7 @@ exports.IconX = IconX;
|
|
|
3785
3790
|
exports.IconXAxis = IconXAxis;
|
|
3786
3791
|
exports.IconXCircle = IconXCircle;
|
|
3787
3792
|
exports.IconXClose = IconXClose;
|
|
3793
|
+
exports.IconXProject = IconXProject;
|
|
3788
3794
|
exports.IconXSquare = IconXSquare;
|
|
3789
3795
|
exports.IconYAxis = IconYAxis;
|
|
3790
3796
|
exports.IconYoutube = IconYoutube;
|
package/dist/icons/index.d.cts
CHANGED
|
@@ -1595,6 +1595,10 @@ export declare const IconCursorClick01: React.FC<IconProps>;
|
|
|
1595
1595
|
* @preview 
|
|
1596
1596
|
*/
|
|
1597
1597
|
export declare const IconCursorClick02: React.FC<IconProps>;
|
|
1598
|
+
/**
|
|
1599
|
+
* @preview 
|
|
1600
|
+
*/
|
|
1601
|
+
export declare const IconDProject: React.FC<IconProps>;
|
|
1598
1602
|
/**
|
|
1599
1603
|
* @preview 
|
|
1600
1604
|
*/
|
|
@@ -4975,6 +4979,10 @@ export declare const IconXCircle: React.FC<IconProps>;
|
|
|
4975
4979
|
* @preview 
|
|
4976
4980
|
*/
|
|
4977
4981
|
export declare const IconXClose: React.FC<IconProps>;
|
|
4982
|
+
/**
|
|
4983
|
+
* @preview 
|
|
4984
|
+
*/
|
|
4985
|
+
export declare const IconXProject: React.FC<IconProps>;
|
|
4978
4986
|
/**
|
|
4979
4987
|
* @preview 
|
|
4980
4988
|
*/
|
package/dist/icons/index.d.mts
CHANGED
|
@@ -1595,6 +1595,10 @@ export declare const IconCursorClick01: React.FC<IconProps>;
|
|
|
1595
1595
|
* @preview 
|
|
1596
1596
|
*/
|
|
1597
1597
|
export declare const IconCursorClick02: React.FC<IconProps>;
|
|
1598
|
+
/**
|
|
1599
|
+
* @preview 
|
|
1600
|
+
*/
|
|
1601
|
+
export declare const IconDProject: React.FC<IconProps>;
|
|
1598
1602
|
/**
|
|
1599
1603
|
* @preview 
|
|
1600
1604
|
*/
|
|
@@ -4975,6 +4979,10 @@ export declare const IconXCircle: React.FC<IconProps>;
|
|
|
4975
4979
|
* @preview 
|
|
4976
4980
|
*/
|
|
4977
4981
|
export declare const IconXClose: React.FC<IconProps>;
|
|
4982
|
+
/**
|
|
4983
|
+
* @preview 
|
|
4984
|
+
*/
|
|
4985
|
+
export declare const IconXProject: React.FC<IconProps>;
|
|
4978
4986
|
/**
|
|
4979
4987
|
* @preview 
|
|
4980
4988
|
*/
|
package/dist/icons/index.mjs
CHANGED
|
@@ -396,6 +396,7 @@ import Cursor04 from "./react/Cursor04.mjs";
|
|
|
396
396
|
import CursorBox from "./react/CursorBox.mjs";
|
|
397
397
|
import CursorClick01 from "./react/CursorClick01.mjs";
|
|
398
398
|
import CursorClick02 from "./react/CursorClick02.mjs";
|
|
399
|
+
import DProject from "./react/DProject.mjs";
|
|
399
400
|
import Dashboard from "./react/Dashboard.mjs";
|
|
400
401
|
import Data from "./react/Data.mjs";
|
|
401
402
|
import DataAppAi from "./react/DataAppAi.mjs";
|
|
@@ -1241,6 +1242,7 @@ import X from "./react/X.mjs";
|
|
|
1241
1242
|
import XAxis from "./react/XAxis.mjs";
|
|
1242
1243
|
import XCircle from "./react/XCircle.mjs";
|
|
1243
1244
|
import XClose from "./react/XClose.mjs";
|
|
1245
|
+
import XProject from "./react/XProject.mjs";
|
|
1244
1246
|
import XSquare from "./react/XSquare.mjs";
|
|
1245
1247
|
import YAxis from "./react/YAxis.mjs";
|
|
1246
1248
|
import Youtube from "./react/Youtube.mjs";
|
|
@@ -1661,6 +1663,7 @@ const IconCursor04 = Cursor04;
|
|
|
1661
1663
|
const IconCursorBox = CursorBox;
|
|
1662
1664
|
const IconCursorClick01 = CursorClick01;
|
|
1663
1665
|
const IconCursorClick02 = CursorClick02;
|
|
1666
|
+
const IconDProject = DProject;
|
|
1664
1667
|
const IconDashboard = Dashboard;
|
|
1665
1668
|
const IconData = Data;
|
|
1666
1669
|
const IconDataAppAi = DataAppAi;
|
|
@@ -2506,6 +2509,7 @@ const IconX = X;
|
|
|
2506
2509
|
const IconXAxis = XAxis;
|
|
2507
2510
|
const IconXCircle = XCircle;
|
|
2508
2511
|
const IconXClose = XClose;
|
|
2512
|
+
const IconXProject = XProject;
|
|
2509
2513
|
const IconXSquare = XSquare;
|
|
2510
2514
|
const IconYAxis = YAxis;
|
|
2511
2515
|
const IconYoutube = Youtube;
|
|
@@ -2930,6 +2934,7 @@ export {
|
|
|
2930
2934
|
IconCursorBox,
|
|
2931
2935
|
IconCursorClick01,
|
|
2932
2936
|
IconCursorClick02,
|
|
2937
|
+
IconDProject,
|
|
2933
2938
|
IconDashboard,
|
|
2934
2939
|
IconData,
|
|
2935
2940
|
IconDataAppAi,
|
|
@@ -3784,6 +3789,7 @@ export {
|
|
|
3784
3789
|
IconXAxis,
|
|
3785
3790
|
IconXCircle,
|
|
3786
3791
|
IconXClose,
|
|
3792
|
+
IconXProject,
|
|
3787
3793
|
IconXSquare,
|
|
3788
3794
|
IconYAxis,
|
|
3789
3795
|
IconYoutube,
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
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" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="22" height="20" viewBox="0 0 22 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.6345 2.51904L9.96364 2.85445L9.96364 2.85445L10.6345 2.51904ZM11.0792 5.08553C11.2644 5.45602 11.7149 5.60618 12.0854 5.42094C12.4559 5.2357 12.6061 4.7852 12.4208 4.41471L11.75 4.75012L11.0792 5.08553ZM9.16607 0.859432L9.41063 0.150423L9.41063 0.150423L9.16607 0.859432ZM9.91337 1.32129L10.4382 0.785472V0.785472L9.91337 1.32129ZM1.84202 0.968109L1.50153 0.299854L1.50153 0.299854L1.84202 0.968109ZM0.967987 1.84214L0.299732 1.50165L0.299732 1.50165L0.967987 1.84214ZM2.38803 18.4231L2.04754 19.0914L2.38803 18.4231ZM1.07698 17.1121L0.408726 17.4526L1.07698 17.1121ZM20.423 17.1121L21.0913 17.4526L20.423 17.1121ZM19.112 18.4231L19.4525 19.0914L19.112 18.4231ZM19.112 5.0771L19.4525 4.40885L19.112 5.0771ZM20.423 6.38815L21.0913 6.04766L20.423 6.38815ZM14.2125 9.26463C14.5054 8.97173 14.5053 8.49686 14.2124 8.20397C13.9195 7.91108 13.4447 7.91109 13.1518 8.20399L13.6821 8.73431L14.2125 9.26463ZM7.28753 14.0685C6.99464 14.3614 6.99465 14.8363 7.28755 15.1292C7.58045 15.422 8.05533 15.422 8.34821 15.1291L7.81787 14.5988L7.28753 14.0685ZM8.34821 8.20399C8.05533 7.91109 7.58045 7.91108 7.28755 8.20397C6.99465 8.49686 6.99464 8.97173 7.28753 9.26463L7.81787 8.73431L8.34821 8.20399ZM13.1518 15.1291C13.4447 15.422 13.9195 15.422 14.2124 15.1292C14.5053 14.8363 14.5054 14.3614 14.2125 14.0685L13.6821 14.5988L13.1518 15.1291ZM3.95 0.750122V1.50012H7.77229V0.750122V0.00012207H3.95V0.750122ZM10.6345 2.51904L9.96364 2.85445L11.0792 5.08553L11.75 4.75012L12.4208 4.41471L11.3053 2.18363L10.6345 2.51904ZM0.75 4.75012H1.5V3.95012H0.75H0V4.75012H0.75ZM7.77229 0.750122V1.50012C8.54458 1.50012 8.75182 1.50991 8.92152 1.56844L9.16607 0.859432L9.41063 0.150423C8.94651 -0.00966352 8.43584 0.00012207 7.77229 0.00012207V0.750122ZM10.6345 2.51904L11.3053 2.18363C11.0085 1.59014 10.7889 1.129 10.4382 0.785472L9.91337 1.32129L9.38858 1.8571C9.51682 1.9827 9.61827 2.16371 9.96364 2.85445L10.6345 2.51904ZM9.16607 0.859432L8.92152 1.56844C9.09668 1.62886 9.25621 1.72745 9.38858 1.8571L9.91337 1.32129L10.4382 0.785472C10.1469 0.500252 9.79597 0.283336 9.41063 0.150423L9.16607 0.859432ZM3.95 0.750122V0.00012207C3.40232 0.00012207 2.94646 -0.000461221 2.57533 0.0298613C2.19545 0.0608991 1.83879 0.12801 1.50153 0.299854L1.84202 0.968109L2.18251 1.63636C2.27307 1.59022 2.41035 1.54834 2.69748 1.52488C2.99336 1.50071 3.37757 1.50012 3.95 1.50012V0.750122ZM0.75 3.95012H1.5C1.5 3.37769 1.50058 2.99348 1.52476 2.6976C1.54822 2.41048 1.5901 2.27319 1.63624 2.18263L0.967987 1.84214L0.299732 1.50165C0.127888 1.83891 0.060777 2.19557 0.0297392 2.57545C-0.000583291 2.94658 0 3.40245 0 3.95012H0.75ZM1.84202 0.968109L1.50153 0.299854C0.98408 0.563506 0.563384 0.984202 0.299732 1.50165L0.967987 1.84214L1.63624 2.18263C1.75608 1.94743 1.94731 1.75621 2.18251 1.63636L1.84202 0.968109ZM0.75 4.75012V5.50012H15.95V4.75012V4.00012H0.75V4.75012ZM20.75 9.55012H20V13.9501H20.75H21.5V9.55012H20.75ZM15.95 18.7501V18.0001H5.55V18.7501V19.5001H15.95V18.7501ZM0.75 13.9501H1.5V4.75012H0.75H0V13.9501H0.75ZM5.55 18.7501V18.0001C4.69755 18.0001 4.10331 17.9995 3.64068 17.9617C3.1868 17.9247 2.92604 17.8555 2.72852 17.7549L2.38803 18.4231L2.04754 19.0914C2.49175 19.3177 2.97189 19.4121 3.51853 19.4568C4.05641 19.5007 4.7223 19.5001 5.55 19.5001V18.7501ZM0.75 13.9501H0C0 14.7778 -0.000583291 15.4437 0.0433634 15.9816C0.0880254 16.5282 0.182385 17.0084 0.408726 17.4526L1.07698 17.1121L1.74524 16.7716C1.6446 16.5741 1.57546 16.3133 1.53838 15.8594C1.50058 15.3968 1.5 14.8026 1.5 13.9501H0.75ZM2.38803 18.4231L2.72852 17.7549C2.30516 17.5392 1.96095 17.195 1.74524 16.7716L1.07698 17.1121L0.408726 17.4526C0.768251 18.1582 1.34193 18.7319 2.04754 19.0914L2.38803 18.4231ZM20.75 13.9501H20C20 14.8026 19.9994 15.3968 19.9616 15.8594C19.9245 16.3133 19.8554 16.5741 19.7548 16.7716L20.423 17.1121L21.0913 17.4526C21.3176 17.0084 21.412 16.5282 21.4566 15.9816C21.5006 15.4437 21.5 14.7778 21.5 13.9501H20.75ZM15.95 18.7501V19.5001C16.7777 19.5001 17.4436 19.5007 17.9815 19.4568C18.5281 19.4121 19.0082 19.3177 19.4525 19.0914L19.112 18.4231L18.7715 17.7549C18.574 17.8555 18.3132 17.9247 17.8593 17.9617C17.3967 17.9995 16.8025 18.0001 15.95 18.0001V18.7501ZM20.423 17.1121L19.7548 16.7716C19.539 17.195 19.1948 17.5392 18.7715 17.7549L19.112 18.4231L19.4525 19.0914C20.1581 18.7319 20.7317 18.1582 21.0913 17.4526L20.423 17.1121ZM15.95 4.75012V5.50012C16.8025 5.50012 17.3967 5.50071 17.8593 5.5385C18.3132 5.57559 18.574 5.64472 18.7715 5.74536L19.112 5.0771L19.4525 4.40885C19.0082 4.18251 18.5281 4.08815 17.9815 4.04349C17.4436 3.99954 16.7777 4.00012 15.95 4.00012V4.75012ZM20.75 9.55012H21.5C21.5 8.72242 21.5006 8.05654 21.4566 7.51865C21.412 6.97202 21.3176 6.49188 21.0913 6.04766L20.423 6.38815L19.7548 6.72864C19.8554 6.92616 19.9245 7.18693 19.9616 7.6408C19.9994 8.10343 20 8.69767 20 9.55012H20.75ZM19.112 5.0771L18.7715 5.74536C19.1948 5.96107 19.539 6.30528 19.7548 6.72864L20.423 6.38815L21.0913 6.04766C20.7317 5.34205 20.1581 4.76837 19.4525 4.40885L19.112 5.0771ZM13.6821 8.73431L13.1518 8.20399L10.2197 11.1362L10.75 11.6666L11.2803 12.1969L14.2125 9.26463L13.6821 8.73431ZM10.75 11.6666L10.2197 11.1362L7.28753 14.0685L7.81787 14.5988L8.34821 15.1291L11.2803 12.1969L10.75 11.6666ZM7.81787 8.73431L7.28753 9.26463L10.2197 12.1969L10.75 11.6666L11.2803 11.1362L8.34821 8.20399L7.81787 8.73431ZM10.75 11.6666L10.2197 12.1969L13.1518 15.1291L13.6821 14.5988L14.2125 14.0685L11.2803 11.1362L10.75 11.6666Z" fill="#383E40"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,51 @@
|
|
|
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 IconDProject = (props, ref) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
width: "1em",
|
|
11
|
+
height: "1em",
|
|
12
|
+
viewBox: "0 0 15 13",
|
|
13
|
+
fill: "none",
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
strokeWidth: "1.5",
|
|
16
|
+
ref,
|
|
17
|
+
...props,
|
|
18
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
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",
|
|
22
|
+
fill: "#383E40",
|
|
23
|
+
strokeWidth: "inherit",
|
|
24
|
+
stroke: "currentColor"
|
|
25
|
+
}
|
|
26
|
+
)
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
};
|
|
30
|
+
const ForwardRef = React.forwardRef(IconDProject);
|
|
31
|
+
const DProject = 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.jsx(
|
|
41
|
+
Box.Box,
|
|
42
|
+
{
|
|
43
|
+
ref,
|
|
44
|
+
...props,
|
|
45
|
+
component: ForwardRef,
|
|
46
|
+
className: ["tiui-icon", "DProject", props.className].join(" ")
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
});
|
|
50
|
+
DProject.displayName = "IconDProject";
|
|
51
|
+
exports.default = DProject;
|
|
@@ -0,0 +1,51 @@
|
|
|
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 IconDProject = (props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ jsx(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
viewBox: "0 0 15 13",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
strokeWidth: "1.5",
|
|
14
|
+
ref,
|
|
15
|
+
...props,
|
|
16
|
+
children: /* @__PURE__ */ jsx(
|
|
17
|
+
"path",
|
|
18
|
+
{
|
|
19
|
+
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",
|
|
20
|
+
fill: "#383E40",
|
|
21
|
+
strokeWidth: "inherit",
|
|
22
|
+
stroke: "currentColor"
|
|
23
|
+
}
|
|
24
|
+
)
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
};
|
|
28
|
+
const ForwardRef = forwardRef(IconDProject);
|
|
29
|
+
const DProject = 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__ */ jsx(
|
|
39
|
+
Box,
|
|
40
|
+
{
|
|
41
|
+
ref,
|
|
42
|
+
...props,
|
|
43
|
+
component: ForwardRef,
|
|
44
|
+
className: ["tiui-icon", "DProject", props.className].join(" ")
|
|
45
|
+
}
|
|
46
|
+
);
|
|
47
|
+
});
|
|
48
|
+
DProject.displayName = "IconDProject";
|
|
49
|
+
export {
|
|
50
|
+
DProject as default
|
|
51
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
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 IconXProject = (props, ref) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
width: "1em",
|
|
11
|
+
height: "1em",
|
|
12
|
+
viewBox: "0 0 22 20",
|
|
13
|
+
fill: "none",
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
strokeWidth: "1.5",
|
|
16
|
+
ref,
|
|
17
|
+
...props,
|
|
18
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
d: "M10.6345 2.51904L9.96364 2.85445L9.96364 2.85445L10.6345 2.51904ZM11.0792 5.08553C11.2644 5.45602 11.7149 5.60618 12.0854 5.42094C12.4559 5.2357 12.6061 4.7852 12.4208 4.41471L11.75 4.75012L11.0792 5.08553ZM9.16607 0.859432L9.41063 0.150423L9.41063 0.150423L9.16607 0.859432ZM9.91337 1.32129L10.4382 0.785472V0.785472L9.91337 1.32129ZM1.84202 0.968109L1.50153 0.299854L1.50153 0.299854L1.84202 0.968109ZM0.967987 1.84214L0.299732 1.50165L0.299732 1.50165L0.967987 1.84214ZM2.38803 18.4231L2.04754 19.0914L2.38803 18.4231ZM1.07698 17.1121L0.408726 17.4526L1.07698 17.1121ZM20.423 17.1121L21.0913 17.4526L20.423 17.1121ZM19.112 18.4231L19.4525 19.0914L19.112 18.4231ZM19.112 5.0771L19.4525 4.40885L19.112 5.0771ZM20.423 6.38815L21.0913 6.04766L20.423 6.38815ZM14.2125 9.26463C14.5054 8.97173 14.5053 8.49686 14.2124 8.20397C13.9195 7.91108 13.4447 7.91109 13.1518 8.20399L13.6821 8.73431L14.2125 9.26463ZM7.28753 14.0685C6.99464 14.3614 6.99465 14.8363 7.28755 15.1292C7.58045 15.422 8.05533 15.422 8.34821 15.1291L7.81787 14.5988L7.28753 14.0685ZM8.34821 8.20399C8.05533 7.91109 7.58045 7.91108 7.28755 8.20397C6.99465 8.49686 6.99464 8.97173 7.28753 9.26463L7.81787 8.73431L8.34821 8.20399ZM13.1518 15.1291C13.4447 15.422 13.9195 15.422 14.2124 15.1292C14.5053 14.8363 14.5054 14.3614 14.2125 14.0685L13.6821 14.5988L13.1518 15.1291ZM3.95 0.750122V1.50012H7.77229V0.750122V0.00012207H3.95V0.750122ZM10.6345 2.51904L9.96364 2.85445L11.0792 5.08553L11.75 4.75012L12.4208 4.41471L11.3053 2.18363L10.6345 2.51904ZM0.75 4.75012H1.5V3.95012H0.75H0V4.75012H0.75ZM7.77229 0.750122V1.50012C8.54458 1.50012 8.75182 1.50991 8.92152 1.56844L9.16607 0.859432L9.41063 0.150423C8.94651 -0.00966352 8.43584 0.00012207 7.77229 0.00012207V0.750122ZM10.6345 2.51904L11.3053 2.18363C11.0085 1.59014 10.7889 1.129 10.4382 0.785472L9.91337 1.32129L9.38858 1.8571C9.51682 1.9827 9.61827 2.16371 9.96364 2.85445L10.6345 2.51904ZM9.16607 0.859432L8.92152 1.56844C9.09668 1.62886 9.25621 1.72745 9.38858 1.8571L9.91337 1.32129L10.4382 0.785472C10.1469 0.500252 9.79597 0.283336 9.41063 0.150423L9.16607 0.859432ZM3.95 0.750122V0.00012207C3.40232 0.00012207 2.94646 -0.000461221 2.57533 0.0298613C2.19545 0.0608991 1.83879 0.12801 1.50153 0.299854L1.84202 0.968109L2.18251 1.63636C2.27307 1.59022 2.41035 1.54834 2.69748 1.52488C2.99336 1.50071 3.37757 1.50012 3.95 1.50012V0.750122ZM0.75 3.95012H1.5C1.5 3.37769 1.50058 2.99348 1.52476 2.6976C1.54822 2.41048 1.5901 2.27319 1.63624 2.18263L0.967987 1.84214L0.299732 1.50165C0.127888 1.83891 0.060777 2.19557 0.0297392 2.57545C-0.000583291 2.94658 0 3.40245 0 3.95012H0.75ZM1.84202 0.968109L1.50153 0.299854C0.98408 0.563506 0.563384 0.984202 0.299732 1.50165L0.967987 1.84214L1.63624 2.18263C1.75608 1.94743 1.94731 1.75621 2.18251 1.63636L1.84202 0.968109ZM0.75 4.75012V5.50012H15.95V4.75012V4.00012H0.75V4.75012ZM20.75 9.55012H20V13.9501H20.75H21.5V9.55012H20.75ZM15.95 18.7501V18.0001H5.55V18.7501V19.5001H15.95V18.7501ZM0.75 13.9501H1.5V4.75012H0.75H0V13.9501H0.75ZM5.55 18.7501V18.0001C4.69755 18.0001 4.10331 17.9995 3.64068 17.9617C3.1868 17.9247 2.92604 17.8555 2.72852 17.7549L2.38803 18.4231L2.04754 19.0914C2.49175 19.3177 2.97189 19.4121 3.51853 19.4568C4.05641 19.5007 4.7223 19.5001 5.55 19.5001V18.7501ZM0.75 13.9501H0C0 14.7778 -0.000583291 15.4437 0.0433634 15.9816C0.0880254 16.5282 0.182385 17.0084 0.408726 17.4526L1.07698 17.1121L1.74524 16.7716C1.6446 16.5741 1.57546 16.3133 1.53838 15.8594C1.50058 15.3968 1.5 14.8026 1.5 13.9501H0.75ZM2.38803 18.4231L2.72852 17.7549C2.30516 17.5392 1.96095 17.195 1.74524 16.7716L1.07698 17.1121L0.408726 17.4526C0.768251 18.1582 1.34193 18.7319 2.04754 19.0914L2.38803 18.4231ZM20.75 13.9501H20C20 14.8026 19.9994 15.3968 19.9616 15.8594C19.9245 16.3133 19.8554 16.5741 19.7548 16.7716L20.423 17.1121L21.0913 17.4526C21.3176 17.0084 21.412 16.5282 21.4566 15.9816C21.5006 15.4437 21.5 14.7778 21.5 13.9501H20.75ZM15.95 18.7501V19.5001C16.7777 19.5001 17.4436 19.5007 17.9815 19.4568C18.5281 19.4121 19.0082 19.3177 19.4525 19.0914L19.112 18.4231L18.7715 17.7549C18.574 17.8555 18.3132 17.9247 17.8593 17.9617C17.3967 17.9995 16.8025 18.0001 15.95 18.0001V18.7501ZM20.423 17.1121L19.7548 16.7716C19.539 17.195 19.1948 17.5392 18.7715 17.7549L19.112 18.4231L19.4525 19.0914C20.1581 18.7319 20.7317 18.1582 21.0913 17.4526L20.423 17.1121ZM15.95 4.75012V5.50012C16.8025 5.50012 17.3967 5.50071 17.8593 5.5385C18.3132 5.57559 18.574 5.64472 18.7715 5.74536L19.112 5.0771L19.4525 4.40885C19.0082 4.18251 18.5281 4.08815 17.9815 4.04349C17.4436 3.99954 16.7777 4.00012 15.95 4.00012V4.75012ZM20.75 9.55012H21.5C21.5 8.72242 21.5006 8.05654 21.4566 7.51865C21.412 6.97202 21.3176 6.49188 21.0913 6.04766L20.423 6.38815L19.7548 6.72864C19.8554 6.92616 19.9245 7.18693 19.9616 7.6408C19.9994 8.10343 20 8.69767 20 9.55012H20.75ZM19.112 5.0771L18.7715 5.74536C19.1948 5.96107 19.539 6.30528 19.7548 6.72864L20.423 6.38815L21.0913 6.04766C20.7317 5.34205 20.1581 4.76837 19.4525 4.40885L19.112 5.0771ZM13.6821 8.73431L13.1518 8.20399L10.2197 11.1362L10.75 11.6666L11.2803 12.1969L14.2125 9.26463L13.6821 8.73431ZM10.75 11.6666L10.2197 11.1362L7.28753 14.0685L7.81787 14.5988L8.34821 15.1291L11.2803 12.1969L10.75 11.6666ZM7.81787 8.73431L7.28753 9.26463L10.2197 12.1969L10.75 11.6666L11.2803 11.1362L8.34821 8.20399L7.81787 8.73431ZM10.75 11.6666L10.2197 12.1969L13.1518 15.1291L13.6821 14.5988L14.2125 14.0685L11.2803 11.1362L10.75 11.6666Z",
|
|
22
|
+
fill: "#383E40",
|
|
23
|
+
strokeWidth: "inherit",
|
|
24
|
+
stroke: "currentColor"
|
|
25
|
+
}
|
|
26
|
+
)
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
};
|
|
30
|
+
const ForwardRef = React.forwardRef(IconXProject);
|
|
31
|
+
const XProject = 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.jsx(
|
|
41
|
+
Box.Box,
|
|
42
|
+
{
|
|
43
|
+
ref,
|
|
44
|
+
...props,
|
|
45
|
+
component: ForwardRef,
|
|
46
|
+
className: ["tiui-icon", "XProject", props.className].join(" ")
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
});
|
|
50
|
+
XProject.displayName = "IconXProject";
|
|
51
|
+
exports.default = XProject;
|
|
@@ -0,0 +1,51 @@
|
|
|
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 IconXProject = (props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ jsx(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
viewBox: "0 0 22 20",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
strokeWidth: "1.5",
|
|
14
|
+
ref,
|
|
15
|
+
...props,
|
|
16
|
+
children: /* @__PURE__ */ jsx(
|
|
17
|
+
"path",
|
|
18
|
+
{
|
|
19
|
+
d: "M10.6345 2.51904L9.96364 2.85445L9.96364 2.85445L10.6345 2.51904ZM11.0792 5.08553C11.2644 5.45602 11.7149 5.60618 12.0854 5.42094C12.4559 5.2357 12.6061 4.7852 12.4208 4.41471L11.75 4.75012L11.0792 5.08553ZM9.16607 0.859432L9.41063 0.150423L9.41063 0.150423L9.16607 0.859432ZM9.91337 1.32129L10.4382 0.785472V0.785472L9.91337 1.32129ZM1.84202 0.968109L1.50153 0.299854L1.50153 0.299854L1.84202 0.968109ZM0.967987 1.84214L0.299732 1.50165L0.299732 1.50165L0.967987 1.84214ZM2.38803 18.4231L2.04754 19.0914L2.38803 18.4231ZM1.07698 17.1121L0.408726 17.4526L1.07698 17.1121ZM20.423 17.1121L21.0913 17.4526L20.423 17.1121ZM19.112 18.4231L19.4525 19.0914L19.112 18.4231ZM19.112 5.0771L19.4525 4.40885L19.112 5.0771ZM20.423 6.38815L21.0913 6.04766L20.423 6.38815ZM14.2125 9.26463C14.5054 8.97173 14.5053 8.49686 14.2124 8.20397C13.9195 7.91108 13.4447 7.91109 13.1518 8.20399L13.6821 8.73431L14.2125 9.26463ZM7.28753 14.0685C6.99464 14.3614 6.99465 14.8363 7.28755 15.1292C7.58045 15.422 8.05533 15.422 8.34821 15.1291L7.81787 14.5988L7.28753 14.0685ZM8.34821 8.20399C8.05533 7.91109 7.58045 7.91108 7.28755 8.20397C6.99465 8.49686 6.99464 8.97173 7.28753 9.26463L7.81787 8.73431L8.34821 8.20399ZM13.1518 15.1291C13.4447 15.422 13.9195 15.422 14.2124 15.1292C14.5053 14.8363 14.5054 14.3614 14.2125 14.0685L13.6821 14.5988L13.1518 15.1291ZM3.95 0.750122V1.50012H7.77229V0.750122V0.00012207H3.95V0.750122ZM10.6345 2.51904L9.96364 2.85445L11.0792 5.08553L11.75 4.75012L12.4208 4.41471L11.3053 2.18363L10.6345 2.51904ZM0.75 4.75012H1.5V3.95012H0.75H0V4.75012H0.75ZM7.77229 0.750122V1.50012C8.54458 1.50012 8.75182 1.50991 8.92152 1.56844L9.16607 0.859432L9.41063 0.150423C8.94651 -0.00966352 8.43584 0.00012207 7.77229 0.00012207V0.750122ZM10.6345 2.51904L11.3053 2.18363C11.0085 1.59014 10.7889 1.129 10.4382 0.785472L9.91337 1.32129L9.38858 1.8571C9.51682 1.9827 9.61827 2.16371 9.96364 2.85445L10.6345 2.51904ZM9.16607 0.859432L8.92152 1.56844C9.09668 1.62886 9.25621 1.72745 9.38858 1.8571L9.91337 1.32129L10.4382 0.785472C10.1469 0.500252 9.79597 0.283336 9.41063 0.150423L9.16607 0.859432ZM3.95 0.750122V0.00012207C3.40232 0.00012207 2.94646 -0.000461221 2.57533 0.0298613C2.19545 0.0608991 1.83879 0.12801 1.50153 0.299854L1.84202 0.968109L2.18251 1.63636C2.27307 1.59022 2.41035 1.54834 2.69748 1.52488C2.99336 1.50071 3.37757 1.50012 3.95 1.50012V0.750122ZM0.75 3.95012H1.5C1.5 3.37769 1.50058 2.99348 1.52476 2.6976C1.54822 2.41048 1.5901 2.27319 1.63624 2.18263L0.967987 1.84214L0.299732 1.50165C0.127888 1.83891 0.060777 2.19557 0.0297392 2.57545C-0.000583291 2.94658 0 3.40245 0 3.95012H0.75ZM1.84202 0.968109L1.50153 0.299854C0.98408 0.563506 0.563384 0.984202 0.299732 1.50165L0.967987 1.84214L1.63624 2.18263C1.75608 1.94743 1.94731 1.75621 2.18251 1.63636L1.84202 0.968109ZM0.75 4.75012V5.50012H15.95V4.75012V4.00012H0.75V4.75012ZM20.75 9.55012H20V13.9501H20.75H21.5V9.55012H20.75ZM15.95 18.7501V18.0001H5.55V18.7501V19.5001H15.95V18.7501ZM0.75 13.9501H1.5V4.75012H0.75H0V13.9501H0.75ZM5.55 18.7501V18.0001C4.69755 18.0001 4.10331 17.9995 3.64068 17.9617C3.1868 17.9247 2.92604 17.8555 2.72852 17.7549L2.38803 18.4231L2.04754 19.0914C2.49175 19.3177 2.97189 19.4121 3.51853 19.4568C4.05641 19.5007 4.7223 19.5001 5.55 19.5001V18.7501ZM0.75 13.9501H0C0 14.7778 -0.000583291 15.4437 0.0433634 15.9816C0.0880254 16.5282 0.182385 17.0084 0.408726 17.4526L1.07698 17.1121L1.74524 16.7716C1.6446 16.5741 1.57546 16.3133 1.53838 15.8594C1.50058 15.3968 1.5 14.8026 1.5 13.9501H0.75ZM2.38803 18.4231L2.72852 17.7549C2.30516 17.5392 1.96095 17.195 1.74524 16.7716L1.07698 17.1121L0.408726 17.4526C0.768251 18.1582 1.34193 18.7319 2.04754 19.0914L2.38803 18.4231ZM20.75 13.9501H20C20 14.8026 19.9994 15.3968 19.9616 15.8594C19.9245 16.3133 19.8554 16.5741 19.7548 16.7716L20.423 17.1121L21.0913 17.4526C21.3176 17.0084 21.412 16.5282 21.4566 15.9816C21.5006 15.4437 21.5 14.7778 21.5 13.9501H20.75ZM15.95 18.7501V19.5001C16.7777 19.5001 17.4436 19.5007 17.9815 19.4568C18.5281 19.4121 19.0082 19.3177 19.4525 19.0914L19.112 18.4231L18.7715 17.7549C18.574 17.8555 18.3132 17.9247 17.8593 17.9617C17.3967 17.9995 16.8025 18.0001 15.95 18.0001V18.7501ZM20.423 17.1121L19.7548 16.7716C19.539 17.195 19.1948 17.5392 18.7715 17.7549L19.112 18.4231L19.4525 19.0914C20.1581 18.7319 20.7317 18.1582 21.0913 17.4526L20.423 17.1121ZM15.95 4.75012V5.50012C16.8025 5.50012 17.3967 5.50071 17.8593 5.5385C18.3132 5.57559 18.574 5.64472 18.7715 5.74536L19.112 5.0771L19.4525 4.40885C19.0082 4.18251 18.5281 4.08815 17.9815 4.04349C17.4436 3.99954 16.7777 4.00012 15.95 4.00012V4.75012ZM20.75 9.55012H21.5C21.5 8.72242 21.5006 8.05654 21.4566 7.51865C21.412 6.97202 21.3176 6.49188 21.0913 6.04766L20.423 6.38815L19.7548 6.72864C19.8554 6.92616 19.9245 7.18693 19.9616 7.6408C19.9994 8.10343 20 8.69767 20 9.55012H20.75ZM19.112 5.0771L18.7715 5.74536C19.1948 5.96107 19.539 6.30528 19.7548 6.72864L20.423 6.38815L21.0913 6.04766C20.7317 5.34205 20.1581 4.76837 19.4525 4.40885L19.112 5.0771ZM13.6821 8.73431L13.1518 8.20399L10.2197 11.1362L10.75 11.6666L11.2803 12.1969L14.2125 9.26463L13.6821 8.73431ZM10.75 11.6666L10.2197 11.1362L7.28753 14.0685L7.81787 14.5988L8.34821 15.1291L11.2803 12.1969L10.75 11.6666ZM7.81787 8.73431L7.28753 9.26463L10.2197 12.1969L10.75 11.6666L11.2803 11.1362L8.34821 8.20399L7.81787 8.73431ZM10.75 11.6666L10.2197 12.1969L13.1518 15.1291L13.6821 14.5988L14.2125 14.0685L11.2803 11.1362L10.75 11.6666Z",
|
|
20
|
+
fill: "#383E40",
|
|
21
|
+
strokeWidth: "inherit",
|
|
22
|
+
stroke: "currentColor"
|
|
23
|
+
}
|
|
24
|
+
)
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
};
|
|
28
|
+
const ForwardRef = forwardRef(IconXProject);
|
|
29
|
+
const XProject = 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__ */ jsx(
|
|
39
|
+
Box,
|
|
40
|
+
{
|
|
41
|
+
ref,
|
|
42
|
+
...props,
|
|
43
|
+
component: ForwardRef,
|
|
44
|
+
className: ["tiui-icon", "XProject", props.className].join(" ")
|
|
45
|
+
}
|
|
46
|
+
);
|
|
47
|
+
});
|
|
48
|
+
XProject.displayName = "IconXProject";
|
|
49
|
+
export {
|
|
50
|
+
XProject as default
|
|
51
|
+
};
|