@edifice.io/react 2.2.14 → 2.3.0-develop.20250804092812
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/Button/Button.d.ts +1 -1
- package/dist/components/SearchBar/SearchBar.d.ts +33 -9
- package/dist/components/SearchBar/SearchBar.js +17 -2
- package/dist/hooks/useLibraryUrl/useLibraryUrl.d.ts +1 -1
- package/dist/hooks/useLibraryUrl/useLibraryUrl.js +2 -2
- package/dist/icons-apps.js +176 -164
- package/dist/icons.js +198 -190
- package/dist/modules/icons/components/IconLibrary.d.ts +7 -0
- package/dist/modules/icons/components/IconLibrary.js +12 -0
- package/dist/modules/icons/components/IconNotification.d.ts +7 -0
- package/dist/modules/icons/components/IconNotification.js +12 -0
- package/dist/modules/icons/components/IconStar.d.ts +7 -0
- package/dist/modules/icons/components/IconStar.js +13 -0
- package/dist/modules/icons/components/IconStarFavorite.d.ts +7 -0
- package/dist/modules/icons/components/IconStarFull.d.ts +7 -0
- package/dist/modules/icons/components/IconStarFull.js +13 -0
- package/dist/modules/icons/components/apps/IconAccount.js +2 -2
- package/dist/modules/icons/components/apps/IconActualites.js +2 -2
- package/dist/modules/icons/components/apps/IconAdmin.js +2 -2
- package/dist/modules/icons/components/apps/IconAgenda.js +3 -2
- package/dist/modules/icons/components/apps/IconAppointments.js +2 -2
- package/dist/modules/icons/components/apps/IconArchive.js +2 -2
- package/dist/modules/icons/components/apps/IconBlog.js +2 -2
- package/dist/modules/icons/components/apps/IconCahierDeTexte.js +2 -2
- package/dist/modules/icons/components/apps/IconCahierTextes.js +2 -2
- package/dist/modules/icons/components/apps/IconCalendar.js +3 -2
- package/dist/modules/icons/components/apps/IconCollaborativeWall.js +2 -2
- package/dist/modules/icons/components/apps/IconCommunity.js +2 -2
- package/dist/modules/icons/components/apps/IconConversation.js +2 -2
- package/dist/modules/icons/components/apps/IconDirectory.js +2 -2
- package/dist/modules/icons/components/apps/IconEdt.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconEdt.js +12 -0
- package/dist/modules/icons/components/apps/IconExercizer.js +2 -2
- package/dist/modules/icons/components/apps/IconForms.js +2 -6
- package/dist/modules/icons/components/apps/IconForum.js +2 -2
- package/dist/modules/icons/components/apps/IconGeogebra.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconGeogebra.js +12 -0
- package/dist/modules/icons/components/apps/IconLibrary.js +2 -2
- package/dist/modules/icons/components/apps/IconMagneto.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMagneto.js +13 -0
- package/dist/modules/icons/components/apps/IconMediacentre.js +2 -2
- package/dist/modules/icons/components/apps/IconMindmap.js +2 -2
- package/dist/modules/icons/components/apps/IconMinetest.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMinetest.js +12 -0
- package/dist/modules/icons/components/apps/IconMinibadge.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMinibadge.js +12 -0
- package/dist/modules/icons/components/apps/IconMoodle.js +2 -2
- package/dist/modules/icons/components/apps/IconNabook.js +6 -4
- package/dist/modules/icons/components/apps/IconNotebook.js +2 -2
- package/dist/modules/icons/components/apps/IconPad.js +2 -2
- package/dist/modules/icons/components/apps/IconPages.js +2 -2
- package/dist/modules/icons/components/apps/IconParametrage.js +2 -2
- package/dist/modules/icons/components/apps/IconParametrages.js +2 -2
- package/dist/modules/icons/components/apps/IconPoll.js +2 -2
- package/dist/modules/icons/components/apps/IconPresences.js +2 -6
- package/dist/modules/icons/components/apps/IconRack.js +2 -2
- package/dist/modules/icons/components/apps/IconRbs.js +2 -2
- package/dist/modules/icons/components/apps/IconSchoolbook.js +2 -2
- package/dist/modules/icons/components/apps/IconScrapbook.js +2 -2
- package/dist/modules/icons/components/apps/IconSettingsClass.js +2 -2
- package/dist/modules/icons/components/apps/IconSharebigfiles.js +2 -2
- package/dist/modules/icons/components/apps/IconStatistics.js +2 -2
- package/dist/modules/icons/components/apps/IconSupport.js +2 -2
- package/dist/modules/icons/components/apps/IconTimeline.js +2 -2
- package/dist/modules/icons/components/apps/IconTimelinegenerator.js +2 -2
- package/dist/modules/icons/components/apps/IconUserbook.js +2 -2
- package/dist/modules/icons/components/apps/IconVisioconf.js +2 -2
- package/dist/modules/icons/components/apps/IconVotil.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconVotil.js +14 -0
- package/dist/modules/icons/components/apps/IconWebsite.js +2 -2
- package/dist/modules/icons/components/apps/IconWiki.js +3 -3
- package/dist/modules/icons/components/apps/IconWorkspace.js +2 -2
- package/dist/modules/icons/components/apps/index.d.ts +6 -0
- package/dist/modules/icons/components/index.d.ts +4 -0
- package/dist/modules/modals/OnboardingModal/OnboardingModal.d.ts +6 -4
- package/dist/modules/modals/OnboardingModal/OnboardingModal.js +27 -13
- package/dist/modules/modals/OnboardingModal/index.d.ts +1 -0
- package/dist/modules/modals/OnboardingModal/useOnboardingModal.js +4 -4
- package/package.json +6 -6
package/dist/icons.js
CHANGED
|
@@ -68,101 +68,105 @@ import { default as default68 } from "./modules/icons/components/IconInbox.js";
|
|
|
68
68
|
import { default as default69 } from "./modules/icons/components/IconInfoCircle.js";
|
|
69
69
|
import { default as default70 } from "./modules/icons/components/IconInfoRectangle.js";
|
|
70
70
|
import { default as default71 } from "./modules/icons/components/IconLandscape.js";
|
|
71
|
-
import { default as default72 } from "./modules/icons/components/
|
|
72
|
-
import { default as default73 } from "./modules/icons/components/
|
|
73
|
-
import { default as default74 } from "./modules/icons/components/
|
|
74
|
-
import { default as default75 } from "./modules/icons/components/
|
|
75
|
-
import { default as default76 } from "./modules/icons/components/
|
|
76
|
-
import { default as default77 } from "./modules/icons/components/
|
|
77
|
-
import { default as default78 } from "./modules/icons/components/
|
|
78
|
-
import { default as default79 } from "./modules/icons/components/
|
|
79
|
-
import { default as default80 } from "./modules/icons/components/
|
|
80
|
-
import { default as default81 } from "./modules/icons/components/
|
|
81
|
-
import { default as default82 } from "./modules/icons/components/
|
|
82
|
-
import { default as default83 } from "./modules/icons/components/
|
|
83
|
-
import { default as default84 } from "./modules/icons/components/
|
|
84
|
-
import { default as default85 } from "./modules/icons/components/
|
|
85
|
-
import { default as default86 } from "./modules/icons/components/
|
|
86
|
-
import { default as default87 } from "./modules/icons/components/
|
|
87
|
-
import { default as default88 } from "./modules/icons/components/
|
|
88
|
-
import { default as default89 } from "./modules/icons/components/
|
|
89
|
-
import { default as default90 } from "./modules/icons/components/
|
|
90
|
-
import { default as default91 } from "./modules/icons/components/
|
|
91
|
-
import { default as default92 } from "./modules/icons/components/
|
|
92
|
-
import { default as default93 } from "./modules/icons/components/
|
|
93
|
-
import { default as default94 } from "./modules/icons/components/
|
|
94
|
-
import { default as default95 } from "./modules/icons/components/
|
|
95
|
-
import { default as default96 } from "./modules/icons/components/
|
|
96
|
-
import { default as default97 } from "./modules/icons/components/
|
|
97
|
-
import { default as default98 } from "./modules/icons/components/
|
|
98
|
-
import { default as default99 } from "./modules/icons/components/
|
|
99
|
-
import { default as default100 } from "./modules/icons/components/
|
|
100
|
-
import { default as default101 } from "./modules/icons/components/
|
|
101
|
-
import { default as default102 } from "./modules/icons/components/
|
|
102
|
-
import { default as default103 } from "./modules/icons/components/
|
|
103
|
-
import { default as default104 } from "./modules/icons/components/
|
|
104
|
-
import { default as default105 } from "./modules/icons/components/
|
|
105
|
-
import { default as default106 } from "./modules/icons/components/
|
|
106
|
-
import { default as default107 } from "./modules/icons/components/
|
|
107
|
-
import { default as default108 } from "./modules/icons/components/
|
|
108
|
-
import { default as default109 } from "./modules/icons/components/
|
|
109
|
-
import { default as default110 } from "./modules/icons/components/
|
|
110
|
-
import { default as default111 } from "./modules/icons/components/
|
|
111
|
-
import { default as default112 } from "./modules/icons/components/
|
|
112
|
-
import { default as default113 } from "./modules/icons/components/
|
|
113
|
-
import { default as default114 } from "./modules/icons/components/
|
|
114
|
-
import { default as default115 } from "./modules/icons/components/
|
|
115
|
-
import { default as default116 } from "./modules/icons/components/
|
|
116
|
-
import { default as default117 } from "./modules/icons/components/
|
|
117
|
-
import { default as default118 } from "./modules/icons/components/
|
|
118
|
-
import { default as default119 } from "./modules/icons/components/
|
|
119
|
-
import { default as default120 } from "./modules/icons/components/
|
|
120
|
-
import { default as default121 } from "./modules/icons/components/
|
|
121
|
-
import { default as default122 } from "./modules/icons/components/
|
|
122
|
-
import { default as default123 } from "./modules/icons/components/
|
|
123
|
-
import { default as default124 } from "./modules/icons/components/
|
|
124
|
-
import { default as default125 } from "./modules/icons/components/
|
|
125
|
-
import { default as default126 } from "./modules/icons/components/
|
|
126
|
-
import { default as default127 } from "./modules/icons/components/
|
|
127
|
-
import { default as default128 } from "./modules/icons/components/
|
|
128
|
-
import { default as default129 } from "./modules/icons/components/
|
|
129
|
-
import { default as default130 } from "./modules/icons/components/
|
|
130
|
-
import { default as default131 } from "./modules/icons/components/
|
|
131
|
-
import { default as default132 } from "./modules/icons/components/
|
|
132
|
-
import { default as default133 } from "./modules/icons/components/
|
|
133
|
-
import { default as default134 } from "./modules/icons/components/
|
|
134
|
-
import { default as default135 } from "./modules/icons/components/
|
|
135
|
-
import { default as default136 } from "./modules/icons/components/
|
|
136
|
-
import { default as default137 } from "./modules/icons/components/
|
|
137
|
-
import { default as default138 } from "./modules/icons/components/
|
|
138
|
-
import { default as default139 } from "./modules/icons/components/
|
|
139
|
-
import { default as default140 } from "./modules/icons/components/
|
|
140
|
-
import { default as default141 } from "./modules/icons/components/
|
|
141
|
-
import { default as default142 } from "./modules/icons/components/
|
|
142
|
-
import { default as default143 } from "./modules/icons/components/
|
|
143
|
-
import { default as default144 } from "./modules/icons/components/
|
|
144
|
-
import { default as default145 } from "./modules/icons/components/
|
|
145
|
-
import { default as default146 } from "./modules/icons/components/
|
|
146
|
-
import { default as default147 } from "./modules/icons/components/
|
|
147
|
-
import { default as default148 } from "./modules/icons/components/
|
|
148
|
-
import { default as default149 } from "./modules/icons/components/
|
|
149
|
-
import { default as default150 } from "./modules/icons/components/
|
|
150
|
-
import { default as default151 } from "./modules/icons/components/
|
|
151
|
-
import { default as default152 } from "./modules/icons/components/
|
|
152
|
-
import { default as default153 } from "./modules/icons/components/
|
|
153
|
-
import { default as default154 } from "./modules/icons/components/
|
|
154
|
-
import { default as default155 } from "./modules/icons/components/
|
|
155
|
-
import { default as default156 } from "./modules/icons/components/
|
|
156
|
-
import { default as default157 } from "./modules/icons/components/
|
|
157
|
-
import { default as default158 } from "./modules/icons/components/
|
|
158
|
-
import { default as default159 } from "./modules/icons/components/
|
|
159
|
-
import { default as default160 } from "./modules/icons/components/
|
|
160
|
-
import { default as default161 } from "./modules/icons/components/
|
|
161
|
-
import { default as default162 } from "./modules/icons/components/
|
|
162
|
-
import { default as default163 } from "./modules/icons/components/
|
|
163
|
-
import { default as default164 } from "./modules/icons/components/
|
|
164
|
-
import { default as default165 } from "./modules/icons/components/
|
|
165
|
-
import { default as default166 } from "./modules/icons/components/
|
|
71
|
+
import { default as default72 } from "./modules/icons/components/IconLibrary.js";
|
|
72
|
+
import { default as default73 } from "./modules/icons/components/IconLink.js";
|
|
73
|
+
import { default as default74 } from "./modules/icons/components/IconListOrder.js";
|
|
74
|
+
import { default as default75 } from "./modules/icons/components/IconLoader.js";
|
|
75
|
+
import { default as default76 } from "./modules/icons/components/IconLock.js";
|
|
76
|
+
import { default as default77 } from "./modules/icons/components/IconMailRecall.js";
|
|
77
|
+
import { default as default78 } from "./modules/icons/components/IconMail.js";
|
|
78
|
+
import { default as default79 } from "./modules/icons/components/IconMergeCells.js";
|
|
79
|
+
import { default as default80 } from "./modules/icons/components/IconMessageInfo.js";
|
|
80
|
+
import { default as default81 } from "./modules/icons/components/IconMicOff.js";
|
|
81
|
+
import { default as default82 } from "./modules/icons/components/IconMic.js";
|
|
82
|
+
import { default as default83 } from "./modules/icons/components/IconMinus.js";
|
|
83
|
+
import { default as default84 } from "./modules/icons/components/IconMove.js";
|
|
84
|
+
import { default as default85 } from "./modules/icons/components/IconNoColors.js";
|
|
85
|
+
import { default as default86 } from "./modules/icons/components/IconNotification.js";
|
|
86
|
+
import { default as default87 } from "./modules/icons/components/IconOptions.js";
|
|
87
|
+
import { default as default88 } from "./modules/icons/components/IconOrderedList.js";
|
|
88
|
+
import { default as default89 } from "./modules/icons/components/IconPaperclip.js";
|
|
89
|
+
import { default as default90 } from "./modules/icons/components/IconPause.js";
|
|
90
|
+
import { default as default91 } from "./modules/icons/components/IconPinOff.js";
|
|
91
|
+
import { default as default92 } from "./modules/icons/components/IconPinOn.js";
|
|
92
|
+
import { default as default93 } from "./modules/icons/components/IconPlaceholder.js";
|
|
93
|
+
import { default as default94 } from "./modules/icons/components/IconPlayFilled.js";
|
|
94
|
+
import { default as default95 } from "./modules/icons/components/IconPlay.js";
|
|
95
|
+
import { default as default96 } from "./modules/icons/components/IconPlus.js";
|
|
96
|
+
import { default as default97 } from "./modules/icons/components/IconPointerDefault.js";
|
|
97
|
+
import { default as default98 } from "./modules/icons/components/IconPointerHand.js";
|
|
98
|
+
import { default as default99 } from "./modules/icons/components/IconPrint.js";
|
|
99
|
+
import { default as default100 } from "./modules/icons/components/IconQuestionMark.js";
|
|
100
|
+
import { default as default101 } from "./modules/icons/components/IconQuestion.js";
|
|
101
|
+
import { default as default102 } from "./modules/icons/components/IconRafterDown.js";
|
|
102
|
+
import { default as default103 } from "./modules/icons/components/IconRafterLeft.js";
|
|
103
|
+
import { default as default104 } from "./modules/icons/components/IconRafterRight.js";
|
|
104
|
+
import { default as default105 } from "./modules/icons/components/IconRafterUp.js";
|
|
105
|
+
import { default as default106 } from "./modules/icons/components/IconReaction.js";
|
|
106
|
+
import { default as default107 } from "./modules/icons/components/IconReadMail.js";
|
|
107
|
+
import { default as default108 } from "./modules/icons/components/IconRecordPause.js";
|
|
108
|
+
import { default as default109 } from "./modules/icons/components/IconRecordStop.js";
|
|
109
|
+
import { default as default110 } from "./modules/icons/components/IconRecordVideo.js";
|
|
110
|
+
import { default as default111 } from "./modules/icons/components/IconRecord.js";
|
|
111
|
+
import { default as default112 } from "./modules/icons/components/IconRedo.js";
|
|
112
|
+
import { default as default113 } from "./modules/icons/components/IconRefresh.js";
|
|
113
|
+
import { default as default114 } from "./modules/icons/components/IconReset.js";
|
|
114
|
+
import { default as default115 } from "./modules/icons/components/IconRestart.js";
|
|
115
|
+
import { default as default116 } from "./modules/icons/components/IconRestore.js";
|
|
116
|
+
import { default as default117 } from "./modules/icons/components/IconSave.js";
|
|
117
|
+
import { default as default118 } from "./modules/icons/components/IconSearch.js";
|
|
118
|
+
import { default as default119 } from "./modules/icons/components/IconSee.js";
|
|
119
|
+
import { default as default120 } from "./modules/icons/components/IconSend.js";
|
|
120
|
+
import { default as default121 } from "./modules/icons/components/IconSetBackground.js";
|
|
121
|
+
import { default as default122 } from "./modules/icons/components/IconSettings.js";
|
|
122
|
+
import { default as default123 } from "./modules/icons/components/IconShare.js";
|
|
123
|
+
import { default as default124 } from "./modules/icons/components/IconSignature.js";
|
|
124
|
+
import { default as default125 } from "./modules/icons/components/IconSmartphone.js";
|
|
125
|
+
import { default as default126 } from "./modules/icons/components/IconSmiley.js";
|
|
126
|
+
import { default as default127 } from "./modules/icons/components/IconSortAscendingLetters.js";
|
|
127
|
+
import { default as default128 } from "./modules/icons/components/IconSortDescendingLetters.js";
|
|
128
|
+
import { default as default129 } from "./modules/icons/components/IconSortDescending.js";
|
|
129
|
+
import { default as default130 } from "./modules/icons/components/IconSortTime.js";
|
|
130
|
+
import { default as default131 } from "./modules/icons/components/IconSpeechToText.js";
|
|
131
|
+
import { default as default132 } from "./modules/icons/components/IconSplitCells.js";
|
|
132
|
+
import { default as default133 } from "./modules/icons/components/IconSquareRoot.js";
|
|
133
|
+
import { default as default134 } from "./modules/icons/components/IconStarFull.js";
|
|
134
|
+
import { default as default135 } from "./modules/icons/components/IconStar.js";
|
|
135
|
+
import { default as default136 } from "./modules/icons/components/IconSubscript.js";
|
|
136
|
+
import { default as default137 } from "./modules/icons/components/IconSuccessFill.js";
|
|
137
|
+
import { default as default138 } from "./modules/icons/components/IconSuccessOutline.js";
|
|
138
|
+
import { default as default139 } from "./modules/icons/components/IconSuperscript.js";
|
|
139
|
+
import { default as default140 } from "./modules/icons/components/IconTable.js";
|
|
140
|
+
import { default as default141 } from "./modules/icons/components/IconTextBold.js";
|
|
141
|
+
import { default as default142 } from "./modules/icons/components/IconTextColor.js";
|
|
142
|
+
import { default as default143 } from "./modules/icons/components/IconTextHighlight.js";
|
|
143
|
+
import { default as default144 } from "./modules/icons/components/IconTextItalic.js";
|
|
144
|
+
import { default as default145 } from "./modules/icons/components/IconTextPage.js";
|
|
145
|
+
import { default as default146 } from "./modules/icons/components/IconTextSize.js";
|
|
146
|
+
import { default as default147 } from "./modules/icons/components/IconTextToSpeechOff.js";
|
|
147
|
+
import { default as default148 } from "./modules/icons/components/IconTextToSpeech.js";
|
|
148
|
+
import { default as default149 } from "./modules/icons/components/IconTextTypo.js";
|
|
149
|
+
import { default as default150 } from "./modules/icons/components/IconTextUnderline.js";
|
|
150
|
+
import { default as default151 } from "./modules/icons/components/IconTextVanilla.js";
|
|
151
|
+
import { default as default152 } from "./modules/icons/components/IconToolCenter.js";
|
|
152
|
+
import { default as default153 } from "./modules/icons/components/IconTool.js";
|
|
153
|
+
import { default as default154 } from "./modules/icons/components/IconTrendingUp.js";
|
|
154
|
+
import { default as default155 } from "./modules/icons/components/IconUndoAll.js";
|
|
155
|
+
import { default as default156 } from "./modules/icons/components/IconUndo.js";
|
|
156
|
+
import { default as default157 } from "./modules/icons/components/IconUnlink.js";
|
|
157
|
+
import { default as default158 } from "./modules/icons/components/IconUnlock.js";
|
|
158
|
+
import { default as default159 } from "./modules/icons/components/IconUnreadMail.js";
|
|
159
|
+
import { default as default160 } from "./modules/icons/components/IconUpload.js";
|
|
160
|
+
import { default as default161 } from "./modules/icons/components/IconUserSearch.js";
|
|
161
|
+
import { default as default162 } from "./modules/icons/components/IconUser.js";
|
|
162
|
+
import { default as default163 } from "./modules/icons/components/IconUsers.js";
|
|
163
|
+
import { default as default164 } from "./modules/icons/components/IconVideo.js";
|
|
164
|
+
import { default as default165 } from "./modules/icons/components/IconViewCalendar.js";
|
|
165
|
+
import { default as default166 } from "./modules/icons/components/IconViewList.js";
|
|
166
|
+
import { default as default167 } from "./modules/icons/components/IconWand.js";
|
|
167
|
+
import { default as default168 } from "./modules/icons/components/IconWrite.js";
|
|
168
|
+
import { default as default169 } from "./modules/icons/components/IconZoomIn.js";
|
|
169
|
+
import { default as default170 } from "./modules/icons/components/IconZoomOut.js";
|
|
166
170
|
export {
|
|
167
171
|
default3 as IconAdd,
|
|
168
172
|
default2 as IconAddUser,
|
|
@@ -234,99 +238,103 @@ export {
|
|
|
234
238
|
default69 as IconInfoCircle,
|
|
235
239
|
default70 as IconInfoRectangle,
|
|
236
240
|
default71 as IconLandscape,
|
|
237
|
-
default72 as
|
|
238
|
-
default73 as
|
|
239
|
-
default74 as
|
|
240
|
-
default75 as
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
default79 as
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
default83 as
|
|
249
|
-
default84 as
|
|
250
|
-
default85 as
|
|
251
|
-
default86 as
|
|
252
|
-
default87 as
|
|
253
|
-
default88 as
|
|
254
|
-
default89 as
|
|
255
|
-
default90 as
|
|
256
|
-
default91 as
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
default96 as
|
|
262
|
-
default97 as
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
default102 as
|
|
268
|
-
default103 as
|
|
269
|
-
default104 as
|
|
270
|
-
default105 as
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
default108 as
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
default112 as
|
|
278
|
-
default113 as
|
|
279
|
-
default114 as
|
|
280
|
-
default115 as
|
|
281
|
-
default116 as
|
|
282
|
-
default117 as
|
|
283
|
-
default118 as
|
|
284
|
-
default119 as
|
|
285
|
-
default120 as
|
|
286
|
-
default121 as
|
|
287
|
-
default122 as
|
|
288
|
-
default123 as
|
|
289
|
-
default124 as
|
|
290
|
-
default125 as
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
default130 as
|
|
296
|
-
default131 as
|
|
297
|
-
default132 as
|
|
298
|
-
default133 as
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
default136 as
|
|
302
|
-
default137 as
|
|
303
|
-
default138 as
|
|
304
|
-
default139 as
|
|
305
|
-
default140 as
|
|
306
|
-
default141 as
|
|
307
|
-
default142 as
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
default145 as
|
|
311
|
-
default146 as
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
default150 as
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
default154 as
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
default159 as
|
|
325
|
-
default160 as
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
default163 as
|
|
329
|
-
default164 as
|
|
330
|
-
default165 as
|
|
331
|
-
default166 as
|
|
241
|
+
default72 as IconLibrary,
|
|
242
|
+
default73 as IconLink,
|
|
243
|
+
default74 as IconListOrder,
|
|
244
|
+
default75 as IconLoader,
|
|
245
|
+
default76 as IconLock,
|
|
246
|
+
default78 as IconMail,
|
|
247
|
+
default77 as IconMailRecall,
|
|
248
|
+
default79 as IconMergeCells,
|
|
249
|
+
default80 as IconMessageInfo,
|
|
250
|
+
default82 as IconMic,
|
|
251
|
+
default81 as IconMicOff,
|
|
252
|
+
default83 as IconMinus,
|
|
253
|
+
default84 as IconMove,
|
|
254
|
+
default85 as IconNoColors,
|
|
255
|
+
default86 as IconNotification,
|
|
256
|
+
default87 as IconOptions,
|
|
257
|
+
default88 as IconOrderedList,
|
|
258
|
+
default89 as IconPaperclip,
|
|
259
|
+
default90 as IconPause,
|
|
260
|
+
default91 as IconPinOff,
|
|
261
|
+
default92 as IconPinOn,
|
|
262
|
+
default93 as IconPlaceholder,
|
|
263
|
+
default95 as IconPlay,
|
|
264
|
+
default94 as IconPlayFilled,
|
|
265
|
+
default96 as IconPlus,
|
|
266
|
+
default97 as IconPointerDefault,
|
|
267
|
+
default98 as IconPointerHand,
|
|
268
|
+
default99 as IconPrint,
|
|
269
|
+
default101 as IconQuestion,
|
|
270
|
+
default100 as IconQuestionMark,
|
|
271
|
+
default102 as IconRafterDown,
|
|
272
|
+
default103 as IconRafterLeft,
|
|
273
|
+
default104 as IconRafterRight,
|
|
274
|
+
default105 as IconRafterUp,
|
|
275
|
+
default106 as IconReaction,
|
|
276
|
+
default107 as IconReadMail,
|
|
277
|
+
default111 as IconRecord,
|
|
278
|
+
default108 as IconRecordPause,
|
|
279
|
+
default109 as IconRecordStop,
|
|
280
|
+
default110 as IconRecordVideo,
|
|
281
|
+
default112 as IconRedo,
|
|
282
|
+
default113 as IconRefresh,
|
|
283
|
+
default114 as IconReset,
|
|
284
|
+
default115 as IconRestart,
|
|
285
|
+
default116 as IconRestore,
|
|
286
|
+
default117 as IconSave,
|
|
287
|
+
default118 as IconSearch,
|
|
288
|
+
default119 as IconSee,
|
|
289
|
+
default120 as IconSend,
|
|
290
|
+
default121 as IconSetBackground,
|
|
291
|
+
default122 as IconSettings,
|
|
292
|
+
default123 as IconShare,
|
|
293
|
+
default124 as IconSignature,
|
|
294
|
+
default125 as IconSmartphone,
|
|
295
|
+
default126 as IconSmiley,
|
|
296
|
+
default127 as IconSortAscendingLetters,
|
|
297
|
+
default129 as IconSortDescending,
|
|
298
|
+
default128 as IconSortDescendingLetters,
|
|
299
|
+
default130 as IconSortTime,
|
|
300
|
+
default131 as IconSpeechToText,
|
|
301
|
+
default132 as IconSplitCells,
|
|
302
|
+
default133 as IconSquareRoot,
|
|
303
|
+
default135 as IconStar,
|
|
304
|
+
default134 as IconStarFull,
|
|
305
|
+
default136 as IconSubscript,
|
|
306
|
+
default137 as IconSuccessFill,
|
|
307
|
+
default138 as IconSuccessOutline,
|
|
308
|
+
default139 as IconSuperscript,
|
|
309
|
+
default140 as IconTable,
|
|
310
|
+
default141 as IconTextBold,
|
|
311
|
+
default142 as IconTextColor,
|
|
312
|
+
default143 as IconTextHighlight,
|
|
313
|
+
default144 as IconTextItalic,
|
|
314
|
+
default145 as IconTextPage,
|
|
315
|
+
default146 as IconTextSize,
|
|
316
|
+
default148 as IconTextToSpeech,
|
|
317
|
+
default147 as IconTextToSpeechOff,
|
|
318
|
+
default149 as IconTextTypo,
|
|
319
|
+
default150 as IconTextUnderline,
|
|
320
|
+
default151 as IconTextVanilla,
|
|
321
|
+
default153 as IconTool,
|
|
322
|
+
default152 as IconToolCenter,
|
|
323
|
+
default154 as IconTrendingUp,
|
|
324
|
+
default156 as IconUndo,
|
|
325
|
+
default155 as IconUndoAll,
|
|
326
|
+
default157 as IconUnlink,
|
|
327
|
+
default158 as IconUnlock,
|
|
328
|
+
default159 as IconUnreadMail,
|
|
329
|
+
default160 as IconUpload,
|
|
330
|
+
default162 as IconUser,
|
|
331
|
+
default161 as IconUserSearch,
|
|
332
|
+
default163 as IconUsers,
|
|
333
|
+
default164 as IconVideo,
|
|
334
|
+
default165 as IconViewCalendar,
|
|
335
|
+
default166 as IconViewList,
|
|
336
|
+
default167 as IconWand,
|
|
337
|
+
default168 as IconWrite,
|
|
338
|
+
default169 as IconZoomIn,
|
|
339
|
+
default170 as IconZoomOut
|
|
332
340
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconLibrary: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconLibrary;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconLibrary = ({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", "aria-hidden": "true", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [
|
|
7
|
+
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M24.02 12.14c0 3.2-1.24 6.22-3.51 8.5s-5.3 3.51-8.5 3.51A12.03 12.03 0 0 1 12 .11c1.38 0 2.37.23 3.65.68.25.08.48.18.67.26l.08.03.06.04a.76.76 0 0 1 .29.26.73.73 0 0 1 .13.45.78.78 0 0 1-.76.79.7.7 0 0 1-.34-.1 26 26 0 0 0-.66-.25 8.6 8.6 0 0 0-3.13-.6 10.46 10.46 0 1 0 10.47 10.47c0-1.72-.37-3.1-1.18-4.62a14 14 0 0 1-.2-.36L21.03 7 21 6.96l-.03-.03-.01-.04-.04-.06-.14-.24-.04.14a.73.73 0 0 1-.89.53.73.73 0 0 1-.45-.34.76.76 0 0 1-.07-.55l.46-1.76a.78.78 0 0 1 .36-.49.87.87 0 0 1 .63-.06l1.75.56a.73.73 0 0 1 .47.9v.01a.73.73 0 0 1-.72.5c.17.3.32.59.4.77a10.9 10.9 0 0 1 1.35 5.33zm-4.18-8.96a1.38 1.38 0 1 1-2.76 0 1.38 1.38 0 0 1 2.76 0m-7.78 1.44c-2.62 0-5.15 2.02-5.15 4.9 0 3.5 2.48 4.4 2.76 6.68h4.77c.29-2.28 2.76-3.17 2.76-6.68 0-2.88-2.53-4.9-5.14-4.9m-.48 1.1c.28-.02.52.12.5.4a.45.45 0 0 1-.4.45 3.21 3.21 0 0 0-2.84 3.2c0 .32.05.64.14.94.09.22-.05.5-.27.57s-.5-.09-.55-.32a4 4 0 0 1-.18-1.2 4.08 4.08 0 0 1 3.6-4.04M9.7 17.05v.85h4.72v-.85zm0 1.71v.43c0 .5.4.86.85.86h3a.86.86 0 0 0 .87-.86v-.43zm1.5 1.72a.86.86 0 1 0 1.71 0z" })
|
|
9
|
+
] });
|
|
10
|
+
export {
|
|
11
|
+
SvgIconLibrary as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconNotification: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconNotification;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconNotification = ({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
|
+
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M11.999 2c4.584 0 8 4.046 8 8.642 0 .566.084.926.206 1.223.133.327.324.618.633 1.092.473.727.97 1.601 1.124 2.67.253 1.763-.764 3.008-1.925 3.668a2.6 2.6 0 0 1-1.285.317h-1.896C16.163 21.597 14.238 23 12 23s-4.164-1.402-4.857-3.388H5.245c-.388 0-.856-.069-1.295-.326-1.156-.678-2.156-1.987-1.914-3.66.158-1.094.656-1.946 1.125-2.668.288-.443.477-.733.615-1.08.129-.325.224-.737.224-1.378C4 6.034 7.425 2 11.999 2M9.36 19.612A3.16 3.16 0 0 0 12 21c1.12 0 2.087-.56 2.638-1.388zM12 4c-3.304 0-6 2.966-6 6.5 0 .858-.13 1.525-.364 2.115-.225.568-.535 1.03-.796 1.433-.437.672-.731 1.22-.825 1.865-.091.631.26 1.245.947 1.648.036.02.12.051.284.051h13.507a.6.6 0 0 0 .297-.055c.685-.39 1.035-.938.933-1.645-.09-.624-.386-1.197-.82-1.863-.278-.427-.589-.888-.809-1.427-.232-.568-.354-1.19-.354-1.98 0-3.688-2.707-6.642-6-6.642" })
|
|
9
|
+
] });
|
|
10
|
+
export {
|
|
11
|
+
SvgIconNotification as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconStar: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconStar;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconStar = ({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
|
+
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#icon-star_svg__a)", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.272 1.977c.772-1.323 2.684-1.323 3.455 0l2.769 4.746 5.16 1.19a2 2 0 0 1 1.099 3.216l-3.653 4.464.778 5.446c.224 1.569-1.379 2.763-2.818 2.099L12 20.8l-5.062 2.337c-1.44.664-3.042-.53-2.818-2.1l.778-5.445-3.653-4.464a2 2 0 0 1 1.098-3.215l5.161-1.191zm4.496 5.754L12 2.985 9.232 7.73a2 2 0 0 1-1.278.94l-5.16 1.191 3.652 4.465a2 2 0 0 1 .432 1.55L6.1 21.321l5.062-2.337a2 2 0 0 1 1.676 0l5.062 2.337-.778-5.446a2 2 0 0 1 .432-1.55l3.653-4.464-5.16-1.19a2 2 0 0 1-1.279-.941", clipRule: "evenodd" }) }),
|
|
9
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "icon-star_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
10
|
+
] });
|
|
11
|
+
export {
|
|
12
|
+
SvgIconStar as default
|
|
13
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconStarFavorite: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconStarFavorite;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconStarFull: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconStarFull;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconStarFull = ({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
|
+
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#icon-star-full_svg__a)", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.278 1.977c.77-1.323 2.675-1.323 3.444 0l2.759 4.746 5.143 1.19c1.44.334 2.03 2.068 1.094 3.216l-3.64 4.464.775 5.446c.224 1.569-1.374 2.763-2.808 2.099L12 20.8l-5.045 2.337c-1.434.664-3.032-.53-2.808-2.1l.775-5.445-3.64-4.464C.346 9.98.936 8.247 2.376 7.914L7.52 6.723z", clipRule: "evenodd" }) }),
|
|
9
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "icon-star-full_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
10
|
+
] });
|
|
11
|
+
export {
|
|
12
|
+
SvgIconStarFull as default
|
|
13
|
+
};
|
|
@@ -3,9 +3,9 @@ const SvgIconAccount = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M25 29.78c6.33 0 19 3.11 19 9.44V44H6v-4.78c0-6.33 12.67-9.44 19-9.44M25 26a9.43 9.43 0 0 1-9.44-9.44 9.44 9.44 0 1 1 18.164 3.614A9.43 9.43 0 0 1 25 26" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconAccount as default
|
|
@@ -3,9 +3,9 @@ const SvgIconActualites = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M25 18.91h-8.54v8.52H25zm2.87 14.22V36H13.63v-2.87zm0-17.09v14.22H13.63V16zm14.2 17.09V36H30.68v-2.87zm0-5.7v2.83H30.68v-2.83zm0-5.69v2.87H30.68v-2.87zm0-5.7v2.87H30.68V16zM7.93 37.39V16H5.06v21.39a1.51 1.51 0 0 0 1.44 1.44 1.37 1.37 0 0 0 1-.44 1.35 1.35 0 0 0 .43-1m37 0V13.21H10.76v24.18a4.5 4.5 0 0 1-.24 1.44h33a1.4 1.4 0 0 0 1-.44 1.28 1.28 0 0 0 .38-1zm2.86-27v27a4.2 4.2 0 0 1-4.26 4.26H6.5a4.22 4.22 0 0 1-3-1.23 3.9 3.9 0 0 1-1.23-3V13.21h5.66v-2.86z" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconActualites as default
|
|
@@ -3,9 +3,9 @@ const SvgIconAdmin = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M23.59 25a5.68 5.68 0 0 1-5.66 5.67A5.68 5.68 0 0 1 12.26 25a5.68 5.68 0 0 1 5.67-5.67A5.68 5.68 0 0 1 23.59 25m17-11.33a2.78 2.78 0 0 1-.87 2 2.58 2.58 0 0 1-2 .83 3 3 0 0 1-2-.83 2.48 2.48 0 0 1-.83-2 2.85 2.85 0 0 1 2.81-2.82 2.8 2.8 0 0 1 2 .84 2.49 2.49 0 0 1 .89 2zm0 22.66a2.63 2.63 0 0 1-.87 2 2.75 2.75 0 0 1-4 0 2.49 2.49 0 0 1-.83-2 2.74 2.74 0 0 1 .83-2 2.7 2.7 0 0 1 2-.83 2.85 2.85 0 0 1 2 .83 2.56 2.56 0 0 1 .87 2.02zM32.07 27v-4a.68.68 0 0 0-.16-.44.57.57 0 0 0-.31-.23l-3.45-.56a11 11 0 0 0-.71-1.66c.5-.72 1.16-1.56 2-2.54a.85.85 0 0 0 .16-.44.6.6 0 0 0-.16-.43 17 17 0 0 0-1.82-2c-.9-.87-1.47-1.31-1.71-1.31a.7.7 0 0 0-.47.16l-2.54 2a8 8 0 0 0-1.7-.67 24.4 24.4 0 0 0-.52-3.45.65.65 0 0 0-.67-.52h-4.14a.72.72 0 0 0-.44.16.51.51 0 0 0-.2.4l-.51 3.37a9.7 9.7 0 0 0-1.67.71l-2.61-2a.58.58 0 0 0-.44-.16.78.78 0 0 0-.47.16c-2.12 2-3.17 3.17-3.17 3.56a.64.64 0 0 0 .15.4c.14.21.44.61.92 1.19s.81 1 1 1.35c-.324.58-.592 1.19-.8 1.82l-3.36.51a.7.7 0 0 0-.36.2.58.58 0 0 0-.16.44v4.12a.64.64 0 0 0 .16.4.55.55 0 0 0 .36.23l3.4.56c.19.5.43 1.06.72 1.66-.51.72-1.17 1.56-2 2.54a.77.77 0 0 0-.16.44.7.7 0 0 0 .16.47q.841 1.036 1.82 1.94c.9.87 1.48 1.31 1.74 1.31a.84.84 0 0 0 .48-.16l2.53-2q.827.424 1.71.71.137 1.722.51 3.41a.6.6 0 0 0 .64.52H20a.7.7 0 0 0 .43-.16.63.63 0 0 0 .24-.4l.52-3.37a13 13 0 0 0 1.66-.67l2.58 1.94a.7.7 0 0 0 .47.16.66.66 0 0 0 .44-.16q3.21-3 3.21-3.56a.66.66 0 0 0-.16-.4c-.19-.24-.5-.64-.95-1.19a12 12 0 0 1-1-1.35q.435-.885.75-1.82l3.37-.48a.65.65 0 0 0 .35-.23.9.9 0 0 0 .16-.44zm14.15-11.77v-3.09c0-.24-1.1-.46-3.29-.67a5.6 5.6 0 0 0-.63-1.15 12.4 12.4 0 0 0 1.11-3.05.23.23 0 0 0-.08-.16c-1.8-1.06-2.71-1.59-2.74-1.59s-.47.36-1 1.07-.94 1.21-1.15 1.47a5.6 5.6 0 0 0-1.34 0q-.537-.765-1.15-1.47a8 8 0 0 0-1-1.07s-.94.53-2.74 1.59c-.08 0-.12.1-.12.16a12.5 12.5 0 0 0 1.15 3.05q-.39.543-.67 1.15c-2.19.21-3.29.43-3.29.67v3.09c0 .24 1.1.48 3.29.72.175.406.4.79.67 1.14a12.5 12.5 0 0 0-1.15 3.06q0 .08.12.15l.76.44c.44.26.88.52 1.3.75q.33.201.68.36c.1 0 .43-.34 1-1s.93-1.19 1.15-1.51h1.34a19.6 19.6 0 0 0 2 2.5h.16c.06 0 1-.52 2.74-1.55a.22.22 0 0 0 .08-.15 12.4 12.4 0 0 0-1.11-3.06q.36-.511.62-1.08c2.19-.24 3.29-.48 3.29-.72zm0 22.67v-3.09c0-.24-1.1-.48-3.29-.72a6 6 0 0 0-.63-1.15c.5-.947.872-1.956 1.11-3a.22.22 0 0 0-.08-.15c-1.8-1-2.71-1.55-2.74-1.55s-.47.34-1 1-.94 1.19-1.15 1.51a5.6 5.6 0 0 0-1.34 0 13 13 0 0 0-1.15-1.51c-.58-.69-.91-1-1-1s-.94.51-2.74 1.55q-.12.07-.12.15c.25 1.046.637 2.055 1.15 3a7.5 7.5 0 0 0-.67 1.15c-2.19.24-3.29.48-3.29.72v3.09c0 .24 1.1.46 3.29.67q.264.617.67 1.15a12.5 12.5 0 0 0-1.15 3.05c0 .06 0 .11.12.16l.76.44 1.3.75q.33.201.68.36c.1 0 .43-.35 1-1s.93-1.18 1.15-1.47h1.34a21 21 0 0 0 2 2.46h.16c.06 0 1-.52 2.74-1.55a.23.23 0 0 0 .08-.16 12.4 12.4 0 0 0-1.11-3.05q.369-.546.63-1.15c2.18-.2 3.28-.42 3.28-.66" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconAdmin as default
|