@loomhq/lens 11.16.4 → 11.17.1
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/available-icons/add-clip.d.ts +2 -0
- package/dist/components/icon/available-icons/check-circle-small.d.ts +2 -0
- package/dist/components/icon/available-icons/clip.d.ts +2 -0
- package/dist/components/icon/available-icons/index.d.ts +73 -64
- package/dist/components/icon/available-icons/redo-alt.d.ts +2 -0
- package/dist/components/icon/available-icons/undo-alt.d.ts +2 -0
- package/dist/components/icon/available-icons/version-control.d.ts +2 -0
- package/dist/components/icon/available-icons/waveform.d.ts +2 -0
- package/dist/components/icon/available-icons/zoom-in.d.ts +2 -0
- package/dist/components/icon/available-icons/zoom-out.d.ts +2 -0
- package/dist/icons/add-clip.d.ts +2 -0
- package/dist/icons/add-clip.js +97 -0
- package/dist/icons/check-circle-small.d.ts +2 -0
- package/dist/icons/check-circle-small.js +41 -0
- package/dist/icons/clip.d.ts +2 -0
- package/dist/icons/clip.js +89 -0
- package/dist/icons/index.d.ts +73 -64
- package/dist/icons/index.js +2291 -1916
- package/dist/icons/redo-alt.d.ts +2 -0
- package/dist/icons/redo-alt.js +41 -0
- package/dist/icons/undo-alt.d.ts +2 -0
- package/dist/icons/undo-alt.js +41 -0
- package/dist/icons/version-control.d.ts +2 -0
- package/dist/icons/version-control.js +49 -0
- package/dist/icons/waveform.d.ts +2 -0
- package/dist/icons/waveform.js +73 -0
- package/dist/icons/zoom-in.d.ts +2 -0
- package/dist/icons/zoom-in.js +57 -0
- package/dist/icons/zoom-out.d.ts +2 -0
- package/dist/icons/zoom-out.js +49 -0
- package/dist/index.js +2 -3
- package/package.json +1 -1
|
@@ -1,49 +1,61 @@
|
|
|
1
|
+
export { FolderPlus } from './folder-plus-deprecated';
|
|
2
|
+
export { PictureInPicture } from './picture-in-picture-deprecated';
|
|
1
3
|
export { SvgAccount } from './account';
|
|
2
4
|
export { SvgAccountCircle } from './account-circle';
|
|
5
|
+
export { SvgActivity } from './activity';
|
|
6
|
+
export { SvgAdd } from './add';
|
|
3
7
|
export { SvgAddAPhoto } from './add-a-photo';
|
|
4
8
|
export { SvgAddCircleOutline } from './add-circle-outline';
|
|
9
|
+
export { SvgAddClip } from './add-clip';
|
|
5
10
|
export { SvgAddPhoto } from './add-photo';
|
|
6
11
|
export { SvgAlarmClock } from './alarm-clock';
|
|
7
12
|
export { SvgAlarmClockComplete } from './alarm-clock-complete';
|
|
8
13
|
export { SvgAlertTriangle } from './alert-triangle';
|
|
9
14
|
export { SvgAlignBottom } from './align-bottom';
|
|
15
|
+
export { SvgApple } from './apple';
|
|
10
16
|
export { SvgApps } from './apps';
|
|
11
17
|
export { SvgArchive } from './archive';
|
|
12
18
|
export { SvgArrowBack } from './arrow-back';
|
|
19
|
+
export { SvgArrowDownward } from './arrow-downward';
|
|
13
20
|
export { SvgArrowDropDown } from './arrow-drop-down';
|
|
14
21
|
export { SvgArrowDropUp } from './arrow-drop-up';
|
|
15
22
|
export { SvgArrowForward } from './arrow-forward';
|
|
16
23
|
export { SvgArrowLeft } from './arrow-left';
|
|
17
|
-
export { SvgArrowRight } from './arrow-right';
|
|
18
24
|
export { SvgArrowLeftAlt } from './arrow-left-alt';
|
|
25
|
+
export { SvgArrowRight } from './arrow-right';
|
|
19
26
|
export { SvgArrowRightAlt } from './arrow-right-alt';
|
|
27
|
+
export { SvgArrowUpward } from './arrow-upward';
|
|
20
28
|
export { SvgAtlassian } from './atlassian';
|
|
21
29
|
export { SvgAtMention } from './at-mention';
|
|
22
30
|
export { SvgAutoChapters } from './auto-chapters';
|
|
31
|
+
export { SvgAutoSummaries } from './auto-summaries';
|
|
23
32
|
export { SvgAutoTasks } from './auto-tasks';
|
|
24
33
|
export { SvgAutoTitles } from './auto-titles';
|
|
25
|
-
export { SvgAutoSummaries } from './auto-summaries';
|
|
26
34
|
export { SvgBack } from './back';
|
|
27
|
-
export { SvgForward } from './forward';
|
|
28
|
-
export { SvgReplay5 } from './replay-5';
|
|
29
35
|
export { SvgBack5 } from './back5';
|
|
30
|
-
export { SvgForward5 } from './forward-5';
|
|
31
36
|
export { SvgBarChart } from './bar-chart';
|
|
32
37
|
export { SvgBell } from './bell';
|
|
33
38
|
export { SvgBellOff } from './bell-off';
|
|
34
39
|
export { SvgBellRing } from './bell-ring';
|
|
35
|
-
export { SvgBook } from './book';
|
|
36
40
|
export { SvgBlur } from './blur';
|
|
37
41
|
export { SvgBold } from './bold';
|
|
42
|
+
export { SvgBook } from './book';
|
|
38
43
|
export { SvgBorderColor } from './border-color';
|
|
39
44
|
export { SvgBulb } from './bulb';
|
|
40
45
|
export { SvgCalendly } from './calendly';
|
|
41
46
|
export { SvgCallToAction } from './call-to-action';
|
|
47
|
+
export { SvgCamBubble } from './cam-bubble';
|
|
48
|
+
export { SvgCamBubbleSmall } from './cam-bubble-small';
|
|
49
|
+
export { SvgCanvas } from './canvas';
|
|
50
|
+
export { SvgCaretFolder } from './caret-folder';
|
|
51
|
+
export { SvgCCOff } from './cc-off';
|
|
52
|
+
export { SvgCCOn } from './cc-on';
|
|
42
53
|
export { SvgChart } from './chart';
|
|
43
54
|
export { SvgCheck } from './check';
|
|
44
55
|
export { SvgCheckCircle } from './check-circle';
|
|
45
56
|
export { SvgCheckCircleFill } from './check-circle-fill';
|
|
46
57
|
export { SvgCheckCircleOutline } from './check-circle-outline';
|
|
58
|
+
export { SvgCheckCircleSmall } from './check-circle-small';
|
|
47
59
|
export { SvgChevronDown } from './chevron-down';
|
|
48
60
|
export { SvgChevronLeft } from './chevron-left';
|
|
49
61
|
export { SvgChevronRight } from './chevron-right';
|
|
@@ -56,6 +68,8 @@ export { SvgChevronsRight } from './chevrons-right';
|
|
|
56
68
|
export { SvgChevronUp } from './chevron-up';
|
|
57
69
|
export { SvgChrome } from './chrome';
|
|
58
70
|
export { SvgChromeLogo } from './chrome-logo';
|
|
71
|
+
export { SvgClip } from './clip';
|
|
72
|
+
export { SvgClock } from './clock';
|
|
59
73
|
export { SvgClose } from './close';
|
|
60
74
|
export { SvgCode } from './code';
|
|
61
75
|
export { SvgCollapse } from './collapse';
|
|
@@ -69,7 +83,11 @@ export { SvgContactSupport } from './contact-support';
|
|
|
69
83
|
export { SvgCopy } from './copy';
|
|
70
84
|
export { SvgCreate } from './create';
|
|
71
85
|
export { SvgCreateTicket } from './create-ticket';
|
|
86
|
+
export { SvgCrop169 } from './crop-16-9';
|
|
72
87
|
export { SvgCrop169Expanded } from './crop169-expanded';
|
|
88
|
+
export { SvgCrop54 } from './crop-5-4';
|
|
89
|
+
export { SvgCrop75 } from './crop-7-5';
|
|
90
|
+
export { SvgCropExpanded169 } from './crop-expanded-16-9';
|
|
73
91
|
export { SvgCut } from './cut';
|
|
74
92
|
export { SvgDelete } from './delete';
|
|
75
93
|
export { SvgDeleteForever } from './delete-forever';
|
|
@@ -91,8 +109,10 @@ export { SvgFillerWordRemoval } from './filler-word-removal';
|
|
|
91
109
|
export { SvgFirefoxLogo } from './firefox-logo';
|
|
92
110
|
export { SvgFirstPage } from './first-page';
|
|
93
111
|
export { SvgFolder } from './folder';
|
|
112
|
+
export { SvgFolderPlus } from './folder-plus';
|
|
94
113
|
export { SvgFolderShared } from './folder-shared';
|
|
95
|
-
export {
|
|
114
|
+
export { SvgForward } from './forward';
|
|
115
|
+
export { SvgForward5 } from './forward-5';
|
|
96
116
|
export { SvgFrown } from './frown';
|
|
97
117
|
export { SvgFullscreen } from './fullscreen';
|
|
98
118
|
export { SvgFullscreenExit } from './fullscreen-exit';
|
|
@@ -104,8 +124,7 @@ export { SvgHelp } from './help';
|
|
|
104
124
|
export { SvgHelpCircle } from './help-circle';
|
|
105
125
|
export { SvgHighlightOff } from './highlight-off';
|
|
106
126
|
export { SvgHighlightText } from './highlight-text';
|
|
107
|
-
export {
|
|
108
|
-
export { SvgJiraNeutral } from './jira-neutral';
|
|
127
|
+
export { SvgHome } from './home';
|
|
109
128
|
export { SvgImage } from './image';
|
|
110
129
|
export { SvgImage1 } from './image1';
|
|
111
130
|
export { SvgImage2 } from './image2';
|
|
@@ -114,6 +133,8 @@ export { SvgInfo } from './info';
|
|
|
114
133
|
export { SvgInfoFill } from './info-fill';
|
|
115
134
|
export { SvgInfoOutline } from './info-outline';
|
|
116
135
|
export { SvgItalics } from './italics';
|
|
136
|
+
export { SvgJira } from './jira';
|
|
137
|
+
export { SvgJiraNeutral } from './jira-neutral';
|
|
117
138
|
export { SvgKeyboardArrowDown } from './keyboard-arrow-down';
|
|
118
139
|
export { SvgKeyboardArrowLeft } from './keyboard-arrow-left';
|
|
119
140
|
export { SvgKeyboardArrowRight } from './keyboard-arrow-right';
|
|
@@ -129,15 +150,23 @@ export { SvgLocation } from './location';
|
|
|
129
150
|
export { SvgLock } from './lock';
|
|
130
151
|
export { SvgLockFill } from './lock-fill';
|
|
131
152
|
export { SvgLogOut } from './log-out';
|
|
153
|
+
export { SvgMail } from './mail';
|
|
132
154
|
export { SvgMaximize } from './maximize';
|
|
133
155
|
export { SvgMenu } from './menu';
|
|
156
|
+
export { SvgMenuHide } from './menu-hide';
|
|
157
|
+
export { SvgMenuShow } from './menu-show';
|
|
134
158
|
export { SvgMic } from './mic';
|
|
135
159
|
export { SvgMicOff } from './mic-off';
|
|
136
160
|
export { SvgMinimize } from './minimize';
|
|
137
161
|
export { SvgMinusCircle } from './minus-circle';
|
|
162
|
+
export { SvgMobileDevices } from './mobile-devices';
|
|
163
|
+
export { SvgMoney } from './money';
|
|
164
|
+
export { SvgMoon } from './moon';
|
|
138
165
|
export { SvgMoreHoriz } from './more-horiz';
|
|
166
|
+
export { SvgMovieFilter } from './movie-filter';
|
|
139
167
|
export { SvgMute } from './mute';
|
|
140
168
|
export { SvgNearMe } from './near-me';
|
|
169
|
+
export { SvgNotes } from './notes';
|
|
141
170
|
export { SvgNotifications } from './notifications';
|
|
142
171
|
export { SvgNumberedList } from './numbered-list';
|
|
143
172
|
export { SvgOfflineBolt } from './offline-bolt';
|
|
@@ -149,11 +178,16 @@ export { SvgPerson } from './person';
|
|
|
149
178
|
export { SvgPhoneLinkOff } from './phone-link-off';
|
|
150
179
|
export { SvgPhonelinkOff } from './phonelink-off';
|
|
151
180
|
export { SvgPhotoSizeSelectActual } from './photo-size-select-actual';
|
|
181
|
+
export { SvgPictureInPicture } from './picture-in-picture';
|
|
182
|
+
export { SvgPin } from './pin';
|
|
183
|
+
export { SvgPinFill } from './pin-fill';
|
|
152
184
|
export { SvgPlay } from './play';
|
|
153
185
|
export { SvgPlayArrow } from './play-arrow';
|
|
154
186
|
export { SvgPlayCircle } from './play-circle';
|
|
155
187
|
export { SvgPlayCircleFilled } from './play-circle-filled';
|
|
156
188
|
export { SvgPlusCircle } from './plus-circle';
|
|
189
|
+
export { SvgPower } from './power';
|
|
190
|
+
export { SvgPresent } from './present';
|
|
157
191
|
export { SvgPronunciation } from './pronunciation';
|
|
158
192
|
export { SvgPublicOff } from './public-off';
|
|
159
193
|
export { SvgPublicoff } from './publicoff';
|
|
@@ -161,16 +195,25 @@ export { SvgPublicOn } from './public-on';
|
|
|
161
195
|
export { SvgPublicon } from './publicon';
|
|
162
196
|
export { SvgQuickEdit } from './quick-edit';
|
|
163
197
|
export { SvgRecord } from './record';
|
|
198
|
+
export { SvgRedo } from './redo';
|
|
199
|
+
export { SvgRedoAlt } from './redo-alt';
|
|
200
|
+
export { SvgRefresh } from './refresh';
|
|
164
201
|
export { SvgRemoveCircleOutline } from './remove-circle-outline';
|
|
165
202
|
export { SvgRemoveRedEye } from './remove-red-eye';
|
|
203
|
+
export { SvgRepeat } from './repeat';
|
|
204
|
+
export { SvgReplay } from './replay';
|
|
205
|
+
export { SvgReplay5 } from './replay-5';
|
|
166
206
|
export { SvgReply } from './reply';
|
|
167
207
|
export { SvgReplyLeft } from './reply-left';
|
|
168
208
|
export { SvgReplyRight } from './reply-right';
|
|
209
|
+
export { SvgRewind } from './rewind';
|
|
169
210
|
export { SvgRotateLeft } from './rotate-left';
|
|
170
211
|
export { SvgSafariLogo } from './safari-logo';
|
|
171
212
|
export { SvgSalesforce } from './salesforce';
|
|
172
213
|
export { SvgSalesforceBlk } from './salesforce-blk';
|
|
214
|
+
export { SvgSchool } from './school';
|
|
173
215
|
export { SvgScissors } from './scissors';
|
|
216
|
+
export { SvgScreenCam } from './screen-cam';
|
|
174
217
|
export { SvgSearch } from './search';
|
|
175
218
|
export { SvgSend } from './send';
|
|
176
219
|
export { SvgSentimentDissatisfied } from './sentiment-dissatisfied';
|
|
@@ -185,27 +228,38 @@ export { SvgSmile } from './smile';
|
|
|
185
228
|
export { SvgSmileAlt } from './smile-alt';
|
|
186
229
|
export { SvgSmileSelect } from './smile-select';
|
|
187
230
|
export { SvgSparkle } from './sparkle';
|
|
231
|
+
export { SvgSpeedFast } from './speed-fast';
|
|
232
|
+
export { SvgSpeedMedium } from './speed-medium';
|
|
233
|
+
export { SvgSpeedSlow } from './speed-slow';
|
|
234
|
+
export { SvgSpeedXFast } from './speed-x-fast';
|
|
235
|
+
export { SvgSpeedXSlow } from './speed-x-slow';
|
|
236
|
+
export { SvgSplit } from './split';
|
|
188
237
|
export { SvgStar } from './star';
|
|
189
238
|
export { SvgStarOutline } from './star-outline';
|
|
190
239
|
export { SvgStop } from './stop';
|
|
240
|
+
export { SvgSun } from './sun';
|
|
191
241
|
export { SvgTagFaces } from './tag-faces';
|
|
192
242
|
export { SvgTask } from './task';
|
|
243
|
+
export { SvgText } from './text';
|
|
193
244
|
export { SvgThumbsDown } from './thumbs-down';
|
|
194
245
|
export { SvgThumbsUp } from './thumbs-up';
|
|
246
|
+
export { SvgTimelineEditor } from './timeline-editor';
|
|
195
247
|
export { SvgTimer } from './timer';
|
|
196
248
|
export { SvgTouchApp } from './touch-app';
|
|
249
|
+
export { SvgTranscript } from './transcript';
|
|
197
250
|
export { SvgTrash } from './trash';
|
|
198
251
|
export { SvgTrashForever } from './trash-forever';
|
|
199
|
-
export { SvgTimelineEditor } from './timeline-editor';
|
|
200
252
|
export { SvgTune } from './tune';
|
|
201
253
|
export { SvgUnarchive } from './unarchive';
|
|
202
254
|
export { SvgUnderline } from './underline';
|
|
203
255
|
export { SvgUndo } from './undo';
|
|
204
|
-
export {
|
|
256
|
+
export { SvgUndoAlt } from './undo-alt';
|
|
205
257
|
export { SvgUpload } from './upload';
|
|
206
258
|
export { SvgUser } from './user';
|
|
207
259
|
export { SvgUsers } from './users';
|
|
208
260
|
export { SvgUsersAdd } from './users-add';
|
|
261
|
+
export { SvgVariables } from './variables';
|
|
262
|
+
export { SvgVersionControl } from './version-control';
|
|
209
263
|
export { SvgVerticalAlignBottom } from './vertical-align-bottom';
|
|
210
264
|
export { SvgVideoCam } from './video-cam';
|
|
211
265
|
export { SvgVideocam } from './videocam';
|
|
@@ -222,61 +276,16 @@ export { SvgVolumeUp } from './volume-up';
|
|
|
222
276
|
export { SvgVolumeX } from './volume-x';
|
|
223
277
|
export { SvgWarningAlert } from './warning-alert';
|
|
224
278
|
export { SvgWarningAmber } from './warning-amber';
|
|
279
|
+
export { SvgWatchLater } from './watch-later';
|
|
280
|
+
export { SvgWatchLaterAdd } from './watch-later-add';
|
|
281
|
+
export { SvgWatchLaterAdded } from './watch-later-added';
|
|
282
|
+
export { SvgWatchLaterRemove } from './watch-later-remove';
|
|
283
|
+
export { SvgWaveform } from './waveform';
|
|
284
|
+
export { SvgWindows } from './windows';
|
|
225
285
|
export { SvgWriteDocument } from './write-document';
|
|
226
286
|
export { SvgWriteMessage } from './write-message';
|
|
227
287
|
export { SvgXCircle } from './x-circle';
|
|
228
288
|
export { SvgZap } from './zap';
|
|
229
289
|
export { SvgZapOutline } from './zap-outline';
|
|
230
|
-
export {
|
|
231
|
-
export {
|
|
232
|
-
export { SvgCrop169 } from './crop-16-9';
|
|
233
|
-
export { SvgCropExpanded169 } from './crop-expanded-16-9';
|
|
234
|
-
export { SvgMenuShow } from './menu-show';
|
|
235
|
-
export { SvgMenuHide } from './menu-hide';
|
|
236
|
-
export { SvgScreenCam } from './screen-cam';
|
|
237
|
-
export { SvgHome } from './home';
|
|
238
|
-
export { SvgSchool } from './school';
|
|
239
|
-
export { SvgSpeedXSlow } from './speed-x-slow';
|
|
240
|
-
export { SvgSpeedSlow } from './speed-slow';
|
|
241
|
-
export { SvgSpeedMedium } from './speed-medium';
|
|
242
|
-
export { SvgSpeedFast } from './speed-fast';
|
|
243
|
-
export { SvgSpeedXFast } from './speed-x-fast';
|
|
244
|
-
export { SvgNotes } from './notes';
|
|
245
|
-
export { SvgArrowDownward } from './arrow-downward';
|
|
246
|
-
export { SvgArrowUpward } from './arrow-upward';
|
|
247
|
-
export { SvgClock } from './clock';
|
|
248
|
-
export { SvgApple } from './apple';
|
|
249
|
-
export { SvgWindows } from './windows';
|
|
250
|
-
export { SvgCCOn } from './cc-on';
|
|
251
|
-
export { SvgCCOff } from './cc-off';
|
|
252
|
-
export { SvgCamBubble } from './cam-bubble';
|
|
253
|
-
export { SvgCamBubbleSmall } from './cam-bubble-small';
|
|
254
|
-
export { SvgMail } from './mail';
|
|
255
|
-
export { SvgWatchLater } from './watch-later';
|
|
256
|
-
export { SvgWatchLaterAdd } from './watch-later-add';
|
|
257
|
-
export { SvgWatchLaterAdded } from './watch-later-added';
|
|
258
|
-
export { SvgWatchLaterRemove } from './watch-later-remove';
|
|
259
|
-
export { SvgMoney } from './money';
|
|
260
|
-
export { SvgMoon } from './moon';
|
|
261
|
-
export { SvgSun } from './sun';
|
|
262
|
-
export { SvgAdd } from './add';
|
|
263
|
-
export { SvgPresent } from './present';
|
|
264
|
-
export { SvgMovieFilter } from './movie-filter';
|
|
265
|
-
export { SvgText } from './text';
|
|
266
|
-
export { SvgActivity } from './activity';
|
|
267
|
-
export { SvgCanvas } from './canvas';
|
|
268
|
-
export { SvgPin } from './pin';
|
|
269
|
-
export { SvgPinFill } from './pin-fill';
|
|
270
|
-
export { SvgMobileDevices } from './mobile-devices';
|
|
271
|
-
export { SvgSplit } from './split';
|
|
272
|
-
export { SvgRepeat } from './repeat';
|
|
273
|
-
export { SvgRefresh } from './refresh';
|
|
274
|
-
export { PictureInPicture } from './picture-in-picture-deprecated';
|
|
275
|
-
export { FolderPlus } from './folder-plus-deprecated';
|
|
276
|
-
export { SvgPictureInPicture } from './picture-in-picture';
|
|
277
|
-
export { SvgFolderPlus } from './folder-plus';
|
|
278
|
-
export { SvgPower } from './power';
|
|
279
|
-
export { SvgReplay } from './replay';
|
|
280
|
-
export { SvgTranscript } from './transcript';
|
|
281
|
-
export { SvgVariables } from './variables';
|
|
282
|
-
export { SvgRewind } from './rewind';
|
|
290
|
+
export { SvgZoomIn } from './zoom-in';
|
|
291
|
+
export { SvgZoomOut } from './zoom-out';
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
3
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
4
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __spreadValues = (a, b) => {
|
|
7
|
+
for (var prop in b || (b = {}))
|
|
8
|
+
if (__hasOwnProp.call(b, prop))
|
|
9
|
+
__defNormalProp(a, prop, b[prop]);
|
|
10
|
+
if (__getOwnPropSymbols)
|
|
11
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
12
|
+
if (__propIsEnum.call(b, prop))
|
|
13
|
+
__defNormalProp(a, prop, b[prop]);
|
|
14
|
+
}
|
|
15
|
+
return a;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
// src/components/icon/available-icons/add-clip.tsx
|
|
19
|
+
import * as React from "react";
|
|
20
|
+
function SvgAddClip(props) {
|
|
21
|
+
return /* @__PURE__ */ React.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React.createElement(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M5 20C4.44772 20 4 19.5523 4 19V5C4 4.44772 4.44772 4 5 4H19C19.5523 4 20 4.44772 20 5V12C20 12.5523 20.4477 13 21 13C21.5523 13 22 12.5523 22 12V5C22 3.34315 20.6569 2 19 2H5C3.34315 2 2 3.34315 2 5V19C2 20.6569 3.34315 22 5 22H12C12.5523 22 13 21.5523 13 21C13 20.4477 12.5523 20 12 20H5Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}
|
|
29
|
+
), /* @__PURE__ */ React.createElement(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
clipRule: "evenodd",
|
|
34
|
+
d: "M7 22C7.55228 22 8 21.5523 8 21V3C8 2.44772 7.55228 2 7 2C6.44772 2 6 2.44772 6 3V21C6 21.5523 6.44772 22 7 22Z",
|
|
35
|
+
fill: "currentColor"
|
|
36
|
+
}
|
|
37
|
+
), /* @__PURE__ */ React.createElement(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
fillRule: "evenodd",
|
|
41
|
+
clipRule: "evenodd",
|
|
42
|
+
d: "M2 16.5C2 17.0523 2.44772 17.5 3 17.5H7C7.55228 17.5 8 17.0523 8 16.5C8 15.9477 7.55228 15.5 7 15.5H3C2.44772 15.5 2 15.9477 2 16.5Z",
|
|
43
|
+
fill: "currentColor"
|
|
44
|
+
}
|
|
45
|
+
), /* @__PURE__ */ React.createElement(
|
|
46
|
+
"path",
|
|
47
|
+
{
|
|
48
|
+
fillRule: "evenodd",
|
|
49
|
+
clipRule: "evenodd",
|
|
50
|
+
d: "M2 12C2 12.5523 2.44772 13 3 13H17C17.5523 13 18 12.5523 18 12C18 11.4477 17.5523 11 17 11H3C2.44772 11 2 11.4477 2 12Z",
|
|
51
|
+
fill: "currentColor"
|
|
52
|
+
}
|
|
53
|
+
), /* @__PURE__ */ React.createElement(
|
|
54
|
+
"path",
|
|
55
|
+
{
|
|
56
|
+
fillRule: "evenodd",
|
|
57
|
+
clipRule: "evenodd",
|
|
58
|
+
d: "M2 7.5C2 8.05228 2.44772 8.5 3 8.5H7C7.55228 8.5 8 8.05228 8 7.5C8 6.94772 7.55228 6.5 7 6.5H3C2.44772 6.5 2 6.94772 2 7.5Z",
|
|
59
|
+
fill: "currentColor"
|
|
60
|
+
}
|
|
61
|
+
), /* @__PURE__ */ React.createElement(
|
|
62
|
+
"path",
|
|
63
|
+
{
|
|
64
|
+
fillRule: "evenodd",
|
|
65
|
+
clipRule: "evenodd",
|
|
66
|
+
d: "M17 13C17.5523 13 18 12.5523 18 12L18 3C18 2.44771 17.5523 2 17 2C16.4477 2 16 2.44771 16 3L16 12C16 12.5523 16.4477 13 17 13Z",
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}
|
|
69
|
+
), /* @__PURE__ */ React.createElement(
|
|
70
|
+
"path",
|
|
71
|
+
{
|
|
72
|
+
fillRule: "evenodd",
|
|
73
|
+
clipRule: "evenodd",
|
|
74
|
+
d: "M16 7.5C16 8.05228 16.4477 8.5 17 8.5H21C21.5523 8.5 22 8.05228 22 7.5C22 6.94772 21.5523 6.5 21 6.5H17C16.4477 6.5 16 6.94772 16 7.5Z",
|
|
75
|
+
fill: "currentColor"
|
|
76
|
+
}
|
|
77
|
+
), /* @__PURE__ */ React.createElement(
|
|
78
|
+
"path",
|
|
79
|
+
{
|
|
80
|
+
fillRule: "evenodd",
|
|
81
|
+
clipRule: "evenodd",
|
|
82
|
+
d: "M18 22C18.5523 22 19 21.5523 19 21V15C19 14.4477 18.5523 14 18 14C17.4477 14 17 14.4477 17 15V21C17 21.5523 17.4477 22 18 22Z",
|
|
83
|
+
fill: "currentColor"
|
|
84
|
+
}
|
|
85
|
+
), /* @__PURE__ */ React.createElement(
|
|
86
|
+
"path",
|
|
87
|
+
{
|
|
88
|
+
fillRule: "evenodd",
|
|
89
|
+
clipRule: "evenodd",
|
|
90
|
+
d: "M22 18C22 17.4477 21.5523 17 21 17L15 17C14.4477 17 14 17.4477 14 18C14 18.5523 14.4477 19 15 19L21 19C21.5523 19 22 18.5523 22 18Z",
|
|
91
|
+
fill: "currentColor"
|
|
92
|
+
}
|
|
93
|
+
));
|
|
94
|
+
}
|
|
95
|
+
export {
|
|
96
|
+
SvgAddClip
|
|
97
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
3
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
4
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __spreadValues = (a, b) => {
|
|
7
|
+
for (var prop in b || (b = {}))
|
|
8
|
+
if (__hasOwnProp.call(b, prop))
|
|
9
|
+
__defNormalProp(a, prop, b[prop]);
|
|
10
|
+
if (__getOwnPropSymbols)
|
|
11
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
12
|
+
if (__propIsEnum.call(b, prop))
|
|
13
|
+
__defNormalProp(a, prop, b[prop]);
|
|
14
|
+
}
|
|
15
|
+
return a;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
// src/components/icon/available-icons/check-circle-small.tsx
|
|
19
|
+
import * as React from "react";
|
|
20
|
+
function SvgCheckCircleSmall(props) {
|
|
21
|
+
return /* @__PURE__ */ React.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React.createElement(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}
|
|
29
|
+
), /* @__PURE__ */ React.createElement(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
clipRule: "evenodd",
|
|
34
|
+
d: "M15.7071 9.29289C16.0976 9.68342 16.0976 10.3166 15.7071 10.7071L11.7071 14.7071C11.3166 15.0976 10.6834 15.0976 10.2929 14.7071L8.29289 12.7071C7.90237 12.3166 7.90237 11.6834 8.29289 11.2929C8.68342 10.9024 9.31658 10.9024 9.70711 11.2929L11 12.5858L14.2929 9.29289C14.6834 8.90237 15.3166 8.90237 15.7071 9.29289Z",
|
|
35
|
+
fill: "currentColor"
|
|
36
|
+
}
|
|
37
|
+
));
|
|
38
|
+
}
|
|
39
|
+
export {
|
|
40
|
+
SvgCheckCircleSmall
|
|
41
|
+
};
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
3
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
4
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __spreadValues = (a, b) => {
|
|
7
|
+
for (var prop in b || (b = {}))
|
|
8
|
+
if (__hasOwnProp.call(b, prop))
|
|
9
|
+
__defNormalProp(a, prop, b[prop]);
|
|
10
|
+
if (__getOwnPropSymbols)
|
|
11
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
12
|
+
if (__propIsEnum.call(b, prop))
|
|
13
|
+
__defNormalProp(a, prop, b[prop]);
|
|
14
|
+
}
|
|
15
|
+
return a;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
// src/components/icon/available-icons/clip.tsx
|
|
19
|
+
import * as React from "react";
|
|
20
|
+
function SvgClip(props) {
|
|
21
|
+
return /* @__PURE__ */ React.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React.createElement(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M5 4C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44772 19.5523 4 19 4H5ZM2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}
|
|
29
|
+
), /* @__PURE__ */ React.createElement(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
clipRule: "evenodd",
|
|
34
|
+
d: "M7 2C7.55228 2 8 2.44772 8 3V21C8 21.5523 7.55228 22 7 22C6.44772 22 6 21.5523 6 21V3C6 2.44772 6.44772 2 7 2Z",
|
|
35
|
+
fill: "currentColor"
|
|
36
|
+
}
|
|
37
|
+
), /* @__PURE__ */ React.createElement(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
fillRule: "evenodd",
|
|
41
|
+
clipRule: "evenodd",
|
|
42
|
+
d: "M2 7.5C2 6.94772 2.44772 6.5 3 6.5H7C7.55228 6.5 8 6.94772 8 7.5C8 8.05228 7.55228 8.5 7 8.5H3C2.44772 8.5 2 8.05228 2 7.5Z",
|
|
43
|
+
fill: "currentColor"
|
|
44
|
+
}
|
|
45
|
+
), /* @__PURE__ */ React.createElement(
|
|
46
|
+
"path",
|
|
47
|
+
{
|
|
48
|
+
fillRule: "evenodd",
|
|
49
|
+
clipRule: "evenodd",
|
|
50
|
+
d: "M2 12C2 11.4477 2.44772 11 3 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H3C2.44772 13 2 12.5523 2 12Z",
|
|
51
|
+
fill: "currentColor"
|
|
52
|
+
}
|
|
53
|
+
), /* @__PURE__ */ React.createElement(
|
|
54
|
+
"path",
|
|
55
|
+
{
|
|
56
|
+
fillRule: "evenodd",
|
|
57
|
+
clipRule: "evenodd",
|
|
58
|
+
d: "M2 16.5C2 15.9477 2.44772 15.5 3 15.5H7C7.55228 15.5 8 15.9477 8 16.5C8 17.0523 7.55228 17.5 7 17.5H3C2.44772 17.5 2 17.0523 2 16.5Z",
|
|
59
|
+
fill: "currentColor"
|
|
60
|
+
}
|
|
61
|
+
), /* @__PURE__ */ React.createElement(
|
|
62
|
+
"path",
|
|
63
|
+
{
|
|
64
|
+
fillRule: "evenodd",
|
|
65
|
+
clipRule: "evenodd",
|
|
66
|
+
d: "M17 2C17.5523 2 18 2.44772 18 3V21C18 21.5523 17.5523 22 17 22C16.4477 22 16 21.5523 16 21V3C16 2.44772 16.4477 2 17 2Z",
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}
|
|
69
|
+
), /* @__PURE__ */ React.createElement(
|
|
70
|
+
"path",
|
|
71
|
+
{
|
|
72
|
+
fillRule: "evenodd",
|
|
73
|
+
clipRule: "evenodd",
|
|
74
|
+
d: "M16 7.5C16 6.94772 16.4477 6.5 17 6.5H21C21.5523 6.5 22 6.94772 22 7.5C22 8.05228 21.5523 8.5 21 8.5H17C16.4477 8.5 16 8.05228 16 7.5Z",
|
|
75
|
+
fill: "currentColor"
|
|
76
|
+
}
|
|
77
|
+
), /* @__PURE__ */ React.createElement(
|
|
78
|
+
"path",
|
|
79
|
+
{
|
|
80
|
+
fillRule: "evenodd",
|
|
81
|
+
clipRule: "evenodd",
|
|
82
|
+
d: "M16 16.5C16 15.9477 16.4477 15.5 17 15.5H21C21.5523 15.5 22 15.9477 22 16.5C22 17.0523 21.5523 17.5 21 17.5H17C16.4477 17.5 16 17.0523 16 16.5Z",
|
|
83
|
+
fill: "currentColor"
|
|
84
|
+
}
|
|
85
|
+
));
|
|
86
|
+
}
|
|
87
|
+
export {
|
|
88
|
+
SvgClip
|
|
89
|
+
};
|