@edifice.io/react 2.2.13-develop-enabling.20250722163127 → 2.2.13-develop-b2school.20250724142436
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/Input/Input.d.ts +4 -0
- package/dist/components/Input/Input.js +2 -1
- package/dist/components/Modal/ModalHeader.d.ts +4 -0
- package/dist/components/Modal/ModalHeader.js +8 -3
- package/dist/components/SearchBar/SearchBar.d.ts +9 -33
- package/dist/components/SearchBar/SearchBar.js +2 -17
- package/dist/hooks/useLibraryUrl/useLibraryUrl.d.ts +1 -1
- package/dist/hooks/useLibraryUrl/useLibraryUrl.js +2 -2
- package/dist/icons-apps.js +164 -174
- package/dist/icons.js +190 -198
- 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 +2 -3
- 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/IconCalendar.js +2 -3
- 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/IconExercizer.js +2 -2
- package/dist/modules/icons/components/apps/IconForms.js +6 -2
- package/dist/modules/icons/components/apps/IconForum.js +2 -2
- package/dist/modules/icons/components/apps/IconLibrary.js +2 -2
- 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/IconMoodle.js +2 -2
- package/dist/modules/icons/components/apps/IconNabook.js +4 -2
- 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 +6 -2
- 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/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 +0 -5
- package/dist/modules/icons/components/index.d.ts +0 -4
- package/dist/modules/modals/OnboardingModal/OnboardingModal.d.ts +4 -6
- package/dist/modules/modals/OnboardingModal/OnboardingModal.js +13 -27
- package/dist/modules/modals/OnboardingModal/index.d.ts +0 -1
- package/dist/modules/modals/OnboardingModal/useOnboardingModal.js +4 -4
- package/package.json +6 -6
- package/dist/modules/icons/components/IconLibrary.d.ts +0 -7
- package/dist/modules/icons/components/IconLibrary.js +0 -12
- package/dist/modules/icons/components/IconNotification.d.ts +0 -7
- package/dist/modules/icons/components/IconNotification.js +0 -12
- package/dist/modules/icons/components/IconStar.d.ts +0 -7
- package/dist/modules/icons/components/IconStar.js +0 -13
- package/dist/modules/icons/components/IconStarFavorite.d.ts +0 -7
- package/dist/modules/icons/components/IconStarFull.d.ts +0 -7
- package/dist/modules/icons/components/IconStarFull.js +0 -13
- package/dist/modules/icons/components/apps/IconEdt.d.ts +0 -7
- package/dist/modules/icons/components/apps/IconEdt.js +0 -12
- package/dist/modules/icons/components/apps/IconGeogebra.d.ts +0 -7
- package/dist/modules/icons/components/apps/IconGeogebra.js +0 -12
- package/dist/modules/icons/components/apps/IconMagneto.d.ts +0 -7
- package/dist/modules/icons/components/apps/IconMagneto.js +0 -13
- package/dist/modules/icons/components/apps/IconMinetest.d.ts +0 -7
- package/dist/modules/icons/components/apps/IconMinetest.js +0 -12
- package/dist/modules/icons/components/apps/IconMinibadge.d.ts +0 -7
- package/dist/modules/icons/components/apps/IconMinibadge.js +0 -12
package/dist/icons.js
CHANGED
|
@@ -68,105 +68,101 @@ 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/
|
|
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";
|
|
71
|
+
import { default as default72 } from "./modules/icons/components/IconLink.js";
|
|
72
|
+
import { default as default73 } from "./modules/icons/components/IconListOrder.js";
|
|
73
|
+
import { default as default74 } from "./modules/icons/components/IconLoader.js";
|
|
74
|
+
import { default as default75 } from "./modules/icons/components/IconLock.js";
|
|
75
|
+
import { default as default76 } from "./modules/icons/components/IconMailRecall.js";
|
|
76
|
+
import { default as default77 } from "./modules/icons/components/IconMail.js";
|
|
77
|
+
import { default as default78 } from "./modules/icons/components/IconMergeCells.js";
|
|
78
|
+
import { default as default79 } from "./modules/icons/components/IconMessageInfo.js";
|
|
79
|
+
import { default as default80 } from "./modules/icons/components/IconMicOff.js";
|
|
80
|
+
import { default as default81 } from "./modules/icons/components/IconMic.js";
|
|
81
|
+
import { default as default82 } from "./modules/icons/components/IconMinus.js";
|
|
82
|
+
import { default as default83 } from "./modules/icons/components/IconMove.js";
|
|
83
|
+
import { default as default84 } from "./modules/icons/components/IconNoColors.js";
|
|
84
|
+
import { default as default85 } from "./modules/icons/components/IconOptions.js";
|
|
85
|
+
import { default as default86 } from "./modules/icons/components/IconOrderedList.js";
|
|
86
|
+
import { default as default87 } from "./modules/icons/components/IconPaperclip.js";
|
|
87
|
+
import { default as default88 } from "./modules/icons/components/IconPause.js";
|
|
88
|
+
import { default as default89 } from "./modules/icons/components/IconPinOff.js";
|
|
89
|
+
import { default as default90 } from "./modules/icons/components/IconPinOn.js";
|
|
90
|
+
import { default as default91 } from "./modules/icons/components/IconPlaceholder.js";
|
|
91
|
+
import { default as default92 } from "./modules/icons/components/IconPlayFilled.js";
|
|
92
|
+
import { default as default93 } from "./modules/icons/components/IconPlay.js";
|
|
93
|
+
import { default as default94 } from "./modules/icons/components/IconPlus.js";
|
|
94
|
+
import { default as default95 } from "./modules/icons/components/IconPointerDefault.js";
|
|
95
|
+
import { default as default96 } from "./modules/icons/components/IconPointerHand.js";
|
|
96
|
+
import { default as default97 } from "./modules/icons/components/IconPrint.js";
|
|
97
|
+
import { default as default98 } from "./modules/icons/components/IconQuestionMark.js";
|
|
98
|
+
import { default as default99 } from "./modules/icons/components/IconQuestion.js";
|
|
99
|
+
import { default as default100 } from "./modules/icons/components/IconRafterDown.js";
|
|
100
|
+
import { default as default101 } from "./modules/icons/components/IconRafterLeft.js";
|
|
101
|
+
import { default as default102 } from "./modules/icons/components/IconRafterRight.js";
|
|
102
|
+
import { default as default103 } from "./modules/icons/components/IconRafterUp.js";
|
|
103
|
+
import { default as default104 } from "./modules/icons/components/IconReaction.js";
|
|
104
|
+
import { default as default105 } from "./modules/icons/components/IconReadMail.js";
|
|
105
|
+
import { default as default106 } from "./modules/icons/components/IconRecordPause.js";
|
|
106
|
+
import { default as default107 } from "./modules/icons/components/IconRecordStop.js";
|
|
107
|
+
import { default as default108 } from "./modules/icons/components/IconRecordVideo.js";
|
|
108
|
+
import { default as default109 } from "./modules/icons/components/IconRecord.js";
|
|
109
|
+
import { default as default110 } from "./modules/icons/components/IconRedo.js";
|
|
110
|
+
import { default as default111 } from "./modules/icons/components/IconRefresh.js";
|
|
111
|
+
import { default as default112 } from "./modules/icons/components/IconReset.js";
|
|
112
|
+
import { default as default113 } from "./modules/icons/components/IconRestart.js";
|
|
113
|
+
import { default as default114 } from "./modules/icons/components/IconRestore.js";
|
|
114
|
+
import { default as default115 } from "./modules/icons/components/IconSave.js";
|
|
115
|
+
import { default as default116 } from "./modules/icons/components/IconSearch.js";
|
|
116
|
+
import { default as default117 } from "./modules/icons/components/IconSee.js";
|
|
117
|
+
import { default as default118 } from "./modules/icons/components/IconSend.js";
|
|
118
|
+
import { default as default119 } from "./modules/icons/components/IconSetBackground.js";
|
|
119
|
+
import { default as default120 } from "./modules/icons/components/IconSettings.js";
|
|
120
|
+
import { default as default121 } from "./modules/icons/components/IconShare.js";
|
|
121
|
+
import { default as default122 } from "./modules/icons/components/IconSignature.js";
|
|
122
|
+
import { default as default123 } from "./modules/icons/components/IconSmartphone.js";
|
|
123
|
+
import { default as default124 } from "./modules/icons/components/IconSmiley.js";
|
|
124
|
+
import { default as default125 } from "./modules/icons/components/IconSortAscendingLetters.js";
|
|
125
|
+
import { default as default126 } from "./modules/icons/components/IconSortDescendingLetters.js";
|
|
126
|
+
import { default as default127 } from "./modules/icons/components/IconSortDescending.js";
|
|
127
|
+
import { default as default128 } from "./modules/icons/components/IconSortTime.js";
|
|
128
|
+
import { default as default129 } from "./modules/icons/components/IconSpeechToText.js";
|
|
129
|
+
import { default as default130 } from "./modules/icons/components/IconSplitCells.js";
|
|
130
|
+
import { default as default131 } from "./modules/icons/components/IconSquareRoot.js";
|
|
131
|
+
import { default as default132 } from "./modules/icons/components/IconSubscript.js";
|
|
132
|
+
import { default as default133 } from "./modules/icons/components/IconSuccessFill.js";
|
|
133
|
+
import { default as default134 } from "./modules/icons/components/IconSuccessOutline.js";
|
|
134
|
+
import { default as default135 } from "./modules/icons/components/IconSuperscript.js";
|
|
135
|
+
import { default as default136 } from "./modules/icons/components/IconTable.js";
|
|
136
|
+
import { default as default137 } from "./modules/icons/components/IconTextBold.js";
|
|
137
|
+
import { default as default138 } from "./modules/icons/components/IconTextColor.js";
|
|
138
|
+
import { default as default139 } from "./modules/icons/components/IconTextHighlight.js";
|
|
139
|
+
import { default as default140 } from "./modules/icons/components/IconTextItalic.js";
|
|
140
|
+
import { default as default141 } from "./modules/icons/components/IconTextPage.js";
|
|
141
|
+
import { default as default142 } from "./modules/icons/components/IconTextSize.js";
|
|
142
|
+
import { default as default143 } from "./modules/icons/components/IconTextToSpeechOff.js";
|
|
143
|
+
import { default as default144 } from "./modules/icons/components/IconTextToSpeech.js";
|
|
144
|
+
import { default as default145 } from "./modules/icons/components/IconTextTypo.js";
|
|
145
|
+
import { default as default146 } from "./modules/icons/components/IconTextUnderline.js";
|
|
146
|
+
import { default as default147 } from "./modules/icons/components/IconTextVanilla.js";
|
|
147
|
+
import { default as default148 } from "./modules/icons/components/IconToolCenter.js";
|
|
148
|
+
import { default as default149 } from "./modules/icons/components/IconTool.js";
|
|
149
|
+
import { default as default150 } from "./modules/icons/components/IconTrendingUp.js";
|
|
150
|
+
import { default as default151 } from "./modules/icons/components/IconUndoAll.js";
|
|
151
|
+
import { default as default152 } from "./modules/icons/components/IconUndo.js";
|
|
152
|
+
import { default as default153 } from "./modules/icons/components/IconUnlink.js";
|
|
153
|
+
import { default as default154 } from "./modules/icons/components/IconUnlock.js";
|
|
154
|
+
import { default as default155 } from "./modules/icons/components/IconUnreadMail.js";
|
|
155
|
+
import { default as default156 } from "./modules/icons/components/IconUpload.js";
|
|
156
|
+
import { default as default157 } from "./modules/icons/components/IconUserSearch.js";
|
|
157
|
+
import { default as default158 } from "./modules/icons/components/IconUser.js";
|
|
158
|
+
import { default as default159 } from "./modules/icons/components/IconUsers.js";
|
|
159
|
+
import { default as default160 } from "./modules/icons/components/IconVideo.js";
|
|
160
|
+
import { default as default161 } from "./modules/icons/components/IconViewCalendar.js";
|
|
161
|
+
import { default as default162 } from "./modules/icons/components/IconViewList.js";
|
|
162
|
+
import { default as default163 } from "./modules/icons/components/IconWand.js";
|
|
163
|
+
import { default as default164 } from "./modules/icons/components/IconWrite.js";
|
|
164
|
+
import { default as default165 } from "./modules/icons/components/IconZoomIn.js";
|
|
165
|
+
import { default as default166 } from "./modules/icons/components/IconZoomOut.js";
|
|
170
166
|
export {
|
|
171
167
|
default3 as IconAdd,
|
|
172
168
|
default2 as IconAddUser,
|
|
@@ -238,103 +234,99 @@ export {
|
|
|
238
234
|
default69 as IconInfoCircle,
|
|
239
235
|
default70 as IconInfoRectangle,
|
|
240
236
|
default71 as IconLandscape,
|
|
241
|
-
default72 as
|
|
242
|
-
default73 as
|
|
243
|
-
default74 as
|
|
244
|
-
default75 as
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
default79 as
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
default83 as
|
|
253
|
-
default84 as
|
|
254
|
-
default85 as
|
|
255
|
-
default86 as
|
|
256
|
-
default87 as
|
|
257
|
-
default88 as
|
|
258
|
-
default89 as
|
|
259
|
-
default90 as
|
|
260
|
-
default91 as
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
default96 as
|
|
266
|
-
default97 as
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
default102 as
|
|
272
|
-
default103 as
|
|
273
|
-
default104 as
|
|
274
|
-
default105 as
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
default108 as
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
default112 as
|
|
282
|
-
default113 as
|
|
283
|
-
default114 as
|
|
284
|
-
default115 as
|
|
285
|
-
default116 as
|
|
286
|
-
default117 as
|
|
287
|
-
default118 as
|
|
288
|
-
default119 as
|
|
289
|
-
default120 as
|
|
290
|
-
default121 as
|
|
291
|
-
default122 as
|
|
292
|
-
default123 as
|
|
293
|
-
default124 as
|
|
294
|
-
default125 as
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
default130 as
|
|
300
|
-
default131 as
|
|
301
|
-
default132 as
|
|
302
|
-
default133 as
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
default136 as
|
|
306
|
-
default137 as
|
|
307
|
-
default138 as
|
|
308
|
-
default139 as
|
|
309
|
-
default140 as
|
|
310
|
-
default141 as
|
|
311
|
-
default142 as
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
default145 as
|
|
315
|
-
default146 as
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
default150 as
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
default154 as
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
default159 as
|
|
329
|
-
default160 as
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
default163 as
|
|
333
|
-
default164 as
|
|
334
|
-
default165 as
|
|
335
|
-
default166 as
|
|
336
|
-
default167 as IconWand,
|
|
337
|
-
default168 as IconWrite,
|
|
338
|
-
default169 as IconZoomIn,
|
|
339
|
-
default170 as IconZoomOut
|
|
237
|
+
default72 as IconLink,
|
|
238
|
+
default73 as IconListOrder,
|
|
239
|
+
default74 as IconLoader,
|
|
240
|
+
default75 as IconLock,
|
|
241
|
+
default77 as IconMail,
|
|
242
|
+
default76 as IconMailRecall,
|
|
243
|
+
default78 as IconMergeCells,
|
|
244
|
+
default79 as IconMessageInfo,
|
|
245
|
+
default81 as IconMic,
|
|
246
|
+
default80 as IconMicOff,
|
|
247
|
+
default82 as IconMinus,
|
|
248
|
+
default83 as IconMove,
|
|
249
|
+
default84 as IconNoColors,
|
|
250
|
+
default85 as IconOptions,
|
|
251
|
+
default86 as IconOrderedList,
|
|
252
|
+
default87 as IconPaperclip,
|
|
253
|
+
default88 as IconPause,
|
|
254
|
+
default89 as IconPinOff,
|
|
255
|
+
default90 as IconPinOn,
|
|
256
|
+
default91 as IconPlaceholder,
|
|
257
|
+
default93 as IconPlay,
|
|
258
|
+
default92 as IconPlayFilled,
|
|
259
|
+
default94 as IconPlus,
|
|
260
|
+
default95 as IconPointerDefault,
|
|
261
|
+
default96 as IconPointerHand,
|
|
262
|
+
default97 as IconPrint,
|
|
263
|
+
default99 as IconQuestion,
|
|
264
|
+
default98 as IconQuestionMark,
|
|
265
|
+
default100 as IconRafterDown,
|
|
266
|
+
default101 as IconRafterLeft,
|
|
267
|
+
default102 as IconRafterRight,
|
|
268
|
+
default103 as IconRafterUp,
|
|
269
|
+
default104 as IconReaction,
|
|
270
|
+
default105 as IconReadMail,
|
|
271
|
+
default109 as IconRecord,
|
|
272
|
+
default106 as IconRecordPause,
|
|
273
|
+
default107 as IconRecordStop,
|
|
274
|
+
default108 as IconRecordVideo,
|
|
275
|
+
default110 as IconRedo,
|
|
276
|
+
default111 as IconRefresh,
|
|
277
|
+
default112 as IconReset,
|
|
278
|
+
default113 as IconRestart,
|
|
279
|
+
default114 as IconRestore,
|
|
280
|
+
default115 as IconSave,
|
|
281
|
+
default116 as IconSearch,
|
|
282
|
+
default117 as IconSee,
|
|
283
|
+
default118 as IconSend,
|
|
284
|
+
default119 as IconSetBackground,
|
|
285
|
+
default120 as IconSettings,
|
|
286
|
+
default121 as IconShare,
|
|
287
|
+
default122 as IconSignature,
|
|
288
|
+
default123 as IconSmartphone,
|
|
289
|
+
default124 as IconSmiley,
|
|
290
|
+
default125 as IconSortAscendingLetters,
|
|
291
|
+
default127 as IconSortDescending,
|
|
292
|
+
default126 as IconSortDescendingLetters,
|
|
293
|
+
default128 as IconSortTime,
|
|
294
|
+
default129 as IconSpeechToText,
|
|
295
|
+
default130 as IconSplitCells,
|
|
296
|
+
default131 as IconSquareRoot,
|
|
297
|
+
default132 as IconSubscript,
|
|
298
|
+
default133 as IconSuccessFill,
|
|
299
|
+
default134 as IconSuccessOutline,
|
|
300
|
+
default135 as IconSuperscript,
|
|
301
|
+
default136 as IconTable,
|
|
302
|
+
default137 as IconTextBold,
|
|
303
|
+
default138 as IconTextColor,
|
|
304
|
+
default139 as IconTextHighlight,
|
|
305
|
+
default140 as IconTextItalic,
|
|
306
|
+
default141 as IconTextPage,
|
|
307
|
+
default142 as IconTextSize,
|
|
308
|
+
default144 as IconTextToSpeech,
|
|
309
|
+
default143 as IconTextToSpeechOff,
|
|
310
|
+
default145 as IconTextTypo,
|
|
311
|
+
default146 as IconTextUnderline,
|
|
312
|
+
default147 as IconTextVanilla,
|
|
313
|
+
default149 as IconTool,
|
|
314
|
+
default148 as IconToolCenter,
|
|
315
|
+
default150 as IconTrendingUp,
|
|
316
|
+
default152 as IconUndo,
|
|
317
|
+
default151 as IconUndoAll,
|
|
318
|
+
default153 as IconUnlink,
|
|
319
|
+
default154 as IconUnlock,
|
|
320
|
+
default155 as IconUnreadMail,
|
|
321
|
+
default156 as IconUpload,
|
|
322
|
+
default158 as IconUser,
|
|
323
|
+
default157 as IconUserSearch,
|
|
324
|
+
default159 as IconUsers,
|
|
325
|
+
default160 as IconVideo,
|
|
326
|
+
default161 as IconViewCalendar,
|
|
327
|
+
default162 as IconViewList,
|
|
328
|
+
default163 as IconWand,
|
|
329
|
+
default164 as IconWrite,
|
|
330
|
+
default165 as IconZoomIn,
|
|
331
|
+
default166 as IconZoomOut
|
|
340
332
|
};
|
|
@@ -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", viewBox: "0 0 24 24", width: "24", height: "24", "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: "M12.01 14.42c2.68 0 8.03 1.31 8.03 3.99v2.02H3.99V18.4c0-2.68 5.35-3.99 8.02-3.99zm0-2.02a4.02 4.02 0 0 1 0-8.02C14.21 4.38 16 6.2 16 8.4s-1.78 4-3.99 4" })
|
|
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", viewBox: "0 0 28 24", width: "24", height: "24", "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: "M13.73 7.4H8.6v5.15h5.14V7.42zm1.73 8.6v1.7H6.88V16zm0-10.32v8.58H6.88V5.68zm8.59 10.31v1.71h-6.88V16h6.88zm0-3.43v1.7h-6.88v-1.7zm0-3.44v1.73h-6.88V9.12zm0-3.44V7.4h-6.88V5.68zM3.44 18.57V5.67H1.7v12.9q0 .33.26.6t.6.26.6-.26.27-.6zm22.31 0V3.97H5.15v14.6q0 .43-.15.86h19.91q.34 0 .6-.26t.25-.6zM27.5 2.24v16.33q0 1.08-.75 1.83t-1.83.74H2.57q-1.05 0-1.82-.74T0 18.57V3.97h3.44V2.24h24.05z" })
|
|
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", viewBox: "0 0 26 24", width: "24", height: "24", "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: "M12.02 12.56q0-1.42-1-2.43T8.58 9.12t-2.43 1-1.01 2.44 1 2.42T8.6 16t2.4-1 1.01-2.43zm10.32 6.87q0-.7-.53-1.22t-1.2-.5-1.2.5-.5 1.22q0 .7.5 1.2t1.2.51 1.23-.5.5-1.2zm0-13.75q0-.7-.53-1.2t-1.2-.5-1.2.5-.5 1.2q0 .72.5 1.22t1.2.5 1.23-.5.5-1.22m-5.17 5.65v2.48q0 .14-.1.26t-.19.14l-2.09.34q-.14.46-.43 1.01.45.65 1.2 1.54.1.14.1.27 0 .16-.1.26-.29.41-1.1 1.2t-1.04.8q-.17 0-.29-.1l-1.54-1.2q-.5.26-1.03.4-.15 1.45-.32 2.1-.1.31-.4.31h-2.5q-.15 0-.27-.1t-.12-.23l-.31-2.05q-.46-.14-1.01-.43l-1.6 1.2q-.09.1-.26.1-.14 0-.28-.1-1.93-1.8-1.93-2.16 0-.12.1-.24.12-.2.55-.73t.63-.81q-.32-.58-.48-1.1L.3 14.16q-.12-.03-.22-.12t-.1-.27v-2.5q0-.12.1-.24t.22-.14l2.07-.34q.17-.46.43-1.01Q2.35 8.89 1.6 8q-.1-.14-.1-.26 0-.17.1-.3.29-.38 1.1-1.17t1.06-.8q.15 0 .3.1l1.53 1.2q.46-.24 1.04-.43.14-1.44.3-2.07.08-.31.4-.31h2.5q.14 0 .26.1t.14.24l.32 2.04q.45.14 1 .41l1.57-1.18q.12-.1.29-.1.14 0 .26.1 1.95 1.8 1.95 2.17 0 .12-.1.24l-.57.72q-.41.5-.6.82.31.64.45 1.1l2.05.3q.14.04.22.13t.1.27zm8.58 7.16v1.88q0 .22-2 .41-.14.36-.38.7.68 1.51.68 1.85 0 .05-.05.1-1.64.96-1.66.96-.12 0-.63-.65t-.7-.9q-.26.03-.4.03t-.41-.02q-.17.26-.7.89t-.6.65q-.02 0-1.66-.97-.07-.04-.07-.1 0-.33.7-1.84-.24-.34-.41-.7-2-.2-2-.41v-1.88q0-.21 2-.43.17-.38.4-.7-.7-1.51-.7-1.85 0-.05.08-.1l.46-.26.8-.46.4-.21q.1 0 .6.62t.7.91l.4-.02.42.02q.67-.96 1.22-1.51l.1-.02q.05 0 1.66.93.05.05.05.1 0 .34-.68 1.85.22.31.39.7 2 .22 2 .43zm0-13.75v1.88q0 .21-2 .43-.14.36-.38.7.68 1.51.68 1.85 0 .05-.05.1l-1.66.93q-.12 0-.63-.62t-.7-.92q-.26.03-.4.03t-.41-.03q-.17.3-.7.92t-.6.62l-1.66-.94q-.07-.04-.07-.1 0-.33.7-1.84-.24-.34-.41-.7-2-.22-2-.43V4.74q0-.22 2-.4.17-.4.4-.7-.7-1.52-.7-1.86 0-.05.08-.1l.46-.26.8-.46.4-.21q.1 0 .6.62t.7.89l.4-.02.42.02q.67-.94 1.22-1.5l.1-.01q.05 0 1.66.93.05.05.05.1 0 .34-.68 1.85.22.31.39.7 2 .19 2 .4z" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconAdmin as default
|
|
@@ -3,10 +3,9 @@ const SvgIconAgenda = ({
|
|
|
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", viewBox: "0 0 21 24", width: "24", height: "24", "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: "
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M23.566 28.696c.901-.541 2.162-1.723 2.162-4.075 0-2.723-1.95-5.472-6.306-5.472s-5.688 2.431-6.23 3.878a1.38 1.38 0 0 0 .163 1.28c.27.386.708.617 1.178.617h.413c.595 0 1.125-.36 1.322-.897.484-1.326 1.462-1.943 3.063-1.943 1.879 0 3 .985 3 2.636 0 1.893-.996 2.704-3.333 2.704h-.129c-.784 0-1.42.636-1.42 1.462 0 .825.636 1.42 1.42 1.42h.357c2.586 0 3.9 1.155 3.9 3.439s-1.356 3.632-3.632 3.632c-2.439 0-3.37-1.504-3.711-2.398a1.4 1.4 0 0 0-1.314-.882h-.512c-.458 0-.893.223-1.162.598a1.4 1.4 0 0 0-.186 1.284c.947 2.738 3.412 4.306 6.764 4.306 5.314 0 7.2-3.53 7.2-6.552 0-2.344-1.084-4.14-3.007-5.037" })
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 24.58V8.98h21.47v15.6zM0 7.63V2.3h2.62v3.4h4.81V2.3h6.61v3.4h4.79V2.3h2.64v5.32H0zm4.04-3.35V.53h1.97v3.75zm1.42 14.89q0 2.7 2.96 2.7 1.13 0 2.02-.78.93-.74.93-1.92 0-1.64-1.87-2.17 1.15-.36 1.54-1.15.29-.67-.05-1.75-.65-1.5-2.57-1.5-1.23 0-2.07.63t-.9 1.85H7.2q0-1.08 1.18-1.1 1.03 0 1.08 1.25 0 1.17-2.02 1.13v1.37q1.15 0 1.64.19.55.26.55 1.1 0 1.38-1.3 1.47-1.03 0-1.13-1.32zm6.76-3.51q1.17-.34 2.11-1.13v7.14h1.68v-8.92h-1.53q-.92.89-2.26 1.4v1.5zm3.24-11.38V.53h1.97v3.75z" })
|
|
10
9
|
] });
|
|
11
10
|
export {
|
|
12
11
|
SvgIconAgenda as default
|
|
@@ -3,9 +3,9 @@ const SvgIconAppointments = ({
|
|
|
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", viewBox: "0 0 24 24", width: "24", height: "24", "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: "M18.616 5.414v-4.11c0-.72-.575-1.304-1.285-1.304s-1.286.584-1.286 1.304v4.11c0 .72.575 1.304 1.285 1.304s1.286-.583 1.286-1.304m-9.99-2.597V5.23c0 1.194-.947 2.156-2.124 2.156s-2.126-.962-2.126-2.156V2.817h-1.57C1.25 2.817 0 4.087 0 5.663v15.491C0 22.731 1.251 24 2.805 24h18.39C22.749 24 24 22.73 24 21.154V5.663c0-1.577-1.251-2.846-2.805-2.846h-1.81V5.23c0 1.194-.949 2.155-2.126 2.155s-2.125-.961-2.125-2.155V2.817zm3.048 6.83q.071 0 .141.006c.374.025.737.13 1.06.288 1.29.631 2.232 1.986 2.259 3.507.016.934-.515 1.722-1.153 2.159-.627.43-1.349.626-2.042.75.395.369.78.807 1.104 1.328.309.497.553.698.648.766l.004-.008.027-.035c.222-.268.477-1.095.477-1.095a.88.88 0 0 1 .386-.546.856.856 0 0 1 1.19.282.89.89 0 0 1 .108.662s-.166 1.013-.838 1.824c-.336.406-.997.824-1.71.653-.714-.17-1.227-.716-1.756-1.569-.441-.711-1.109-1.251-1.667-1.615.004.043.002.097 0 .15-.002.057-.004.114.001.158.144 1.131.438 1.678.438 1.678a.9.9 0 0 1 .06.668.87.87 0 0 1-.746.614.85.85 0 0 1-.633-.2.9.9 0 0 1-.212-.266s-.446-.882-.622-2.27-.113-3.353.783-5.676c.38-.987.964-1.69 1.704-2.015.324-.143.66-.202.99-.198m-.05 1.748a.7.7 0 0 0-.252.06c-.216.095-.513.348-.781 1.044-.318.825-.447 1.535-.557 2.223q.105.002.207.006c.36.014.726.027 1.368-.086.566-.1 1.098-.28 1.404-.489.306-.21.397-.332.391-.674-.012-.687-.662-1.656-1.28-1.957-.192-.094-.353-.134-.5-.127M7.817 1.305v4.11c0 .72-.576 1.303-1.286 1.303s-1.286-.583-1.286-1.304v-4.11C5.245.584 5.821 0 6.531 0s1.286.584 1.286 1.304" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconAppointments as default
|
|
@@ -3,9 +3,9 @@ const SvgIconArchive = ({
|
|
|
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", viewBox: "0 0 21 24", width: "24", height: "24", "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: "M8.59 5.68v-1.7H6.88v1.7h1.7zm1.73 1.73V5.68H8.58V7.4h1.74zM8.59 9.1V7.4H6.88v1.7h1.7zm1.73 1.74V9.12H8.58v1.73h1.74zm9.37-5.22q.39.39.65 1.01t.27 1.2v15.44q0 .55-.36.91t-.92.39H1.3q-.55 0-.91-.39t-.39-.9V1.83q0-.55.4-.91t.9-.39h12.03q.53 0 1.18.27t1.01.65zm-5.96-3.27V7.4h5.05q-.12-.41-.29-.55l-4.2-4.21q-.15-.17-.56-.3zm5.17 20.51V9.12h-5.58q-.55 0-.91-.39t-.39-.89v-5.6h-1.7v1.73H8.59V2.24H1.7v20.63h17.2zm-8.42-9.69 1.45 4.69q.1.36.1.7 0 1.1-.97 1.85t-2.47.72-2.46-.72-.98-1.85q0-.34.12-.7.29-.84 1.6-5.31v-1.71h1.71v1.7h1.06q.32 0 .53.17t.31.46m-1.9 6.25q.73 0 1.23-.26t.5-.6-.5-.6-1.22-.27-1.2.27-.51.6.5.6 1.2.26" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconArchive as default
|
|
@@ -3,9 +3,9 @@ const SvgIconBlog = ({
|
|
|
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", viewBox: "0 0 29 24", width: "24", height: "24", "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: "M6.04 10.87c.21 0 .38-.21.38-.43s-.17-.39-.38-.39h-2.4c-.23 0-.44.17-.44.39s.22.43.43.43h2.4zm0 1.73c.21 0 .38-.21.38-.4s-.17-.41-.38-.41h-2.4c-.23 0-.44.19-.44.4s.22.41.43.41h2.4zm5.05.34a9.36 9.36 0 0 1 6.97 2.91V6.81a9.17 9.17 0 0 1-6.97 3.03zm11.95-5.29-.8-.82 3.3-3.27.82.77zm.6 4.2V10.7h5.53v1.16h-5.53zm-1.4 4.12.8-.82 3.32 3.32-.82.77zm-3.07-12.4c.48 0 .86.35.86.8v13.88c0 .46-.38.82-.87.82s-.84-.36-.84-.82c-1.42-1.73-3.9-3.96-7.62-3.96H9.16l3.37 5.67-2.04 1.5c-.51.26-1.06-.08-1.35-.44l-4.19-6.73H2.7S.6 13.16.6 11.35s2.1-2.83 2.1-2.83h8c3.73 0 6.2-2.31 7.62-4.14 0-.46.37-.82.85-.82z" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconBlog as default
|