@ssa-ui-kit/core 3.14.0 → 3.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Icon/icons/ArrowSort.d.ts +3 -0
- package/dist/components/Icon/icons/Billable.d.ts +3 -0
- package/dist/components/Icon/icons/Bold.d.ts +3 -0
- package/dist/components/Icon/icons/Brackets.d.ts +3 -0
- package/dist/components/Icon/icons/BulletedList.d.ts +3 -0
- package/dist/components/Icon/icons/Busket.d.ts +3 -0
- package/dist/components/Icon/icons/Clear.d.ts +3 -0
- package/dist/components/Icon/icons/ClientFeedback.d.ts +3 -0
- package/dist/components/Icon/icons/CloseCircleFilled.d.ts +3 -0
- package/dist/components/Icon/icons/CloseCircleOutline.d.ts +3 -0
- package/dist/components/Icon/icons/CloseSquareFilled.d.ts +3 -0
- package/dist/components/Icon/icons/CloseSquareOutline.d.ts +3 -0
- package/dist/components/Icon/icons/CooperationModel.d.ts +3 -0
- package/dist/components/Icon/icons/CopyLink2.d.ts +3 -0
- package/dist/components/Icon/icons/Dash.d.ts +3 -0
- package/dist/components/Icon/icons/DeliveryAddress.d.ts +3 -0
- package/dist/components/Icon/icons/DeliveryAddress2.d.ts +3 -0
- package/dist/components/Icon/icons/Dragndrop.d.ts +3 -0
- package/dist/components/Icon/icons/Experience.d.ts +3 -0
- package/dist/components/Icon/icons/Expertise.d.ts +3 -0
- package/dist/components/Icon/icons/H1.d.ts +3 -0
- package/dist/components/Icon/icons/H2.d.ts +3 -0
- package/dist/components/Icon/icons/H3.d.ts +3 -0
- package/dist/components/Icon/icons/Info.d.ts +3 -0
- package/dist/components/Icon/icons/InfoCircleFilled.d.ts +3 -0
- package/dist/components/Icon/icons/InfoSquareFilled.d.ts +3 -0
- package/dist/components/Icon/icons/InfoSquareOutline.d.ts +3 -0
- package/dist/components/Icon/icons/Italic.d.ts +3 -0
- package/dist/components/Icon/icons/Markup.d.ts +3 -0
- package/dist/components/Icon/icons/Menu.d.ts +3 -0
- package/dist/components/Icon/icons/MinusSquareFilled.d.ts +3 -0
- package/dist/components/Icon/icons/MinusSquareOutline.d.ts +3 -0
- package/dist/components/Icon/icons/Mobile.d.ts +3 -0
- package/dist/components/Icon/icons/MoreCircleFilled.d.ts +3 -0
- package/dist/components/Icon/icons/MoreCircleOutline.d.ts +3 -0
- package/dist/components/Icon/icons/MoreSquareFilled.d.ts +3 -0
- package/dist/components/Icon/icons/MoreSquareOutline.d.ts +3 -0
- package/dist/components/Icon/icons/NewLine.d.ts +3 -0
- package/dist/components/Icon/icons/NonBillable.d.ts +3 -0
- package/dist/components/Icon/icons/NumberedList.d.ts +3 -0
- package/dist/components/Icon/icons/PDP.d.ts +3 -0
- package/dist/components/Icon/icons/Picture.d.ts +3 -0
- package/dist/components/Icon/icons/PlusSquareFilled.d.ts +3 -0
- package/dist/components/Icon/icons/PlusSquareOutline.d.ts +3 -0
- package/dist/components/Icon/icons/Projects.d.ts +3 -0
- package/dist/components/Icon/icons/Quotation.d.ts +3 -0
- package/dist/components/Icon/icons/RecruitmentTeam.d.ts +3 -0
- package/dist/components/Icon/icons/Redo.d.ts +3 -0
- package/dist/components/Icon/icons/Reset.d.ts +3 -0
- package/dist/components/Icon/icons/Responsibilities.d.ts +3 -0
- package/dist/components/Icon/icons/Save.d.ts +3 -0
- package/dist/components/Icon/icons/Send.d.ts +3 -0
- package/dist/components/Icon/icons/SortDown.d.ts +3 -0
- package/dist/components/Icon/icons/SortUp.d.ts +3 -0
- package/dist/components/Icon/icons/Strikethrough.d.ts +3 -0
- package/dist/components/Icon/icons/TickSquareFilled.d.ts +3 -0
- package/dist/components/Icon/icons/TickSquareOutline.d.ts +3 -0
- package/dist/components/Icon/icons/Today.d.ts +3 -0
- package/dist/components/Icon/icons/Underline.d.ts +3 -0
- package/dist/components/Icon/icons/Undo.d.ts +3 -0
- package/dist/components/Icon/icons/Upload.d.ts +3 -0
- package/dist/components/Icon/icons/Uppercase.d.ts +3 -0
- package/dist/components/Icon/icons/Versions.d.ts +3 -0
- package/dist/components/Icon/icons/Warning2.d.ts +3 -0
- package/dist/components/Icon/icons/WarningCircleFilled.d.ts +3 -0
- package/dist/components/Icon/icons/WarningCircleOutline.d.ts +3 -0
- package/dist/components/Icon/icons/WarningSquareFilled.d.ts +3 -0
- package/dist/components/Icon/icons/WarningSquareOutline.d.ts +3 -0
- package/dist/components/Icon/icons/all.d.ts +68 -0
- package/dist/components/Icon/icons/iconsList.d.ts +1 -1
- package/dist/index.js +2792 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -9496,6 +9496,550 @@ __webpack_require__.d(DayOff_namespaceObject, {
|
|
|
9496
9496
|
ICON_NAME: () => (DayOff_ICON_NAME)
|
|
9497
9497
|
});
|
|
9498
9498
|
|
|
9499
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/ArrowSort.tsx
|
|
9500
|
+
var ArrowSort_namespaceObject = {};
|
|
9501
|
+
__webpack_require__.r(ArrowSort_namespaceObject);
|
|
9502
|
+
__webpack_require__.d(ArrowSort_namespaceObject, {
|
|
9503
|
+
ArrowSort: () => (ArrowSort),
|
|
9504
|
+
ICON_NAME: () => (ArrowSort_ICON_NAME)
|
|
9505
|
+
});
|
|
9506
|
+
|
|
9507
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Menu.tsx
|
|
9508
|
+
var Menu_namespaceObject = {};
|
|
9509
|
+
__webpack_require__.r(Menu_namespaceObject);
|
|
9510
|
+
__webpack_require__.d(Menu_namespaceObject, {
|
|
9511
|
+
ICON_NAME: () => (Menu_ICON_NAME),
|
|
9512
|
+
Menu: () => (Menu)
|
|
9513
|
+
});
|
|
9514
|
+
|
|
9515
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Dragndrop.tsx
|
|
9516
|
+
var Dragndrop_namespaceObject = {};
|
|
9517
|
+
__webpack_require__.r(Dragndrop_namespaceObject);
|
|
9518
|
+
__webpack_require__.d(Dragndrop_namespaceObject, {
|
|
9519
|
+
Dragndrop: () => (Dragndrop),
|
|
9520
|
+
ICON_NAME: () => (Dragndrop_ICON_NAME)
|
|
9521
|
+
});
|
|
9522
|
+
|
|
9523
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Send.tsx
|
|
9524
|
+
var Send_namespaceObject = {};
|
|
9525
|
+
__webpack_require__.r(Send_namespaceObject);
|
|
9526
|
+
__webpack_require__.d(Send_namespaceObject, {
|
|
9527
|
+
ICON_NAME: () => (Send_ICON_NAME),
|
|
9528
|
+
Send: () => (Send)
|
|
9529
|
+
});
|
|
9530
|
+
|
|
9531
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Reset.tsx
|
|
9532
|
+
var Reset_namespaceObject = {};
|
|
9533
|
+
__webpack_require__.r(Reset_namespaceObject);
|
|
9534
|
+
__webpack_require__.d(Reset_namespaceObject, {
|
|
9535
|
+
ICON_NAME: () => (Reset_ICON_NAME),
|
|
9536
|
+
Reset: () => (Reset)
|
|
9537
|
+
});
|
|
9538
|
+
|
|
9539
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Save.tsx
|
|
9540
|
+
var Save_namespaceObject = {};
|
|
9541
|
+
__webpack_require__.r(Save_namespaceObject);
|
|
9542
|
+
__webpack_require__.d(Save_namespaceObject, {
|
|
9543
|
+
ICON_NAME: () => (Save_ICON_NAME),
|
|
9544
|
+
Save: () => (Save)
|
|
9545
|
+
});
|
|
9546
|
+
|
|
9547
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Today.tsx
|
|
9548
|
+
var Today_namespaceObject = {};
|
|
9549
|
+
__webpack_require__.r(Today_namespaceObject);
|
|
9550
|
+
__webpack_require__.d(Today_namespaceObject, {
|
|
9551
|
+
ICON_NAME: () => (Today_ICON_NAME),
|
|
9552
|
+
Today: () => (Today)
|
|
9553
|
+
});
|
|
9554
|
+
|
|
9555
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Busket.tsx
|
|
9556
|
+
var Busket_namespaceObject = {};
|
|
9557
|
+
__webpack_require__.r(Busket_namespaceObject);
|
|
9558
|
+
__webpack_require__.d(Busket_namespaceObject, {
|
|
9559
|
+
Busket: () => (Busket),
|
|
9560
|
+
ICON_NAME: () => (Busket_ICON_NAME)
|
|
9561
|
+
});
|
|
9562
|
+
|
|
9563
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/CopyLink2.tsx
|
|
9564
|
+
var CopyLink2_namespaceObject = {};
|
|
9565
|
+
__webpack_require__.r(CopyLink2_namespaceObject);
|
|
9566
|
+
__webpack_require__.d(CopyLink2_namespaceObject, {
|
|
9567
|
+
CopyLink2: () => (CopyLink2),
|
|
9568
|
+
ICON_NAME: () => (CopyLink2_ICON_NAME)
|
|
9569
|
+
});
|
|
9570
|
+
|
|
9571
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Upload.tsx
|
|
9572
|
+
var Upload_namespaceObject = {};
|
|
9573
|
+
__webpack_require__.r(Upload_namespaceObject);
|
|
9574
|
+
__webpack_require__.d(Upload_namespaceObject, {
|
|
9575
|
+
ICON_NAME: () => (Upload_ICON_NAME),
|
|
9576
|
+
Upload: () => (Upload)
|
|
9577
|
+
});
|
|
9578
|
+
|
|
9579
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Picture.tsx
|
|
9580
|
+
var Picture_namespaceObject = {};
|
|
9581
|
+
__webpack_require__.r(Picture_namespaceObject);
|
|
9582
|
+
__webpack_require__.d(Picture_namespaceObject, {
|
|
9583
|
+
ICON_NAME: () => (Picture_ICON_NAME),
|
|
9584
|
+
Picture: () => (Picture)
|
|
9585
|
+
});
|
|
9586
|
+
|
|
9587
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Warning2.tsx
|
|
9588
|
+
var Warning2_namespaceObject = {};
|
|
9589
|
+
__webpack_require__.r(Warning2_namespaceObject);
|
|
9590
|
+
__webpack_require__.d(Warning2_namespaceObject, {
|
|
9591
|
+
ICON_NAME: () => (Warning2_ICON_NAME),
|
|
9592
|
+
Warning2: () => (Warning2)
|
|
9593
|
+
});
|
|
9594
|
+
|
|
9595
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Info.tsx
|
|
9596
|
+
var Info_namespaceObject = {};
|
|
9597
|
+
__webpack_require__.r(Info_namespaceObject);
|
|
9598
|
+
__webpack_require__.d(Info_namespaceObject, {
|
|
9599
|
+
ICON_NAME: () => (Info_ICON_NAME),
|
|
9600
|
+
Info: () => (Info)
|
|
9601
|
+
});
|
|
9602
|
+
|
|
9603
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/SortUp.tsx
|
|
9604
|
+
var SortUp_namespaceObject = {};
|
|
9605
|
+
__webpack_require__.r(SortUp_namespaceObject);
|
|
9606
|
+
__webpack_require__.d(SortUp_namespaceObject, {
|
|
9607
|
+
ICON_NAME: () => (SortUp_ICON_NAME),
|
|
9608
|
+
SortUp: () => (SortUp)
|
|
9609
|
+
});
|
|
9610
|
+
|
|
9611
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/SortDown.tsx
|
|
9612
|
+
var SortDown_namespaceObject = {};
|
|
9613
|
+
__webpack_require__.r(SortDown_namespaceObject);
|
|
9614
|
+
__webpack_require__.d(SortDown_namespaceObject, {
|
|
9615
|
+
ICON_NAME: () => (SortDown_ICON_NAME),
|
|
9616
|
+
SortDown: () => (SortDown)
|
|
9617
|
+
});
|
|
9618
|
+
|
|
9619
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Bold.tsx
|
|
9620
|
+
var Bold_namespaceObject = {};
|
|
9621
|
+
__webpack_require__.r(Bold_namespaceObject);
|
|
9622
|
+
__webpack_require__.d(Bold_namespaceObject, {
|
|
9623
|
+
Bold: () => (Bold),
|
|
9624
|
+
ICON_NAME: () => (Bold_ICON_NAME)
|
|
9625
|
+
});
|
|
9626
|
+
|
|
9627
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Italic.tsx
|
|
9628
|
+
var Italic_namespaceObject = {};
|
|
9629
|
+
__webpack_require__.r(Italic_namespaceObject);
|
|
9630
|
+
__webpack_require__.d(Italic_namespaceObject, {
|
|
9631
|
+
ICON_NAME: () => (Italic_ICON_NAME),
|
|
9632
|
+
Italic: () => (Italic)
|
|
9633
|
+
});
|
|
9634
|
+
|
|
9635
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Strikethrough.tsx
|
|
9636
|
+
var Strikethrough_namespaceObject = {};
|
|
9637
|
+
__webpack_require__.r(Strikethrough_namespaceObject);
|
|
9638
|
+
__webpack_require__.d(Strikethrough_namespaceObject, {
|
|
9639
|
+
ICON_NAME: () => (Strikethrough_ICON_NAME),
|
|
9640
|
+
Strikethrough: () => (Strikethrough)
|
|
9641
|
+
});
|
|
9642
|
+
|
|
9643
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Underline.tsx
|
|
9644
|
+
var Underline_namespaceObject = {};
|
|
9645
|
+
__webpack_require__.r(Underline_namespaceObject);
|
|
9646
|
+
__webpack_require__.d(Underline_namespaceObject, {
|
|
9647
|
+
ICON_NAME: () => (Underline_ICON_NAME),
|
|
9648
|
+
Underline: () => (Underline)
|
|
9649
|
+
});
|
|
9650
|
+
|
|
9651
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/H1.tsx
|
|
9652
|
+
var H1_namespaceObject = {};
|
|
9653
|
+
__webpack_require__.r(H1_namespaceObject);
|
|
9654
|
+
__webpack_require__.d(H1_namespaceObject, {
|
|
9655
|
+
H1: () => (H1),
|
|
9656
|
+
ICON_NAME: () => (H1_ICON_NAME)
|
|
9657
|
+
});
|
|
9658
|
+
|
|
9659
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/H2.tsx
|
|
9660
|
+
var H2_namespaceObject = {};
|
|
9661
|
+
__webpack_require__.r(H2_namespaceObject);
|
|
9662
|
+
__webpack_require__.d(H2_namespaceObject, {
|
|
9663
|
+
H2: () => (H2),
|
|
9664
|
+
ICON_NAME: () => (H2_ICON_NAME)
|
|
9665
|
+
});
|
|
9666
|
+
|
|
9667
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/H3.tsx
|
|
9668
|
+
var H3_namespaceObject = {};
|
|
9669
|
+
__webpack_require__.r(H3_namespaceObject);
|
|
9670
|
+
__webpack_require__.d(H3_namespaceObject, {
|
|
9671
|
+
H3: () => (H3),
|
|
9672
|
+
ICON_NAME: () => (H3_ICON_NAME)
|
|
9673
|
+
});
|
|
9674
|
+
|
|
9675
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Markup.tsx
|
|
9676
|
+
var Markup_namespaceObject = {};
|
|
9677
|
+
__webpack_require__.r(Markup_namespaceObject);
|
|
9678
|
+
__webpack_require__.d(Markup_namespaceObject, {
|
|
9679
|
+
ICON_NAME: () => (Markup_ICON_NAME),
|
|
9680
|
+
Markup: () => (Markup)
|
|
9681
|
+
});
|
|
9682
|
+
|
|
9683
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/NumberedList.tsx
|
|
9684
|
+
var NumberedList_namespaceObject = {};
|
|
9685
|
+
__webpack_require__.r(NumberedList_namespaceObject);
|
|
9686
|
+
__webpack_require__.d(NumberedList_namespaceObject, {
|
|
9687
|
+
ICON_NAME: () => (NumberedList_ICON_NAME),
|
|
9688
|
+
NumberedList: () => (NumberedList)
|
|
9689
|
+
});
|
|
9690
|
+
|
|
9691
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/BulletedList.tsx
|
|
9692
|
+
var BulletedList_namespaceObject = {};
|
|
9693
|
+
__webpack_require__.r(BulletedList_namespaceObject);
|
|
9694
|
+
__webpack_require__.d(BulletedList_namespaceObject, {
|
|
9695
|
+
BulletedList: () => (BulletedList),
|
|
9696
|
+
ICON_NAME: () => (BulletedList_ICON_NAME)
|
|
9697
|
+
});
|
|
9698
|
+
|
|
9699
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Uppercase.tsx
|
|
9700
|
+
var Uppercase_namespaceObject = {};
|
|
9701
|
+
__webpack_require__.r(Uppercase_namespaceObject);
|
|
9702
|
+
__webpack_require__.d(Uppercase_namespaceObject, {
|
|
9703
|
+
ICON_NAME: () => (Uppercase_ICON_NAME),
|
|
9704
|
+
Uppercase: () => (Uppercase)
|
|
9705
|
+
});
|
|
9706
|
+
|
|
9707
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Dash.tsx
|
|
9708
|
+
var Dash_namespaceObject = {};
|
|
9709
|
+
__webpack_require__.r(Dash_namespaceObject);
|
|
9710
|
+
__webpack_require__.d(Dash_namespaceObject, {
|
|
9711
|
+
Dash: () => (Dash),
|
|
9712
|
+
ICON_NAME: () => (Dash_ICON_NAME)
|
|
9713
|
+
});
|
|
9714
|
+
|
|
9715
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Brackets.tsx
|
|
9716
|
+
var Brackets_namespaceObject = {};
|
|
9717
|
+
__webpack_require__.r(Brackets_namespaceObject);
|
|
9718
|
+
__webpack_require__.d(Brackets_namespaceObject, {
|
|
9719
|
+
Brackets: () => (Brackets),
|
|
9720
|
+
ICON_NAME: () => (Brackets_ICON_NAME)
|
|
9721
|
+
});
|
|
9722
|
+
|
|
9723
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Undo.tsx
|
|
9724
|
+
var Undo_namespaceObject = {};
|
|
9725
|
+
__webpack_require__.r(Undo_namespaceObject);
|
|
9726
|
+
__webpack_require__.d(Undo_namespaceObject, {
|
|
9727
|
+
ICON_NAME: () => (Undo_ICON_NAME),
|
|
9728
|
+
Undo: () => (Undo)
|
|
9729
|
+
});
|
|
9730
|
+
|
|
9731
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Redo.tsx
|
|
9732
|
+
var Redo_namespaceObject = {};
|
|
9733
|
+
__webpack_require__.r(Redo_namespaceObject);
|
|
9734
|
+
__webpack_require__.d(Redo_namespaceObject, {
|
|
9735
|
+
ICON_NAME: () => (Redo_ICON_NAME),
|
|
9736
|
+
Redo: () => (Redo)
|
|
9737
|
+
});
|
|
9738
|
+
|
|
9739
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/NewLine.tsx
|
|
9740
|
+
var NewLine_namespaceObject = {};
|
|
9741
|
+
__webpack_require__.r(NewLine_namespaceObject);
|
|
9742
|
+
__webpack_require__.d(NewLine_namespaceObject, {
|
|
9743
|
+
ICON_NAME: () => (NewLine_ICON_NAME),
|
|
9744
|
+
NewLine: () => (NewLine)
|
|
9745
|
+
});
|
|
9746
|
+
|
|
9747
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Quotation.tsx
|
|
9748
|
+
var Quotation_namespaceObject = {};
|
|
9749
|
+
__webpack_require__.r(Quotation_namespaceObject);
|
|
9750
|
+
__webpack_require__.d(Quotation_namespaceObject, {
|
|
9751
|
+
ICON_NAME: () => (Quotation_ICON_NAME),
|
|
9752
|
+
Quotation: () => (Quotation)
|
|
9753
|
+
});
|
|
9754
|
+
|
|
9755
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/CloseCircleOutline.tsx
|
|
9756
|
+
var CloseCircleOutline_namespaceObject = {};
|
|
9757
|
+
__webpack_require__.r(CloseCircleOutline_namespaceObject);
|
|
9758
|
+
__webpack_require__.d(CloseCircleOutline_namespaceObject, {
|
|
9759
|
+
CloseCircleOutline: () => (CloseCircleOutline),
|
|
9760
|
+
ICON_NAME: () => (CloseCircleOutline_ICON_NAME)
|
|
9761
|
+
});
|
|
9762
|
+
|
|
9763
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/CloseSquareOutline.tsx
|
|
9764
|
+
var CloseSquareOutline_namespaceObject = {};
|
|
9765
|
+
__webpack_require__.r(CloseSquareOutline_namespaceObject);
|
|
9766
|
+
__webpack_require__.d(CloseSquareOutline_namespaceObject, {
|
|
9767
|
+
CloseSquareOutline: () => (CloseSquareOutline),
|
|
9768
|
+
ICON_NAME: () => (CloseSquareOutline_ICON_NAME)
|
|
9769
|
+
});
|
|
9770
|
+
|
|
9771
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/CloseCircleFilled.tsx
|
|
9772
|
+
var CloseCircleFilled_namespaceObject = {};
|
|
9773
|
+
__webpack_require__.r(CloseCircleFilled_namespaceObject);
|
|
9774
|
+
__webpack_require__.d(CloseCircleFilled_namespaceObject, {
|
|
9775
|
+
CloseCircleFilled: () => (CloseCircleFilled),
|
|
9776
|
+
ICON_NAME: () => (CloseCircleFilled_ICON_NAME)
|
|
9777
|
+
});
|
|
9778
|
+
|
|
9779
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/CloseSquareFilled.tsx
|
|
9780
|
+
var CloseSquareFilled_namespaceObject = {};
|
|
9781
|
+
__webpack_require__.r(CloseSquareFilled_namespaceObject);
|
|
9782
|
+
__webpack_require__.d(CloseSquareFilled_namespaceObject, {
|
|
9783
|
+
CloseSquareFilled: () => (CloseSquareFilled),
|
|
9784
|
+
ICON_NAME: () => (CloseSquareFilled_ICON_NAME)
|
|
9785
|
+
});
|
|
9786
|
+
|
|
9787
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/PlusSquareOutline.tsx
|
|
9788
|
+
var PlusSquareOutline_namespaceObject = {};
|
|
9789
|
+
__webpack_require__.r(PlusSquareOutline_namespaceObject);
|
|
9790
|
+
__webpack_require__.d(PlusSquareOutline_namespaceObject, {
|
|
9791
|
+
ICON_NAME: () => (PlusSquareOutline_ICON_NAME),
|
|
9792
|
+
PlusSquareOutline: () => (PlusSquareOutline)
|
|
9793
|
+
});
|
|
9794
|
+
|
|
9795
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/PlusSquareFilled.tsx
|
|
9796
|
+
var PlusSquareFilled_namespaceObject = {};
|
|
9797
|
+
__webpack_require__.r(PlusSquareFilled_namespaceObject);
|
|
9798
|
+
__webpack_require__.d(PlusSquareFilled_namespaceObject, {
|
|
9799
|
+
ICON_NAME: () => (PlusSquareFilled_ICON_NAME),
|
|
9800
|
+
PlusSquareFilled: () => (PlusSquareFilled)
|
|
9801
|
+
});
|
|
9802
|
+
|
|
9803
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/MinusSquareOutline.tsx
|
|
9804
|
+
var MinusSquareOutline_namespaceObject = {};
|
|
9805
|
+
__webpack_require__.r(MinusSquareOutline_namespaceObject);
|
|
9806
|
+
__webpack_require__.d(MinusSquareOutline_namespaceObject, {
|
|
9807
|
+
ICON_NAME: () => (MinusSquareOutline_ICON_NAME),
|
|
9808
|
+
MinusSquareOutline: () => (MinusSquareOutline)
|
|
9809
|
+
});
|
|
9810
|
+
|
|
9811
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/MinusSquareFilled.tsx
|
|
9812
|
+
var MinusSquareFilled_namespaceObject = {};
|
|
9813
|
+
__webpack_require__.r(MinusSquareFilled_namespaceObject);
|
|
9814
|
+
__webpack_require__.d(MinusSquareFilled_namespaceObject, {
|
|
9815
|
+
ICON_NAME: () => (MinusSquareFilled_ICON_NAME),
|
|
9816
|
+
MinusSquareFilled: () => (MinusSquareFilled)
|
|
9817
|
+
});
|
|
9818
|
+
|
|
9819
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/TickSquareOutline.tsx
|
|
9820
|
+
var TickSquareOutline_namespaceObject = {};
|
|
9821
|
+
__webpack_require__.r(TickSquareOutline_namespaceObject);
|
|
9822
|
+
__webpack_require__.d(TickSquareOutline_namespaceObject, {
|
|
9823
|
+
ICON_NAME: () => (TickSquareOutline_ICON_NAME),
|
|
9824
|
+
TickSquareOutline: () => (TickSquareOutline)
|
|
9825
|
+
});
|
|
9826
|
+
|
|
9827
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/TickSquareFilled.tsx
|
|
9828
|
+
var TickSquareFilled_namespaceObject = {};
|
|
9829
|
+
__webpack_require__.r(TickSquareFilled_namespaceObject);
|
|
9830
|
+
__webpack_require__.d(TickSquareFilled_namespaceObject, {
|
|
9831
|
+
ICON_NAME: () => (TickSquareFilled_ICON_NAME),
|
|
9832
|
+
TickSquareFilled: () => (TickSquareFilled)
|
|
9833
|
+
});
|
|
9834
|
+
|
|
9835
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/WarningCircleOutline.tsx
|
|
9836
|
+
var WarningCircleOutline_namespaceObject = {};
|
|
9837
|
+
__webpack_require__.r(WarningCircleOutline_namespaceObject);
|
|
9838
|
+
__webpack_require__.d(WarningCircleOutline_namespaceObject, {
|
|
9839
|
+
ICON_NAME: () => (WarningCircleOutline_ICON_NAME),
|
|
9840
|
+
WarningCircleOutline: () => (WarningCircleOutline)
|
|
9841
|
+
});
|
|
9842
|
+
|
|
9843
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/WarningSquareOutline.tsx
|
|
9844
|
+
var WarningSquareOutline_namespaceObject = {};
|
|
9845
|
+
__webpack_require__.r(WarningSquareOutline_namespaceObject);
|
|
9846
|
+
__webpack_require__.d(WarningSquareOutline_namespaceObject, {
|
|
9847
|
+
ICON_NAME: () => (WarningSquareOutline_ICON_NAME),
|
|
9848
|
+
WarningSquareOutline: () => (WarningSquareOutline)
|
|
9849
|
+
});
|
|
9850
|
+
|
|
9851
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/WarningCircleFilled.tsx
|
|
9852
|
+
var WarningCircleFilled_namespaceObject = {};
|
|
9853
|
+
__webpack_require__.r(WarningCircleFilled_namespaceObject);
|
|
9854
|
+
__webpack_require__.d(WarningCircleFilled_namespaceObject, {
|
|
9855
|
+
ICON_NAME: () => (WarningCircleFilled_ICON_NAME),
|
|
9856
|
+
WarningCircleFilled: () => (WarningCircleFilled)
|
|
9857
|
+
});
|
|
9858
|
+
|
|
9859
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/WarningSquareFilled.tsx
|
|
9860
|
+
var WarningSquareFilled_namespaceObject = {};
|
|
9861
|
+
__webpack_require__.r(WarningSquareFilled_namespaceObject);
|
|
9862
|
+
__webpack_require__.d(WarningSquareFilled_namespaceObject, {
|
|
9863
|
+
ICON_NAME: () => (WarningSquareFilled_ICON_NAME),
|
|
9864
|
+
WarningSquareFilled: () => (WarningSquareFilled)
|
|
9865
|
+
});
|
|
9866
|
+
|
|
9867
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/InfoSquareOutline.tsx
|
|
9868
|
+
var InfoSquareOutline_namespaceObject = {};
|
|
9869
|
+
__webpack_require__.r(InfoSquareOutline_namespaceObject);
|
|
9870
|
+
__webpack_require__.d(InfoSquareOutline_namespaceObject, {
|
|
9871
|
+
ICON_NAME: () => (InfoSquareOutline_ICON_NAME),
|
|
9872
|
+
InfoSquareOutline: () => (InfoSquareOutline)
|
|
9873
|
+
});
|
|
9874
|
+
|
|
9875
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/InfoSquareFilled.tsx
|
|
9876
|
+
var InfoSquareFilled_namespaceObject = {};
|
|
9877
|
+
__webpack_require__.r(InfoSquareFilled_namespaceObject);
|
|
9878
|
+
__webpack_require__.d(InfoSquareFilled_namespaceObject, {
|
|
9879
|
+
ICON_NAME: () => (InfoSquareFilled_ICON_NAME),
|
|
9880
|
+
InfoSquareFilled: () => (InfoSquareFilled)
|
|
9881
|
+
});
|
|
9882
|
+
|
|
9883
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/InfoCircleFilled.tsx
|
|
9884
|
+
var InfoCircleFilled_namespaceObject = {};
|
|
9885
|
+
__webpack_require__.r(InfoCircleFilled_namespaceObject);
|
|
9886
|
+
__webpack_require__.d(InfoCircleFilled_namespaceObject, {
|
|
9887
|
+
ICON_NAME: () => (InfoCircleFilled_ICON_NAME),
|
|
9888
|
+
InfoCircleFilled: () => (InfoCircleFilled)
|
|
9889
|
+
});
|
|
9890
|
+
|
|
9891
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/MoreCircleOutline.tsx
|
|
9892
|
+
var MoreCircleOutline_namespaceObject = {};
|
|
9893
|
+
__webpack_require__.r(MoreCircleOutline_namespaceObject);
|
|
9894
|
+
__webpack_require__.d(MoreCircleOutline_namespaceObject, {
|
|
9895
|
+
ICON_NAME: () => (MoreCircleOutline_ICON_NAME),
|
|
9896
|
+
MoreCircleOutline: () => (MoreCircleOutline)
|
|
9897
|
+
});
|
|
9898
|
+
|
|
9899
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/MoreSquareOutline.tsx
|
|
9900
|
+
var MoreSquareOutline_namespaceObject = {};
|
|
9901
|
+
__webpack_require__.r(MoreSquareOutline_namespaceObject);
|
|
9902
|
+
__webpack_require__.d(MoreSquareOutline_namespaceObject, {
|
|
9903
|
+
ICON_NAME: () => (MoreSquareOutline_ICON_NAME),
|
|
9904
|
+
MoreSquareOutline: () => (MoreSquareOutline)
|
|
9905
|
+
});
|
|
9906
|
+
|
|
9907
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/MoreCircleFilled.tsx
|
|
9908
|
+
var MoreCircleFilled_namespaceObject = {};
|
|
9909
|
+
__webpack_require__.r(MoreCircleFilled_namespaceObject);
|
|
9910
|
+
__webpack_require__.d(MoreCircleFilled_namespaceObject, {
|
|
9911
|
+
ICON_NAME: () => (MoreCircleFilled_ICON_NAME),
|
|
9912
|
+
MoreCircleFilled: () => (MoreCircleFilled)
|
|
9913
|
+
});
|
|
9914
|
+
|
|
9915
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/MoreSquareFilled.tsx
|
|
9916
|
+
var MoreSquareFilled_namespaceObject = {};
|
|
9917
|
+
__webpack_require__.r(MoreSquareFilled_namespaceObject);
|
|
9918
|
+
__webpack_require__.d(MoreSquareFilled_namespaceObject, {
|
|
9919
|
+
ICON_NAME: () => (MoreSquareFilled_ICON_NAME),
|
|
9920
|
+
MoreSquareFilled: () => (MoreSquareFilled)
|
|
9921
|
+
});
|
|
9922
|
+
|
|
9923
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/ClientFeedback.tsx
|
|
9924
|
+
var ClientFeedback_namespaceObject = {};
|
|
9925
|
+
__webpack_require__.r(ClientFeedback_namespaceObject);
|
|
9926
|
+
__webpack_require__.d(ClientFeedback_namespaceObject, {
|
|
9927
|
+
ClientFeedback: () => (ClientFeedback),
|
|
9928
|
+
ICON_NAME: () => (ClientFeedback_ICON_NAME)
|
|
9929
|
+
});
|
|
9930
|
+
|
|
9931
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Expertise.tsx
|
|
9932
|
+
var Expertise_namespaceObject = {};
|
|
9933
|
+
__webpack_require__.r(Expertise_namespaceObject);
|
|
9934
|
+
__webpack_require__.d(Expertise_namespaceObject, {
|
|
9935
|
+
Expertise: () => (Expertise),
|
|
9936
|
+
ICON_NAME: () => (Expertise_ICON_NAME)
|
|
9937
|
+
});
|
|
9938
|
+
|
|
9939
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Responsibilities.tsx
|
|
9940
|
+
var Responsibilities_namespaceObject = {};
|
|
9941
|
+
__webpack_require__.r(Responsibilities_namespaceObject);
|
|
9942
|
+
__webpack_require__.d(Responsibilities_namespaceObject, {
|
|
9943
|
+
ICON_NAME: () => (Responsibilities_ICON_NAME),
|
|
9944
|
+
Responsibilities: () => (Responsibilities)
|
|
9945
|
+
});
|
|
9946
|
+
|
|
9947
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Mobile.tsx
|
|
9948
|
+
var Mobile_namespaceObject = {};
|
|
9949
|
+
__webpack_require__.r(Mobile_namespaceObject);
|
|
9950
|
+
__webpack_require__.d(Mobile_namespaceObject, {
|
|
9951
|
+
ICON_NAME: () => (Mobile_ICON_NAME),
|
|
9952
|
+
Mobile: () => (Mobile)
|
|
9953
|
+
});
|
|
9954
|
+
|
|
9955
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/DeliveryAddress.tsx
|
|
9956
|
+
var DeliveryAddress_namespaceObject = {};
|
|
9957
|
+
__webpack_require__.r(DeliveryAddress_namespaceObject);
|
|
9958
|
+
__webpack_require__.d(DeliveryAddress_namespaceObject, {
|
|
9959
|
+
DeliveryAddress: () => (DeliveryAddress),
|
|
9960
|
+
ICON_NAME: () => (DeliveryAddress_ICON_NAME)
|
|
9961
|
+
});
|
|
9962
|
+
|
|
9963
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/DeliveryAddress2.tsx
|
|
9964
|
+
var DeliveryAddress2_namespaceObject = {};
|
|
9965
|
+
__webpack_require__.r(DeliveryAddress2_namespaceObject);
|
|
9966
|
+
__webpack_require__.d(DeliveryAddress2_namespaceObject, {
|
|
9967
|
+
DeliveryAddress2: () => (DeliveryAddress2),
|
|
9968
|
+
ICON_NAME: () => (DeliveryAddress2_ICON_NAME)
|
|
9969
|
+
});
|
|
9970
|
+
|
|
9971
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/PDP.tsx
|
|
9972
|
+
var PDP_namespaceObject = {};
|
|
9973
|
+
__webpack_require__.r(PDP_namespaceObject);
|
|
9974
|
+
__webpack_require__.d(PDP_namespaceObject, {
|
|
9975
|
+
ICON_NAME: () => (PDP_ICON_NAME),
|
|
9976
|
+
PDP: () => (PDP)
|
|
9977
|
+
});
|
|
9978
|
+
|
|
9979
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Versions.tsx
|
|
9980
|
+
var Versions_namespaceObject = {};
|
|
9981
|
+
__webpack_require__.r(Versions_namespaceObject);
|
|
9982
|
+
__webpack_require__.d(Versions_namespaceObject, {
|
|
9983
|
+
ICON_NAME: () => (Versions_ICON_NAME),
|
|
9984
|
+
Versions: () => (Versions)
|
|
9985
|
+
});
|
|
9986
|
+
|
|
9987
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Experience.tsx
|
|
9988
|
+
var Experience_namespaceObject = {};
|
|
9989
|
+
__webpack_require__.r(Experience_namespaceObject);
|
|
9990
|
+
__webpack_require__.d(Experience_namespaceObject, {
|
|
9991
|
+
Experience: () => (Experience),
|
|
9992
|
+
ICON_NAME: () => (Experience_ICON_NAME)
|
|
9993
|
+
});
|
|
9994
|
+
|
|
9995
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Projects.tsx
|
|
9996
|
+
var Projects_namespaceObject = {};
|
|
9997
|
+
__webpack_require__.r(Projects_namespaceObject);
|
|
9998
|
+
__webpack_require__.d(Projects_namespaceObject, {
|
|
9999
|
+
ICON_NAME: () => (Projects_ICON_NAME),
|
|
10000
|
+
Projects: () => (Projects)
|
|
10001
|
+
});
|
|
10002
|
+
|
|
10003
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/CooperationModel.tsx
|
|
10004
|
+
var CooperationModel_namespaceObject = {};
|
|
10005
|
+
__webpack_require__.r(CooperationModel_namespaceObject);
|
|
10006
|
+
__webpack_require__.d(CooperationModel_namespaceObject, {
|
|
10007
|
+
CooperationModel: () => (CooperationModel),
|
|
10008
|
+
ICON_NAME: () => (CooperationModel_ICON_NAME)
|
|
10009
|
+
});
|
|
10010
|
+
|
|
10011
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Billable.tsx
|
|
10012
|
+
var Billable_namespaceObject = {};
|
|
10013
|
+
__webpack_require__.r(Billable_namespaceObject);
|
|
10014
|
+
__webpack_require__.d(Billable_namespaceObject, {
|
|
10015
|
+
Billable: () => (Billable),
|
|
10016
|
+
ICON_NAME: () => (Billable_ICON_NAME)
|
|
10017
|
+
});
|
|
10018
|
+
|
|
10019
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/NonBillable.tsx
|
|
10020
|
+
var NonBillable_namespaceObject = {};
|
|
10021
|
+
__webpack_require__.r(NonBillable_namespaceObject);
|
|
10022
|
+
__webpack_require__.d(NonBillable_namespaceObject, {
|
|
10023
|
+
ICON_NAME: () => (NonBillable_ICON_NAME),
|
|
10024
|
+
NonBillable: () => (NonBillable)
|
|
10025
|
+
});
|
|
10026
|
+
|
|
10027
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/RecruitmentTeam.tsx
|
|
10028
|
+
var RecruitmentTeam_namespaceObject = {};
|
|
10029
|
+
__webpack_require__.r(RecruitmentTeam_namespaceObject);
|
|
10030
|
+
__webpack_require__.d(RecruitmentTeam_namespaceObject, {
|
|
10031
|
+
ICON_NAME: () => (RecruitmentTeam_ICON_NAME),
|
|
10032
|
+
RecruitmentTeam: () => (RecruitmentTeam)
|
|
10033
|
+
});
|
|
10034
|
+
|
|
10035
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Clear.tsx
|
|
10036
|
+
var Clear_namespaceObject = {};
|
|
10037
|
+
__webpack_require__.r(Clear_namespaceObject);
|
|
10038
|
+
__webpack_require__.d(Clear_namespaceObject, {
|
|
10039
|
+
Clear: () => (Clear),
|
|
10040
|
+
ICON_NAME: () => (Clear_ICON_NAME)
|
|
10041
|
+
});
|
|
10042
|
+
|
|
9499
10043
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/all.ts
|
|
9500
10044
|
var all_namespaceObject = {};
|
|
9501
10045
|
__webpack_require__.r(all_namespaceObject);
|
|
@@ -9503,6 +10047,7 @@ __webpack_require__.d(all_namespaceObject, {
|
|
|
9503
10047
|
AddFolder: () => (AddFolder_namespaceObject),
|
|
9504
10048
|
Archive: () => (Archive_namespaceObject),
|
|
9505
10049
|
ArrowDown: () => (ArrowDown_namespaceObject),
|
|
10050
|
+
ArrowSort: () => (ArrowSort_namespaceObject),
|
|
9506
10051
|
ArrowUp: () => (ArrowUp_namespaceObject),
|
|
9507
10052
|
Assessment: () => (Assessment_namespaceObject),
|
|
9508
10053
|
AssessmentStages: () => (AssessmentStages_namespaceObject),
|
|
@@ -9512,10 +10057,15 @@ __webpack_require__.d(all_namespaceObject, {
|
|
|
9512
10057
|
Award: () => (Award_namespaceObject),
|
|
9513
10058
|
BanUser: () => (BanUser_namespaceObject),
|
|
9514
10059
|
Bench: () => (Bench_namespaceObject),
|
|
10060
|
+
Billable: () => (Billable_namespaceObject),
|
|
9515
10061
|
Bin: () => (Bin_namespaceObject),
|
|
10062
|
+
Bold: () => (Bold_namespaceObject),
|
|
9516
10063
|
BoxSelect: () => (BoxSelect_namespaceObject),
|
|
10064
|
+
Brackets: () => (Brackets_namespaceObject),
|
|
9517
10065
|
Briefcase: () => (Briefcase_namespaceObject),
|
|
9518
10066
|
Building: () => (Building_namespaceObject),
|
|
10067
|
+
BulletedList: () => (BulletedList_namespaceObject),
|
|
10068
|
+
Busket: () => (Busket_namespaceObject),
|
|
9519
10069
|
Calendar: () => (Calendar_namespaceObject),
|
|
9520
10070
|
CalendarSchedule: () => (CalendarSchedule_namespaceObject),
|
|
9521
10071
|
Camera: () => (Camera_namespaceObject),
|
|
@@ -9535,7 +10085,13 @@ __webpack_require__.d(all_namespaceObject, {
|
|
|
9535
10085
|
Children: () => (Children_namespaceObject),
|
|
9536
10086
|
Circle: () => (Circle_namespaceObject),
|
|
9537
10087
|
Circular: () => (Circular_namespaceObject),
|
|
10088
|
+
Clear: () => (Clear_namespaceObject),
|
|
10089
|
+
ClientFeedback: () => (ClientFeedback_namespaceObject),
|
|
9538
10090
|
Clock: () => (Clock_namespaceObject),
|
|
10091
|
+
CloseCircleFilled: () => (CloseCircleFilled_namespaceObject),
|
|
10092
|
+
CloseCircleOutline: () => (CloseCircleOutline_namespaceObject),
|
|
10093
|
+
CloseSquareFilled: () => (CloseSquareFilled_namespaceObject),
|
|
10094
|
+
CloseSquareOutline: () => (CloseSquareOutline_namespaceObject),
|
|
9539
10095
|
CodeReviewComments: () => (CodeReviewComments_namespaceObject),
|
|
9540
10096
|
Cogwheel: () => (Cogwheel_namespaceObject),
|
|
9541
10097
|
Comments: () => (Comments_namespaceObject),
|
|
@@ -9543,17 +10099,23 @@ __webpack_require__.d(all_namespaceObject, {
|
|
|
9543
10099
|
Compensation: () => (Compensation_namespaceObject),
|
|
9544
10100
|
ConfirmEmail: () => (ConfirmEmail_namespaceObject),
|
|
9545
10101
|
Contacts: () => (Contacts_namespaceObject),
|
|
10102
|
+
CooperationModel: () => (CooperationModel_namespaceObject),
|
|
9546
10103
|
Copy: () => (Copy_namespaceObject),
|
|
9547
10104
|
CopyLink: () => (CopyLink_namespaceObject),
|
|
10105
|
+
CopyLink2: () => (CopyLink2_namespaceObject),
|
|
9548
10106
|
Cross: () => (Cross_namespaceObject),
|
|
10107
|
+
Dash: () => (Dash_namespaceObject),
|
|
9549
10108
|
Dashboard: () => (Dashboard_namespaceObject),
|
|
9550
10109
|
DayOff: () => (DayOff_namespaceObject),
|
|
9551
10110
|
Delete: () => (Delete_namespaceObject),
|
|
10111
|
+
DeliveryAddress: () => (DeliveryAddress_namespaceObject),
|
|
10112
|
+
DeliveryAddress2: () => (DeliveryAddress2_namespaceObject),
|
|
9552
10113
|
Desktop: () => (Desktop_namespaceObject),
|
|
9553
10114
|
DiamondRing: () => (DiamondRing_namespaceObject),
|
|
9554
10115
|
Diet: () => (Diet_namespaceObject),
|
|
9555
10116
|
Document: () => (Document_namespaceObject),
|
|
9556
10117
|
Documents: () => (Documents_namespaceObject),
|
|
10118
|
+
Dragndrop: () => (Dragndrop_namespaceObject),
|
|
9557
10119
|
Edit: () => (Edit_namespaceObject),
|
|
9558
10120
|
Education: () => (Education_namespaceObject),
|
|
9559
10121
|
Email: () => (Email_namespaceObject),
|
|
@@ -9563,6 +10125,8 @@ __webpack_require__.d(all_namespaceObject, {
|
|
|
9563
10125
|
EmployeeProfile: () => (EmployeeProfile_namespaceObject),
|
|
9564
10126
|
EmployeeTerminated: () => (EmployeeTerminated_namespaceObject),
|
|
9565
10127
|
ExcelDownload: () => (ExcelDownload_namespaceObject),
|
|
10128
|
+
Experience: () => (Experience_namespaceObject),
|
|
10129
|
+
Expertise: () => (Expertise_namespaceObject),
|
|
9566
10130
|
Export: () => (Export_namespaceObject),
|
|
9567
10131
|
FTE: () => (FTE_namespaceObject),
|
|
9568
10132
|
FileMark: () => (FileMark_namespaceObject),
|
|
@@ -9577,12 +10141,20 @@ __webpack_require__.d(all_namespaceObject, {
|
|
|
9577
10141
|
Gender: () => (Gender_namespaceObject),
|
|
9578
10142
|
Geography: () => (Geography_namespaceObject),
|
|
9579
10143
|
Gift: () => (Gift_namespaceObject),
|
|
10144
|
+
H1: () => (H1_namespaceObject),
|
|
10145
|
+
H2: () => (H2_namespaceObject),
|
|
10146
|
+
H3: () => (H3_namespaceObject),
|
|
9580
10147
|
History: () => (History_namespaceObject),
|
|
9581
10148
|
Home: () => (Home_namespaceObject),
|
|
9582
10149
|
Import: () => (Import_namespaceObject),
|
|
10150
|
+
Info: () => (Info_namespaceObject),
|
|
10151
|
+
InfoCircleFilled: () => (InfoCircleFilled_namespaceObject),
|
|
10152
|
+
InfoSquareFilled: () => (InfoSquareFilled_namespaceObject),
|
|
10153
|
+
InfoSquareOutline: () => (InfoSquareOutline_namespaceObject),
|
|
9583
10154
|
Information: () => (Information_namespaceObject),
|
|
9584
10155
|
Inventory: () => (Inventory_namespaceObject),
|
|
9585
10156
|
Invisible: () => (Invisible_namespaceObject),
|
|
10157
|
+
Italic: () => (Italic_namespaceObject),
|
|
9586
10158
|
Language: () => (Language_namespaceObject),
|
|
9587
10159
|
LassoSelect: () => (LassoSelect_namespaceObject),
|
|
9588
10160
|
Leave: () => (Leave_namespaceObject),
|
|
@@ -9591,69 +10163,109 @@ __webpack_require__.d(all_namespaceObject, {
|
|
|
9591
10163
|
LockOutlined: () => (LockOutlined_namespaceObject),
|
|
9592
10164
|
LogIn: () => (LogIn_namespaceObject),
|
|
9593
10165
|
LogOut: () => (LogOut_namespaceObject),
|
|
10166
|
+
Markup: () => (Markup_namespaceObject),
|
|
9594
10167
|
Maximize: () => (Maximize_namespaceObject),
|
|
9595
10168
|
Measurements: () => (Measurements_namespaceObject),
|
|
10169
|
+
Menu: () => (Menu_namespaceObject),
|
|
9596
10170
|
Message: () => (Message_namespaceObject),
|
|
9597
10171
|
Minus: () => (Minus_namespaceObject),
|
|
9598
10172
|
MinusCircle: () => (MinusCircle_namespaceObject),
|
|
9599
10173
|
MinusCircleInverted: () => (MinusCircleInverted_namespaceObject),
|
|
10174
|
+
MinusSquareFilled: () => (MinusSquareFilled_namespaceObject),
|
|
10175
|
+
MinusSquareOutline: () => (MinusSquareOutline_namespaceObject),
|
|
10176
|
+
Mobile: () => (Mobile_namespaceObject),
|
|
9600
10177
|
More: () => (More_namespaceObject),
|
|
10178
|
+
MoreCircleFilled: () => (MoreCircleFilled_namespaceObject),
|
|
10179
|
+
MoreCircleOutline: () => (MoreCircleOutline_namespaceObject),
|
|
9601
10180
|
MoreInfo: () => (MoreInfo_namespaceObject),
|
|
10181
|
+
MoreSquareFilled: () => (MoreSquareFilled_namespaceObject),
|
|
10182
|
+
MoreSquareOutline: () => (MoreSquareOutline_namespaceObject),
|
|
9602
10183
|
MoreVertical: () => (MoreVertical_namespaceObject),
|
|
9603
10184
|
MoveFolder: () => (MoveFolder_namespaceObject),
|
|
10185
|
+
NewLine: () => (NewLine_namespaceObject),
|
|
10186
|
+
NonBillable: () => (NonBillable_namespaceObject),
|
|
9604
10187
|
Notification: () => (Notification_namespaceObject),
|
|
10188
|
+
NumberedList: () => (NumberedList_namespaceObject),
|
|
9605
10189
|
OfficeChair: () => (OfficeChair_namespaceObject),
|
|
9606
10190
|
OpenBook: () => (OpenBook_namespaceObject),
|
|
9607
10191
|
Overtime: () => (Overtime_namespaceObject),
|
|
10192
|
+
PDP: () => (PDP_namespaceObject),
|
|
9608
10193
|
Pages: () => (Pages_namespaceObject),
|
|
9609
10194
|
Pan: () => (Pan_namespaceObject),
|
|
9610
10195
|
PanelLeft: () => (PanelLeft_namespaceObject),
|
|
9611
10196
|
PanelRight: () => (PanelRight_namespaceObject),
|
|
9612
10197
|
Party: () => (Party_namespaceObject),
|
|
9613
10198
|
Phone: () => (Phone_namespaceObject),
|
|
10199
|
+
Picture: () => (Picture_namespaceObject),
|
|
9614
10200
|
Plus: () => (Plus_namespaceObject),
|
|
9615
10201
|
PlusCircle: () => (PlusCircle_namespaceObject),
|
|
9616
10202
|
PlusCircleInverted: () => (PlusCircleInverted_namespaceObject),
|
|
10203
|
+
PlusSquareFilled: () => (PlusSquareFilled_namespaceObject),
|
|
10204
|
+
PlusSquareOutline: () => (PlusSquareOutline_namespaceObject),
|
|
9617
10205
|
Preview: () => (Preview_namespaceObject),
|
|
9618
10206
|
ProbationPeriod: () => (ProbationPeriod_namespaceObject),
|
|
9619
10207
|
ProfilesChanges: () => (ProfilesChanges_namespaceObject),
|
|
10208
|
+
Projects: () => (Projects_namespaceObject),
|
|
10209
|
+
Quotation: () => (Quotation_namespaceObject),
|
|
9620
10210
|
RadioOn: () => (RadioOn_namespaceObject),
|
|
10211
|
+
RecruitmentTeam: () => (RecruitmentTeam_namespaceObject),
|
|
10212
|
+
Redo: () => (Redo_namespaceObject),
|
|
9621
10213
|
Report: () => (Report_namespaceObject),
|
|
10214
|
+
Reset: () => (Reset_namespaceObject),
|
|
9622
10215
|
ResetAxes: () => (ResetAxes_namespaceObject),
|
|
10216
|
+
Responsibilities: () => (Responsibilities_namespaceObject),
|
|
9623
10217
|
Results: () => (Results_namespaceObject),
|
|
9624
10218
|
Robot: () => (Robot_namespaceObject),
|
|
9625
10219
|
Roles: () => (Roles_namespaceObject),
|
|
9626
10220
|
SalaryReports: () => (SalaryReports_namespaceObject),
|
|
10221
|
+
Save: () => (Save_namespaceObject),
|
|
9627
10222
|
Save2: () => (Save2_namespaceObject),
|
|
9628
10223
|
Search: () => (Search_namespaceObject),
|
|
10224
|
+
Send: () => (Send_namespaceObject),
|
|
9629
10225
|
Seniority: () => (Seniority_namespaceObject),
|
|
9630
10226
|
SettingClock: () => (SettingClock_namespaceObject),
|
|
9631
10227
|
Settings: () => (Settings_namespaceObject),
|
|
9632
10228
|
SickLeave: () => (SickLeave_namespaceObject),
|
|
9633
10229
|
Signature: () => (Signature_namespaceObject),
|
|
9634
10230
|
Sleep: () => (Sleep_namespaceObject),
|
|
10231
|
+
SortDown: () => (SortDown_namespaceObject),
|
|
10232
|
+
SortUp: () => (SortUp_namespaceObject),
|
|
9635
10233
|
StaffGrowthCoefficient: () => (StaffGrowthCoefficient_namespaceObject),
|
|
9636
10234
|
StaffTurnoverCoefficient: () => (StaffTurnoverCoefficient_namespaceObject),
|
|
9637
10235
|
Star: () => (Star_namespaceObject),
|
|
9638
10236
|
Stats: () => (Stats_namespaceObject),
|
|
10237
|
+
Strikethrough: () => (Strikethrough_namespaceObject),
|
|
9639
10238
|
Summery: () => (Summery_namespaceObject),
|
|
9640
10239
|
Support: () => (Support_namespaceObject),
|
|
9641
10240
|
Tablet: () => (Tablet_namespaceObject),
|
|
9642
10241
|
Team: () => (Team_namespaceObject),
|
|
9643
10242
|
TechnicalReview: () => (TechnicalReview_namespaceObject),
|
|
9644
10243
|
TennisBall: () => (TennisBall_namespaceObject),
|
|
10244
|
+
TickSquareFilled: () => (TickSquareFilled_namespaceObject),
|
|
10245
|
+
TickSquareOutline: () => (TickSquareOutline_namespaceObject),
|
|
9645
10246
|
TimeTracking: () => (TimeTracking_namespaceObject),
|
|
9646
10247
|
Timeline: () => (Timeline_namespaceObject),
|
|
10248
|
+
Today: () => (Today_namespaceObject),
|
|
9647
10249
|
Trainings: () => (Trainings_namespaceObject),
|
|
9648
10250
|
UnArchive: () => (UnArchive_namespaceObject),
|
|
10251
|
+
Underline: () => (Underline_namespaceObject),
|
|
10252
|
+
Undo: () => (Undo_namespaceObject),
|
|
9649
10253
|
Union: () => (Union_namespaceObject),
|
|
9650
10254
|
UnionCircle: () => (UnionCircle_namespaceObject),
|
|
9651
10255
|
Unlock: () => (Unlock_namespaceObject),
|
|
10256
|
+
Upload: () => (Upload_namespaceObject),
|
|
10257
|
+
Uppercase: () => (Uppercase_namespaceObject),
|
|
9652
10258
|
Url: () => (Url_namespaceObject),
|
|
9653
10259
|
User: () => (User_namespaceObject),
|
|
9654
10260
|
Vacation: () => (Vacation_namespaceObject),
|
|
10261
|
+
Versions: () => (Versions_namespaceObject),
|
|
9655
10262
|
Visible: () => (Visible_namespaceObject),
|
|
9656
10263
|
Warning: () => (Warning_namespaceObject),
|
|
10264
|
+
Warning2: () => (Warning2_namespaceObject),
|
|
10265
|
+
WarningCircleFilled: () => (WarningCircleFilled_namespaceObject),
|
|
10266
|
+
WarningCircleOutline: () => (WarningCircleOutline_namespaceObject),
|
|
10267
|
+
WarningSquareFilled: () => (WarningSquareFilled_namespaceObject),
|
|
10268
|
+
WarningSquareOutline: () => (WarningSquareOutline_namespaceObject),
|
|
9657
10269
|
Zoom: () => (Zoom_namespaceObject),
|
|
9658
10270
|
ZoomIn: () => (ZoomIn_namespaceObject),
|
|
9659
10271
|
ZoomOut: () => (ZoomOut_namespaceObject)
|
|
@@ -15271,7 +15883,2184 @@ const DayOff = ({
|
|
|
15271
15883
|
})]
|
|
15272
15884
|
});
|
|
15273
15885
|
const DayOff_ICON_NAME = 'day-off';
|
|
15274
|
-
;// ./src/components/Icon/icons/
|
|
15886
|
+
;// ./src/components/Icon/icons/ArrowSort.tsx
|
|
15887
|
+
|
|
15888
|
+
const ArrowSort = ({
|
|
15889
|
+
fill = '#000',
|
|
15890
|
+
size = 24,
|
|
15891
|
+
tooltip = 'Arrow Sort',
|
|
15892
|
+
...props
|
|
15893
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
15894
|
+
width: `${size}px`,
|
|
15895
|
+
height: `${size}px`,
|
|
15896
|
+
viewBox: "0 0 24 24",
|
|
15897
|
+
fill: "none",
|
|
15898
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15899
|
+
...props,
|
|
15900
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
15901
|
+
children: tooltip
|
|
15902
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
15903
|
+
transform: "translate(5.1, 9.9) scale(1, -1)",
|
|
15904
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15905
|
+
d: "M12.9 0.9L6.9 6.9L0.9 0.9",
|
|
15906
|
+
stroke: fill,
|
|
15907
|
+
strokeWidth: "1.8",
|
|
15908
|
+
strokeLinecap: "round",
|
|
15909
|
+
strokeLinejoin: "round",
|
|
15910
|
+
fill: "none"
|
|
15911
|
+
})
|
|
15912
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
15913
|
+
transform: "translate(5.1, 14.1)",
|
|
15914
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15915
|
+
d: "M12.9 0.9L6.9 6.9L0.9 0.9",
|
|
15916
|
+
stroke: fill,
|
|
15917
|
+
strokeWidth: "1.8",
|
|
15918
|
+
strokeLinecap: "round",
|
|
15919
|
+
strokeLinejoin: "round",
|
|
15920
|
+
fill: "none"
|
|
15921
|
+
})
|
|
15922
|
+
})]
|
|
15923
|
+
});
|
|
15924
|
+
const ArrowSort_ICON_NAME = 'arrow-sort';
|
|
15925
|
+
;// ./src/components/Icon/icons/Menu.tsx
|
|
15926
|
+
|
|
15927
|
+
const Menu = ({
|
|
15928
|
+
fill = '#000',
|
|
15929
|
+
size = 24,
|
|
15930
|
+
tooltip = 'Menu',
|
|
15931
|
+
...props
|
|
15932
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
15933
|
+
width: `${size}px`,
|
|
15934
|
+
height: `${size}px`,
|
|
15935
|
+
viewBox: "0 0 24 24",
|
|
15936
|
+
fill: "none",
|
|
15937
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15938
|
+
...props,
|
|
15939
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
15940
|
+
children: tooltip
|
|
15941
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
15942
|
+
transform: "translate(3.1, 5.1)",
|
|
15943
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15944
|
+
fillRule: "evenodd",
|
|
15945
|
+
clipRule: "evenodd",
|
|
15946
|
+
d: "M0 0.9C0 0.402944 0.402944 0 0.9 0H16.9C17.3971 0 17.8 0.402944 17.8 0.9C17.8 1.39706 17.3971 1.8 16.9 1.8H0.9C0.402944 1.8 0 1.39706 0 0.9Z",
|
|
15947
|
+
fill: fill
|
|
15948
|
+
})
|
|
15949
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
15950
|
+
transform: "translate(3.1, 11.1)",
|
|
15951
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15952
|
+
fillRule: "evenodd",
|
|
15953
|
+
clipRule: "evenodd",
|
|
15954
|
+
d: "M0 0.9C0 0.402944 0.402944 0 0.9 0H16.9C17.3971 0 17.8 0.402944 17.8 0.9C17.8 1.39706 17.3971 1.8 16.9 1.8H0.9C0.402944 1.8 0 1.39706 0 0.9Z",
|
|
15955
|
+
fill: fill
|
|
15956
|
+
})
|
|
15957
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
15958
|
+
transform: "translate(3.1, 17.1)",
|
|
15959
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15960
|
+
fillRule: "evenodd",
|
|
15961
|
+
clipRule: "evenodd",
|
|
15962
|
+
d: "M0 0.9C0 0.402944 0.402944 0 0.9 0H16.9C17.3971 0 17.8 0.402944 17.8 0.9C17.8 1.39706 17.3971 1.8 16.9 1.8H0.9C0.402944 1.8 0 1.39706 0 0.9Z",
|
|
15963
|
+
fill: fill
|
|
15964
|
+
})
|
|
15965
|
+
})]
|
|
15966
|
+
});
|
|
15967
|
+
const Menu_ICON_NAME = 'menu';
|
|
15968
|
+
;// ./src/components/Icon/icons/Dragndrop.tsx
|
|
15969
|
+
|
|
15970
|
+
const Dragndrop = ({
|
|
15971
|
+
fill = '#000',
|
|
15972
|
+
size = 24,
|
|
15973
|
+
tooltip = 'Dragndrop',
|
|
15974
|
+
...props
|
|
15975
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
15976
|
+
width: `${size}px`,
|
|
15977
|
+
height: `${size}px`,
|
|
15978
|
+
viewBox: "0 0 24 24",
|
|
15979
|
+
fill: "none",
|
|
15980
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15981
|
+
...props,
|
|
15982
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
15983
|
+
children: tooltip
|
|
15984
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
15985
|
+
transform: "translate(8.4, 20.4) rotate(-90)",
|
|
15986
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15987
|
+
d: "M1.8 0C0.81 0 0 0.81 0 1.8C0 2.79 0.81 3.6 1.8 3.6C2.79 3.6 3.6 2.79 3.6 1.8C3.6 0.81 2.79 0 1.8 0Z",
|
|
15988
|
+
fill: fill
|
|
15989
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15990
|
+
d: "M8.4 0C7.41 0 6.6 0.81 6.6 1.8C6.6 2.79 7.41 3.6 8.4 3.6C9.39 3.6 10.2 2.79 10.2 1.8C10.2 0.81 9.39 0 8.4 0Z",
|
|
15991
|
+
fill: fill
|
|
15992
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15993
|
+
d: "M15 0C14.01 0 13.2 0.81 13.2 1.8C13.2 2.79 14.01 3.6 15 3.6C15.99 3.6 16.8 2.79 16.8 1.8C16.8 0.81 15.99 0 15 0Z",
|
|
15994
|
+
fill: fill
|
|
15995
|
+
})]
|
|
15996
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
15997
|
+
transform: "translate(12, 20.4) rotate(-90)",
|
|
15998
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15999
|
+
d: "M1.8 0C0.81 0 0 0.81 0 1.8C0 2.79 0.81 3.6 1.8 3.6C2.79 3.6 3.6 2.79 3.6 1.8C3.6 0.81 2.79 0 1.8 0Z",
|
|
16000
|
+
fill: fill
|
|
16001
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16002
|
+
d: "M8.4 0C7.41 0 6.6 0.81 6.6 1.8C6.6 2.79 7.41 3.6 8.4 3.6C9.39 3.6 10.2 2.79 10.2 1.8C10.2 0.81 9.39 0 8.4 0Z",
|
|
16003
|
+
fill: fill
|
|
16004
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16005
|
+
d: "M15 0C14.01 0 13.2 0.81 13.2 1.8C13.2 2.79 14.01 3.6 15 3.6C15.99 3.6 16.8 2.79 16.8 1.8C16.8 0.81 15.99 0 15 0Z",
|
|
16006
|
+
fill: fill
|
|
16007
|
+
})]
|
|
16008
|
+
})]
|
|
16009
|
+
});
|
|
16010
|
+
const Dragndrop_ICON_NAME = 'dragndrop';
|
|
16011
|
+
;// ./src/components/Icon/icons/Send.tsx
|
|
16012
|
+
|
|
16013
|
+
const Send = ({
|
|
16014
|
+
fill = '#000',
|
|
16015
|
+
size = 24,
|
|
16016
|
+
tooltip = 'Send',
|
|
16017
|
+
...props
|
|
16018
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16019
|
+
width: `${size}px`,
|
|
16020
|
+
height: `${size}px`,
|
|
16021
|
+
viewBox: "0 0 24 24",
|
|
16022
|
+
fill: "none",
|
|
16023
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16024
|
+
...props,
|
|
16025
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16026
|
+
children: tooltip
|
|
16027
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16028
|
+
transform: "translate(2.5, 3.5)",
|
|
16029
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16030
|
+
d: "M0.171122 5.77796C0.101158 5.85319 0.0503587 5.94418 0.0230296 6.04321C-0.00429949 6.14225 -0.00735354 6.24641 0.0141261 6.34688C0.0356057 6.44735 0.0809861 6.54116 0.146422 6.62036C0.211859 6.69956 0.295423 6.76183 0.390035 6.80188L7.98489 10.0149L11.198 17.6096C11.2485 17.7292 11.3343 17.8306 11.444 17.9003C11.5536 17.97 11.6818 18.0046 11.8116 17.9995C11.9414 17.9945 12.0666 17.95 12.1705 17.872C12.2744 17.7941 12.3521 17.6863 12.3932 17.5631L17.9672 0.841354C18.0047 0.728736 18.0102 0.607889 17.9829 0.492353C17.9556 0.376817 17.8967 0.271159 17.8128 0.187217C17.7288 0.103276 17.6232 0.0443692 17.5076 0.0170969C17.3921 -0.0101753 17.2712 -0.00473498 17.1586 0.0328084L0.436524 5.60671C0.335125 5.64069 0.243872 5.69957 0.171122 5.77796ZM2.44734 6.28403L16.3507 1.64931L11.7158 15.5523L9.22952 9.67416L13.2935 5.61024C13.3543 5.5512 13.4027 5.48068 13.4359 5.40277C13.4691 5.32487 13.4866 5.24113 13.4872 5.15643C13.4878 5.07173 13.4715 4.98776 13.4394 4.90939C13.4072 4.83102 13.3599 4.75982 13.3 4.69993C13.2401 4.64004 13.1689 4.59264 13.0905 4.56051C13.0121 4.52837 12.9281 4.51213 12.8434 4.51273C12.7587 4.51333 12.675 4.53076 12.5971 4.564C12.5192 4.59724 12.4487 4.64563 12.3896 4.70637L8.32562 8.77028L2.44734 6.28403Z",
|
|
16031
|
+
fill: fill
|
|
16032
|
+
})
|
|
16033
|
+
})]
|
|
16034
|
+
});
|
|
16035
|
+
const Send_ICON_NAME = 'send';
|
|
16036
|
+
;// ./src/components/Icon/icons/Reset.tsx
|
|
16037
|
+
|
|
16038
|
+
const Reset = ({
|
|
16039
|
+
fill = '#000',
|
|
16040
|
+
size = 24,
|
|
16041
|
+
tooltip = 'Reset',
|
|
16042
|
+
...props
|
|
16043
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16044
|
+
width: `${size}px`,
|
|
16045
|
+
height: `${size}px`,
|
|
16046
|
+
viewBox: "0 0 24 24",
|
|
16047
|
+
fill: "none",
|
|
16048
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16049
|
+
...props,
|
|
16050
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16051
|
+
children: tooltip
|
|
16052
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16053
|
+
transform: "translate(3, 3)",
|
|
16054
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16055
|
+
d: "M9.09996 0.1C4.13868 0.1 0.1 4.1387 0.1 9.1C0.1 14.0613 4.13868 18.1 9.09996 18.1C14.0612 18.1 18.0999 14.0613 18.0999 9.1C18.1014 8.9963 18.0822 8.89333 18.0436 8.7971C18.0049 8.70086 17.9475 8.61327 17.8747 8.53942C17.8018 8.46556 17.7151 8.40692 17.6194 8.36689C17.5237 8.32686 17.421 8.30625 17.3173 8.30625C17.2136 8.30625 17.1109 8.32686 17.0152 8.36689C16.9196 8.40692 16.8328 8.46556 16.76 8.53942C16.6872 8.61327 16.6297 8.70086 16.5911 8.7971C16.5524 8.89333 16.5332 8.9963 16.5347 9.1C16.5347 13.2154 13.2153 16.5348 9.09996 16.5348C4.98458 16.5348 1.66521 13.2154 1.66521 9.1C1.66521 4.9846 4.98458 1.66522 9.09996 1.66522C11.2427 1.66522 13.1663 2.56835 14.5216 4.01304H13.013C12.9093 4.01158 12.8063 4.03074 12.7101 4.06941C12.6138 4.10808 12.5263 4.16549 12.4524 4.23831C12.3786 4.31113 12.3199 4.3979 12.2799 4.49358C12.2398 4.58926 12.2192 4.69194 12.2192 4.79565C12.2192 4.89937 12.2398 5.00205 12.2799 5.09773C12.3199 5.19341 12.3786 5.28018 12.4524 5.35299C12.5263 5.42581 12.6138 5.48323 12.7101 5.5219C12.8063 5.56057 12.9093 5.57973 13.013 5.57826H17.3173V1.27391C17.3187 1.16927 17.2992 1.06541 17.2598 0.968464C17.2204 0.871519 17.1619 0.783461 17.0879 0.709498C17.0138 0.635535 16.9257 0.57717 16.8288 0.537855C16.7318 0.49854 16.6279 0.479072 16.5232 0.480605C16.3158 0.483644 16.1181 0.568908 15.9735 0.71766C15.8289 0.866412 15.7493 1.06648 15.7521 1.27391V3.04472C14.1049 1.2374 11.7325 0.1 9.09996 0.1Z",
|
|
16056
|
+
fill: fill,
|
|
16057
|
+
stroke: fill,
|
|
16058
|
+
strokeWidth: "0.2"
|
|
16059
|
+
})
|
|
16060
|
+
})]
|
|
16061
|
+
});
|
|
16062
|
+
const Reset_ICON_NAME = 'reset';
|
|
16063
|
+
;// ./src/components/Icon/icons/Save.tsx
|
|
16064
|
+
|
|
16065
|
+
const Save = ({
|
|
16066
|
+
fill = '#000',
|
|
16067
|
+
size = 24,
|
|
16068
|
+
tooltip = 'Save',
|
|
16069
|
+
...props
|
|
16070
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16071
|
+
width: `${size}px`,
|
|
16072
|
+
height: `${size}px`,
|
|
16073
|
+
viewBox: "0 0 24 24",
|
|
16074
|
+
fill: "none",
|
|
16075
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16076
|
+
...props,
|
|
16077
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16078
|
+
children: tooltip
|
|
16079
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16080
|
+
transform: "translate(4.8, 2.3)",
|
|
16081
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16082
|
+
d: "M13 1.7002C13 1.53451 12.8659 1.40039 12.7002 1.40039H1.7002C1.53451 1.40039 1.40039 1.53451 1.40039 1.7002V17.5781L7.2002 14.7441L13 17.5781V1.7002ZM14.4004 17.8994C14.4003 18.7867 13.47 19.3671 12.6729 18.9775L7.2002 16.3018L1.72754 18.9775C0.930364 19.3671 5.0618e-05 18.7867 0 17.8994V1.7002C6.44188e-08 0.761311 0.761311 0 1.7002 0H12.7002C13.6391 0 14.4004 0.761312 14.4004 1.7002V17.8994Z",
|
|
16083
|
+
fill: fill
|
|
16084
|
+
})
|
|
16085
|
+
})]
|
|
16086
|
+
});
|
|
16087
|
+
const Save_ICON_NAME = 'save';
|
|
16088
|
+
;// ./src/components/Icon/icons/Today.tsx
|
|
16089
|
+
|
|
16090
|
+
const Today = ({
|
|
16091
|
+
fill = '#000',
|
|
16092
|
+
size = 24,
|
|
16093
|
+
tooltip = 'Today',
|
|
16094
|
+
...props
|
|
16095
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16096
|
+
width: `${size}px`,
|
|
16097
|
+
height: `${size}px`,
|
|
16098
|
+
viewBox: "0 0 24 24",
|
|
16099
|
+
fill: "none",
|
|
16100
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16101
|
+
...props,
|
|
16102
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16103
|
+
children: tooltip
|
|
16104
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16105
|
+
transform: "translate(2.5, 2)",
|
|
16106
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16107
|
+
d: "M9.5 8.0752C10.1295 8.0753 10.6396 8.58537 10.6396 9.21484C10.6396 9.84439 10.1295 10.3554 9.5 10.3555C8.8704 10.3555 8.35938 9.84445 8.35938 9.21484C8.35946 8.58531 8.87045 8.0752 9.5 8.0752Z",
|
|
16108
|
+
fill: fill
|
|
16109
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16110
|
+
fillRule: "evenodd",
|
|
16111
|
+
clipRule: "evenodd",
|
|
16112
|
+
d: "M15.2002 0C17.2987 0.000105651 18.9999 1.70128 19 3.7998V15.2002C18.9999 17.2987 17.2987 18.9999 15.2002 19H10.0967V20.4941C10.0965 20.8031 9.84612 21.0534 9.53711 21.0537C9.2278 21.0537 8.97677 20.8032 8.97656 20.4941V19H3.7998C1.70128 18.9999 0.000105651 17.2987 0 15.2002V3.7998C0.000105399 1.70128 1.70128 0.000105522 3.7998 0H15.2002ZM1.33008 15.2002C1.33018 16.5642 2.43582 17.6698 3.7998 17.6699H8.97656V13.6689L6.73438 15.6855C6.50447 15.8921 6.15122 15.8734 5.94434 15.6436C5.73803 15.4137 5.75584 15.0603 5.98535 14.8535L9.16113 11.998L9.19141 11.9736C9.20417 11.9636 9.22028 11.9508 9.23828 11.9395C9.25392 11.9297 9.27157 11.9215 9.28027 11.917L9.32617 11.8945C9.39321 11.8676 9.4655 11.8545 9.53613 11.8545H9.54102C9.61042 11.8551 9.67983 11.8683 9.74512 11.8945C9.76378 11.902 9.78303 11.9124 9.79199 11.917C9.80415 11.9232 9.81807 11.9308 9.83203 11.9395C9.85489 11.9537 9.87505 11.9698 9.8916 11.9834L9.89062 11.9824L9.89355 11.9844C9.89646 11.9864 9.90316 11.9918 9.91016 11.998L13.0869 14.8535C13.3164 15.06 13.3361 15.4134 13.1299 15.6436C12.923 15.8737 12.5678 15.8922 12.3379 15.6855L10.0967 13.6709V17.6699H15.2002C16.5642 17.6698 17.6698 16.5642 17.6699 15.2002V5.7002H1.33008V15.2002ZM3.7998 1.33008C2.43582 1.33018 1.33018 2.43582 1.33008 3.7998V4.37012H17.6699V3.7998C17.6698 2.43582 16.5642 1.33018 15.2002 1.33008H3.7998Z",
|
|
16113
|
+
fill: fill
|
|
16114
|
+
})]
|
|
16115
|
+
})]
|
|
16116
|
+
});
|
|
16117
|
+
const Today_ICON_NAME = 'today';
|
|
16118
|
+
;// ./src/components/Icon/icons/Busket.tsx
|
|
16119
|
+
|
|
16120
|
+
const Busket = ({
|
|
16121
|
+
fill = '#000',
|
|
16122
|
+
size = 24,
|
|
16123
|
+
tooltip = 'Busket',
|
|
16124
|
+
...props
|
|
16125
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16126
|
+
width: `${size}px`,
|
|
16127
|
+
height: `${size}px`,
|
|
16128
|
+
viewBox: "0 0 24 24",
|
|
16129
|
+
fill: "none",
|
|
16130
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16131
|
+
...props,
|
|
16132
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16133
|
+
children: tooltip
|
|
16134
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16135
|
+
transform: "translate(1.56, 1.9)",
|
|
16136
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16137
|
+
fillRule: "evenodd",
|
|
16138
|
+
clipRule: "evenodd",
|
|
16139
|
+
d: "M12.4351 0C13.8708 0.000256551 15.0347 1.16383 15.0347 2.59961V4H18.27C19.7868 4.00026 20.9818 5.29356 20.8618 6.80566L20.0679 16.8057C19.9604 18.1572 18.8319 19.199 17.4761 19.1992H3.39406C2.03803 19.1992 0.909752 18.1574 0.802259 16.8057L0.00831403 6.80566C-0.111708 5.29339 1.08308 4 2.60011 4H5.83546V2.59961C5.83546 1.16367 6.99913 0 8.43507 0H12.4351ZM2.60011 5.19922C1.78338 5.19922 1.14022 5.89583 1.2046 6.70996L1.99855 16.71C2.05634 17.4379 2.66382 18 3.39406 18H17.4761C18.2061 17.9998 18.8138 17.4378 18.8716 16.71L19.6655 6.70996C19.7299 5.896 19.0865 5.19948 18.27 5.19922H15.0347V7.59961C15.0347 7.93082 14.7662 8.19896 14.4351 8.19922C14.1037 8.19922 13.8355 7.93098 13.8355 7.59961V5.19922H7.03468V7.59961C7.03468 7.93082 6.76622 8.19896 6.43507 8.19922C6.1037 8.19922 5.83546 7.93098 5.83546 7.59961V5.19922H2.60011ZM8.43507 1.19922C7.66187 1.19922 7.03468 1.82641 7.03468 2.59961V4H13.8355V2.59961C13.8355 1.82657 13.2081 1.19948 12.4351 1.19922H8.43507Z",
|
|
16140
|
+
fill: fill
|
|
16141
|
+
})
|
|
16142
|
+
})]
|
|
16143
|
+
});
|
|
16144
|
+
const Busket_ICON_NAME = 'busket';
|
|
16145
|
+
;// ./src/components/Icon/icons/CopyLink2.tsx
|
|
16146
|
+
|
|
16147
|
+
const CopyLink2 = ({
|
|
16148
|
+
fill = '#000',
|
|
16149
|
+
size = 24,
|
|
16150
|
+
tooltip = 'Copy Link 2',
|
|
16151
|
+
...props
|
|
16152
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16153
|
+
width: `${size}px`,
|
|
16154
|
+
height: `${size}px`,
|
|
16155
|
+
viewBox: "0 0 24 24",
|
|
16156
|
+
fill: "none",
|
|
16157
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16158
|
+
...props,
|
|
16159
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16160
|
+
children: tooltip
|
|
16161
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16162
|
+
transform: "translate(3.38, 1)",
|
|
16163
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16164
|
+
d: "M10.0742 0C10.6665 0 11.2356 0.234886 11.6543 0.654297L17.0312 6.03125C17.1207 6.12079 17.1814 6.23522 17.2061 6.35938C17.2104 6.38139 17.2167 6.48832 17.2188 6.51074V19.2344C17.2188 20.7553 15.974 22 14.4531 22H2.76562C1.24473 22 0 20.7553 0 19.2344V2.76562C0 1.24473 1.24473 0 2.76562 0H10.0742ZM2.76562 1.28027C1.93936 1.28027 1.28027 1.93936 1.28027 2.76562V19.2344C1.28027 20.0606 1.93936 20.7197 2.76562 20.7197H14.4531C15.2794 20.7197 15.9385 20.0606 15.9385 19.2344V9.04004L15.9336 7.12402H12.3281C11.6757 7.12397 11.0854 6.83945 10.6758 6.38867C10.3151 5.99151 10.0948 5.46533 10.0947 4.89062V1.2959L10.0859 1.29004L10.082 1.28809C10.0751 1.28385 10.0707 1.28148 10.0684 1.28027H2.76562ZM8.82812 12.252C9.01005 12.0637 9.31528 11.993 9.56152 12.1562C9.69766 12.2467 9.82648 12.353 9.94629 12.4727C10.4016 12.928 10.6434 13.5158 10.6768 14.1123L10.6816 14.2061L10.6826 14.2178L10.6816 14.2188L10.6826 14.2227V14.248L10.6846 14.2617V14.2695L10.6807 14.3652V14.3691C10.6787 14.4062 10.6762 14.4442 10.6729 14.4814V14.4883C10.6727 14.4896 10.6722 14.4938 10.6719 14.4961C10.6716 14.4983 10.6709 14.5029 10.6709 14.5029L10.6699 14.5068C10.6697 14.5087 10.6699 14.5111 10.6699 14.5117C10.6549 14.6574 10.6263 14.8026 10.5859 14.9443C10.5819 14.9586 10.5776 14.9767 10.5723 14.9941C10.5431 15.089 10.5077 15.1802 10.4707 15.2656L10.4678 15.2715L10.4365 15.3369C10.3165 15.5879 10.1547 15.8247 9.94727 16.0322L8.5166 17.4629C7.5335 18.4456 5.94002 18.4457 4.95703 17.4629C3.97479 16.4799 3.97453 14.8863 4.95703 13.9033L5.4375 13.4229C5.60232 13.258 5.82783 13.2463 6.00195 13.3115C6.17414 13.3763 6.33177 13.5275 6.375 13.7383C6.40843 13.9025 6.3641 14.0841 6.23633 14.2119L5.75098 14.6982C5.20761 15.2421 5.20761 16.1247 5.75098 16.6689C6.29496 17.2127 7.17751 17.2124 7.72168 16.6689L9.15234 15.2383L9.15332 15.2363L9.26172 15.1123L9.2627 15.1104L9.29102 15.0732C9.31634 15.0386 9.34087 15.0015 9.36328 14.9639C9.42606 14.8584 9.4734 14.7462 9.50586 14.6309C9.63765 14.1617 9.52156 13.6359 9.15234 13.2666C9.08991 13.2043 9.02235 13.1493 8.95215 13.1016C8.81761 13.01 8.72699 12.8665 8.69727 12.7158C8.66735 12.5629 8.69828 12.3863 8.82812 12.252ZM8.92285 9.93652C9.90578 8.95397 11.5004 8.95427 12.4834 9.93652C13.4662 10.9195 13.4661 12.514 12.4834 13.4971L12.0029 13.9775C11.8378 14.1424 11.6117 14.1526 11.4375 14.0869C11.2653 14.0218 11.1084 13.8709 11.0654 13.6602C11.0322 13.4961 11.0756 13.3154 11.2031 13.1875L11.6885 12.7012C12.2321 12.1571 12.2321 11.2755 11.6885 10.7314C11.1444 10.1883 10.2618 10.188 9.71777 10.7314L8.28711 12.1611C8.23218 12.2161 8.18379 12.2758 8.14062 12.3359C8.12192 12.362 8.10261 12.3902 8.08496 12.4189C8.07197 12.4401 8.06038 12.4592 8.0498 12.4785C8.03087 12.5132 8.01269 12.5515 7.99512 12.5918L7.99121 12.5996L7.99023 12.6025L7.98145 12.6182L7.98242 12.6191C7.77685 13.1226 7.87904 13.7229 8.28711 14.1318C8.35022 14.1949 8.41811 14.2515 8.48926 14.2998C8.62573 14.3923 8.71687 14.5381 8.74609 14.6904C8.77541 14.8449 8.74318 15.0241 8.60938 15.1582C8.42704 15.3404 8.12719 15.406 7.88477 15.2461C7.74641 15.1548 7.61377 15.0493 7.49219 14.9277C7.03699 14.472 6.79375 13.8826 6.76074 13.2861L6.75781 13.2324V13.2246C6.75677 13.1886 6.75599 13.1462 6.75684 13.1035V13.0957L6.76074 13.0088L6.75586 13.0039L6.76855 12.9014L6.77637 12.8193L6.77734 12.8164C6.79253 12.7013 6.81624 12.5861 6.84766 12.4727C6.85566 12.4438 6.86526 12.4164 6.87305 12.3916C6.90045 12.3044 6.93204 12.2197 6.9668 12.1396L6.9707 12.1318L7.00391 12.0635C7.12383 11.8124 7.28433 11.5742 7.49219 11.3662L8.92285 9.93652ZM11.375 4.89062C11.3751 5.42355 11.7952 5.84366 12.3281 5.84375H15.0332L11.375 2.18555V4.89062ZM0.109375 2.80566V2.80176L0 2.76562L0.109375 2.80566Z",
|
|
16165
|
+
fill: fill
|
|
16166
|
+
})
|
|
16167
|
+
})]
|
|
16168
|
+
});
|
|
16169
|
+
const CopyLink2_ICON_NAME = 'copy-link-2';
|
|
16170
|
+
;// ./src/components/Icon/icons/Upload.tsx
|
|
16171
|
+
|
|
16172
|
+
const Upload = ({
|
|
16173
|
+
fill = '#000',
|
|
16174
|
+
size = 24,
|
|
16175
|
+
tooltip = 'Upload',
|
|
16176
|
+
...props
|
|
16177
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16178
|
+
width: `${size}px`,
|
|
16179
|
+
height: `${size}px`,
|
|
16180
|
+
viewBox: "0 0 24 24",
|
|
16181
|
+
fill: "none",
|
|
16182
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16183
|
+
...props,
|
|
16184
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16185
|
+
children: tooltip
|
|
16186
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16187
|
+
transform: "translate(3.3, 3.3)",
|
|
16188
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16189
|
+
d: "M16.7002 9.99929C17.0867 9.9993 17.4003 10.313 17.4004 10.6995V16.1995C17.4004 17.1384 16.6391 17.8997 15.7002 17.8997H1.7002C0.761315 17.8997 6.69955e-06 17.1384 0 16.1995V10.6995C0.000133023 10.313 0.313678 9.99929 0.700195 9.99929C1.08671 9.9993 1.40026 10.313 1.40039 10.6995V16.1995C1.4004 16.3652 1.53451 16.4993 1.7002 16.4993H15.7002C15.8659 16.4993 16 16.3652 16 16.1995V10.6995C16.0001 10.313 16.3137 9.99929 16.7002 9.99929Z",
|
|
16190
|
+
fill: fill
|
|
16191
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16192
|
+
d: "M8.21191 0.167259C8.38297 0.0213729 8.60671 -0.0290711 8.81445 0.0158922C8.93183 0.0412115 9.03861 0.0960667 9.12598 0.172142L13.1504 3.54714C13.4459 3.79563 13.4844 4.23651 13.2363 4.53249C12.9879 4.82839 12.5461 4.8675 12.25 4.61941L9.36621 2.20046V12.6165C9.36595 13.0028 9.05241 13.3166 8.66602 13.3167C8.27976 13.3165 7.96706 13.0027 7.9668 12.6165V2.21706L5.1543 4.6155C4.86033 4.86609 4.41888 4.83102 4.16797 4.53738C3.91713 4.24336 3.95223 3.802 4.24609 3.55105L8.21191 0.167259Z",
|
|
16193
|
+
fill: fill
|
|
16194
|
+
})]
|
|
16195
|
+
})]
|
|
16196
|
+
});
|
|
16197
|
+
const Upload_ICON_NAME = 'upload';
|
|
16198
|
+
;// ./src/components/Icon/icons/Picture.tsx
|
|
16199
|
+
|
|
16200
|
+
const Picture = ({
|
|
16201
|
+
fill = '#000',
|
|
16202
|
+
size = 24,
|
|
16203
|
+
tooltip = 'Picture',
|
|
16204
|
+
...props
|
|
16205
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16206
|
+
width: `${size}px`,
|
|
16207
|
+
height: `${size}px`,
|
|
16208
|
+
viewBox: "0 0 24 24",
|
|
16209
|
+
fill: "none",
|
|
16210
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16211
|
+
...props,
|
|
16212
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16213
|
+
children: tooltip
|
|
16214
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16215
|
+
transform: "translate(2, 3)",
|
|
16216
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16217
|
+
d: "M13.4004 3.5C14.1734 3.50021 14.7998 4.12732 14.7998 4.90039C14.7996 5.67328 14.1733 6.29959 13.4004 6.2998C12.6273 6.2998 12.0002 5.67341 12 4.90039C12 4.12719 12.6272 3.5 13.4004 3.5Z",
|
|
16218
|
+
fill: fill
|
|
16219
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16220
|
+
fillRule: "evenodd",
|
|
16221
|
+
clipRule: "evenodd",
|
|
16222
|
+
d: "M16 0C18.2091 0 20 1.79086 20 4V14C20 16.14 18.3194 17.8879 16.2061 17.9951L16 18H4L3.79395 17.9951C1.7488 17.8913 0.108652 16.2512 0.00488281 14.2061L0 14V4C0 1.79086 1.79086 3.22128e-08 4 0H16ZM6.81934 7.98926C6.34509 7.63378 5.69038 7.6444 5.22754 8.01465L1.4375 11.0469C1.42602 11.0561 1.41226 11.062 1.40039 11.0703V14C1.40039 15.4359 2.56406 16.5996 4 16.5996H16C17.4359 16.5996 18.5996 15.4359 18.5996 14V10.7627L16.1289 9.21875C15.7278 8.96817 15.222 8.95488 14.8086 9.18457L12.4746 10.4814L14.4199 11.9404C14.729 12.1724 14.7915 12.6107 14.5596 12.9199C14.3276 13.2291 13.8893 13.2915 13.5801 13.0596L6.81934 7.98926ZM4 1.40039C2.56406 1.40039 1.40039 2.56406 1.40039 4V9.28223L4.35254 6.9209C5.31404 6.15173 6.67414 6.13133 7.65918 6.87012L11.2471 9.56055L14.1289 7.96094C14.9877 7.48385 16.038 7.51067 16.8711 8.03125L18.5996 9.11133V4C18.5996 2.56406 17.4359 1.40039 16 1.40039H4Z",
|
|
16223
|
+
fill: fill
|
|
16224
|
+
})]
|
|
16225
|
+
})]
|
|
16226
|
+
});
|
|
16227
|
+
const Picture_ICON_NAME = 'picture';
|
|
16228
|
+
;// ./src/components/Icon/icons/Warning2.tsx
|
|
16229
|
+
|
|
16230
|
+
const Warning2 = ({
|
|
16231
|
+
fill = '#000',
|
|
16232
|
+
size = 24,
|
|
16233
|
+
tooltip = 'Warning',
|
|
16234
|
+
...props
|
|
16235
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16236
|
+
width: `${size}px`,
|
|
16237
|
+
height: `${size}px`,
|
|
16238
|
+
viewBox: "0 0 24 24",
|
|
16239
|
+
fill: "none",
|
|
16240
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16241
|
+
...props,
|
|
16242
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16243
|
+
children: tooltip
|
|
16244
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16245
|
+
transform: "translate(10.996, 7.15)",
|
|
16246
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16247
|
+
fillRule: "evenodd",
|
|
16248
|
+
clipRule: "evenodd",
|
|
16249
|
+
d: "M0.305176 0.700195V5.7002C0.305176 6.08679 0.618772 6.40039 1.00537 6.40039C1.39197 6.40039 1.70557 6.08679 1.70557 5.7002V0.700195C1.70557 0.313596 1.39197 0 1.00537 0C0.618772 0 0.305176 0.313596 0.305176 0.700195ZM1.11133 7.70508L1.00879 7.7002H1C0.447715 7.7002 0 8.14791 0 8.7002C0 9.25248 0.447715 9.7002 1 9.7002H1.00879L1.11133 9.69531C1.61555 9.64407 2.00879 9.21794 2.00879 8.7002C2.00879 8.18245 1.61555 7.75632 1.11133 7.70508Z",
|
|
16250
|
+
fill: fill
|
|
16251
|
+
})
|
|
16252
|
+
})]
|
|
16253
|
+
});
|
|
16254
|
+
const Warning2_ICON_NAME = 'warning-2';
|
|
16255
|
+
;// ./src/components/Icon/icons/Info.tsx
|
|
16256
|
+
|
|
16257
|
+
const Info = ({
|
|
16258
|
+
fill = '#000',
|
|
16259
|
+
size = 24,
|
|
16260
|
+
tooltip = 'Info',
|
|
16261
|
+
...props
|
|
16262
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16263
|
+
width: `${size}px`,
|
|
16264
|
+
height: `${size}px`,
|
|
16265
|
+
viewBox: "0 0 24 24",
|
|
16266
|
+
fill: "none",
|
|
16267
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16268
|
+
...props,
|
|
16269
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16270
|
+
children: tooltip
|
|
16271
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16272
|
+
transform: "translate(10.996, 7.15)",
|
|
16273
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16274
|
+
fillRule: "evenodd",
|
|
16275
|
+
clipRule: "evenodd",
|
|
16276
|
+
d: "M1.11133 1.99512L1.00879 2H1C0.447715 2 0 1.55228 0 1C0 0.447715 0.447715 0 1 0H1.00879L1.11133 0.00488281C1.61555 0.0561264 2.00879 0.482258 2.00879 1C2.00879 1.51774 1.61555 1.94387 1.11133 1.99512ZM0.305176 9V4C0.305176 3.6134 0.618772 3.2998 1.00537 3.2998C1.39197 3.2998 1.70557 3.6134 1.70557 4V9C1.70557 9.3866 1.39197 9.7002 1.00537 9.7002C0.618772 9.7002 0.305176 9.3866 0.305176 9Z",
|
|
16277
|
+
fill: fill
|
|
16278
|
+
})
|
|
16279
|
+
})]
|
|
16280
|
+
});
|
|
16281
|
+
const Info_ICON_NAME = 'info';
|
|
16282
|
+
;// ./src/components/Icon/icons/SortUp.tsx
|
|
16283
|
+
|
|
16284
|
+
const SortUp = ({
|
|
16285
|
+
fill = '#000',
|
|
16286
|
+
size = 24,
|
|
16287
|
+
tooltip = 'Sort Up',
|
|
16288
|
+
...props
|
|
16289
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16290
|
+
width: `${size}px`,
|
|
16291
|
+
height: `${size}px`,
|
|
16292
|
+
viewBox: "0 0 24 24",
|
|
16293
|
+
fill: "none",
|
|
16294
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16295
|
+
...props,
|
|
16296
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16297
|
+
children: tooltip
|
|
16298
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16299
|
+
transform: "translate(5.25, 4.8) scale(2.4)",
|
|
16300
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16301
|
+
d: "M3.24789 0.252232L5.55531 4.2295C5.75122 4.56719 5.51427 5 5.12012 5H0.505286C0.111141 5 -0.125807 4.56719 0.070099 4.2295L2.37752 0.252232C2.57263 -0.0840772 3.05278 -0.0840772 3.24789 0.252232Z",
|
|
16302
|
+
fill: fill
|
|
16303
|
+
})
|
|
16304
|
+
})]
|
|
16305
|
+
});
|
|
16306
|
+
const SortUp_ICON_NAME = 'sort-up';
|
|
16307
|
+
;// ./src/components/Icon/icons/SortDown.tsx
|
|
16308
|
+
|
|
16309
|
+
const SortDown = ({
|
|
16310
|
+
fill = '#000',
|
|
16311
|
+
size = 24,
|
|
16312
|
+
tooltip = 'Sort Down',
|
|
16313
|
+
...props
|
|
16314
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16315
|
+
width: `${size}px`,
|
|
16316
|
+
height: `${size}px`,
|
|
16317
|
+
viewBox: "0 0 24 24",
|
|
16318
|
+
fill: "none",
|
|
16319
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16320
|
+
...props,
|
|
16321
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16322
|
+
children: tooltip
|
|
16323
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16324
|
+
transform: "translate(18.75, 19.2) scale(-2.4, -2.4)",
|
|
16325
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16326
|
+
d: "M3.24789 0.252232L5.55531 4.2295C5.75122 4.56719 5.51427 5 5.12012 5H0.505286C0.111141 5 -0.125807 4.56719 0.070099 4.2295L2.37752 0.252232C2.57263 -0.0840772 3.05278 -0.0840772 3.24789 0.252232Z",
|
|
16327
|
+
fill: fill
|
|
16328
|
+
})
|
|
16329
|
+
})]
|
|
16330
|
+
});
|
|
16331
|
+
const SortDown_ICON_NAME = 'sort-down';
|
|
16332
|
+
;// ./src/components/Icon/icons/Bold.tsx
|
|
16333
|
+
|
|
16334
|
+
const Bold = ({
|
|
16335
|
+
fill = '#000',
|
|
16336
|
+
size = 24,
|
|
16337
|
+
tooltip = 'Bold',
|
|
16338
|
+
...props
|
|
16339
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16340
|
+
width: `${size}px`,
|
|
16341
|
+
height: `${size}px`,
|
|
16342
|
+
viewBox: "0 0 24 24",
|
|
16343
|
+
fill: "none",
|
|
16344
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16345
|
+
...props,
|
|
16346
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16347
|
+
children: tooltip
|
|
16348
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16349
|
+
transform: "translate(7, 5)",
|
|
16350
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16351
|
+
d: "M0 14V0H5.37665C6.29316 0 7.04331 0.191204 7.62712 0.573611C8.2172 0.949537 8.65348 1.43241 8.93597 2.02222C9.22473 2.61204 9.36912 3.2213 9.36912 3.85C9.36912 4.6213 9.19021 5.27593 8.83239 5.81389C8.48085 6.35185 8.00063 6.71482 7.39171 6.90278V6.41667C8.24545 6.61759 8.89203 7.03565 9.33145 7.67083C9.77715 8.30602 10 9.0287 10 9.83889C10 10.6685 9.8462 11.3944 9.53861 12.0167C9.23101 12.6389 8.77276 13.125 8.16384 13.475C7.56121 13.825 6.81419 14 5.92279 14H0ZM2.29755 11.7931H5.6403C6.03578 11.7931 6.39046 11.712 6.70433 11.55C7.0182 11.3815 7.26303 11.1481 7.43879 10.85C7.62084 10.5454 7.71186 10.1856 7.71186 9.77083C7.71186 9.39491 7.6334 9.05787 7.47646 8.75972C7.31952 8.46157 7.0904 8.225 6.78908 8.05C6.48776 7.86852 6.1268 7.77778 5.70621 7.77778H2.29755V11.7931ZM2.29755 5.59028H5.3484C5.67483 5.59028 5.96673 5.52546 6.22411 5.39583C6.48148 5.2662 6.6855 5.075 6.83616 4.82222C6.98682 4.56945 7.06215 4.25833 7.06215 3.88889C7.06215 3.40278 6.91149 2.99769 6.61017 2.67361C6.30885 2.34954 5.88826 2.1875 5.3484 2.1875H2.29755V5.59028Z",
|
|
16352
|
+
fill: fill
|
|
16353
|
+
})
|
|
16354
|
+
})]
|
|
16355
|
+
});
|
|
16356
|
+
const Bold_ICON_NAME = 'bold';
|
|
16357
|
+
;// ./src/components/Icon/icons/Italic.tsx
|
|
16358
|
+
|
|
16359
|
+
const Italic = ({
|
|
16360
|
+
fill = '#000',
|
|
16361
|
+
size = 24,
|
|
16362
|
+
tooltip = 'Italic',
|
|
16363
|
+
...props
|
|
16364
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16365
|
+
width: `${size}px`,
|
|
16366
|
+
height: `${size}px`,
|
|
16367
|
+
viewBox: "0 0 24 24",
|
|
16368
|
+
fill: "none",
|
|
16369
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16370
|
+
...props,
|
|
16371
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16372
|
+
children: tooltip
|
|
16373
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16374
|
+
transform: "translate(9.5, 5)",
|
|
16375
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16376
|
+
d: "M3.73333 0H5.49306L1.75972 14H0L3.73333 0Z",
|
|
16377
|
+
fill: fill
|
|
16378
|
+
})
|
|
16379
|
+
})]
|
|
16380
|
+
});
|
|
16381
|
+
const Italic_ICON_NAME = 'italic';
|
|
16382
|
+
;// ./src/components/Icon/icons/Strikethrough.tsx
|
|
16383
|
+
|
|
16384
|
+
const Strikethrough = ({
|
|
16385
|
+
fill = '#000',
|
|
16386
|
+
size = 24,
|
|
16387
|
+
tooltip = 'Strikethrough',
|
|
16388
|
+
...props
|
|
16389
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16390
|
+
width: `${size}px`,
|
|
16391
|
+
height: `${size}px`,
|
|
16392
|
+
viewBox: "0 0 24 24",
|
|
16393
|
+
fill: "none",
|
|
16394
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16395
|
+
...props,
|
|
16396
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16397
|
+
children: tooltip
|
|
16398
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16399
|
+
transform: "translate(6, 5)",
|
|
16400
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16401
|
+
d: "M0 7.66785H11.7677V8.13482H0V7.66785Z",
|
|
16402
|
+
fill: fill
|
|
16403
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16404
|
+
d: "M6.07996 14C5.12734 14 4.26811 13.8381 3.50227 13.5143C2.74267 13.1906 2.11381 12.7298 1.61571 12.1321C1.12383 11.5282 0.803178 10.8153 0.653747 9.99338L2.3722 9.72254C2.59012 10.5693 3.04153 11.2324 3.72642 11.7118C4.41754 12.185 5.23007 12.4216 6.16401 12.4216C6.76796 12.4216 7.31276 12.3282 7.79841 12.1415C8.29029 11.9484 8.67943 11.6745 8.96584 11.3196C9.25225 10.9647 9.39545 10.5444 9.39545 10.0588C9.39545 9.7599 9.34253 9.50462 9.23669 9.29293C9.13706 9.07501 8.99697 8.89133 8.81641 8.7419C8.64208 8.58624 8.44283 8.45549 8.21869 8.34964C7.99454 8.2438 7.76105 8.15663 7.51823 8.08814L4.09066 7.07014C3.71708 6.95807 3.35596 6.81798 3.00728 6.64987C2.65861 6.47553 2.3473 6.26072 2.07334 6.00545C1.79938 5.74394 1.58146 5.43263 1.41958 5.0715C1.2577 4.70415 1.17676 4.27142 1.17676 3.77332C1.17676 2.97636 1.38222 2.29769 1.79316 1.73732C2.21032 1.17073 2.7738 0.738006 3.48359 0.439144C4.19339 0.140283 4.99347 -0.00603526 5.88383 0.000190574C6.78664 0.00641715 7.59295 0.168301 8.30274 0.485841C9.01877 0.797156 9.61026 1.24545 10.0772 1.83072C10.5504 2.41599 10.868 3.11645 11.0299 3.93209L9.2647 4.24029C9.17131 3.69238 8.96273 3.2223 8.63896 2.83004C8.32142 2.43156 7.92294 2.12647 7.44351 1.91477C6.96409 1.69685 6.43797 1.58478 5.86515 1.57855C5.31724 1.57233 4.82225 1.6595 4.38018 1.84006C3.93811 2.02062 3.58633 2.27279 3.32482 2.59655C3.06332 2.91409 2.93257 3.28144 2.93257 3.69861C2.93257 4.10954 3.05087 4.44265 3.28747 4.69793C3.52407 4.94698 3.81359 5.14622 4.15603 5.29565C4.50471 5.43885 4.84404 5.55715 5.17403 5.65055L7.73304 6.38836C8.02567 6.4693 8.36189 6.58138 8.74169 6.72458C9.12772 6.86779 9.5013 7.07014 9.86243 7.33165C10.2236 7.58692 10.5224 7.92937 10.759 8.35898C10.9956 8.78237 11.1139 9.31783 11.1139 9.96537C11.1139 10.6129 10.9832 11.1888 10.7217 11.6932C10.4664 12.1975 10.1084 12.6209 9.64762 12.9633C9.18687 13.2995 8.65141 13.5548 8.04124 13.7292C7.43106 13.9097 6.7773 14 6.07996 14Z",
|
|
16405
|
+
fill: fill
|
|
16406
|
+
})]
|
|
16407
|
+
})]
|
|
16408
|
+
});
|
|
16409
|
+
const Strikethrough_ICON_NAME = 'strikethrough';
|
|
16410
|
+
;// ./src/components/Icon/icons/Underline.tsx
|
|
16411
|
+
|
|
16412
|
+
const Underline = ({
|
|
16413
|
+
fill = '#000',
|
|
16414
|
+
size = 24,
|
|
16415
|
+
tooltip = 'Underline',
|
|
16416
|
+
...props
|
|
16417
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16418
|
+
width: `${size}px`,
|
|
16419
|
+
height: `${size}px`,
|
|
16420
|
+
viewBox: "0 0 24 24",
|
|
16421
|
+
fill: "none",
|
|
16422
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16423
|
+
...props,
|
|
16424
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16425
|
+
children: tooltip
|
|
16426
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16427
|
+
transform: "translate(6, 5)",
|
|
16428
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16429
|
+
d: "M12 14H0V13.567H12V14Z",
|
|
16430
|
+
fill: fill
|
|
16431
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16432
|
+
d: "M10.813 7.93245C10.813 8.89748 10.6071 9.74137 10.1947 10.4637C9.78791 11.186 9.2224 11.746 8.49931 12.1448C7.77623 12.5435 6.94336 12.7434 6 12.7434C5.05651 12.7434 4.22266 12.5436 3.49951 12.1448C2.77668 11.7461 2.20936 11.1885 1.79704 10.4722C1.39031 9.74983 1.18703 8.90326 1.187 7.93245V0.00846579L2.71212 0V7.80183C2.71212 8.39116 2.80743 8.90588 2.99941 9.34502C3.19714 9.77846 3.45769 10.1397 3.7797 10.4286C4.10173 10.7176 4.45484 10.9348 4.83901 11.0793C5.22878 11.218 5.61588 11.2873 6 11.2873C6.38971 11.2873 6.77955 11.2152 7.16926 11.0708C7.55909 10.9264 7.91219 10.7118 8.22857 10.4286C8.55055 10.1397 8.80733 9.77569 8.99941 9.33656C9.1915 8.89733 9.28788 8.38554 9.28788 7.80183V0H10.813V7.93245Z",
|
|
16433
|
+
fill: fill
|
|
16434
|
+
})]
|
|
16435
|
+
})]
|
|
16436
|
+
});
|
|
16437
|
+
const Underline_ICON_NAME = 'underline';
|
|
16438
|
+
;// ./src/components/Icon/icons/H1.tsx
|
|
16439
|
+
|
|
16440
|
+
const H1 = ({
|
|
16441
|
+
fill = '#000',
|
|
16442
|
+
size = 24,
|
|
16443
|
+
tooltip = 'H1',
|
|
16444
|
+
...props
|
|
16445
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16446
|
+
width: `${size}px`,
|
|
16447
|
+
height: `${size}px`,
|
|
16448
|
+
viewBox: "0 0 24 24",
|
|
16449
|
+
fill: "none",
|
|
16450
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16451
|
+
...props,
|
|
16452
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16453
|
+
children: tooltip
|
|
16454
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16455
|
+
transform: "translate(3, 5)",
|
|
16456
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16457
|
+
d: "M15.9983 14V1.91528L13.3636 3.50972V1.575L15.9983 0H17.758V14H15.9983Z",
|
|
16458
|
+
fill: fill
|
|
16459
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16460
|
+
d: "M0 14V0H1.73056V6.17361H9.1V0H10.8306V14H9.1V7.81667H1.73056V14H0Z",
|
|
16461
|
+
fill: fill
|
|
16462
|
+
})]
|
|
16463
|
+
})]
|
|
16464
|
+
});
|
|
16465
|
+
const H1_ICON_NAME = 'h1';
|
|
16466
|
+
;// ./src/components/Icon/icons/H2.tsx
|
|
16467
|
+
|
|
16468
|
+
const H2 = ({
|
|
16469
|
+
fill = '#000',
|
|
16470
|
+
size = 24,
|
|
16471
|
+
tooltip = 'H2',
|
|
16472
|
+
...props
|
|
16473
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16474
|
+
width: `${size}px`,
|
|
16475
|
+
height: `${size}px`,
|
|
16476
|
+
viewBox: "0 0 24 24",
|
|
16477
|
+
fill: "none",
|
|
16478
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16479
|
+
...props,
|
|
16480
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16481
|
+
children: tooltip
|
|
16482
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16483
|
+
transform: "translate(1, 5)",
|
|
16484
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16485
|
+
d: "M12.9004 13.9905L12.9099 12.4667L18.9957 6.9905C19.5036 6.53336 19.8433 6.10161 20.0147 5.69526C20.1925 5.28256 20.2814 4.86034 20.2814 4.42859C20.2814 3.9016 20.1607 3.42541 19.9195 3.00001C19.6782 2.57461 19.348 2.2381 18.929 1.99048C18.5163 1.74286 18.0464 1.61905 17.5195 1.61905C16.9734 1.61905 16.4877 1.74921 16.0623 2.00953C15.6369 2.2635 15.3004 2.60318 15.0528 3.02858C14.8115 3.45398 14.694 3.91747 14.7004 4.41906H12.9671C12.9671 3.55557 13.1671 2.79366 13.5671 2.13334C13.9671 1.46667 14.5099 0.946035 15.1956 0.57143C15.8877 0.190476 16.6718 0 17.548 0C18.3988 0 19.1607 0.196826 19.8337 0.590477C20.5068 0.97778 21.0369 1.50794 21.4242 2.18096C21.8179 2.84763 22.0147 3.60319 22.0147 4.44764C22.0147 5.04446 21.9385 5.56193 21.7861 6.00002C21.6401 6.43812 21.4115 6.84447 21.1004 7.21907C20.7893 7.58733 20.3988 7.98098 19.929 8.40003L14.8718 12.9429L14.6528 12.3715H22.0147V13.9905H12.9004Z",
|
|
16486
|
+
fill: fill
|
|
16487
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16488
|
+
d: "M0 14V0.285662H1.69524V6.3333H8.91432V0.285662H10.6096V14H8.91432V7.94283H1.69524V14H0Z",
|
|
16489
|
+
fill: fill
|
|
16490
|
+
})]
|
|
16491
|
+
})]
|
|
16492
|
+
});
|
|
16493
|
+
const H2_ICON_NAME = 'h2';
|
|
16494
|
+
;// ./src/components/Icon/icons/H3.tsx
|
|
16495
|
+
|
|
16496
|
+
const H3 = ({
|
|
16497
|
+
fill = '#000',
|
|
16498
|
+
size = 24,
|
|
16499
|
+
tooltip = 'H3',
|
|
16500
|
+
...props
|
|
16501
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16502
|
+
width: `${size}px`,
|
|
16503
|
+
height: `${size}px`,
|
|
16504
|
+
viewBox: "0 0 24 24",
|
|
16505
|
+
fill: "none",
|
|
16506
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16507
|
+
...props,
|
|
16508
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16509
|
+
children: tooltip
|
|
16510
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16511
|
+
transform: "translate(1.16, 4.92)",
|
|
16512
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16513
|
+
d: "M17.0664 14C16.3861 14 15.7535 13.876 15.1686 13.6281C14.5837 13.3737 14.0782 13.0177 13.6522 12.5599C13.2326 12.0958 12.9243 11.5459 12.7272 10.9101L14.3579 10.4428C14.5678 11.0786 14.9174 11.5618 15.407 11.8924C15.8966 12.223 16.4465 12.3851 17.0569 12.3787C17.6163 12.366 18.0995 12.2389 18.5065 11.9973C18.9197 11.7493 19.2376 11.4124 19.4601 10.9864C19.689 10.5604 19.8035 10.0677 19.8035 9.50817C19.8035 8.65622 19.5491 7.96639 19.0405 7.43869C18.5319 6.90463 17.8643 6.6376 17.0378 6.6376C16.8089 6.6376 16.5673 6.66939 16.313 6.73297C16.065 6.79655 15.833 6.88556 15.6168 7L14.7966 5.65531L19.8893 1.04905L20.1086 1.62125H13.2708V0H21.3675V1.63079L17.0282 5.78883L17.0092 5.18801C17.9183 5.12443 18.7131 5.27384 19.3934 5.63624C20.0737 5.99864 20.6014 6.5168 20.9765 7.19074C21.3579 7.86467 21.5487 8.63715 21.5487 9.50817C21.5487 10.3856 21.3516 11.1612 20.9574 11.8351C20.5632 12.5091 20.0292 13.04 19.3552 13.4278C18.6813 13.8093 17.9183 14 17.0664 14Z",
|
|
16514
|
+
fill: fill
|
|
16515
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16516
|
+
d: "M0 13.733V0H1.69755V6.05586H8.92643V0H10.624V13.733H8.92643V7.66757H1.69755V13.733H0Z",
|
|
16517
|
+
fill: fill
|
|
16518
|
+
})]
|
|
16519
|
+
})]
|
|
16520
|
+
});
|
|
16521
|
+
const H3_ICON_NAME = 'h3';
|
|
16522
|
+
;// ./src/components/Icon/icons/Markup.tsx
|
|
16523
|
+
|
|
16524
|
+
const Markup = ({
|
|
16525
|
+
fill = '#000',
|
|
16526
|
+
size = 24,
|
|
16527
|
+
tooltip = 'Markup',
|
|
16528
|
+
...props
|
|
16529
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16530
|
+
width: `${size}px`,
|
|
16531
|
+
height: `${size}px`,
|
|
16532
|
+
viewBox: "0 0 24 24",
|
|
16533
|
+
fill: "none",
|
|
16534
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16535
|
+
...props,
|
|
16536
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16537
|
+
children: tooltip
|
|
16538
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16539
|
+
transform: "translate(0, 5.6)",
|
|
16540
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16541
|
+
d: "M11.1104 12.6465H9.52148L12.8936 0H14.4834L11.1104 12.6465Z",
|
|
16542
|
+
fill: fill
|
|
16543
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16544
|
+
d: "M5.1377 3.93457L1.90527 7.11328L5.1377 10.293L4.1543 11.2676L0 7.11328L4.1543 2.95996L5.1377 3.93457Z",
|
|
16545
|
+
fill: fill
|
|
16546
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16547
|
+
d: "M24 7.11328L19.8457 11.2676L18.8623 10.293L22.0947 7.11328L18.8623 3.93457L19.8457 2.95996L24 7.11328Z",
|
|
16548
|
+
fill: fill
|
|
16549
|
+
})]
|
|
16550
|
+
})]
|
|
16551
|
+
});
|
|
16552
|
+
const Markup_ICON_NAME = 'markup';
|
|
16553
|
+
;// ./src/components/Icon/icons/NumberedList.tsx
|
|
16554
|
+
|
|
16555
|
+
const NumberedList = ({
|
|
16556
|
+
fill = '#000',
|
|
16557
|
+
size = 24,
|
|
16558
|
+
tooltip = 'Numbered List',
|
|
16559
|
+
...props
|
|
16560
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16561
|
+
width: `${size}px`,
|
|
16562
|
+
height: `${size}px`,
|
|
16563
|
+
viewBox: "0 0 24 24",
|
|
16564
|
+
fill: "none",
|
|
16565
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16566
|
+
...props,
|
|
16567
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16568
|
+
children: tooltip
|
|
16569
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16570
|
+
transform: "translate(8.2, 5)",
|
|
16571
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16572
|
+
d: "M4.39453 14H2.63477V1.91504L0 3.50977V1.5752L2.63477 0H4.39453V14Z",
|
|
16573
|
+
fill: fill
|
|
16574
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16575
|
+
d: "M9.53223 14H7.62598V12.0947H9.53223V14Z",
|
|
16576
|
+
fill: fill
|
|
16577
|
+
})]
|
|
16578
|
+
})]
|
|
16579
|
+
});
|
|
16580
|
+
const NumberedList_ICON_NAME = 'numbered-list';
|
|
16581
|
+
;// ./src/components/Icon/icons/BulletedList.tsx
|
|
16582
|
+
|
|
16583
|
+
const BulletedList = ({
|
|
16584
|
+
fill = '#000',
|
|
16585
|
+
size = 24,
|
|
16586
|
+
tooltip = 'Bulleted List',
|
|
16587
|
+
...props
|
|
16588
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16589
|
+
width: `${size}px`,
|
|
16590
|
+
height: `${size}px`,
|
|
16591
|
+
viewBox: "0 0 24 24",
|
|
16592
|
+
fill: "none",
|
|
16593
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16594
|
+
...props,
|
|
16595
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16596
|
+
children: tooltip
|
|
16597
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16598
|
+
transform: "translate(10, 10)",
|
|
16599
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16600
|
+
d: "M2.04 4C1.66133 4 1.31733 3.912 1.008 3.736C0.704 3.56 0.458667 3.32267 0.272 3.024C0.0906668 2.72 0 2.37867 0 2C0 1.62133 0.0906668 1.28 0.272 0.976C0.458667 0.672 0.704 0.434666 1.008 0.263999C1.31733 0.0879994 1.66133 0 2.04 0C2.392 0 2.71733 0.0879994 3.016 0.263999C3.31467 0.434666 3.552 0.672 3.728 0.976C3.90933 1.28 4 1.62133 4 2C4 2.37867 3.90933 2.72 3.728 3.024C3.552 3.32267 3.31467 3.56 3.016 3.736C2.71733 3.912 2.392 4 2.04 4Z",
|
|
16601
|
+
fill: fill
|
|
16602
|
+
})
|
|
16603
|
+
})]
|
|
16604
|
+
});
|
|
16605
|
+
const BulletedList_ICON_NAME = 'bulleted-list';
|
|
16606
|
+
;// ./src/components/Icon/icons/Uppercase.tsx
|
|
16607
|
+
|
|
16608
|
+
const Uppercase = ({
|
|
16609
|
+
fill = '#000',
|
|
16610
|
+
size = 24,
|
|
16611
|
+
tooltip = 'Uppercase',
|
|
16612
|
+
...props
|
|
16613
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16614
|
+
width: `${size}px`,
|
|
16615
|
+
height: `${size}px`,
|
|
16616
|
+
viewBox: "0 0 24 24",
|
|
16617
|
+
fill: "none",
|
|
16618
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16619
|
+
...props,
|
|
16620
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16621
|
+
children: tooltip
|
|
16622
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16623
|
+
transform: "translate(6.1, 5)",
|
|
16624
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16625
|
+
fillRule: "evenodd",
|
|
16626
|
+
clipRule: "evenodd",
|
|
16627
|
+
d: "M0 14L4.68611 0H7.09722L11.7833 14H9.98472L8.8787 10.7236H2.89483L1.79861 14H0ZM5.87344 1.82111L3.43806 9.1H8.33061L5.87344 1.82111Z",
|
|
16628
|
+
fill: fill
|
|
16629
|
+
})
|
|
16630
|
+
})]
|
|
16631
|
+
});
|
|
16632
|
+
const Uppercase_ICON_NAME = 'uppercase';
|
|
16633
|
+
;// ./src/components/Icon/icons/Dash.tsx
|
|
16634
|
+
|
|
16635
|
+
const Dash = ({
|
|
16636
|
+
fill = '#000',
|
|
16637
|
+
size = 24,
|
|
16638
|
+
tooltip = 'Dash',
|
|
16639
|
+
...props
|
|
16640
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16641
|
+
width: `${size}px`,
|
|
16642
|
+
height: `${size}px`,
|
|
16643
|
+
viewBox: "0 0 24 24",
|
|
16644
|
+
fill: "none",
|
|
16645
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16646
|
+
...props,
|
|
16647
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16648
|
+
children: tooltip
|
|
16649
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16650
|
+
transform: "translate(4.88, 11.07)",
|
|
16651
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16652
|
+
d: "M0 2V0H14V2H0Z",
|
|
16653
|
+
fill: fill
|
|
16654
|
+
})
|
|
16655
|
+
})]
|
|
16656
|
+
});
|
|
16657
|
+
const Dash_ICON_NAME = 'dash';
|
|
16658
|
+
;// ./src/components/Icon/icons/Brackets.tsx
|
|
16659
|
+
|
|
16660
|
+
const Brackets = ({
|
|
16661
|
+
fill = '#000',
|
|
16662
|
+
size = 24,
|
|
16663
|
+
tooltip = 'Brackets',
|
|
16664
|
+
...props
|
|
16665
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16666
|
+
width: `${size}px`,
|
|
16667
|
+
height: `${size}px`,
|
|
16668
|
+
viewBox: "0 0 24 24",
|
|
16669
|
+
fill: "none",
|
|
16670
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16671
|
+
...props,
|
|
16672
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16673
|
+
children: tooltip
|
|
16674
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16675
|
+
transform: "translate(7.81, 4)",
|
|
16676
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16677
|
+
d: "M3.56934 1.22852H2.73828C2.55539 1.22862 2.39854 1.29385 2.26855 1.42383C2.13867 1.54904 2.07422 1.7058 2.07422 1.89355V6.40332C2.07413 6.79821 1.95773 7.15981 1.72656 7.4873L1.3584 8L1.72656 8.5127C1.95774 8.83537 2.07414 9.19697 2.07422 9.59668V14.1143C2.07432 14.2971 2.13858 14.454 2.26855 14.584C2.39853 14.714 2.55539 14.7782 2.73828 14.7783H3.56934V16H2.66602C2.1218 15.9999 1.68091 15.8313 1.34375 15.4941C1.01147 15.157 0.845793 14.7211 0.845703 14.1865V9.59668C0.845622 9.46201 0.806422 9.33714 0.729492 9.22168L0.108398 8.34668C0.0361466 8.2407 1.13445e-07 8.12525 0 8C0 7.86993 0.0361446 7.75449 0.108398 7.65332L0.729492 6.77832C0.806415 6.65326 0.845615 6.52838 0.845703 6.40332V1.82129C0.845703 1.28174 1.01138 0.843095 1.34375 0.505859C1.68091 0.168699 2.1218 8.72101e-05 2.66602 0H3.56934V1.22852ZM5.7041 0C6.24848 0 6.68711 0.16865 7.01953 0.505859C7.35678 0.843107 7.52539 1.28169 7.52539 1.82129V6.40332C7.52548 6.52842 7.56463 6.65322 7.6416 6.77832L8.2627 7.65332C8.3397 7.75446 8.37793 7.86999 8.37793 8C8.37793 8.1252 8.3397 8.24073 8.2627 8.34668L7.6416 9.22168C7.56461 9.33718 7.52547 9.46196 7.52539 9.59668V14.1865C7.5253 14.7211 7.35669 15.157 7.01953 15.4941C6.68711 15.8313 6.24848 16 5.7041 16H4.80078V14.7783H5.63184C5.81956 14.7783 5.97636 14.7138 6.10156 14.584C6.23154 14.454 6.29677 14.2971 6.29688 14.1143V9.59668C6.29696 9.19697 6.41238 8.83537 6.64355 8.5127L7.0127 8L6.64355 7.4873C6.41238 7.15981 6.29696 6.79821 6.29688 6.40332V1.89355C6.29688 1.70566 6.23164 1.54909 6.10156 1.42383C5.97631 1.29378 5.8197 1.22852 5.63184 1.22852H4.80078V0H5.7041Z",
|
|
16678
|
+
fill: fill
|
|
16679
|
+
})
|
|
16680
|
+
})]
|
|
16681
|
+
});
|
|
16682
|
+
const Brackets_ICON_NAME = 'brackets';
|
|
16683
|
+
;// ./src/components/Icon/icons/Undo.tsx
|
|
16684
|
+
|
|
16685
|
+
const Undo = ({
|
|
16686
|
+
fill = '#000',
|
|
16687
|
+
size = 24,
|
|
16688
|
+
tooltip = 'Undo',
|
|
16689
|
+
...props
|
|
16690
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16691
|
+
width: `${size}px`,
|
|
16692
|
+
height: `${size}px`,
|
|
16693
|
+
viewBox: "0 0 24 24",
|
|
16694
|
+
fill: "none",
|
|
16695
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16696
|
+
...props,
|
|
16697
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16698
|
+
children: tooltip
|
|
16699
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16700
|
+
transform: "translate(6, 4)",
|
|
16701
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16702
|
+
d: "M6.15723 0C8.40848 0 10.234 1.825 10.2344 4.07617V15.999H9.23438V4.07617C9.23401 2.37729 7.85619 1 6.15723 1C4.45854 1.00033 3.08142 2.37749 3.08105 4.07617V4.9707H5.16211L2.58105 7.65332L0 4.9707H2.08105V4.07617C2.08142 1.82521 3.90625 0.000325912 6.15723 0Z",
|
|
16703
|
+
fill: fill
|
|
16704
|
+
})
|
|
16705
|
+
})]
|
|
16706
|
+
});
|
|
16707
|
+
const Undo_ICON_NAME = 'undo';
|
|
16708
|
+
;// ./src/components/Icon/icons/Redo.tsx
|
|
16709
|
+
|
|
16710
|
+
const Redo = ({
|
|
16711
|
+
fill = '#000',
|
|
16712
|
+
size = 24,
|
|
16713
|
+
tooltip = 'Redo',
|
|
16714
|
+
...props
|
|
16715
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16716
|
+
width: `${size}px`,
|
|
16717
|
+
height: `${size}px`,
|
|
16718
|
+
viewBox: "0 0 24 24",
|
|
16719
|
+
fill: "none",
|
|
16720
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16721
|
+
...props,
|
|
16722
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16723
|
+
children: tooltip
|
|
16724
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16725
|
+
transform: "translate(17.95, 4) scale(-1, 1)",
|
|
16726
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16727
|
+
d: "M6.12207 0C8.36164 0.000293135 10.1777 1.81602 10.1777 4.05566V15.9072H9.17773V4.05566C9.17773 2.36831 7.80936 1.00029 6.12207 1C4.43453 1 3.06641 2.36813 3.06641 4.05566V4.94434H5.13184L2.56641 7.61133L0 4.94434H2.06641V4.05566C2.06641 1.81584 3.88225 0 6.12207 0Z",
|
|
16728
|
+
fill: fill
|
|
16729
|
+
})
|
|
16730
|
+
})]
|
|
16731
|
+
});
|
|
16732
|
+
const Redo_ICON_NAME = 'redo';
|
|
16733
|
+
;// ./src/components/Icon/icons/NewLine.tsx
|
|
16734
|
+
|
|
16735
|
+
const NewLine = ({
|
|
16736
|
+
fill = '#000',
|
|
16737
|
+
size = 24,
|
|
16738
|
+
tooltip = 'New Line',
|
|
16739
|
+
...props
|
|
16740
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16741
|
+
width: `${size}px`,
|
|
16742
|
+
height: `${size}px`,
|
|
16743
|
+
viewBox: "0 0 24 24",
|
|
16744
|
+
fill: "none",
|
|
16745
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16746
|
+
...props,
|
|
16747
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16748
|
+
children: tooltip
|
|
16749
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16750
|
+
transform: "translate(5, 8)",
|
|
16751
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16752
|
+
d: "M12 0V6H5V8.38672L0 5.5L5 2.61328V5H11V0H12Z",
|
|
16753
|
+
fill: fill
|
|
16754
|
+
})
|
|
16755
|
+
})]
|
|
16756
|
+
});
|
|
16757
|
+
const NewLine_ICON_NAME = 'new-line';
|
|
16758
|
+
;// ./src/components/Icon/icons/Quotation.tsx
|
|
16759
|
+
|
|
16760
|
+
const Quotation = ({
|
|
16761
|
+
fill = '#000',
|
|
16762
|
+
size = 24,
|
|
16763
|
+
tooltip = 'Quotation',
|
|
16764
|
+
...props
|
|
16765
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16766
|
+
width: `${size}px`,
|
|
16767
|
+
height: `${size}px`,
|
|
16768
|
+
viewBox: "0 0 24 24",
|
|
16769
|
+
fill: "none",
|
|
16770
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16771
|
+
...props,
|
|
16772
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16773
|
+
children: tooltip
|
|
16774
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16775
|
+
transform: "translate(10.33, 5)",
|
|
16776
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16777
|
+
d: "M3.339 0.0315L3.262 0.6125C3.07067 0.5985 2.926 0.635833 2.828 0.7245C2.73 0.813167 2.667 0.9345 2.639 1.0885C2.611 1.2425 2.604 1.41283 2.618 1.5995H3.339V3.1815H1.967V1.3895C1.967 0.8995 2.086 0.530834 2.324 0.2835C2.56667 0.0315002 2.905 -0.0525001 3.339 0.0315ZM1.372 0.0315L1.295 0.6125C1.10367 0.5985 0.959 0.635833 0.861 0.7245C0.763 0.813167 0.7 0.9345 0.672 1.0885C0.644 1.2425 0.637 1.41283 0.651 1.5995H1.372V3.1815H0V1.3895C0 0.8995 0.119 0.530834 0.357 0.2835C0.599667 0.0315002 0.938 -0.0525001 1.372 0.0315Z",
|
|
16778
|
+
fill: fill
|
|
16779
|
+
})
|
|
16780
|
+
})]
|
|
16781
|
+
});
|
|
16782
|
+
const Quotation_ICON_NAME = 'quotation';
|
|
16783
|
+
;// ./src/components/Icon/icons/CloseCircleOutline.tsx
|
|
16784
|
+
|
|
16785
|
+
const CloseCircleOutline = ({
|
|
16786
|
+
fill = '#000',
|
|
16787
|
+
size = 24,
|
|
16788
|
+
tooltip = 'Close Circle Outline',
|
|
16789
|
+
...props
|
|
16790
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16791
|
+
width: `${size}px`,
|
|
16792
|
+
height: `${size}px`,
|
|
16793
|
+
viewBox: "0 0 24 24",
|
|
16794
|
+
fill: "none",
|
|
16795
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16796
|
+
...props,
|
|
16797
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16798
|
+
children: tooltip
|
|
16799
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16800
|
+
transform: "translate(1.3, 1.3)",
|
|
16801
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16802
|
+
d: "M10.7 20.7C16.2 20.7 20.7 16.2 20.7 10.7C20.7 5.2 16.2 0.7 10.7 0.7C5.2 0.7 0.7 5.2 0.7 10.7C0.7 16.2 5.2 20.7 10.7 20.7Z",
|
|
16803
|
+
stroke: fill,
|
|
16804
|
+
strokeWidth: "1.4",
|
|
16805
|
+
strokeLinecap: "round",
|
|
16806
|
+
strokeLinejoin: "round"
|
|
16807
|
+
})
|
|
16808
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16809
|
+
transform: "translate(8.47, 8.47)",
|
|
16810
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16811
|
+
d: "M0.7 6.36L6.36 0.7",
|
|
16812
|
+
stroke: fill,
|
|
16813
|
+
strokeWidth: "1.4",
|
|
16814
|
+
strokeLinecap: "round",
|
|
16815
|
+
strokeLinejoin: "round"
|
|
16816
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16817
|
+
d: "M6.36 6.36L0.7 0.7",
|
|
16818
|
+
stroke: fill,
|
|
16819
|
+
strokeWidth: "1.4",
|
|
16820
|
+
strokeLinecap: "round",
|
|
16821
|
+
strokeLinejoin: "round"
|
|
16822
|
+
})]
|
|
16823
|
+
})]
|
|
16824
|
+
});
|
|
16825
|
+
const CloseCircleOutline_ICON_NAME = 'close-circle-outline';
|
|
16826
|
+
;// ./src/components/Icon/icons/CloseSquareOutline.tsx
|
|
16827
|
+
|
|
16828
|
+
const CloseSquareOutline = ({
|
|
16829
|
+
fill = '#000',
|
|
16830
|
+
size = 24,
|
|
16831
|
+
tooltip = 'Close Square Outline',
|
|
16832
|
+
...props
|
|
16833
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16834
|
+
width: `${size}px`,
|
|
16835
|
+
height: `${size}px`,
|
|
16836
|
+
viewBox: "0 0 24 24",
|
|
16837
|
+
fill: "none",
|
|
16838
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16839
|
+
...props,
|
|
16840
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16841
|
+
children: tooltip
|
|
16842
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16843
|
+
transform: "translate(1.3, 1.3)",
|
|
16844
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16845
|
+
d: "M7.7 20.7H13.7C18.7 20.7 20.7 18.7 20.7 13.7V7.7C20.7 2.7 18.7 0.7 13.7 0.7H7.7C2.7 0.7 0.7 2.7 0.7 7.7V13.7C0.7 18.7 2.7 20.7 7.7 20.7Z",
|
|
16846
|
+
stroke: fill,
|
|
16847
|
+
strokeWidth: "1.4",
|
|
16848
|
+
strokeLinecap: "round",
|
|
16849
|
+
strokeLinejoin: "round"
|
|
16850
|
+
})
|
|
16851
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16852
|
+
transform: "translate(8.47, 8.47)",
|
|
16853
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16854
|
+
d: "M0.7 6.36L6.36 0.7",
|
|
16855
|
+
stroke: fill,
|
|
16856
|
+
strokeWidth: "1.4",
|
|
16857
|
+
strokeLinecap: "round",
|
|
16858
|
+
strokeLinejoin: "round"
|
|
16859
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16860
|
+
d: "M6.36 6.36L0.7 0.7",
|
|
16861
|
+
stroke: fill,
|
|
16862
|
+
strokeWidth: "1.4",
|
|
16863
|
+
strokeLinecap: "round",
|
|
16864
|
+
strokeLinejoin: "round"
|
|
16865
|
+
})]
|
|
16866
|
+
})]
|
|
16867
|
+
});
|
|
16868
|
+
const CloseSquareOutline_ICON_NAME = 'close-square-outline';
|
|
16869
|
+
;// ./src/components/Icon/icons/CloseCircleFilled.tsx
|
|
16870
|
+
|
|
16871
|
+
const CloseCircleFilled = ({
|
|
16872
|
+
fill = '#000',
|
|
16873
|
+
size = 24,
|
|
16874
|
+
tooltip = 'Close Circle Filled',
|
|
16875
|
+
...props
|
|
16876
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16877
|
+
width: `${size}px`,
|
|
16878
|
+
height: `${size}px`,
|
|
16879
|
+
viewBox: "0 0 24 24",
|
|
16880
|
+
fill: "none",
|
|
16881
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16882
|
+
...props,
|
|
16883
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16884
|
+
children: tooltip
|
|
16885
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16886
|
+
transform: "translate(2, 2)",
|
|
16887
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16888
|
+
d: "M10 0C4.49 0 0 4.49 0 10C0 15.51 4.49 20 10 20C15.51 20 20 15.51 20 10C20 4.49 15.51 0 10 0ZM13.36 12.3C13.65 12.59 13.65 13.07 13.36 13.36C13.21 13.51 13.02 13.58 12.83 13.58C12.64 13.58 12.45 13.51 12.3 13.36L10 11.06L7.7 13.36C7.55 13.51 7.36 13.58 7.17 13.58C6.98 13.58 6.79 13.51 6.64 13.36C6.35 13.07 6.35 12.59 6.64 12.3L8.94 10L6.64 7.7C6.35 7.41 6.35 6.93 6.64 6.64C6.93 6.35 7.41 6.35 7.7 6.64L10 8.94L12.3 6.64C12.59 6.35 13.07 6.35 13.36 6.64C13.65 6.93 13.65 7.41 13.36 7.7L11.06 10L13.36 12.3Z",
|
|
16889
|
+
fill: fill
|
|
16890
|
+
})
|
|
16891
|
+
})]
|
|
16892
|
+
});
|
|
16893
|
+
const CloseCircleFilled_ICON_NAME = 'close-circle-filled';
|
|
16894
|
+
;// ./src/components/Icon/icons/CloseSquareFilled.tsx
|
|
16895
|
+
|
|
16896
|
+
const CloseSquareFilled = ({
|
|
16897
|
+
fill = '#000',
|
|
16898
|
+
size = 24,
|
|
16899
|
+
tooltip = 'Close Square Filled',
|
|
16900
|
+
...props
|
|
16901
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16902
|
+
width: `${size}px`,
|
|
16903
|
+
height: `${size}px`,
|
|
16904
|
+
viewBox: "0 0 24 24",
|
|
16905
|
+
fill: "none",
|
|
16906
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16907
|
+
...props,
|
|
16908
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16909
|
+
children: tooltip
|
|
16910
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16911
|
+
transform: "translate(2, 2)",
|
|
16912
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16913
|
+
d: "M14.19 0H5.81C2.17 0 0 2.17 0 5.81V14.18C0 17.83 2.17 20 5.81 20H14.18C17.82 20 19.99 17.83 19.99 14.19V5.81C20 2.17 17.83 0 14.19 0ZM13.36 12.3C13.65 12.59 13.65 13.07 13.36 13.36C13.21 13.51 13.02 13.58 12.83 13.58C12.64 13.58 12.45 13.51 12.3 13.36L10 11.06L7.7 13.36C7.55 13.51 7.36 13.58 7.17 13.58C6.98 13.58 6.79 13.51 6.64 13.36C6.35 13.07 6.35 12.59 6.64 12.3L8.94 10L6.64 7.7C6.35 7.41 6.35 6.93 6.64 6.64C6.93 6.35 7.41 6.35 7.7 6.64L10 8.94L12.3 6.64C12.59 6.35 13.07 6.35 13.36 6.64C13.65 6.93 13.65 7.41 13.36 7.7L11.06 10L13.36 12.3Z",
|
|
16914
|
+
fill: fill
|
|
16915
|
+
})
|
|
16916
|
+
})]
|
|
16917
|
+
});
|
|
16918
|
+
const CloseSquareFilled_ICON_NAME = 'close-square-filled';
|
|
16919
|
+
;// ./src/components/Icon/icons/PlusSquareOutline.tsx
|
|
16920
|
+
|
|
16921
|
+
const PlusSquareOutline = ({
|
|
16922
|
+
fill = '#000',
|
|
16923
|
+
size = 24,
|
|
16924
|
+
tooltip = 'Plus Square Outline',
|
|
16925
|
+
...props
|
|
16926
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16927
|
+
width: `${size}px`,
|
|
16928
|
+
height: `${size}px`,
|
|
16929
|
+
viewBox: "0 0 24 24",
|
|
16930
|
+
fill: "none",
|
|
16931
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16932
|
+
...props,
|
|
16933
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16934
|
+
children: tooltip
|
|
16935
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16936
|
+
transform: "translate(1.3, 1.3)",
|
|
16937
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16938
|
+
d: "M7.7 20.7H13.7C18.7 20.7 20.7 18.7 20.7 13.7V7.7C20.7 2.7 18.7 0.7 13.7 0.7H7.7C2.7 0.7 0.7 2.7 0.7 7.7V13.7C0.7 18.7 2.7 20.7 7.7 20.7Z",
|
|
16939
|
+
stroke: fill,
|
|
16940
|
+
strokeWidth: "1.4",
|
|
16941
|
+
strokeLinecap: "round",
|
|
16942
|
+
strokeLinejoin: "round"
|
|
16943
|
+
})
|
|
16944
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("rect", {
|
|
16945
|
+
x: "7.5",
|
|
16946
|
+
y: "11.25",
|
|
16947
|
+
width: "9",
|
|
16948
|
+
height: "1.5",
|
|
16949
|
+
rx: "0.75",
|
|
16950
|
+
fill: fill
|
|
16951
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("rect", {
|
|
16952
|
+
x: "11.25",
|
|
16953
|
+
y: "7.5",
|
|
16954
|
+
width: "1.5",
|
|
16955
|
+
height: "9",
|
|
16956
|
+
rx: "0.75",
|
|
16957
|
+
fill: fill
|
|
16958
|
+
})]
|
|
16959
|
+
});
|
|
16960
|
+
const PlusSquareOutline_ICON_NAME = 'plus-square-outline';
|
|
16961
|
+
;// ./src/components/Icon/icons/PlusSquareFilled.tsx
|
|
16962
|
+
|
|
16963
|
+
const PlusSquareFilled = ({
|
|
16964
|
+
fill = '#000',
|
|
16965
|
+
size = 24,
|
|
16966
|
+
tooltip = 'Plus Square Filled',
|
|
16967
|
+
...props
|
|
16968
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16969
|
+
width: `${size}px`,
|
|
16970
|
+
height: `${size}px`,
|
|
16971
|
+
viewBox: "0 0 24 24",
|
|
16972
|
+
fill: "none",
|
|
16973
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16974
|
+
...props,
|
|
16975
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
16976
|
+
children: tooltip
|
|
16977
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16978
|
+
transform: "translate(2, 2)",
|
|
16979
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16980
|
+
d: "M14.19 0H5.81C2.17 0 0 2.17 0 5.81V14.18C0 17.83 2.17 20 5.81 20H14.18C17.82 20 19.99 17.83 19.99 14.19V5.81C20 2.17 17.83 0 14.19 0ZM14 10.75H10.75V14C10.75 14.41 10.41 14.75 10 14.75C9.59 14.75 9.25 14.41 9.25 14V10.75H6C5.59 10.75 5.25 10.41 5.25 10C5.25 9.59 5.59 9.25 6 9.25H9.25V6C9.25 5.59 9.59 5.25 10 5.25C10.41 5.25 10.75 5.59 10.75 6V9.25H14C14.41 9.25 14.75 9.59 14.75 10C14.75 10.41 14.41 10.75 14 10.75Z",
|
|
16981
|
+
fill: fill
|
|
16982
|
+
})
|
|
16983
|
+
})]
|
|
16984
|
+
});
|
|
16985
|
+
const PlusSquareFilled_ICON_NAME = 'plus-square-filled';
|
|
16986
|
+
;// ./src/components/Icon/icons/MinusSquareOutline.tsx
|
|
16987
|
+
|
|
16988
|
+
const MinusSquareOutline = ({
|
|
16989
|
+
fill = '#000',
|
|
16990
|
+
size = 24,
|
|
16991
|
+
tooltip = 'Minus Square Outline',
|
|
16992
|
+
...props
|
|
16993
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
16994
|
+
width: `${size}px`,
|
|
16995
|
+
height: `${size}px`,
|
|
16996
|
+
viewBox: "0 0 24 24",
|
|
16997
|
+
fill: "none",
|
|
16998
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16999
|
+
...props,
|
|
17000
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17001
|
+
children: tooltip
|
|
17002
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17003
|
+
transform: "translate(1.3, 1.3)",
|
|
17004
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17005
|
+
d: "M7.7 20.7H13.7C18.7 20.7 20.7 18.7 20.7 13.7V7.7C20.7 2.7 18.7 0.7 13.7 0.7H7.7C2.7 0.7 0.7 2.7 0.7 7.7V13.7C0.7 18.7 2.7 20.7 7.7 20.7Z",
|
|
17006
|
+
stroke: fill,
|
|
17007
|
+
strokeWidth: "1.4",
|
|
17008
|
+
strokeLinecap: "round",
|
|
17009
|
+
strokeLinejoin: "round"
|
|
17010
|
+
})
|
|
17011
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("rect", {
|
|
17012
|
+
x: "7.5",
|
|
17013
|
+
y: "11.25",
|
|
17014
|
+
width: "9",
|
|
17015
|
+
height: "1.5",
|
|
17016
|
+
rx: "0.75",
|
|
17017
|
+
fill: fill
|
|
17018
|
+
})]
|
|
17019
|
+
});
|
|
17020
|
+
const MinusSquareOutline_ICON_NAME = 'minus-square-outline';
|
|
17021
|
+
;// ./src/components/Icon/icons/MinusSquareFilled.tsx
|
|
17022
|
+
|
|
17023
|
+
const MinusSquareFilled = ({
|
|
17024
|
+
fill = '#000',
|
|
17025
|
+
size = 24,
|
|
17026
|
+
tooltip = 'Minus Square Filled',
|
|
17027
|
+
...props
|
|
17028
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17029
|
+
width: `${size}px`,
|
|
17030
|
+
height: `${size}px`,
|
|
17031
|
+
viewBox: "0 0 24 24",
|
|
17032
|
+
fill: "none",
|
|
17033
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17034
|
+
...props,
|
|
17035
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17036
|
+
children: tooltip
|
|
17037
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17038
|
+
transform: "translate(2, 2)",
|
|
17039
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17040
|
+
d: "M14.19 0H5.81C2.17 0 0 2.17 0 5.81V14.18C0 17.83 2.17 20 5.81 20H14.18C17.82 20 19.99 17.83 19.99 14.19V5.81C20 2.17 17.83 0 14.19 0ZM14 10.75H6C5.59 10.75 5.25 10.41 5.25 10C5.25 9.59 5.59 9.25 6 9.25H14C14.41 9.25 14.75 9.59 14.75 10C14.75 10.41 14.41 10.75 14 10.75Z",
|
|
17041
|
+
fill: fill
|
|
17042
|
+
})
|
|
17043
|
+
})]
|
|
17044
|
+
});
|
|
17045
|
+
const MinusSquareFilled_ICON_NAME = 'minus-square-filled';
|
|
17046
|
+
;// ./src/components/Icon/icons/TickSquareOutline.tsx
|
|
17047
|
+
|
|
17048
|
+
const TickSquareOutline = ({
|
|
17049
|
+
fill = '#000',
|
|
17050
|
+
size = 24,
|
|
17051
|
+
tooltip = 'Tick Square Outline',
|
|
17052
|
+
...props
|
|
17053
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17054
|
+
width: `${size}px`,
|
|
17055
|
+
height: `${size}px`,
|
|
17056
|
+
viewBox: "0 0 24 24",
|
|
17057
|
+
fill: "none",
|
|
17058
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17059
|
+
...props,
|
|
17060
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17061
|
+
children: tooltip
|
|
17062
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17063
|
+
transform: "translate(1.3, 1.3)",
|
|
17064
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17065
|
+
d: "M7.7 20.7H13.7C18.7 20.7 20.7 18.7 20.7 13.7V7.7C20.7 2.7 18.7 0.7 13.7 0.7H7.7C2.7 0.7 0.7 2.7 0.7 7.7V13.7C0.7 18.7 2.7 20.7 7.7 20.7Z",
|
|
17066
|
+
stroke: fill,
|
|
17067
|
+
strokeWidth: "1.4",
|
|
17068
|
+
strokeLinecap: "round",
|
|
17069
|
+
strokeLinejoin: "round"
|
|
17070
|
+
})
|
|
17071
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17072
|
+
transform: "translate(7.05, 8.47)",
|
|
17073
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17074
|
+
d: "M0.7 3.53L3.53 6.36L9.2 0.7",
|
|
17075
|
+
stroke: fill,
|
|
17076
|
+
strokeWidth: "1.4",
|
|
17077
|
+
strokeLinecap: "round",
|
|
17078
|
+
strokeLinejoin: "round"
|
|
17079
|
+
})
|
|
17080
|
+
})]
|
|
17081
|
+
});
|
|
17082
|
+
const TickSquareOutline_ICON_NAME = 'tick-square-outline';
|
|
17083
|
+
;// ./src/components/Icon/icons/TickSquareFilled.tsx
|
|
17084
|
+
|
|
17085
|
+
const TickSquareFilled = ({
|
|
17086
|
+
fill = '#000',
|
|
17087
|
+
size = 24,
|
|
17088
|
+
tooltip = 'Tick Square Filled',
|
|
17089
|
+
...props
|
|
17090
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17091
|
+
width: `${size}px`,
|
|
17092
|
+
height: `${size}px`,
|
|
17093
|
+
viewBox: "0 0 24 24",
|
|
17094
|
+
fill: "none",
|
|
17095
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17096
|
+
...props,
|
|
17097
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17098
|
+
children: tooltip
|
|
17099
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17100
|
+
transform: "translate(2, 2)",
|
|
17101
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17102
|
+
d: "M14.19 0H5.81C2.17 0 0 2.17 0 5.81V14.18C0 17.83 2.17 20 5.81 20H14.18C17.82 20 19.99 17.83 19.99 14.19V5.81C20 2.17 17.83 0 14.19 0ZM14.78 7.7L9.11 13.37C8.97 13.51 8.78 13.59 8.58 13.59C8.38 13.59 8.19 13.51 8.05 13.37L5.22 10.54C4.93 10.25 4.93 9.77 5.22 9.48C5.51 9.19 5.99 9.19 6.28 9.48L8.58 11.78L13.72 6.64C14.01 6.35 14.49 6.35 14.78 6.64C15.07 6.93 15.07 7.4 14.78 7.7Z",
|
|
17103
|
+
fill: fill
|
|
17104
|
+
})
|
|
17105
|
+
})]
|
|
17106
|
+
});
|
|
17107
|
+
const TickSquareFilled_ICON_NAME = 'tick-square-filled';
|
|
17108
|
+
;// ./src/components/Icon/icons/WarningCircleOutline.tsx
|
|
17109
|
+
|
|
17110
|
+
const WarningCircleOutline = ({
|
|
17111
|
+
fill = '#000',
|
|
17112
|
+
size = 24,
|
|
17113
|
+
tooltip = 'Warning Circle Outline',
|
|
17114
|
+
...props
|
|
17115
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17116
|
+
width: `${size}px`,
|
|
17117
|
+
height: `${size}px`,
|
|
17118
|
+
viewBox: "0 0 24 24",
|
|
17119
|
+
fill: "none",
|
|
17120
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17121
|
+
...props,
|
|
17122
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17123
|
+
children: tooltip
|
|
17124
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17125
|
+
transform: "translate(1.3, 1.3)",
|
|
17126
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17127
|
+
d: "M10.7 20.7C16.2 20.7 20.7 16.2 20.7 10.7C20.7 5.2 16.2 0.7 10.7 0.7C5.2 0.7 0.7 5.2 0.7 10.7C0.7 16.2 5.2 20.7 10.7 20.7Z",
|
|
17128
|
+
stroke: fill,
|
|
17129
|
+
strokeWidth: "1.4",
|
|
17130
|
+
strokeLinecap: "round",
|
|
17131
|
+
strokeLinejoin: "round"
|
|
17132
|
+
})
|
|
17133
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17134
|
+
transform: "translate(10.996, 7.15)",
|
|
17135
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17136
|
+
fillRule: "evenodd",
|
|
17137
|
+
clipRule: "evenodd",
|
|
17138
|
+
d: "M0.305176 0.700195V5.7002C0.305176 6.08679 0.618772 6.40039 1.00537 6.40039C1.39197 6.40039 1.70557 6.08679 1.70557 5.7002V0.700195C1.70557 0.313596 1.39197 0 1.00537 0C0.618772 0 0.305176 0.313596 0.305176 0.700195ZM1.11133 7.70508L1.00879 7.7002H1C0.447715 7.7002 0 8.14791 0 8.7002C0 9.25248 0.447715 9.7002 1 9.7002H1.00879L1.11133 9.69531C1.61555 9.64407 2.00879 9.21794 2.00879 8.7002C2.00879 8.18245 1.61555 7.75632 1.11133 7.70508Z",
|
|
17139
|
+
fill: fill
|
|
17140
|
+
})
|
|
17141
|
+
})]
|
|
17142
|
+
});
|
|
17143
|
+
const WarningCircleOutline_ICON_NAME = 'warning-circle-outline';
|
|
17144
|
+
;// ./src/components/Icon/icons/WarningSquareOutline.tsx
|
|
17145
|
+
|
|
17146
|
+
const WarningSquareOutline = ({
|
|
17147
|
+
fill = '#000',
|
|
17148
|
+
size = 24,
|
|
17149
|
+
tooltip = 'Warning Square Outline',
|
|
17150
|
+
...props
|
|
17151
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17152
|
+
width: `${size}px`,
|
|
17153
|
+
height: `${size}px`,
|
|
17154
|
+
viewBox: "0 0 24 24",
|
|
17155
|
+
fill: "none",
|
|
17156
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17157
|
+
...props,
|
|
17158
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17159
|
+
children: tooltip
|
|
17160
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17161
|
+
transform: "translate(1.3, 1.3)",
|
|
17162
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17163
|
+
d: "M7.7 20.7H13.7C18.7 20.7 20.7 18.7 20.7 13.7V7.7C20.7 2.7 18.7 0.7 13.7 0.7H7.7C2.7 0.7 0.7 2.7 0.7 7.7V13.7C0.7 18.7 2.7 20.7 7.7 20.7Z",
|
|
17164
|
+
stroke: fill,
|
|
17165
|
+
strokeWidth: "1.4",
|
|
17166
|
+
strokeLinecap: "round",
|
|
17167
|
+
strokeLinejoin: "round"
|
|
17168
|
+
})
|
|
17169
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17170
|
+
transform: "translate(10.996, 7.15)",
|
|
17171
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17172
|
+
fillRule: "evenodd",
|
|
17173
|
+
clipRule: "evenodd",
|
|
17174
|
+
d: "M0.305176 0.700195V5.7002C0.305176 6.08679 0.618772 6.40039 1.00537 6.40039C1.39197 6.40039 1.70557 6.08679 1.70557 5.7002V0.700195C1.70557 0.313596 1.39197 0 1.00537 0C0.618772 0 0.305176 0.313596 0.305176 0.700195ZM1.11133 7.70508L1.00879 7.7002H1C0.447715 7.7002 0 8.14791 0 8.7002C0 9.25248 0.447715 9.7002 1 9.7002H1.00879L1.11133 9.69531C1.61555 9.64407 2.00879 9.21794 2.00879 8.7002C2.00879 8.18245 1.61555 7.75632 1.11133 7.70508Z",
|
|
17175
|
+
fill: fill
|
|
17176
|
+
})
|
|
17177
|
+
})]
|
|
17178
|
+
});
|
|
17179
|
+
const WarningSquareOutline_ICON_NAME = 'warning-square-outline';
|
|
17180
|
+
;// ./src/components/Icon/icons/WarningCircleFilled.tsx
|
|
17181
|
+
|
|
17182
|
+
const WarningCircleFilled = ({
|
|
17183
|
+
fill = '#000',
|
|
17184
|
+
size = 24,
|
|
17185
|
+
tooltip = 'Warning Circle Filled',
|
|
17186
|
+
...props
|
|
17187
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17188
|
+
width: `${size}px`,
|
|
17189
|
+
height: `${size}px`,
|
|
17190
|
+
viewBox: "0 0 24 24",
|
|
17191
|
+
fill: "none",
|
|
17192
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17193
|
+
...props,
|
|
17194
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17195
|
+
children: tooltip
|
|
17196
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17197
|
+
transform: "translate(2, 2)",
|
|
17198
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17199
|
+
d: "M10 0C4.49 0 0 4.49 0 10C0 15.51 4.49 20 10 20C15.51 20 20 15.51 20 10C20 4.49 15.51 0 10 0ZM9.25 6C9.25 5.59 9.59 5.25 10 5.25C10.41 5.25 10.75 5.59 10.75 6V11C10.75 11.41 10.41 11.75 10 11.75C9.59 11.75 9.25 11.41 9.25 11V6ZM10.92 14.38C10.87 14.51 10.8 14.61 10.71 14.71C10.61 14.8 10.5 14.87 10.38 14.92C10.26 14.97 10.13 15 10 15C9.87 15 9.74 14.97 9.62 14.92C9.5 14.87 9.39 14.8 9.29 14.71C9.2 14.61 9.13 14.51 9.08 14.38C9.03 14.26 9 14.13 9 14C9 13.87 9.03 13.74 9.08 13.62C9.13 13.5 9.2 13.39 9.29 13.29C9.39 13.2 9.5 13.13 9.62 13.08C9.86 12.98 10.14 12.98 10.38 13.08C10.5 13.13 10.61 13.2 10.71 13.29C10.8 13.39 10.87 13.5 10.92 13.62C10.97 13.74 11 13.87 11 14C11 14.13 10.97 14.26 10.92 14.38Z",
|
|
17200
|
+
fill: fill
|
|
17201
|
+
})
|
|
17202
|
+
})]
|
|
17203
|
+
});
|
|
17204
|
+
const WarningCircleFilled_ICON_NAME = 'warning-circle-filled';
|
|
17205
|
+
;// ./src/components/Icon/icons/WarningSquareFilled.tsx
|
|
17206
|
+
|
|
17207
|
+
const WarningSquareFilled = ({
|
|
17208
|
+
fill = '#000',
|
|
17209
|
+
size = 24,
|
|
17210
|
+
tooltip = 'Warning Square Filled',
|
|
17211
|
+
...props
|
|
17212
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17213
|
+
width: `${size}px`,
|
|
17214
|
+
height: `${size}px`,
|
|
17215
|
+
viewBox: "0 0 24 24",
|
|
17216
|
+
fill: "none",
|
|
17217
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17218
|
+
...props,
|
|
17219
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17220
|
+
children: tooltip
|
|
17221
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17222
|
+
transform: "translate(2, 2)",
|
|
17223
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17224
|
+
fillRule: "evenodd",
|
|
17225
|
+
clipRule: "evenodd",
|
|
17226
|
+
d: "M5.81 0H14.19C17.83 0 20 2.17 19.99 5.81V14.19C19.99 17.83 17.82 20 14.18 20H5.81C2.17 20 0 17.83 0 14.18V5.81C0 2.17 2.17 0 5.81 0ZM10 5C9.59 5 9.25 5.34 9.25 5.75V10.75C9.25 11.16 9.59 11.5 10 11.5C10.41 11.5 10.75 11.16 10.75 10.75V5.75C10.75 5.34 10.41 5 10 5ZM10.71 14.46C10.8 14.36 10.87 14.26 10.92 14.13C10.97 14.01 11 13.88 11 13.75C11 13.62 10.97 13.49 10.92 13.37C10.87 13.25 10.8 13.14 10.71 13.04C10.61 12.95 10.5 12.88 10.38 12.83C10.14 12.73 9.86 12.73 9.62 12.83C9.5 12.88 9.39 12.95 9.29 13.04C9.2 13.14 9.13 13.25 9.08 13.37C9.03 13.49 9 13.62 9 13.75C9 13.88 9.03 14.01 9.08 14.13C9.13 14.26 9.2 14.36 9.29 14.46C9.39 14.55 9.5 14.62 9.62 14.67C9.74 14.72 9.87 14.75 10 14.75C10.13 14.75 10.26 14.72 10.38 14.67C10.5 14.62 10.61 14.55 10.71 14.46Z",
|
|
17227
|
+
fill: fill
|
|
17228
|
+
})
|
|
17229
|
+
})]
|
|
17230
|
+
});
|
|
17231
|
+
const WarningSquareFilled_ICON_NAME = 'warning-square-filled';
|
|
17232
|
+
;// ./src/components/Icon/icons/InfoSquareOutline.tsx
|
|
17233
|
+
|
|
17234
|
+
const InfoSquareOutline = ({
|
|
17235
|
+
fill = '#000',
|
|
17236
|
+
size = 24,
|
|
17237
|
+
tooltip = 'Info Square Outline',
|
|
17238
|
+
...props
|
|
17239
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17240
|
+
width: `${size}px`,
|
|
17241
|
+
height: `${size}px`,
|
|
17242
|
+
viewBox: "0 0 24 24",
|
|
17243
|
+
fill: "none",
|
|
17244
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17245
|
+
...props,
|
|
17246
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17247
|
+
children: tooltip
|
|
17248
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17249
|
+
transform: "translate(1.3, 1.3)",
|
|
17250
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17251
|
+
d: "M7.7 20.7H13.7C18.7 20.7 20.7 18.7 20.7 13.7V7.7C20.7 2.7 18.7 0.7 13.7 0.7H7.7C2.7 0.7 0.7 2.7 0.7 7.7V13.7C0.7 18.7 2.7 20.7 7.7 20.7Z",
|
|
17252
|
+
stroke: fill,
|
|
17253
|
+
strokeWidth: "1.4",
|
|
17254
|
+
strokeLinecap: "round",
|
|
17255
|
+
strokeLinejoin: "round"
|
|
17256
|
+
})
|
|
17257
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17258
|
+
transform: "translate(10.996, 7.15)",
|
|
17259
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17260
|
+
fillRule: "evenodd",
|
|
17261
|
+
clipRule: "evenodd",
|
|
17262
|
+
d: "M1.11133 1.99512L1.00879 2H1C0.447715 2 0 1.55228 0 1C0 0.447715 0.447715 0 1 0H1.00879L1.11133 0.00488281C1.61555 0.0561264 2.00879 0.482258 2.00879 1C2.00879 1.51774 1.61555 1.94387 1.11133 1.99512ZM0.305176 9V4C0.305176 3.6134 0.618772 3.2998 1.00537 3.2998C1.39197 3.2998 1.70557 3.6134 1.70557 4V9C1.70557 9.3866 1.39197 9.7002 1.00537 9.7002C0.618772 9.7002 0.305176 9.3866 0.305176 9Z",
|
|
17263
|
+
fill: fill
|
|
17264
|
+
})
|
|
17265
|
+
})]
|
|
17266
|
+
});
|
|
17267
|
+
const InfoSquareOutline_ICON_NAME = 'info-square-outline';
|
|
17268
|
+
;// ./src/components/Icon/icons/InfoSquareFilled.tsx
|
|
17269
|
+
|
|
17270
|
+
const InfoSquareFilled = ({
|
|
17271
|
+
fill = '#000',
|
|
17272
|
+
size = 24,
|
|
17273
|
+
tooltip = 'Info Square Filled',
|
|
17274
|
+
...props
|
|
17275
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17276
|
+
width: `${size}px`,
|
|
17277
|
+
height: `${size}px`,
|
|
17278
|
+
viewBox: "0 0 24 24",
|
|
17279
|
+
fill: "none",
|
|
17280
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17281
|
+
...props,
|
|
17282
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17283
|
+
children: tooltip
|
|
17284
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17285
|
+
transform: "translate(22, 22) scale(-1, -1)",
|
|
17286
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17287
|
+
fillRule: "evenodd",
|
|
17288
|
+
clipRule: "evenodd",
|
|
17289
|
+
d: "M5.81 0H14.19C17.83 0 20 2.17 19.99 5.81V14.19C19.99 17.83 17.82 20 14.18 20H5.81C2.17 20 0 17.83 0 14.18V5.81C0 2.17 2.17 0 5.81 0ZM9.99023 5.25C9.58023 5.25 9.24023 5.59 9.24023 6V11C9.24023 11.41 9.58023 11.75 9.99023 11.75C10.4002 11.75 10.7402 11.41 10.7402 11V6C10.7402 5.59 10.4002 5.25 9.99023 5.25ZM10.7002 14.71C10.7902 14.61 10.8602 14.51 10.9102 14.38C10.9602 14.26 10.9902 14.13 10.9902 14C10.9902 13.87 10.9602 13.74 10.9102 13.62C10.8602 13.5 10.7902 13.39 10.7002 13.29C10.6002 13.2 10.4902 13.13 10.3702 13.08C10.1302 12.98 9.85023 12.98 9.61023 13.08C9.49023 13.13 9.38023 13.2 9.28023 13.29C9.19023 13.39 9.12023 13.5 9.07023 13.62C9.02023 13.74 8.99023 13.87 8.99023 14C8.99023 14.13 9.02023 14.26 9.07023 14.38C9.12023 14.51 9.19023 14.61 9.28023 14.71C9.38023 14.8 9.49023 14.87 9.61023 14.92C9.73023 14.97 9.86023 15 9.99023 15C10.1202 15 10.2502 14.97 10.3702 14.92C10.4902 14.87 10.6002 14.8 10.7002 14.71Z",
|
|
17290
|
+
fill: fill
|
|
17291
|
+
})
|
|
17292
|
+
})]
|
|
17293
|
+
});
|
|
17294
|
+
const InfoSquareFilled_ICON_NAME = 'info-square-filled';
|
|
17295
|
+
;// ./src/components/Icon/icons/InfoCircleFilled.tsx
|
|
17296
|
+
|
|
17297
|
+
const InfoCircleFilled = ({
|
|
17298
|
+
fill = '#000',
|
|
17299
|
+
size = 24,
|
|
17300
|
+
tooltip = 'Info Circle Filled',
|
|
17301
|
+
...props
|
|
17302
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17303
|
+
width: `${size}px`,
|
|
17304
|
+
height: `${size}px`,
|
|
17305
|
+
viewBox: "0 0 24 24",
|
|
17306
|
+
fill: "none",
|
|
17307
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17308
|
+
...props,
|
|
17309
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17310
|
+
children: tooltip
|
|
17311
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17312
|
+
transform: "translate(22, 22) scale(-1, -1)",
|
|
17313
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17314
|
+
d: "M10 0C4.49 0 0 4.49 0 10C0 15.51 4.49 20 10 20C15.51 20 20 15.51 20 10C20 4.49 15.51 0 10 0ZM9.25 6C9.25 5.59 9.59 5.25 10 5.25C10.41 5.25 10.75 5.59 10.75 6V11C10.75 11.41 10.41 11.75 10 11.75C9.59 11.75 9.25 11.41 9.25 11V6ZM10.92 14.38C10.87 14.51 10.8 14.61 10.71 14.71C10.61 14.8 10.5 14.87 10.38 14.92C10.26 14.97 10.13 15 10 15C9.87 15 9.74 14.97 9.62 14.92C9.5 14.87 9.39 14.8 9.29 14.71C9.2 14.61 9.13 14.51 9.08 14.38C9.03 14.26 9 14.13 9 14C9 13.87 9.03 13.74 9.08 13.62C9.13 13.5 9.2 13.39 9.29 13.29C9.39 13.2 9.5 13.13 9.62 13.08C9.86 12.98 10.14 12.98 10.38 13.08C10.5 13.13 10.61 13.2 10.71 13.29C10.8 13.39 10.87 13.5 10.92 13.62C10.97 13.74 11 13.87 11 14C11 14.13 10.97 14.26 10.92 14.38Z",
|
|
17315
|
+
fill: fill
|
|
17316
|
+
})
|
|
17317
|
+
})]
|
|
17318
|
+
});
|
|
17319
|
+
const InfoCircleFilled_ICON_NAME = 'info-circle-filled';
|
|
17320
|
+
;// ./src/components/Icon/icons/MoreCircleOutline.tsx
|
|
17321
|
+
|
|
17322
|
+
const MoreCircleOutline = ({
|
|
17323
|
+
fill = '#000',
|
|
17324
|
+
size = 24,
|
|
17325
|
+
tooltip = 'More Circle Outline',
|
|
17326
|
+
...props
|
|
17327
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17328
|
+
width: `${size}px`,
|
|
17329
|
+
height: `${size}px`,
|
|
17330
|
+
viewBox: "0 0 24 24",
|
|
17331
|
+
fill: "none",
|
|
17332
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17333
|
+
...props,
|
|
17334
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17335
|
+
children: tooltip
|
|
17336
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17337
|
+
transform: "translate(1.3, 1.3)",
|
|
17338
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17339
|
+
d: "M10.7 20.7C16.2 20.7 20.7 16.2 20.7 10.7C20.7 5.2 16.2 0.7 10.7 0.7C5.2 0.7 0.7 5.2 0.7 10.7C0.7 16.2 5.2 20.7 10.7 20.7Z",
|
|
17340
|
+
stroke: fill,
|
|
17341
|
+
strokeWidth: "1.4",
|
|
17342
|
+
strokeLinecap: "round",
|
|
17343
|
+
strokeLinejoin: "round"
|
|
17344
|
+
})
|
|
17345
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("circle", {
|
|
17346
|
+
cx: "8",
|
|
17347
|
+
cy: "12",
|
|
17348
|
+
r: "1",
|
|
17349
|
+
fill: fill
|
|
17350
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("circle", {
|
|
17351
|
+
cx: "12",
|
|
17352
|
+
cy: "12",
|
|
17353
|
+
r: "1",
|
|
17354
|
+
fill: fill
|
|
17355
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("circle", {
|
|
17356
|
+
cx: "16",
|
|
17357
|
+
cy: "12",
|
|
17358
|
+
r: "1",
|
|
17359
|
+
fill: fill
|
|
17360
|
+
})]
|
|
17361
|
+
});
|
|
17362
|
+
const MoreCircleOutline_ICON_NAME = 'more-circle-outline';
|
|
17363
|
+
;// ./src/components/Icon/icons/MoreSquareOutline.tsx
|
|
17364
|
+
|
|
17365
|
+
const MoreSquareOutline = ({
|
|
17366
|
+
fill = '#000',
|
|
17367
|
+
size = 24,
|
|
17368
|
+
tooltip = 'More Square Outline',
|
|
17369
|
+
...props
|
|
17370
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17371
|
+
width: `${size}px`,
|
|
17372
|
+
height: `${size}px`,
|
|
17373
|
+
viewBox: "0 0 24 24",
|
|
17374
|
+
fill: "none",
|
|
17375
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17376
|
+
...props,
|
|
17377
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17378
|
+
children: tooltip
|
|
17379
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17380
|
+
transform: "translate(1.3, 1.3)",
|
|
17381
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17382
|
+
d: "M7.7 20.7H13.7C18.7 20.7 20.7 18.7 20.7 13.7V7.7C20.7 2.7 18.7 0.7 13.7 0.7H7.7C2.7 0.7 0.7 2.7 0.7 7.7V13.7C0.7 18.7 2.7 20.7 7.7 20.7Z",
|
|
17383
|
+
stroke: fill,
|
|
17384
|
+
strokeWidth: "1.4",
|
|
17385
|
+
strokeLinecap: "round",
|
|
17386
|
+
strokeLinejoin: "round"
|
|
17387
|
+
})
|
|
17388
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("circle", {
|
|
17389
|
+
cx: "8",
|
|
17390
|
+
cy: "12",
|
|
17391
|
+
r: "1",
|
|
17392
|
+
fill: fill
|
|
17393
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("circle", {
|
|
17394
|
+
cx: "12",
|
|
17395
|
+
cy: "12",
|
|
17396
|
+
r: "1",
|
|
17397
|
+
fill: fill
|
|
17398
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("circle", {
|
|
17399
|
+
cx: "16",
|
|
17400
|
+
cy: "12",
|
|
17401
|
+
r: "1",
|
|
17402
|
+
fill: fill
|
|
17403
|
+
})]
|
|
17404
|
+
});
|
|
17405
|
+
const MoreSquareOutline_ICON_NAME = 'more-square-outline';
|
|
17406
|
+
;// ./src/components/Icon/icons/MoreCircleFilled.tsx
|
|
17407
|
+
|
|
17408
|
+
const MoreCircleFilled = ({
|
|
17409
|
+
fill = '#000',
|
|
17410
|
+
size = 24,
|
|
17411
|
+
tooltip = 'More Circle Filled',
|
|
17412
|
+
...props
|
|
17413
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17414
|
+
width: `${size}px`,
|
|
17415
|
+
height: `${size}px`,
|
|
17416
|
+
viewBox: "0 0 24 24",
|
|
17417
|
+
fill: "none",
|
|
17418
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17419
|
+
...props,
|
|
17420
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17421
|
+
children: tooltip
|
|
17422
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17423
|
+
transform: "translate(2, 2)",
|
|
17424
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17425
|
+
d: "M10 0C4.49 0 0 4.49 0 10C0 15.51 4.49 20 10 20C15.51 20 20 15.51 20 10C20 4.49 15.51 0 10 0ZM6 11C5.44 11 5 10.55 5 10C5 9.45 5.45 9 6 9C6.55 9 7 9.45 7 10C7 10.55 6.56 11 6 11ZM10 11C9.44 11 9 10.55 9 10C9 9.45 9.45 9 10 9C10.55 9 11 9.45 11 10C11 10.55 10.56 11 10 11ZM14 11C13.44 11 13 10.55 13 10C13 9.45 13.45 9 14 9C14.55 9 15 9.45 15 10C15 10.55 14.56 11 14 11Z",
|
|
17426
|
+
fill: fill
|
|
17427
|
+
})
|
|
17428
|
+
})]
|
|
17429
|
+
});
|
|
17430
|
+
const MoreCircleFilled_ICON_NAME = 'more-circle-filled';
|
|
17431
|
+
;// ./src/components/Icon/icons/MoreSquareFilled.tsx
|
|
17432
|
+
|
|
17433
|
+
const MoreSquareFilled = ({
|
|
17434
|
+
fill = '#000',
|
|
17435
|
+
size = 24,
|
|
17436
|
+
tooltip = 'More Square Filled',
|
|
17437
|
+
...props
|
|
17438
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17439
|
+
width: `${size}px`,
|
|
17440
|
+
height: `${size}px`,
|
|
17441
|
+
viewBox: "0 0 24 24",
|
|
17442
|
+
fill: "none",
|
|
17443
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17444
|
+
...props,
|
|
17445
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17446
|
+
children: tooltip
|
|
17447
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17448
|
+
transform: "translate(2, 2)",
|
|
17449
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17450
|
+
d: "M14.19 0H5.81C2.17 0 0 2.17 0 5.81V14.18C0 17.83 2.17 20 5.81 20H14.18C17.82 20 19.99 17.83 19.99 14.19V5.81C20 2.17 17.83 0 14.19 0ZM6 11C5.44 11 5 10.55 5 10C5 9.45 5.45 9 6 9C6.55 9 7 9.45 7 10C7 10.55 6.56 11 6 11ZM10 11C9.44 11 9 10.55 9 10C9 9.45 9.45 9 10 9C10.55 9 11 9.45 11 10C11 10.55 10.56 11 10 11ZM14 11C13.44 11 13 10.55 13 10C13 9.45 13.45 9 14 9C14.55 9 15 9.45 15 10C15 10.55 14.56 11 14 11Z",
|
|
17451
|
+
fill: fill
|
|
17452
|
+
})
|
|
17453
|
+
})]
|
|
17454
|
+
});
|
|
17455
|
+
const MoreSquareFilled_ICON_NAME = 'more-square-filled';
|
|
17456
|
+
;// ./src/components/Icon/icons/ClientFeedback.tsx
|
|
17457
|
+
|
|
17458
|
+
const ClientFeedback = ({
|
|
17459
|
+
fill = '#000',
|
|
17460
|
+
size = 24,
|
|
17461
|
+
tooltip = 'Client Feedback',
|
|
17462
|
+
...props
|
|
17463
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17464
|
+
width: `${size}px`,
|
|
17465
|
+
height: `${size}px`,
|
|
17466
|
+
viewBox: "0 0 24 24",
|
|
17467
|
+
fill: "none",
|
|
17468
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17469
|
+
...props,
|
|
17470
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17471
|
+
children: tooltip
|
|
17472
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17473
|
+
transform: "translate(4, 2)",
|
|
17474
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17475
|
+
fillRule: "evenodd",
|
|
17476
|
+
clipRule: "evenodd",
|
|
17477
|
+
d: "M8 7C8.22918 7.00008 8.43942 7.12061 8.54688 7.3125L9.58496 9.16992C9.59674 9.19147 9.61417 9.21022 9.63477 9.22461C9.65537 9.23897 9.67986 9.24891 9.70508 9.25293L11.8867 9.61523C12.1126 9.65283 12.2979 9.80595 12.3691 10.0127C12.4399 10.2195 12.3853 10.4471 12.2256 10.6035L10.6846 12.1143C10.6669 12.1318 10.6525 12.1531 10.6445 12.1758C10.6366 12.1989 10.6353 12.2237 10.6387 12.248L10.9492 14.3301C10.981 14.545 10.8853 14.7598 10.7002 14.8877C10.5148 15.0156 10.2695 15.036 10.0635 14.9404L8.07324 14.0166C8.05059 14.0059 8.02557 14 8 14C7.97442 14 7.94886 14.0053 7.92578 14.0156L5.93555 14.9395C5.72964 15.0349 5.48516 15.015 5.2998 14.8877C5.11439 14.7597 5.01784 14.5446 5.0498 14.3291L5.36133 12.2471C5.365 12.2234 5.36233 12.1987 5.35449 12.1758C5.34655 12.1528 5.33332 12.1314 5.31543 12.1143L3.77441 10.6025C3.6152 10.4462 3.55929 10.2194 3.62988 10.0127C3.70069 9.80593 3.88642 9.65285 4.1123 9.61523L6.29492 9.25195C6.31988 9.24754 6.34382 9.23838 6.36426 9.22461C6.38487 9.21024 6.40226 9.19147 6.41406 9.16992L7.45312 7.3125C7.5606 7.12061 7.77081 7.00006 8 7Z",
|
|
17478
|
+
fill: fill
|
|
17479
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17480
|
+
fillRule: "evenodd",
|
|
17481
|
+
clipRule: "evenodd",
|
|
17482
|
+
d: "M10.6318 0C11.1749 0 11.6563 0.269158 11.9326 0.672852H13.5801C14.9194 0.672852 15.9998 1.6888 16 2.9502V17.7227C15.9997 18.984 14.9194 20 13.5801 20H2.41992C1.08062 20 0.000265598 18.984 0 17.7227V2.9502C0.000160771 1.71644 1.03337 0.717969 2.33203 0.674805L4.06445 0.677734C4.34027 0.271405 4.82297 0 5.36816 0H10.6318ZM2.41992 1.94531C1.82377 1.94531 1.35172 2.39002 1.35156 2.9502V17.7227C1.35182 18.2828 1.82383 18.7275 2.41992 18.7275H13.5801C14.1762 18.7275 14.6482 18.2828 14.6484 17.7227V2.9502C14.6483 2.39002 14.1762 1.94531 13.5801 1.94531H12.1797V2.55273C12.1797 3.35395 11.481 4.0127 10.6318 4.0127H5.36816C4.51897 4.0127 3.82129 3.35395 3.82129 2.55273V1.94434L2.41992 1.94531ZM5.36816 1.19824C5.36816 1.19824 5.26284 1.18155 5.13281 1.26758C5.0076 1.35051 5.00309 1.45187 5.00293 1.45898V2.55273C5.00293 2.55273 5.00289 2.66179 5.08203 2.72559C5.22217 2.83854 5.36816 2.81445 5.36816 2.81445H10.6318C10.6318 2.81445 10.7372 2.83017 10.8672 2.74414C10.9969 2.65815 10.9971 2.55273 10.9971 2.55273V1.45898C10.997 1.45175 10.9941 1.34866 10.918 1.28711C10.7778 1.17415 10.6318 1.19824 10.6318 1.19824H5.36816Z",
|
|
17483
|
+
fill: fill
|
|
17484
|
+
})]
|
|
17485
|
+
})]
|
|
17486
|
+
});
|
|
17487
|
+
const ClientFeedback_ICON_NAME = 'client-feedback';
|
|
17488
|
+
;// ./src/components/Icon/icons/Expertise.tsx
|
|
17489
|
+
|
|
17490
|
+
const Expertise = ({
|
|
17491
|
+
fill = '#000',
|
|
17492
|
+
size = 24,
|
|
17493
|
+
tooltip = 'Expertise',
|
|
17494
|
+
...props
|
|
17495
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17496
|
+
width: `${size}px`,
|
|
17497
|
+
height: `${size}px`,
|
|
17498
|
+
viewBox: "0 0 24 24",
|
|
17499
|
+
fill: "none",
|
|
17500
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17501
|
+
...props,
|
|
17502
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17503
|
+
children: tooltip
|
|
17504
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17505
|
+
transform: "translate(3, 2)",
|
|
17506
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17507
|
+
d: "M7.19086 2.72975L7.27544 2.74044C7.35857 2.75524 7.43962 2.78215 7.51847 2.82016L8.04342 3.07583L8.36326 3.2197C9.10886 3.5315 9.92031 3.69407 10.7285 3.6941H11.5917L11.7025 3.70577L11.7074 3.70674L11.8065 3.73591C12.0295 3.82332 12.1885 4.03964 12.1886 4.29488L12.1769 4.4164C12.1205 4.69093 11.8763 4.89566 11.5868 4.89566H10.7275L10.3668 4.88691H10.3649C9.5185 4.84431 8.67809 4.6536 7.89663 4.32696L7.51944 4.15781L7.5175 4.15684L7.20156 4.0013L6.79229 4.62638C6.69004 4.77948 6.52976 4.87136 6.36066 4.89177L6.28775 4.89566C6.20241 4.89556 6.11643 4.87684 6.03694 4.84025L5.95917 4.79747C5.68332 4.61511 5.60464 4.24186 5.78808 3.96436L6.32664 3.14679L6.32858 3.14388L6.40344 3.04569L6.40538 3.04277C6.60374 2.81785 6.89893 2.70448 7.19086 2.72975Z",
|
|
17508
|
+
fill: fill
|
|
17509
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17510
|
+
fillRule: "evenodd",
|
|
17511
|
+
clipRule: "evenodd",
|
|
17512
|
+
d: "M9.76702 0.0136099C10.5976 0.0677093 11.3526 0.281961 12.0107 0.640635L12.3315 0.832145L12.3373 0.836034L13.3503 1.72165L13.3552 1.72651C13.7758 2.21789 14.1075 2.80304 14.336 3.46857L14.4274 3.75924L14.4284 3.76021L14.5314 4.16462L14.5334 4.17337L14.5441 4.32502L14.545 4.33182C14.536 4.4764 14.4693 4.61083 14.3642 4.71484L14.371 4.72068L14.3292 4.75567C14.1651 4.89428 13.9438 4.92523 13.7537 4.86358C13.8172 5.06879 13.8641 5.25674 13.8976 5.44589L14.0318 5.49352L14.0356 5.49449L14.1581 5.56157C14.3901 5.71141 14.5491 5.95724 14.6364 6.25081L14.6743 6.40149L14.6753 6.40441L14.7132 6.69216V6.69605L14.7171 6.92742C14.7111 7.16098 14.6759 7.40374 14.6141 7.64193V7.65068L14.5645 7.63707L14.6121 7.65068C14.4338 8.30184 14.0644 8.85599 13.5962 9.0943C13.407 9.64569 13.1469 10.1865 12.8341 10.6925L15.7038 12.3519L15.7048 12.3529L15.9624 12.5133L16.1967 12.6805C17.3316 13.5472 18.0173 14.9078 18.0175 16.3581V18.7359L18.0107 18.8652C17.9452 19.5049 17.4 20.0084 16.743 20.0084H11.3535L11.6656 21.4054L11.6763 21.4764C11.7054 21.829 11.3591 22.1013 11.0386 21.9634L11.0347 21.9614L10.9754 21.9294L10.9725 21.9274L9.00875 20.687L7.04504 21.9274L7.04213 21.9294L6.98283 21.9614L6.97894 21.9634C6.63711 22.1107 6.26597 21.7912 6.35191 21.4054L6.66397 20.0084H1.27447C0.617551 20.0084 0.0723221 19.5049 0.00680493 18.8652L0 18.7359V16.3581C0.000262634 14.7081 0.889111 13.1745 2.31562 12.3519L5.18147 10.6925C4.86877 10.1866 4.60848 9.64558 4.41931 9.0943C3.95194 8.85553 3.58345 8.3011 3.40538 7.65068L3.40149 7.63707C3.29241 7.21419 3.26538 6.77712 3.34316 6.40149V6.39955L3.38497 6.23234L3.38594 6.22943L3.43746 6.08749C3.56897 5.77561 3.79579 5.53994 4.11406 5.44783V5.44297L4.10823 5.37006L4.0849 5.16883L4.04213 4.81692C4.00046 4.42128 3.97215 3.89542 4.03727 3.22942V3.22748L4.07421 2.95626L4.07518 2.95431L4.12184 2.72489C4.24838 2.20079 4.48528 1.75294 4.81983 1.40862L4.98704 1.25308C5.38758 0.912831 5.89171 0.714352 6.46565 0.679521C7.18201 0.227438 8.25576 0 9.00875 0H9.34511L9.76702 0.0136099ZM8.46144 17.443L8.45075 17.4712L8.42061 17.4741L6.89825 17.6082L8.05995 18.6611L8.08134 18.6805L8.0755 18.7087L7.74304 20.1912L8.45075 19.746L8.9825 19.4096L9.00875 19.3921L9.035 19.4096L10.2725 20.1912L9.942 18.7087L9.93617 18.6805L11.1173 17.6082L9.59689 17.4741L9.56676 17.4712L9.55606 17.443L9.00875 16.0917L8.46144 17.443ZM12.1196 11.6636C11.2951 12.6064 10.2222 13.292 9.00875 13.292C7.79478 13.292 6.72066 12.607 5.89598 11.6636L2.91834 13.3902C1.86068 13.9999 1.20376 15.1396 1.2035 16.3581V18.7359L1.20933 18.7631C1.22011 18.7886 1.2453 18.8069 1.27447 18.8069H6.59009L5.13772 17.4887C4.8314 17.211 4.99036 16.6797 5.40214 16.6429L7.68665 16.4388L8.58101 14.232L8.61504 14.163C8.80618 13.8397 9.28667 13.8626 9.43649 14.232L10.3299 16.4388L12.6154 16.6429L12.6892 16.6555C13.0211 16.7392 13.1496 17.1651 12.9323 17.4333L12.8798 17.4887L11.4264 18.8069H16.743C16.7722 18.8069 16.7974 18.7886 16.8082 18.7631L16.814 18.7359V16.3581C16.8138 15.2156 16.2371 14.1436 15.2946 13.5117L15.1011 13.3911L12.1196 11.6636ZM9.00875 1.20156C8.7431 1.20156 8.45334 1.23575 8.17175 1.29585L7.89469 1.3639C7.52812 1.46706 7.21717 1.6071 7.02366 1.75275L7.02269 1.75373L7.01588 1.75859C6.94018 1.8115 6.85216 1.84975 6.75827 1.86552L6.66202 1.8733C6.30129 1.8733 6.00679 1.97905 5.78127 2.16494L5.68795 2.24951C5.48013 2.46051 5.32712 2.76711 5.26021 3.16818L5.23688 3.34608C5.16069 4.09127 5.22808 4.6365 5.27479 5.00843L5.27771 5.01815L5.3127 5.34478V5.3477L5.31562 5.50033V5.50324L5.30201 5.6442V5.64809C5.27389 5.80439 5.25463 5.96709 5.24854 6.12832V6.13513C5.23491 6.34396 5.11745 6.5354 4.92677 6.63772L4.92288 6.63967L4.91802 6.64064L4.91899 6.64161C4.79429 6.70308 4.6509 6.71707 4.51458 6.68536L4.50292 6.7884C4.4955 6.94699 4.51497 7.13918 4.56611 7.33377L4.62929 7.52819L4.67985 7.64971C4.73217 7.76279 4.78771 7.84926 4.83733 7.91219L4.8976 7.98121C4.91547 7.9992 4.93058 8.01241 4.94232 8.02107L4.94621 8.02301C5.13097 8.03849 5.29649 8.13724 5.39728 8.2884L5.43714 8.3584L5.43908 8.36228L5.47019 8.44297L5.47311 8.4488L5.63642 8.93001L5.73169 9.16818C5.83225 9.40599 5.94732 9.6401 6.07486 9.8652L6.34511 10.3017L6.34705 10.3036L6.53273 10.5681L6.73493 10.8169L6.73785 10.8198L6.98866 11.0979C7.58855 11.7131 8.28554 12.0904 9.00875 12.0904C9.83272 12.0904 10.6237 11.5999 11.2748 10.8266L11.2758 10.8247L11.2816 10.8179L11.4848 10.5681C11.5485 10.4831 11.61 10.3947 11.6695 10.3046L11.6714 10.3017L11.9426 9.8652L12.1244 9.52204C12.2957 9.1738 12.4369 8.81117 12.5444 8.45075L12.5473 8.44297L12.5784 8.36228L12.5804 8.35742C12.6725 8.16909 12.8567 8.04222 13.0664 8.02301C13.0687 8.02201 13.0713 8.02204 13.0713 8.02204L13.0742 8.02107L13.1189 7.98121C13.1355 7.96476 13.1535 7.9438 13.1734 7.91899L13.1743 7.91802L13.1782 7.91219L13.2502 7.81206C13.3202 7.70037 13.3929 7.54287 13.4495 7.33571L13.4913 7.14031C13.5186 6.97047 13.5194 6.81186 13.5019 6.68536C13.3659 6.71678 13.2229 6.70294 13.0985 6.64161L13.0907 6.63772C12.9001 6.5354 12.7826 6.34396 12.769 6.13513V6.13027L12.7427 5.8221C12.7056 5.52668 12.6307 5.25212 12.4822 4.84316L12.4277 4.66624C12.3861 4.49453 12.3828 4.33869 12.4122 4.20058L12.4511 4.07129C12.4968 3.95657 12.5636 3.86734 12.6309 3.80007L12.6338 3.79326L12.6455 3.78451L12.7388 3.71063L12.7417 3.70869L12.8409 3.65036C12.9208 3.611 13.004 3.5862 13.0868 3.57064C12.8302 2.94997 12.4639 2.4446 12.001 2.06384L11.791 1.90344C11.2244 1.50617 10.523 1.26686 9.70383 1.21322L9.34511 1.20156H9.00875Z",
|
|
17513
|
+
fill: fill
|
|
17514
|
+
})]
|
|
17515
|
+
})]
|
|
17516
|
+
});
|
|
17517
|
+
const Expertise_ICON_NAME = 'expertise';
|
|
17518
|
+
;// ./src/components/Icon/icons/Responsibilities.tsx
|
|
17519
|
+
|
|
17520
|
+
const Responsibilities = ({
|
|
17521
|
+
fill = '#000',
|
|
17522
|
+
size = 24,
|
|
17523
|
+
tooltip = 'Responsibilities',
|
|
17524
|
+
...props
|
|
17525
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17526
|
+
width: `${size}px`,
|
|
17527
|
+
height: `${size}px`,
|
|
17528
|
+
viewBox: "0 0 24 24",
|
|
17529
|
+
fill: "none",
|
|
17530
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17531
|
+
...props,
|
|
17532
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17533
|
+
children: tooltip
|
|
17534
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17535
|
+
transform: "translate(1, 0)",
|
|
17536
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17537
|
+
d: "M10.3833 20.6562C10.5882 20.6836 10.7976 20.7001 11.0112 20.7002H11.0395L11.0591 20.6992L11.2807 20.6904H11.3061L11.3413 20.6875C11.3777 20.6849 11.4145 20.6792 11.4507 20.6758V22.126C11.7381 22.3049 11.931 22.6219 11.9311 22.9854C11.9311 23.5453 11.4764 23.9998 10.9165 24C10.3568 23.9996 9.90282 23.5452 9.90282 22.9854C9.90301 22.622 10.096 22.3049 10.3833 22.126V20.6562Z",
|
|
17538
|
+
fill: fill
|
|
17539
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17540
|
+
d: "M8.89208 7.47266L8.90184 7.47363L8.98778 7.48438L8.99852 7.48633L9.13524 7.52246C9.17966 7.53744 9.22406 7.55552 9.26708 7.57617L9.87157 7.87109L9.87743 7.87305L9.88036 7.875L10.2329 8.0332L10.2358 8.03418L10.2573 8.04297C11.1256 8.4051 12.0709 8.59555 13.0112 8.5957H14.0093L14.1255 8.60742L14.1431 8.60938L14.1606 8.61426L14.2407 8.6377L14.2602 8.64355C14.5043 8.7418 14.6767 8.97905 14.6811 9.25684V9.26758L14.6802 9.2793L14.6694 9.3877L14.6684 9.39941L14.6665 9.41113C14.6084 9.67478 14.3944 9.88064 14.1274 9.92871L14.1196 9.92969L14.1108 9.93066L14.0278 9.93848L14.019 9.93945H13.0112L12.5913 9.92871H12.5825C11.8344 9.89028 11.0883 9.75217 10.3755 9.52051L10.3725 9.51953L10.0757 9.41602L10.0679 9.41406L9.7329 9.28125L9.72411 9.27734L9.29637 9.08594L9.28954 9.08301L8.92333 8.90234L8.92235 8.90137L8.90087 8.89062L8.88817 8.91016L8.41259 9.63672L8.41161 9.63867C8.29735 9.80848 8.11808 9.90934 7.93114 9.93262L7.91747 9.93457L7.85399 9.9375L7.84618 9.93848H7.83934C7.79738 9.93776 7.75181 9.9329 7.70653 9.92285L7.687 9.91699L7.59423 9.88574L7.5786 9.88086L7.56493 9.87305L7.49266 9.83496L7.4829 9.83008L7.47313 9.82324C7.20935 9.64295 7.11241 9.30423 7.22801 9.0166L7.29051 8.89648L7.86571 8.02051L7.9204 7.93652L7.92528 7.92969L7.93016 7.92383L7.99852 7.83789L8.13719 7.66016L8.16259 7.68555C8.33778 7.55352 8.55039 7.47768 8.76805 7.46973L8.89208 7.47266Z",
|
|
17541
|
+
fill: fill
|
|
17542
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17543
|
+
fillRule: "evenodd",
|
|
17544
|
+
clipRule: "evenodd",
|
|
17545
|
+
d: "M11.8891 4.31445L11.896 4.31543C12.6305 4.36382 13.315 4.52078 13.936 4.77734L14.1987 4.89355L14.2036 4.89648L14.4819 5.03809L14.4936 5.04395L14.852 5.25879L14.8677 5.26758L14.8813 5.2793L16.0317 6.28711L16.0434 6.29688L16.0522 6.30762C16.4734 6.80185 16.818 7.3793 17.0737 8.02734L17.1782 8.30957L17.1802 8.31445L17.2866 8.65137L17.2905 8.66309L17.4028 9.10938L17.4077 9.12598L17.4087 9.14355L17.4194 9.28906L17.4204 9.30469L17.4194 9.32031C17.4066 9.47431 17.336 9.61987 17.2212 9.73438L17.2182 9.7373L17.1587 9.79492L17.1479 9.80566L17.1352 9.81445C16.9809 9.92321 16.79 9.95661 16.6128 9.9209L16.5376 9.90137L16.4878 9.88477L16.5034 9.93555C16.5769 10.1731 16.6308 10.3921 16.6694 10.6104L16.6704 10.625L16.688 10.6309L16.8296 10.6797L16.8452 10.6855L16.8608 10.6943L16.9751 10.7568L16.9819 10.7607L16.9878 10.7646C17.2138 10.912 17.3807 11.1415 17.4858 11.418L17.4878 11.4248L17.5259 11.5342L17.5288 11.542L17.5307 11.5508L17.5718 11.7178L17.5727 11.7256L17.5747 11.7324V11.7373L17.5766 11.7441L17.6157 12.0439L17.6167 12.0557V12.0674L17.6216 12.3291V12.3379C17.6139 12.6025 17.5741 12.8784 17.5044 13.1484L17.5024 13.1572L17.4966 13.1719C17.2894 13.9189 16.8663 14.5519 16.3345 14.8232L16.3237 14.8281L16.3208 14.8389C16.1026 15.4746 15.8009 16.0979 15.4409 16.6816L15.437 16.6885L15.4321 16.6953L14.6128 17.8096L14.6079 17.8164L14.602 17.8223C13.7068 18.8434 12.562 19.5996 11.271 19.6904H11.2651L11.019 19.7002H11.0112C9.61576 19.6997 8.37664 18.9155 7.42235 17.8281L7.41649 17.8213L7.41161 17.8145L6.58739 16.6914L6.58251 16.6855L6.57762 16.6777C6.2189 16.0953 5.91922 15.4726 5.70165 14.8389L5.69774 14.8281L5.68895 14.8242L5.68114 14.8203L5.59227 14.7695L5.58544 14.7666C5.16024 14.5052 4.81358 14.0096 4.60497 13.4219L4.60204 13.415L4.52489 13.168L4.5161 13.1387V13.1309C4.40364 12.6877 4.37015 12.2329 4.43309 11.8311L4.4243 11.8232L4.45165 11.7139L4.49657 11.5352L4.49852 11.5254L4.50243 11.5146L4.55516 11.3711L4.55907 11.3623C4.70941 11.006 4.96853 10.7374 5.3286 10.6328L5.34813 10.627V10.5986L5.3413 10.5166L5.33739 10.4736L5.31395 10.2793L5.26415 9.87109V9.86816C5.21608 9.41011 5.18306 8.80117 5.25829 8.03125L5.26219 7.99609V7.99023L5.29637 7.74121L5.30028 7.71973L5.30321 7.70898L5.35594 7.44629L5.35887 7.43262L5.36083 7.42383C5.50765 6.8317 5.77869 6.32492 6.15575 5.93457L6.16259 5.92676L6.3286 5.77246L6.33544 5.7666L6.35399 5.75098L6.5327 5.6123C6.96121 5.30629 7.47825 5.12631 8.05614 5.09082L8.06395 5.08984L8.07274 5.08496C8.89998 4.56428 10.1416 4.29996 11.0122 4.2998H11.4018L11.8891 4.31445ZM11.0122 5.64355C10.7049 5.64362 10.3688 5.68156 10.0444 5.75L10.0347 5.75488L10.0249 5.75586L9.71044 5.83398L9.70653 5.83496C9.28044 5.95523 8.91498 6.1186 8.687 6.29004L8.68407 6.29199L8.67821 6.29688C8.59413 6.35527 8.49642 6.39622 8.39501 6.41406L8.37743 6.41602L8.28856 6.42383L8.28075 6.4248H8.27294C7.85532 6.4271 7.51018 6.55185 7.24559 6.76855L7.23387 6.77734L7.13524 6.86426L7.13134 6.87012C6.91617 7.08891 6.75092 7.39384 6.66063 7.78125L6.62743 7.9502L6.62645 7.94922L6.62548 7.95215L6.62645 7.95312L6.60204 8.14355V8.1543L6.60106 8.16406C6.51318 9.0278 6.58786 9.66276 6.64208 10.0947L6.64403 10.1035L6.64598 10.1094L6.64696 10.1172L6.64989 10.1309L6.68895 10.4922V10.501L6.69188 10.6504V10.6621L6.69091 10.6729L6.67626 10.8271L6.67528 10.8359L6.6743 10.8438C6.64241 11.0231 6.6218 11.2111 6.61473 11.3975V11.4072C6.59905 11.6311 6.47512 11.8347 6.27977 11.9512L6.2495 11.9678L6.2163 11.9746L5.96825 12.0254H5.96337L5.93602 12.0303L5.91161 12.0352L5.88622 12.0332C5.86199 12.0314 5.82831 12.0285 5.79344 12.0205L5.76415 12.0137L5.76122 12.042V12.0439L5.74657 12.1562V12.3105L5.76903 12.5527C5.78102 12.6339 5.79741 12.717 5.81884 12.7998L5.82176 12.8076L5.82274 12.8096L5.89403 13.0322L5.89598 13.0361V13.04L5.9536 13.1758L5.95458 13.1777L6.04833 13.3555C6.07866 13.4053 6.10877 13.4489 6.13719 13.4854L6.14208 13.4902L6.14403 13.4932L6.15184 13.5029L6.19872 13.5576L6.20067 13.5596L6.20848 13.5664L6.21532 13.5732L6.26805 13.6201L6.27294 13.624L6.27489 13.625L6.27977 13.627L6.28368 13.6279H6.28661C6.46471 13.6432 6.62674 13.7281 6.73973 13.8584L6.78563 13.917L6.78954 13.9229L6.79344 13.9297L6.82762 13.9883L6.83641 14.0029L6.84227 14.0186L6.87157 14.0957L6.8745 14.1025L6.87743 14.1123L7.06298 14.6543L7.06688 14.665L7.17528 14.9375L7.17821 14.9434C7.29457 15.2185 7.42753 15.4906 7.57469 15.751L7.5786 15.7568L7.89305 16.2646L7.89891 16.2744L7.90282 16.2803L8.12743 16.5957L8.34911 16.8662L8.35009 16.8682L8.35692 16.873L8.37548 16.8945L8.64305 17.1934L8.64501 17.1953C9.34389 17.9116 10.1601 18.3548 11.0083 18.3564L11.1929 18.3506L11.3618 18.332C12.198 18.2129 12.9906 17.6746 13.6557 16.8887L13.6948 16.8418L13.9077 16.5811L13.9116 16.5762L14.1284 16.2686L14.1352 16.2588L14.5298 15.6201L15.1206 14.1885L15.1225 14.1836L15.1235 14.1826L15.147 14.1084L15.2475 13.7959L15.2954 13.8438C15.3273 13.8088 15.3634 13.7774 15.4018 13.75L15.4087 13.7451L15.4145 13.7412L15.4321 13.7305C15.4986 13.6883 15.573 13.6586 15.6509 13.6416L15.6616 13.6387L15.7182 13.6299L15.7339 13.6279H15.7368L15.7436 13.626L15.7515 13.623L15.7573 13.6191L15.7856 13.5938L15.811 13.5684C15.8312 13.548 15.8524 13.5251 15.8706 13.5029L15.8725 13.498L15.8891 13.4756L15.9624 13.375L15.9692 13.3662C16.0498 13.2364 16.1319 13.055 16.1968 12.8213L16.2007 12.8047L16.2485 12.584L16.2505 12.5742C16.2619 12.5016 16.2702 12.4306 16.2739 12.3623V12.1611L16.2612 12.0352L16.2583 12.0137L16.23 12.0205C16.0783 12.0554 15.9189 12.0392 15.7807 11.9717L15.7632 11.9629C15.6045 11.8749 15.4902 11.7299 15.439 11.5635L15.436 11.5527L15.4233 11.501L15.4204 11.4893L15.4194 11.4766L15.4116 11.4121L15.4106 11.4062L15.4097 11.3984L15.3804 11.041L15.3794 11.0332V11.0312L15.3374 10.7764C15.3033 10.6054 15.2556 10.4281 15.1899 10.2256L15.1802 10.1953L15.0757 9.89258L15.0737 9.8877L15.0141 9.69922L15.0102 9.68555C14.9846 9.57745 14.9731 9.47443 14.9731 9.37793V9.36914L14.977 9.29199V9.28125L14.979 9.27051L14.9936 9.17383L14.9956 9.16016L14.9995 9.14746L15.0337 9.03418L15.0356 9.02539L15.0395 9.0166C15.0907 8.88822 15.1656 8.78614 15.2417 8.70996L15.2485 8.70312L15.2602 8.69043L15.2729 8.68066L15.352 8.61719L15.3638 8.60742L15.3765 8.60059L15.4712 8.5459L15.477 8.54199L15.4839 8.53809C15.5729 8.49501 15.667 8.46739 15.7583 8.4502L15.7895 8.44434L15.7778 8.41504C15.4783 7.69094 15.0502 7.09773 14.5093 6.65234L14.5034 6.64941L14.2671 6.46777L14.2622 6.46484L14.1343 6.37891L13.8891 6.23145C13.3029 5.9074 12.6131 5.70985 11.8335 5.65723H11.8208L11.4038 5.64355H11.0122Z",
|
|
17546
|
+
fill: fill
|
|
17547
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17548
|
+
d: "M4.45848 15.1113C4.5857 15.2501 4.72381 15.3791 4.87548 15.4912C4.93923 15.6568 5.00873 15.8209 5.08153 15.9834L2.02489 17.75C2.0025 18.0752 1.82534 18.3842 1.52196 18.5596C1.03714 18.8394 0.417373 18.673 0.137194 18.1885C-0.14274 17.7035 0.0232893 17.0837 0.508288 16.8037C0.834123 16.6158 1.21833 16.6325 1.52196 16.8086L4.45848 15.1113Z",
|
|
17549
|
+
fill: fill
|
|
17550
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17551
|
+
d: "M20.4546 16.8086C20.7584 16.6319 21.1439 16.6155 21.4702 16.8037C21.9548 17.0838 22.121 17.7036 21.8413 18.1885C21.5613 18.6728 20.9422 18.8388 20.4575 18.5596C20.1538 18.3842 19.974 18.0754 19.9516 17.75L16.9292 16.0049C17.006 15.8349 17.0801 15.6638 17.147 15.4902C17.2915 15.3836 17.4229 15.2604 17.5454 15.1289L20.4546 16.8086Z",
|
|
17552
|
+
fill: fill
|
|
17553
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17554
|
+
d: "M0.135241 5.65723C0.41521 5.17259 1.03612 5.00572 1.52098 5.28516C1.84669 5.47334 2.02452 5.81599 2.02391 6.16699L4.32469 7.49512V7.49805L4.30907 7.58398L4.27196 7.85449L4.26219 7.92188V7.94336C4.23727 8.20075 4.22685 8.44233 4.22118 8.66797L1.45946 7.07422C1.16689 7.2169 0.81149 7.21669 0.508288 7.04199C0.0234964 6.7621 -0.144193 6.14216 0.135241 5.65723Z",
|
|
17555
|
+
fill: fill
|
|
17556
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17557
|
+
d: "M20.4575 5.28516C20.9423 5.00598 21.5623 5.17283 21.8423 5.65723C22.1215 6.14184 21.9552 6.76186 21.4712 7.04199C21.1675 7.21714 20.81 7.21756 20.5171 7.07422L18.2505 8.38184L18.2397 8.34668L18.1343 8.01367L18.1225 7.97754L18.1157 7.95996L18.0122 7.67969L18.0044 7.66016L17.8891 7.38379C17.8861 7.37691 17.8824 7.37015 17.8794 7.36328L19.9536 6.16699C19.953 5.8159 20.1316 5.4733 20.4575 5.28516Z",
|
|
17558
|
+
fill: fill
|
|
17559
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17560
|
+
d: "M10.9165 0C11.4764 0.000192625 11.9311 0.454689 11.9311 1.01465C11.931 1.37781 11.7377 1.6931 11.4507 1.87207V3.2998H11.0122C10.8168 3.29985 10.605 3.31242 10.3833 3.33496V1.87207C10.0963 1.69307 9.90301 1.37772 9.90282 1.01465C9.90282 0.454825 10.3568 0.00041407 10.9165 0Z",
|
|
17561
|
+
fill: fill
|
|
17562
|
+
})]
|
|
17563
|
+
})]
|
|
17564
|
+
});
|
|
17565
|
+
const Responsibilities_ICON_NAME = 'responsibilities';
|
|
17566
|
+
;// ./src/components/Icon/icons/Mobile.tsx
|
|
17567
|
+
|
|
17568
|
+
const Mobile = ({
|
|
17569
|
+
fill = '#000',
|
|
17570
|
+
size = 24,
|
|
17571
|
+
tooltip = 'Mobile',
|
|
17572
|
+
...props
|
|
17573
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17574
|
+
width: `${size}px`,
|
|
17575
|
+
height: `${size}px`,
|
|
17576
|
+
viewBox: "0 0 24 24",
|
|
17577
|
+
fill: "none",
|
|
17578
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17579
|
+
...props,
|
|
17580
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17581
|
+
children: tooltip
|
|
17582
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17583
|
+
transform: "translate(4.45, 1.05)",
|
|
17584
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17585
|
+
fillRule: "evenodd",
|
|
17586
|
+
clipRule: "evenodd",
|
|
17587
|
+
d: "M7.7793 15.6064C8.7866 15.7082 9.58281 16.5044 9.68457 17.5117L9.69531 17.7305C9.69531 18.8397 8.85866 19.7463 7.7793 19.8555L7.56055 19.8662C6.45102 19.8662 5.54435 19.029 5.43555 17.9492L5.4248 17.7305C5.42518 16.5474 6.37738 15.5957 7.56055 15.5957L7.7793 15.6064ZM7.56055 16.833C7.0585 16.833 6.66347 17.2286 6.66309 17.7305L6.66699 17.8232C6.71222 18.2806 7.08963 18.6279 7.56055 18.6279L7.65332 18.623C8.0798 18.5805 8.41188 18.2499 8.4541 17.8232L8.45801 17.7305C8.45765 17.2602 8.11006 16.8835 7.65332 16.8379L7.56055 16.833Z",
|
|
17588
|
+
fill: fill
|
|
17589
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17590
|
+
d: "M5.01758 2.03418L5.09863 2.03809C5.46965 2.07489 5.75627 2.3614 5.79297 2.73242L5.79688 2.81348C5.7968 3.2233 5.49624 3.54937 5.09863 3.58887L5.01758 3.59277H4.16992C3.75988 3.59277 3.43381 3.29242 3.39453 2.89453L3.39062 2.81348C3.39078 2.37611 3.73251 2.03418 4.16992 2.03418H5.01758Z",
|
|
17591
|
+
fill: fill
|
|
17592
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17593
|
+
d: "M10.9502 2.03418C11.36 2.03437 11.6863 2.33474 11.7256 2.73242L11.7295 2.81348C11.7294 3.25079 11.3875 3.59257 10.9502 3.59277H7.56055C7.15051 3.59277 6.82444 3.29242 6.78516 2.89453L6.78125 2.81348C6.78141 2.37611 7.12314 2.03418 7.56055 2.03418H10.9502Z",
|
|
17594
|
+
fill: fill
|
|
17595
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17596
|
+
fillRule: "evenodd",
|
|
17597
|
+
clipRule: "evenodd",
|
|
17598
|
+
d: "M12.6455 0C14.0151 0.000209134 15.12 1.10502 15.1201 2.47461V19.4258C15.1201 20.7955 14.0152 21.9002 12.6455 21.9004H2.47461C1.10476 21.9004 0 20.7956 0 19.4258V2.47461C0.000164089 1.1049 1.10486 5.57409e-06 2.47461 0H12.6455ZM2.47461 1.23828C1.78598 1.23828 1.23844 1.78602 1.23828 2.47461V19.4258C1.23828 20.1145 1.78588 20.6621 2.47461 20.6621H12.6455C13.3341 20.6619 13.8818 20.1144 13.8818 19.4258V2.47461C13.8817 1.78615 13.334 1.23849 12.6455 1.23828H2.47461Z",
|
|
17599
|
+
fill: fill
|
|
17600
|
+
})]
|
|
17601
|
+
})]
|
|
17602
|
+
});
|
|
17603
|
+
const Mobile_ICON_NAME = 'mobile';
|
|
17604
|
+
;// ./src/components/Icon/icons/DeliveryAddress.tsx
|
|
17605
|
+
|
|
17606
|
+
const DeliveryAddress = ({
|
|
17607
|
+
fill = '#000',
|
|
17608
|
+
size = 24,
|
|
17609
|
+
tooltip = 'Delivery Address',
|
|
17610
|
+
...props
|
|
17611
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17612
|
+
width: `${size}px`,
|
|
17613
|
+
height: `${size}px`,
|
|
17614
|
+
viewBox: "0 0 24 24",
|
|
17615
|
+
fill: "none",
|
|
17616
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17617
|
+
...props,
|
|
17618
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17619
|
+
children: tooltip
|
|
17620
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17621
|
+
transform: "translate(3.79, 1)",
|
|
17622
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17623
|
+
fillRule: "evenodd",
|
|
17624
|
+
clipRule: "evenodd",
|
|
17625
|
+
d: "M8.43215 3.96138L8.64407 3.97693C10.7996 4.19447 12.4703 6.00474 12.4703 8.21926L12.4645 8.43896C12.3544 10.6229 10.6169 12.3627 8.43409 12.4762L8.2144 12.482H8.21051C5.92572 12.478 4.07322 10.6956 3.95944 8.43896L3.95458 8.21926C3.95458 5.85969 5.85155 3.95964 8.21051 3.95555H8.21537L8.43215 3.96138ZM8.21245 5.24944C6.56738 5.25229 5.24846 6.57346 5.24846 8.21926L5.25235 8.37285C5.33174 9.94609 6.6191 11.1853 8.21245 11.1881L8.36507 11.1842C9.93808 11.1029 11.1761 9.81348 11.1764 8.21926L11.1726 8.06566C11.0961 6.54261 9.88745 5.33207 8.36507 5.25333L8.21245 5.24944Z",
|
|
17626
|
+
fill: fill
|
|
17627
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17628
|
+
fillRule: "evenodd",
|
|
17629
|
+
clipRule: "evenodd",
|
|
17630
|
+
d: "M8.63435 0.0116654C12.7707 0.225336 16.0658 3.5256 16.4016 7.77014L16.4249 8.1969L16.4239 8.60519C16.3589 10.6645 15.3893 13.0058 14.1356 15.1981C12.9647 17.2453 11.5425 19.1695 10.3667 20.6235L9.87866 21.2174C9.51053 21.6589 8.99817 21.9239 8.45354 21.9854L8.22023 21.9981C8.21954 21.9982 8.21779 21.9988 8.21634 21.999L8.20662 22C7.65462 21.9972 7.11857 21.7863 6.7115 21.3953L6.54527 21.2174C5.29328 19.7171 3.62661 17.538 2.28837 15.1981C1.03464 13.0058 0.0650451 10.6645 0 8.60519V8.1969L0.0233308 7.77014C0.370316 3.38416 3.8769 0.00575329 8.20662 0H8.21828L8.63435 0.0116654ZM7.8586 1.30264L7.85957 1.30361C4.28439 1.48835 1.41371 4.43061 1.29292 8.23773C1.24257 10.0196 2.10109 12.2648 3.41116 14.5555L3.65614 14.9755C4.89575 17.0627 6.38377 19.0039 7.53197 20.3805L7.5378 20.3863L7.60682 20.4611L7.67098 20.5175C7.82533 20.6395 8.01483 20.7038 8.21148 20.7051L8.30675 20.6993C8.52881 20.6746 8.73477 20.5673 8.88419 20.3882L8.89974 20.3707L9.3615 19.8079L9.80186 19.2547C10.8498 17.9201 12.0279 16.2775 13.0128 14.5555L13.2539 14.1258C14.4271 11.9859 15.1789 9.9089 15.132 8.2387L15.1116 7.87221L15.0775 7.53489C14.6498 4.07359 11.9166 1.47666 8.56436 1.30361L8.21537 1.29486H8.20954L7.8586 1.30264Z",
|
|
17631
|
+
fill: fill
|
|
17632
|
+
})]
|
|
17633
|
+
})]
|
|
17634
|
+
});
|
|
17635
|
+
const DeliveryAddress_ICON_NAME = 'delivery-address';
|
|
17636
|
+
;// ./src/components/Icon/icons/DeliveryAddress2.tsx
|
|
17637
|
+
|
|
17638
|
+
const DeliveryAddress2 = ({
|
|
17639
|
+
fill = '#000',
|
|
17640
|
+
size = 24,
|
|
17641
|
+
tooltip = 'Delivery Address 2',
|
|
17642
|
+
...props
|
|
17643
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17644
|
+
width: `${size}px`,
|
|
17645
|
+
height: `${size}px`,
|
|
17646
|
+
viewBox: "0 0 24 24",
|
|
17647
|
+
fill: "none",
|
|
17648
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17649
|
+
...props,
|
|
17650
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17651
|
+
children: tooltip
|
|
17652
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17653
|
+
transform: "translate(2.8, 1)",
|
|
17654
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17655
|
+
fillRule: "evenodd",
|
|
17656
|
+
clipRule: "evenodd",
|
|
17657
|
+
d: "M9.36954 2.33105C11.0962 2.42189 12.429 3.86155 12.4291 5.59473C12.429 7.32814 11.096 8.76759 9.36954 8.8584L9.20157 8.8623H9.19767C7.3908 8.85897 5.97024 7.38374 5.97013 5.59473C5.97022 3.80597 7.39052 2.33048 9.19767 2.32715H9.20157L9.36954 2.33105ZM9.19962 3.52734C8.07328 3.52948 7.16944 4.44883 7.16935 5.59473C7.16946 6.7406 8.07329 7.65998 9.19962 7.66211C10.3261 7.6602 11.2298 6.74074 11.2299 5.59473C11.2298 4.44869 10.3261 3.52926 9.19962 3.52734Z",
|
|
17658
|
+
fill: fill
|
|
17659
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17660
|
+
fillRule: "evenodd",
|
|
17661
|
+
clipRule: "evenodd",
|
|
17662
|
+
d: "M9.20353 0C12.1947 0.00404633 14.6002 2.45333 14.6977 5.58105C14.7164 6.24277 14.5877 6.95394 14.3588 7.68262L16.2123 8.37305C16.2195 8.37541 16.2277 8.3782 16.2348 8.38086C16.3146 8.40813 16.3867 8.45242 16.4467 8.51172C16.4983 8.5628 16.5363 8.62493 16.5649 8.69141L18.3149 11.5205L18.3676 11.6299C18.3809 11.6678 18.3899 11.7079 18.3949 11.748C18.4049 11.8283 18.3976 11.9101 18.3734 11.9873C18.3491 12.0646 18.3086 12.137 18.2543 12.1973C18.2271 12.2274 18.1963 12.2549 18.1635 12.2783L18.058 12.3369L16.6 12.957V19.0908L16.5932 19.1768C16.5802 19.2609 16.5482 19.3425 16.4994 19.4131C16.4505 19.4835 16.3861 19.5425 16.3119 19.584L16.2338 19.6191L9.39396 22.165C9.30002 22.1999 9.19838 22.2089 9.10099 22.1914L9.00528 22.165L2.16544 19.6191C2.05805 19.5791 1.96501 19.5072 1.89982 19.4131C1.85099 19.3424 1.81904 19.2609 1.80607 19.1768L1.79923 19.0908V12.957L0.341221 12.3369C0.266559 12.305 0.199295 12.2575 0.144932 12.1973C0.0905766 12.137 0.050083 12.0647 0.0257916 11.9873C0.00167974 11.9101 -0.00563542 11.8283 0.00430726 11.748C0.0143936 11.6676 0.0418361 11.5895 0.0843854 11.5205L1.8256 8.70508C1.85412 8.63329 1.8976 8.56731 1.95255 8.5127C2.01451 8.45133 2.09031 8.40496 2.17325 8.37793L4.04044 7.68164C3.81171 6.95333 3.6828 6.24245 3.70157 5.58105C3.79899 2.45342 6.2046 0.00417416 9.19571 0H9.20353ZM2.91935 18.6982L8.64005 20.8262V13.6367L7.89005 15.001C7.82329 15.1219 7.71398 15.2152 7.58341 15.2607C7.45252 15.3061 7.30848 15.3005 7.18107 15.2461L2.91935 13.4336V18.6982ZM11.2182 15.2471C11.0907 15.3013 10.9467 15.3063 10.8158 15.2607C10.7178 15.2265 10.6317 15.1653 10.5668 15.0859L10.5092 15.001L9.75919 13.6367V20.8262L15.4799 18.6982V13.4336L11.2182 15.2471ZM1.38126 11.5547L7.15274 14.0098L8.39298 11.7549L2.59317 9.5957L1.38126 11.5547ZM10.0053 11.7549L11.2455 14.0098L17.017 11.5547L15.8051 9.5957L10.0053 11.7549ZM8.9838 1.20605C6.78618 1.32168 4.97721 3.16491 4.90079 5.61816C4.86989 6.74397 5.40926 8.21361 6.2836 9.76855L9.19962 10.8535L12.1147 9.76855C12.9892 8.21336 13.5294 6.74413 13.4984 5.61816L13.4858 5.38281C13.3051 3.04772 11.5423 1.31783 9.41544 1.20605L9.20157 1.2002H9.19767L8.9838 1.20605ZM3.97306 8.90918L4.62052 9.14941C4.55643 9.01163 4.49384 8.87421 4.43497 8.73633L3.97306 8.90918ZM13.9652 8.73828C13.9067 8.87534 13.8434 9.01147 13.7797 9.14844L14.4252 8.90918L13.9652 8.73828Z",
|
|
17663
|
+
fill: fill
|
|
17664
|
+
})]
|
|
17665
|
+
})]
|
|
17666
|
+
});
|
|
17667
|
+
const DeliveryAddress2_ICON_NAME = 'delivery-address-2';
|
|
17668
|
+
;// ./src/components/Icon/icons/PDP.tsx
|
|
17669
|
+
|
|
17670
|
+
const PDP = ({
|
|
17671
|
+
fill = '#000',
|
|
17672
|
+
size = 24,
|
|
17673
|
+
tooltip = 'PDP',
|
|
17674
|
+
...props
|
|
17675
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17676
|
+
width: `${size}px`,
|
|
17677
|
+
height: `${size}px`,
|
|
17678
|
+
viewBox: "0 0 24 24",
|
|
17679
|
+
fill: "none",
|
|
17680
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17681
|
+
...props,
|
|
17682
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17683
|
+
children: tooltip
|
|
17684
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17685
|
+
transform: "translate(2, 2)",
|
|
17686
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17687
|
+
d: "M16 0C18.2091 0 20 1.79086 20 4V16C20 18.14 18.3194 19.8879 16.2061 19.9951L16 20H4L3.79395 19.9951C1.7488 19.8913 0.108652 18.2512 0.00488281 16.2061L0 16V4C0 1.79086 1.79086 3.22128e-08 4 0H16ZM1.40039 16C1.40039 17.4359 2.56406 18.5996 4 18.5996H16C17.4359 18.5996 18.5996 17.4359 18.5996 16V6H1.40039V16ZM14.2109 9.5C14.5986 9.5 14.8593 9.8188 14.8594 10.1475V12.7852C14.8594 13.1138 14.5987 13.4326 14.2109 13.4326C13.8235 13.4323 13.5635 13.1137 13.5635 12.7852V11.7656L11.1982 14.2471C10.9712 14.485 10.6595 14.623 10.3232 14.623C9.98724 14.6229 9.67613 14.4849 9.44922 14.2471L8.03613 12.7646L6.21777 14.6699C6.09358 14.8017 5.92256 14.871 5.74805 14.8711C5.57142 14.871 5.40207 14.8006 5.27832 14.6709C5.04032 14.4213 5.04038 14.027 5.27832 13.7773L7.16113 11.8027C7.38814 11.5648 7.699 11.4268 8.03516 11.4268L8.16016 11.4336C8.44781 11.4633 8.71058 11.5946 8.90918 11.8027L10.3223 13.2852L12.6982 10.7949H11.6953C11.3077 10.7948 11.0469 10.4761 11.0469 10.1475C11.0469 9.81887 11.3078 9.50014 11.6953 9.5H14.2109ZM4 1.40039C2.56406 1.40039 1.40039 2.56406 1.40039 4V4.59961H18.5996V4C18.5996 2.56406 17.4359 1.40039 16 1.40039H4Z",
|
|
17688
|
+
fill: fill
|
|
17689
|
+
})
|
|
17690
|
+
})]
|
|
17691
|
+
});
|
|
17692
|
+
const PDP_ICON_NAME = 'pdp';
|
|
17693
|
+
;// ./src/components/Icon/icons/Versions.tsx
|
|
17694
|
+
|
|
17695
|
+
const Versions = ({
|
|
17696
|
+
fill = '#000',
|
|
17697
|
+
size = 24,
|
|
17698
|
+
tooltip = 'Versions',
|
|
17699
|
+
...props
|
|
17700
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17701
|
+
width: `${size}px`,
|
|
17702
|
+
height: `${size}px`,
|
|
17703
|
+
viewBox: "0 0 24 24",
|
|
17704
|
+
fill: "none",
|
|
17705
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17706
|
+
...props,
|
|
17707
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17708
|
+
children: tooltip
|
|
17709
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17710
|
+
transform: "translate(1.9, 2)",
|
|
17711
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17712
|
+
d: "M14.5898 8C15.0696 8 15.4039 8.47677 15.2402 8.92773L13.0723 14.9014C12.9287 15.2968 12.5525 15.5596 12.1318 15.5596H12.0498C11.6292 15.5595 11.254 15.2966 11.1104 14.9014L8.94141 8.92773C8.77772 8.47677 9.11204 8 9.5918 8C9.88547 8.00001 10.1469 8.18577 10.2441 8.46289L12.0908 13.7256L13.9375 8.46289C14.0347 8.18591 14.2963 8.00019 14.5898 8Z",
|
|
17713
|
+
fill: fill
|
|
17714
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17715
|
+
fillRule: "evenodd",
|
|
17716
|
+
clipRule: "evenodd",
|
|
17717
|
+
d: "M13.4609 0C14.0112 4.31537e-05 14.5397 0.213603 14.9287 0.594727L19.9258 5.4834C20.0087 5.56474 20.065 5.66857 20.0879 5.78125C20.092 5.8013 20.0977 5.89856 20.0996 5.91895V17.4854C20.0996 18.868 18.9425 20 17.5293 20H6.66992C5.47317 20 4.46285 19.1878 4.18066 18.0996H2.1875C0.987629 18.0995 0 17.1531 0 15.9883V4.01172C0 2.84694 0.987629 1.90046 2.1875 1.90039H4.18066C4.46285 0.81219 5.47317 0 6.66992 0H13.4609ZM6.66992 1.16406C5.90214 1.16406 5.28906 1.76349 5.28906 2.51465V17.4854C5.28906 18.2365 5.90214 18.8359 6.66992 18.8359H17.5293C18.2971 18.8359 18.9102 18.2365 18.9102 17.4854V8.21777L18.9053 6.47656H15.5547C14.9486 6.47639 14.4 6.21731 14.0195 5.80762C13.6846 5.44665 13.4796 4.96852 13.4795 4.44629V1.17773L13.4717 1.17285L13.4678 1.1709C13.4615 1.16713 13.4572 1.16514 13.4551 1.16406H6.66992ZM2.1875 3.03125C1.61541 3.03132 1.16602 3.46956 1.16602 4.01172V15.9883C1.16602 16.5304 1.61541 16.9687 2.1875 16.9688H4.09961V3.03125H2.1875ZM14.6699 4.44629C14.6702 4.93049 15.0598 5.31218 15.5547 5.3125H18.0684L14.6699 1.9873V4.44629Z",
|
|
17718
|
+
fill: fill
|
|
17719
|
+
})]
|
|
17720
|
+
})]
|
|
17721
|
+
});
|
|
17722
|
+
const Versions_ICON_NAME = 'versions';
|
|
17723
|
+
;// ./src/components/Icon/icons/Experience.tsx
|
|
17724
|
+
|
|
17725
|
+
const Experience = ({
|
|
17726
|
+
fill = '#000',
|
|
17727
|
+
size = 24,
|
|
17728
|
+
tooltip = 'Experience',
|
|
17729
|
+
...props
|
|
17730
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17731
|
+
width: `${size}px`,
|
|
17732
|
+
height: `${size}px`,
|
|
17733
|
+
viewBox: "0 0 24 24",
|
|
17734
|
+
fill: "none",
|
|
17735
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17736
|
+
...props,
|
|
17737
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17738
|
+
children: tooltip
|
|
17739
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17740
|
+
transform: "translate(1.9, 1.9)",
|
|
17741
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17742
|
+
fillRule: "evenodd",
|
|
17743
|
+
clipRule: "evenodd",
|
|
17744
|
+
d: "M17.5879 3.75C19.0207 3.75 20.1758 4.90505 20.1758 6.33789V17.5879C20.1758 19.0207 19.0207 20.1758 17.5879 20.1758H2.58789C1.15505 20.1758 0 19.0207 0 17.5879V6.33789C0 4.90505 1.15505 3.75 2.58789 3.75H17.5879ZM18.75 10.7354C16.3792 11.9552 13.8211 12.6477 11.2383 12.8066V13.5879C11.2383 14.223 10.723 14.7383 10.0879 14.7383C9.45276 14.7383 8.9375 14.223 8.9375 13.5879V12.8066C6.35465 12.6477 3.79655 11.9552 1.42578 10.7354V17.5879C1.42578 18.2363 1.93948 18.75 2.58789 18.75H17.5879C18.2363 18.75 18.75 18.2363 18.75 17.5879V10.7354ZM2.58789 5.17578C1.93948 5.17578 1.42578 5.68948 1.42578 6.33789V9.11816C6.79726 12.1843 13.3785 12.1843 18.75 9.11816V6.33789C18.75 5.68948 18.2363 5.17578 17.5879 5.17578H2.58789Z",
|
|
17745
|
+
fill: fill
|
|
17746
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17747
|
+
d: "M11.5879 0C13.0207 0 14.1758 1.15505 14.1758 2.58789C14.1758 2.98948 13.8645 3.30078 13.4629 3.30078C13.0613 3.30078 12.75 2.98948 12.75 2.58789C12.75 1.93948 12.2363 1.42578 11.5879 1.42578H8.58789C7.93948 1.42578 7.42578 1.93948 7.42578 2.58789C7.42578 2.98948 7.11448 3.30078 6.71289 3.30078C6.3113 3.30078 6 2.98948 6 2.58789C6 1.15505 7.15505 0 8.58789 0H11.5879Z",
|
|
17748
|
+
fill: fill
|
|
17749
|
+
})]
|
|
17750
|
+
})]
|
|
17751
|
+
});
|
|
17752
|
+
const Experience_ICON_NAME = 'experience';
|
|
17753
|
+
;// ./src/components/Icon/icons/Projects.tsx
|
|
17754
|
+
|
|
17755
|
+
const Projects = ({
|
|
17756
|
+
fill = '#000',
|
|
17757
|
+
size = 24,
|
|
17758
|
+
tooltip = 'Projects',
|
|
17759
|
+
...props
|
|
17760
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17761
|
+
width: `${size}px`,
|
|
17762
|
+
height: `${size}px`,
|
|
17763
|
+
viewBox: "0 0 24 24",
|
|
17764
|
+
fill: "none",
|
|
17765
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17766
|
+
...props,
|
|
17767
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17768
|
+
children: tooltip
|
|
17769
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17770
|
+
transform: "translate(1, 3.34)",
|
|
17771
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17772
|
+
fillRule: "evenodd",
|
|
17773
|
+
clipRule: "evenodd",
|
|
17774
|
+
d: "M1.85897 0C0.832288 0 0 0.832288 0 1.85897V12.398C0 13.4247 0.832288 14.257 1.85897 14.257H17.082C18.1087 14.257 18.941 13.4247 18.941 12.398V1.85897C18.941 0.832288 18.1087 0 17.082 0H1.85897ZM1.37593 1.85897C1.37593 1.59219 1.59219 1.37593 1.85897 1.37593H17.082C17.3488 1.37593 17.565 1.59219 17.565 1.85897V12.398C17.565 12.6648 17.3488 12.881 17.082 12.881H1.85897C1.59219 12.881 1.37593 12.6648 1.37593 12.398V1.85897ZM6.61959 3.12901C6.35093 2.86034 5.91533 2.86034 5.64667 3.12901L4.37663 4.39905L4.27759 4.30001C4.00892 4.03134 3.57333 4.03134 3.30466 4.30001C3.03599 4.56868 3.03599 5.00427 3.30466 5.27294L3.89016 5.85844C4.15883 6.12711 4.59442 6.12711 4.86309 5.85844L6.61959 4.10194C6.88826 3.83327 6.88826 3.39767 6.61959 3.12901ZM8.88499 3.51301C8.50503 3.51301 8.19702 3.82102 8.19702 4.20097C8.19702 4.58093 8.50503 4.88894 8.88499 4.88894H14.74C15.12 4.88894 15.428 4.58093 15.428 4.20097C15.428 3.82102 15.12 3.51301 14.74 3.51301H8.88499ZM6.61959 7.81302C6.35093 7.54435 5.91533 7.54435 5.64667 7.81302L4.37663 9.08306L4.27759 8.98402C4.00892 8.71536 3.57333 8.71536 3.30466 8.98402C3.03599 9.25269 3.03599 9.68828 3.30466 9.95695L3.89016 10.5425C4.15883 10.8111 4.59442 10.8111 4.86309 10.5425L6.61959 8.78595C6.88826 8.51728 6.88826 8.08169 6.61959 7.81302ZM8.88499 8.19702C8.50503 8.19702 8.19702 8.50503 8.19702 8.88499C8.19702 9.26494 8.50503 9.57295 8.88499 9.57295H14.74C15.12 9.57295 15.428 9.26494 15.428 8.88499C15.428 8.50503 15.12 8.19702 14.74 8.19702H8.88499ZM21.312 4.23072C20.9321 4.23072 20.6241 4.53873 20.6241 4.91868V13.7012C20.6241 14.9381 19.6214 15.9407 18.3845 15.9407H4.91799C4.53804 15.9407 4.23003 16.2488 4.23003 16.6287C4.23003 17.0087 4.53804 17.3167 4.91799 17.3167H18.3845C20.3813 17.3167 22 15.698 22 13.7012V4.91868C22 4.53873 21.692 4.23072 21.312 4.23072Z",
|
|
17775
|
+
fill: fill
|
|
17776
|
+
})
|
|
17777
|
+
})]
|
|
17778
|
+
});
|
|
17779
|
+
const Projects_ICON_NAME = 'projects';
|
|
17780
|
+
;// ./src/components/Icon/icons/CooperationModel.tsx
|
|
17781
|
+
|
|
17782
|
+
const CooperationModel = ({
|
|
17783
|
+
fill = '#000',
|
|
17784
|
+
size = 24,
|
|
17785
|
+
tooltip = 'Cooperation Model',
|
|
17786
|
+
...props
|
|
17787
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17788
|
+
width: `${size}px`,
|
|
17789
|
+
height: `${size}px`,
|
|
17790
|
+
viewBox: "0 0 24 24",
|
|
17791
|
+
fill: "none",
|
|
17792
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17793
|
+
...props,
|
|
17794
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17795
|
+
children: tooltip
|
|
17796
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17797
|
+
transform: "translate(1, 4.5)",
|
|
17798
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17799
|
+
fillRule: "evenodd",
|
|
17800
|
+
clipRule: "evenodd",
|
|
17801
|
+
d: "M10.7916 0V0.00705965L10.9756 0.00264737C10.9899 0.00226515 11.0041 0.00143233 11.0124 0.000882457C11.0222 0.000234526 11.0278 0 11.0317 0H13.3986C14.1626 1.07778e-05 14.9095 0.139601 15.6191 0.415637L15.8338 0.494176C16.337 0.663866 16.8622 0.749206 17.3971 0.749206H17.6407C18.7509 0.749354 19.7132 1.44224 20.0418 2.46558L21.0118 5.48888C21.4636 6.89715 20.9654 8.45593 19.7657 9.36551L17.0554 11.419L16.9327 11.5099C16.5013 11.8319 15.9609 11.9544 15.4447 11.8743L15.3229 11.8558L15.2616 11.9626C14.9201 12.5549 14.4074 12.9664 13.7973 13.1292C13.6818 13.1599 13.1737 13.2864 12.6292 13.1036L12.5012 13.0604L12.425 13.1715C11.9988 13.7895 11.5124 14.1373 10.973 14.2331L10.8643 14.249C10.5872 14.2805 10.312 14.2402 10.045 14.1546L9.93454 14.1193L9.85742 14.2067C9.45354 14.6609 8.97798 14.9193 8.43519 14.9841C8.345 14.9952 8.25492 15 8.16529 15C7.45853 15 6.75815 14.6787 6.10423 14.227C5.61499 13.889 5.16264 13.486 4.76349 13.1089L4.3823 12.7436L4.17725 12.5459L3.64533 12.0288C2.99415 11.3889 2.03698 10.4335 1.25391 9.64966C0.118567 8.51264 -0.282763 6.86805 0.20235 5.35651L1.12947 2.46558C1.45801 1.4419 2.42026 0.749346 3.53054 0.749206H3.77415C4.38559 0.749195 4.98433 0.637032 5.55216 0.415637L5.81943 0.318567C6.44792 0.106757 7.10318 4.28761e-06 7.77183 0H10.7916ZM7.77183 1.13749C7.1604 1.13749 6.56164 1.24968 5.99382 1.47106C5.28466 1.74708 4.53815 1.88756 3.77415 1.88758H3.53054C2.94848 1.88772 2.43449 2.2524 2.25815 2.8018L1.33015 5.69273C0.97148 6.80998 1.27009 8.0245 2.1048 8.86075L3.95992 10.7104C4.44744 11.1936 4.80093 11.5398 5.00623 11.7358L5.21829 11.9396L5.5136 12.2229C5.83569 12.5277 6.23088 12.8853 6.63877 13.1866C6.9107 13.3874 7.19391 13.5671 7.46951 13.6904C7.74243 13.8126 8.02406 13.8861 8.28797 13.8546L8.28885 13.8555C8.36925 13.8459 8.54355 13.8195 8.75504 13.6587L8.93205 13.5245L8.76468 13.378C8.30864 12.9787 8.00267 12.5895 7.96023 12.5397C7.75519 12.2993 7.78827 11.9437 8.03735 11.742C8.28897 11.5383 8.6643 11.5724 8.87246 11.8161C9.88263 12.9992 10.4541 13.1526 10.7276 13.1177L10.7267 13.1168C10.8745 13.0994 11.0121 13.0177 11.1333 12.9095C11.2571 12.7989 11.3789 12.6483 11.4944 12.4691L11.5758 12.3429L11.4672 12.2397C11.1654 11.9519 10.8432 11.6337 10.4498 11.2372L10.186 10.9698C9.96202 10.7449 9.96681 10.3876 10.1983 10.1694C10.4326 9.94824 10.8111 9.95415 11.0378 10.1827L11.3042 10.4509C11.9374 11.0892 12.403 11.5576 12.8421 11.9299L12.9087 11.9776C13.0727 12.076 13.2893 12.085 13.4827 12.0332L13.4818 12.0323C13.7984 11.9479 14.0592 11.715 14.238 11.3987L14.3073 11.2769L14.2074 11.179L12.3391 9.36022C12.1115 9.13847 12.1114 8.78152 12.3391 8.55983C12.5702 8.33501 12.9475 8.33494 13.1786 8.55983L15.2204 10.548C15.515 10.8338 15.9903 10.8349 16.286 10.548L16.3385 10.4915C16.5826 10.1993 16.5656 9.76492 16.286 9.49259L11.7161 5.09707L11.6267 5.01147L11.5154 5.06442C9.56304 5.98634 7.78805 6.12572 6.67207 5.48888C6.1165 5.1716 5.82317 4.71218 5.81943 4.24109C5.81462 3.59153 6.04282 3.19796 6.35573 2.92711C6.68047 2.64618 7.10578 2.48752 7.51858 2.33586C7.78115 2.23922 8.17387 1.99643 8.73488 1.44811L9.05298 1.13749H7.77183ZM11.0325 1.13749C10.7888 1.13749 10.5554 1.23167 10.3771 1.39693L10.3043 1.47194C9.36448 2.5511 8.61367 3.15094 7.9392 3.39922C7.73974 3.47256 7.58431 3.53312 7.46425 3.5863C7.34591 3.63873 7.25028 3.68966 7.17857 3.74779C7.10132 3.81049 7.04978 3.88265 7.02347 3.97194C7.0003 4.05081 7.00041 4.13396 7.00068 4.20226V4.25521L7.02873 4.29933C7.08748 4.39188 7.24348 4.52499 7.5326 4.62319C7.90613 4.75004 9.15244 5.00379 11.291 3.90222L11.2946 3.90928L11.4549 3.82369C11.6814 3.70221 11.9689 3.73284 12.1577 3.91458L17.1228 8.68955C17.3128 8.8749 17.4544 9.08853 17.5487 9.3161L17.6372 9.53053L17.8221 9.39111L19.0358 8.4707C19.8512 7.85262 20.1929 6.79004 19.8832 5.8251L18.914 2.8018C18.7377 2.25184 18.2232 1.88772 17.6407 1.88758H17.3971C16.633 1.88758 15.8862 1.74712 15.1766 1.47106C14.6093 1.24987 14.0106 1.1375 13.3994 1.13749H11.0325Z",
|
|
17802
|
+
fill: fill
|
|
17803
|
+
})
|
|
17804
|
+
})]
|
|
17805
|
+
});
|
|
17806
|
+
const CooperationModel_ICON_NAME = 'cooperation-model';
|
|
17807
|
+
;// ./src/components/Icon/icons/Billable.tsx
|
|
17808
|
+
|
|
17809
|
+
const Billable = ({
|
|
17810
|
+
fill = '#000',
|
|
17811
|
+
size = 24,
|
|
17812
|
+
tooltip = 'Billable',
|
|
17813
|
+
...props
|
|
17814
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17815
|
+
width: `${size}px`,
|
|
17816
|
+
height: `${size}px`,
|
|
17817
|
+
viewBox: "0 0 24 24",
|
|
17818
|
+
fill: "none",
|
|
17819
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17820
|
+
...props,
|
|
17821
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17822
|
+
children: tooltip
|
|
17823
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17824
|
+
transform: "translate(1.5, 1.5)",
|
|
17825
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17826
|
+
d: "M10.5441 4.725C10.9514 4.725 11.2578 5.03903 11.2578 5.45713V6.18823C12.3266 6.24066 13.0393 6.86835 13.2429 7.23413C13.4462 7.5477 13.3442 8.01776 13.0389 8.22671C12.7334 8.43557 12.2755 8.33102 12.0719 8.01753C12.0719 8.01753 11.7665 7.65162 11.105 7.65146H9.98423C9.42435 7.65164 8.91577 8.12263 8.91577 8.74966C8.91597 9.37649 9.37361 9.84666 9.98423 9.84683H11.2065C12.5808 9.8469 13.6498 10.9963 13.65 12.3549C13.65 13.7137 12.5301 14.8117 11.2065 14.8118V15.5429C11.2065 15.9609 10.901 16.2749 10.4938 16.275C10.0866 16.275 9.7812 15.961 9.7812 15.5429V14.8118C8.91575 14.8118 8.10072 14.4976 7.54072 13.8705C7.28653 13.6091 7.28633 13.1391 7.54072 12.8779C7.79527 12.6166 8.25415 12.6166 8.50869 12.8779C8.71239 13.0869 9.1196 13.4008 9.7812 13.4008H11.1552C11.7152 13.4008 12.2247 12.9298 12.2247 12.3026C12.2245 11.6757 11.766 11.2055 11.1552 11.2055H9.98423C8.60996 11.2053 7.54092 10.0559 7.54072 8.69736C7.54072 7.39092 8.55888 6.29293 9.83144 6.18823V5.45713C9.83144 5.03918 10.137 4.72523 10.5441 4.725Z",
|
|
17827
|
+
fill: fill
|
|
17828
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17829
|
+
fillRule: "evenodd",
|
|
17830
|
+
clipRule: "evenodd",
|
|
17831
|
+
d: "M10.5 0C16.299 0 21 4.70101 21 10.5C21 16.299 16.299 21 10.5 21C4.70101 21 0 16.299 0 10.5C0 4.70101 4.70101 0 10.5 0ZM10.5 1.47041C5.51287 1.47041 1.47041 5.51287 1.47041 10.5C1.47041 15.4871 5.51287 19.5296 10.5 19.5296C15.4871 19.5296 19.5296 15.4871 19.5296 10.5C19.5296 5.51287 15.4871 1.47041 10.5 1.47041Z",
|
|
17832
|
+
fill: fill
|
|
17833
|
+
})]
|
|
17834
|
+
})]
|
|
17835
|
+
});
|
|
17836
|
+
const Billable_ICON_NAME = 'billable';
|
|
17837
|
+
;// ./src/components/Icon/icons/NonBillable.tsx
|
|
17838
|
+
|
|
17839
|
+
const NonBillable = ({
|
|
17840
|
+
fill = '#000',
|
|
17841
|
+
size = 24,
|
|
17842
|
+
tooltip = 'Non Billable',
|
|
17843
|
+
...props
|
|
17844
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17845
|
+
width: `${size}px`,
|
|
17846
|
+
height: `${size}px`,
|
|
17847
|
+
viewBox: "0 0 24 24",
|
|
17848
|
+
fill: "none",
|
|
17849
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17850
|
+
...props,
|
|
17851
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17852
|
+
children: tooltip
|
|
17853
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17854
|
+
transform: "translate(1.3, 1.3)",
|
|
17855
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17856
|
+
fillRule: "evenodd",
|
|
17857
|
+
clipRule: "evenodd",
|
|
17858
|
+
d: "M21.1481 0.214488C21.4342 -0.0715341 21.8985 -0.0714579 22.1846 0.214488C22.4707 0.500616 22.4707 0.964878 22.1846 1.251L19.0986 4.336C19.1018 4.33972 19.1056 4.34353 19.1088 4.34725L18.0692 5.38581C18.0661 5.38205 18.0622 5.37831 18.059 5.37456L15.3543 8.08033C15.3527 8.08197 15.3518 8.0848 15.3502 8.08646L12.7354 10.7002C12.74 10.702 12.7451 10.7036 12.7497 10.7053L11.5527 11.9034H11.5333L9.58191 13.8537C9.58602 13.8561 9.59002 13.8595 9.59418 13.8619L8.5822 14.8729C8.57872 14.8701 8.57544 14.8664 8.57198 14.8637L5.37555 18.0601C5.37894 18.063 5.38238 18.0664 5.38577 18.0693L4.34722 19.1089C4.34369 19.1058 4.34052 19.1017 4.33699 19.0986L1.25097 22.1857C0.964955 22.4715 0.50058 22.4713 0.214455 22.1857C-0.0714907 21.8996 -0.0714796 21.4353 0.214455 21.1492L3.3015 18.0611C1.70316 16.2239 0.732778 13.8266 0.732712 11.2001C0.732712 5.41913 5.4191 0.732744 11.2001 0.732744C13.8262 0.732821 16.2229 1.7035 18.06 3.30154L21.1481 0.214488ZM11.2001 2.19858C6.22843 2.19858 2.19855 6.22847 2.19855 11.2001C2.19861 13.4219 3.00459 15.454 4.33904 17.0236L9.68209 11.6805C8.82941 11.284 8.25023 10.401 8.24998 9.40306C8.24998 8.10068 9.26498 7.00611 10.5336 6.90173V6.1729C10.5336 5.75626 10.8382 5.44328 11.244 5.44305C11.6499 5.44321 11.9555 5.75621 11.9555 6.1729V6.90173C12.77 6.94178 13.3761 7.31769 13.7075 7.65509L17.0225 4.33907C15.4531 3.00493 13.4215 2.19866 11.2001 2.19858ZM10.6859 8.36041C10.1278 8.36059 9.62075 8.83011 9.62075 9.45519C9.62109 10.0799 10.0773 10.5488 10.6859 10.5489H10.8137L12.7006 8.66094C12.5788 8.55629 12.2863 8.36061 11.8032 8.36041H10.6859Z",
|
|
17859
|
+
fill: fill
|
|
17860
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17861
|
+
d: "M19.3442 6.18329C19.6802 5.84761 20.2415 5.90724 20.4632 6.3273C21.2311 7.78267 21.6674 9.44019 21.6674 11.2001C21.6673 16.9808 16.9808 21.6673 11.2001 21.6674C9.4756 21.6674 7.84965 21.2482 6.41571 20.5088C5.94859 20.2679 5.88268 19.6464 6.25431 19.2748C6.45467 19.0744 6.76449 19.0378 7.01523 19.1698C8.26547 19.8279 9.68903 20.2016 11.2001 20.2016C16.1714 20.2014 20.2014 16.1715 20.2016 11.2001C20.2016 9.72396 19.8447 8.33145 19.2146 7.10234C19.0587 6.79826 19.1024 6.42479 19.3442 6.18329Z",
|
|
17862
|
+
fill: fill
|
|
17863
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17864
|
+
d: "M13.9038 11.6253C14.1789 12.0327 14.3402 12.5251 14.3403 13.0492C14.3401 14.4036 13.2236 15.4982 11.9044 15.4984V16.2273C11.9042 16.6438 11.5996 16.9569 11.1939 16.9571C10.788 16.9571 10.4836 16.6439 10.4835 16.2273V15.4984C10.3407 15.4984 10.1994 15.486 10.0603 15.4688L11.4382 14.0919H11.8532C12.4113 14.0917 12.9193 13.6221 12.9194 12.9971C12.9194 12.8777 12.9026 12.7636 12.8714 12.6577L13.9038 11.6253Z",
|
|
17865
|
+
fill: fill
|
|
17866
|
+
})]
|
|
17867
|
+
})]
|
|
17868
|
+
});
|
|
17869
|
+
const NonBillable_ICON_NAME = 'non-billable';
|
|
17870
|
+
;// ./src/components/Icon/icons/RecruitmentTeam.tsx
|
|
17871
|
+
|
|
17872
|
+
const RecruitmentTeam = ({
|
|
17873
|
+
fill = '#000',
|
|
17874
|
+
size = 24,
|
|
17875
|
+
tooltip = 'Recruitment Team',
|
|
17876
|
+
...props
|
|
17877
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17878
|
+
width: `${size}px`,
|
|
17879
|
+
height: `${size}px`,
|
|
17880
|
+
viewBox: "0 0 24 24",
|
|
17881
|
+
fill: "none",
|
|
17882
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17883
|
+
...props,
|
|
17884
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17885
|
+
children: tooltip
|
|
17886
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17887
|
+
transform: "translate(2.35, 2.35)",
|
|
17888
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17889
|
+
fillRule: "evenodd",
|
|
17890
|
+
clipRule: "evenodd",
|
|
17891
|
+
d: "M7.75 3.1123C9.41549 3.1124 10.769 4.46161 10.7695 6.12402V6.12891C10.7601 7.74838 9.48245 9.0734 7.85938 9.12891C7.82572 9.13001 7.79125 9.12679 7.75781 9.12305L7.75195 9.12402L7.6416 9.12891C6.02189 9.07359 4.73145 7.75041 4.73145 6.12402C4.73196 4.46319 6.07627 3.11268 7.75 3.1123ZM7.75 4.50195C6.84666 4.50233 6.12356 5.2286 6.12305 6.12402C6.12305 6.98854 6.80021 7.69339 7.65918 7.73828C7.7181 7.73443 7.78045 7.73431 7.8418 7.73828C8.69646 7.69348 9.37174 6.99273 9.37793 6.12305L9.36914 5.95801C9.28512 5.14147 8.59157 4.50204 7.75 4.50195Z",
|
|
17892
|
+
fill: fill
|
|
17893
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17894
|
+
fillRule: "evenodd",
|
|
17895
|
+
clipRule: "evenodd",
|
|
17896
|
+
d: "M7.69922 0C11.9381 0 15.3983 3.4604 15.3984 7.69922C15.3984 9.43569 14.8112 11.0366 13.832 12.3291L13.6484 12.5723L19.0664 17.9912C19.1394 18.0613 19.1982 18.1454 19.2383 18.2383C19.2784 18.3311 19.2997 18.4311 19.3008 18.5322C19.3018 18.6333 19.2823 18.7336 19.2441 18.8271C19.2059 18.9208 19.1496 19.0066 19.0781 19.0781C19.0066 19.1496 18.9208 19.2059 18.8271 19.2441C18.7336 19.2823 18.6333 19.3018 18.5322 19.3008C18.4311 19.2997 18.3311 19.2784 18.2383 19.2383C18.1454 19.1982 18.0613 19.1394 17.9912 19.0664L12.5723 13.6484L12.3291 13.832C11.0366 14.8112 9.43569 15.3984 7.69922 15.3984C3.46039 15.3983 0 11.9381 0 7.69922C0.000137516 3.46048 3.46047 0.000120913 7.69922 0ZM7.75488 11.0049C6.58436 11.005 5.44754 11.3025 4.61523 11.8535C4.27546 12.082 4.03962 12.3278 3.8877 12.5693C4.936 13.3894 6.25767 13.8779 7.69922 13.8779C9.17112 13.8779 10.5146 13.3638 11.5723 12.5117C11.4198 12.2885 11.1963 12.0621 10.8828 11.8516C10.0585 11.302 8.92575 11.0049 7.75488 11.0049ZM7.69922 1.52051C4.27388 1.52063 1.52064 4.27389 1.52051 7.69922C1.52051 9.173 2.03125 10.5219 2.88477 11.5811C3.13771 11.252 3.46054 10.9545 3.84082 10.6992L3.8418 10.6982L3.84473 10.6973C4.9527 9.96324 6.37318 9.61635 7.75488 9.61621C9.13643 9.61624 10.5551 9.96287 11.6572 10.6982L11.6582 10.6992C12.0122 10.9369 12.3169 11.2107 12.5615 11.5127C13.3845 10.4645 13.8779 9.14304 13.8779 7.69922C13.8778 4.27382 11.1247 1.52051 7.69922 1.52051Z",
|
|
17897
|
+
fill: fill
|
|
17898
|
+
})]
|
|
17899
|
+
})]
|
|
17900
|
+
});
|
|
17901
|
+
const RecruitmentTeam_ICON_NAME = 'recruitment-team';
|
|
17902
|
+
;// ./src/components/Icon/icons/Clear.tsx
|
|
17903
|
+
|
|
17904
|
+
const Clear = ({
|
|
17905
|
+
fill = '#000',
|
|
17906
|
+
size = 24,
|
|
17907
|
+
tooltip = 'Clear',
|
|
17908
|
+
...props
|
|
17909
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
17910
|
+
width: `${size}px`,
|
|
17911
|
+
height: `${size}px`,
|
|
17912
|
+
viewBox: "0 0 24 24",
|
|
17913
|
+
fill: "none",
|
|
17914
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17915
|
+
...props,
|
|
17916
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
17917
|
+
children: tooltip
|
|
17918
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17919
|
+
transform: "translate(4.45, 2.6)",
|
|
17920
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17921
|
+
d: "M8.03175 0.0136719C8.33034 0.0753881 8.55112 0.341738 8.55128 0.654297V6.10254H12.3296C13.3596 6.10279 14.188 6.94665 14.188 7.97656V9.90918C14.188 11.4972 14.5741 13.4859 14.9702 15.1035C15.1672 15.9079 15.3649 16.6126 15.5142 17.1191C15.5887 17.3721 15.6516 17.5756 15.6958 17.7168C15.7179 17.7874 15.7354 17.8429 15.7476 17.8809C15.7536 17.8997 15.7579 17.9147 15.7612 17.9248L15.7661 17.9404C15.8321 18.1392 15.7988 18.3565 15.6782 18.5264V18.5283C15.5563 18.6986 15.3592 18.8007 15.148 18.8008H0.650886C0.441668 18.8008 0.243395 18.6997 0.120612 18.5254L0.121589 18.5244C-0.00119193 18.3518 -0.0313141 18.1347 0.0327218 17.9404C0.0472663 17.8959 0.439807 16.6951 0.829597 15.1025C1.22551 13.4849 1.61079 11.4964 1.61085 9.90918V7.97656C1.61085 6.9465 2.43978 6.1027 3.46925 6.10254H7.24757V0.654297C7.24775 0.297032 7.53636 0 7.89991 0L8.03175 0.0136719ZM2.87842 10.6641C2.73602 13.144 1.95423 16.0739 1.53467 17.4922H4.5835C4.75138 16.8573 4.86374 16.2437 4.93214 15.7646C5.01025 15.2175 5.03446 14.8537 5.03467 14.8506V14.8496C5.0575 14.4995 5.34222 14.2245 5.71534 14.2383L5.7251 14.2393C6.04066 14.2591 6.28829 14.4999 6.33057 14.7998L6.33546 14.9316C6.33114 15.0035 6.25147 16.1466 5.92921 17.4922H9.86964C9.54755 16.147 9.46773 15.0038 9.46339 14.9316V14.9307C9.44159 14.5716 9.71395 14.2617 10.0737 14.2393L10.0864 14.2383C10.4465 14.2273 10.7424 14.4928 10.7642 14.8516C10.7645 14.8567 10.7888 15.2194 10.8667 15.7646C10.9351 16.2435 11.0475 16.8573 11.2153 17.4922H14.2642C13.8446 16.0739 13.0628 13.144 12.9204 10.6641H2.87842ZM3.46925 7.41113C3.16673 7.4113 2.91358 7.6612 2.91358 7.97656V9.35547H12.8853V7.97656C12.8853 7.66103 12.6318 7.41139 12.3296 7.41113H3.46925Z",
|
|
17922
|
+
fill: fill
|
|
17923
|
+
})
|
|
17924
|
+
})]
|
|
17925
|
+
});
|
|
17926
|
+
const Clear_ICON_NAME = 'clear';
|
|
17927
|
+
;// ./src/components/Icon/icons/all.ts
|
|
17928
|
+
|
|
17929
|
+
|
|
17930
|
+
|
|
17931
|
+
|
|
17932
|
+
|
|
17933
|
+
|
|
17934
|
+
|
|
17935
|
+
|
|
17936
|
+
|
|
17937
|
+
|
|
17938
|
+
|
|
17939
|
+
|
|
17940
|
+
|
|
17941
|
+
|
|
17942
|
+
|
|
17943
|
+
|
|
17944
|
+
|
|
17945
|
+
|
|
17946
|
+
|
|
17947
|
+
|
|
17948
|
+
|
|
17949
|
+
|
|
17950
|
+
|
|
17951
|
+
|
|
17952
|
+
|
|
17953
|
+
|
|
17954
|
+
|
|
17955
|
+
|
|
17956
|
+
|
|
17957
|
+
|
|
17958
|
+
|
|
17959
|
+
|
|
17960
|
+
|
|
17961
|
+
|
|
17962
|
+
|
|
17963
|
+
|
|
17964
|
+
|
|
17965
|
+
|
|
17966
|
+
|
|
17967
|
+
|
|
17968
|
+
|
|
17969
|
+
|
|
17970
|
+
|
|
17971
|
+
|
|
17972
|
+
|
|
17973
|
+
|
|
17974
|
+
|
|
17975
|
+
|
|
17976
|
+
|
|
17977
|
+
|
|
17978
|
+
|
|
17979
|
+
|
|
17980
|
+
|
|
17981
|
+
|
|
17982
|
+
|
|
17983
|
+
|
|
17984
|
+
|
|
17985
|
+
|
|
17986
|
+
|
|
17987
|
+
|
|
17988
|
+
|
|
17989
|
+
|
|
17990
|
+
|
|
17991
|
+
|
|
17992
|
+
|
|
17993
|
+
|
|
17994
|
+
|
|
17995
|
+
|
|
17996
|
+
|
|
17997
|
+
|
|
17998
|
+
|
|
17999
|
+
|
|
18000
|
+
|
|
18001
|
+
|
|
18002
|
+
|
|
18003
|
+
|
|
18004
|
+
|
|
18005
|
+
|
|
18006
|
+
|
|
18007
|
+
|
|
18008
|
+
|
|
18009
|
+
|
|
18010
|
+
|
|
18011
|
+
|
|
18012
|
+
|
|
18013
|
+
|
|
18014
|
+
|
|
18015
|
+
|
|
18016
|
+
|
|
18017
|
+
|
|
18018
|
+
|
|
18019
|
+
|
|
18020
|
+
|
|
18021
|
+
|
|
18022
|
+
|
|
18023
|
+
|
|
18024
|
+
|
|
18025
|
+
|
|
18026
|
+
|
|
18027
|
+
|
|
18028
|
+
|
|
18029
|
+
|
|
18030
|
+
|
|
18031
|
+
|
|
18032
|
+
|
|
18033
|
+
|
|
18034
|
+
|
|
18035
|
+
|
|
18036
|
+
|
|
18037
|
+
|
|
18038
|
+
|
|
18039
|
+
|
|
18040
|
+
|
|
18041
|
+
|
|
18042
|
+
|
|
18043
|
+
|
|
18044
|
+
|
|
18045
|
+
|
|
18046
|
+
|
|
18047
|
+
|
|
18048
|
+
|
|
18049
|
+
|
|
18050
|
+
|
|
18051
|
+
|
|
18052
|
+
|
|
18053
|
+
|
|
18054
|
+
|
|
18055
|
+
|
|
18056
|
+
|
|
18057
|
+
|
|
18058
|
+
|
|
18059
|
+
|
|
18060
|
+
|
|
18061
|
+
|
|
18062
|
+
|
|
18063
|
+
|
|
15275
18064
|
|
|
15276
18065
|
|
|
15277
18066
|
|
|
@@ -20241,7 +23030,8 @@ const useTypeahead = ({
|
|
|
20241
23030
|
const childElement = child;
|
|
20242
23031
|
const labelText = (childElement.props.label ?? childElement.props.value).toString();
|
|
20243
23032
|
if (labelText.toLowerCase().startsWith(needle)) {
|
|
20244
|
-
|
|
23033
|
+
const suggestion = inputValue + labelText.slice(inputValue.length);
|
|
23034
|
+
return suggestion !== inputValue ? suggestion : '';
|
|
20245
23035
|
}
|
|
20246
23036
|
}
|
|
20247
23037
|
return '';
|