@medway-ui/icons 1.8.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/icons/ClockProgress.cjs +43 -0
- package/dist/components/icons/ClockProgress.d.cts +6 -0
- package/dist/components/icons/ClockProgress.d.ts +6 -0
- package/dist/components/icons/ClockProgress.js +9 -0
- package/dist/components/icons/ContentUpdate.cjs +43 -0
- package/dist/components/icons/ContentUpdate.d.cts +6 -0
- package/dist/components/icons/ContentUpdate.d.ts +6 -0
- package/dist/components/icons/ContentUpdate.js +9 -0
- package/dist/components/icons/DrawingPencil.cjs +43 -0
- package/dist/components/icons/DrawingPencil.d.cts +6 -0
- package/dist/components/icons/DrawingPencil.d.ts +6 -0
- package/dist/components/icons/DrawingPencil.js +9 -0
- package/dist/components/icons/FlashcardAi.cjs +43 -0
- package/dist/components/icons/FlashcardAi.d.cts +6 -0
- package/dist/components/icons/FlashcardAi.d.ts +6 -0
- package/dist/components/icons/FlashcardAi.js +9 -0
- package/dist/components/icons/SearchError.cjs +43 -0
- package/dist/components/icons/SearchError.d.cts +6 -0
- package/dist/components/icons/SearchError.d.ts +6 -0
- package/dist/components/icons/SearchError.js +9 -0
- package/dist/components/icons/TwoCards.cjs +43 -0
- package/dist/components/icons/TwoCards.d.cts +6 -0
- package/dist/components/icons/TwoCards.d.ts +6 -0
- package/dist/components/icons/TwoCards.js +9 -0
- package/dist/components/icons/index.cjs +18 -0
- package/dist/components/icons/index.d.cts +6 -0
- package/dist/components/icons/index.d.ts +6 -0
- package/dist/components/icons/index.js +12 -0
- package/dist/index.d.cts +6 -0
- package/dist/index.d.ts +6 -0
- package/native/components/icons/ClockProgress.cjs +45 -0
- package/native/components/icons/ClockProgress.d.cts +9 -0
- package/native/components/icons/ClockProgress.d.ts +9 -0
- package/native/components/icons/ClockProgress.js +11 -0
- package/native/components/icons/ContentUpdate.cjs +45 -0
- package/native/components/icons/ContentUpdate.d.cts +9 -0
- package/native/components/icons/ContentUpdate.d.ts +9 -0
- package/native/components/icons/ContentUpdate.js +11 -0
- package/native/components/icons/DrawingPencil.cjs +45 -0
- package/native/components/icons/DrawingPencil.d.cts +9 -0
- package/native/components/icons/DrawingPencil.d.ts +9 -0
- package/native/components/icons/DrawingPencil.js +11 -0
- package/native/components/icons/FlashcardAi.cjs +45 -0
- package/native/components/icons/FlashcardAi.d.cts +9 -0
- package/native/components/icons/FlashcardAi.d.ts +9 -0
- package/native/components/icons/FlashcardAi.js +11 -0
- package/native/components/icons/SearchError.cjs +45 -0
- package/native/components/icons/SearchError.d.cts +9 -0
- package/native/components/icons/SearchError.d.ts +9 -0
- package/native/components/icons/SearchError.js +11 -0
- package/native/components/icons/TwoCards.cjs +45 -0
- package/native/components/icons/TwoCards.d.cts +9 -0
- package/native/components/icons/TwoCards.d.ts +9 -0
- package/native/components/icons/TwoCards.js +11 -0
- package/native/components/icons/index.cjs +18 -0
- package/native/components/icons/index.d.cts +6 -0
- package/native/components/icons/index.d.ts +6 -0
- package/native/components/icons/index.js +12 -0
- package/native/index.d.cts +37 -1
- package/native/index.d.ts +37 -1
- package/package.json +1 -1
|
@@ -149,6 +149,7 @@ export { CircleCheck } from './CircleCheck.js';
|
|
|
149
149
|
export { CircleHelp } from './CircleHelp.js';
|
|
150
150
|
export { CircleWarning } from './CircleWarning.js';
|
|
151
151
|
export { Clock } from './Clock.js';
|
|
152
|
+
export { ClockProgress } from './ClockProgress.js';
|
|
152
153
|
export { CloseCircle } from './CloseCircle.js';
|
|
153
154
|
export { CloseLg } from './CloseLg.js';
|
|
154
155
|
export { CloseMd } from './CloseMd.js';
|
|
@@ -172,6 +173,7 @@ export { CombineCells } from './CombineCells.js';
|
|
|
172
173
|
export { Command } from './Command.js';
|
|
173
174
|
export { Compass } from './Compass.js';
|
|
174
175
|
export { Compass02 } from './Compass02.js';
|
|
176
|
+
export { ContentUpdate } from './ContentUpdate.js';
|
|
175
177
|
export { Cookie } from './Cookie.js';
|
|
176
178
|
export { Copy } from './Copy.js';
|
|
177
179
|
export { CreditCard } from './CreditCard.js';
|
|
@@ -193,6 +195,7 @@ export { Download } from './Download.js';
|
|
|
193
195
|
export { DownloadPackage } from './DownloadPackage.js';
|
|
194
196
|
export { DragHorizontal } from './DragHorizontal.js';
|
|
195
197
|
export { DragVertical } from './DragVertical.js';
|
|
198
|
+
export { DrawingPencil } from './DrawingPencil.js';
|
|
196
199
|
export { DummyCircle } from './DummyCircle.js';
|
|
197
200
|
export { DummyCircleSmall } from './DummyCircleSmall.js';
|
|
198
201
|
export { DummySquare } from './DummySquare.js';
|
|
@@ -225,6 +228,7 @@ export { Fire } from './Fire.js';
|
|
|
225
228
|
export { FirstAid } from './FirstAid.js';
|
|
226
229
|
export { Flag } from './Flag.js';
|
|
227
230
|
export { Flashcard } from './Flashcard.js';
|
|
231
|
+
export { FlashcardAi } from './FlashcardAi.js';
|
|
228
232
|
export { Focus } from './Focus.js';
|
|
229
233
|
export { Folder } from './Folder.js';
|
|
230
234
|
export { FolderAdd } from './FolderAdd.js';
|
|
@@ -388,6 +392,7 @@ export { Rows } from './Rows.js';
|
|
|
388
392
|
export { Ruler } from './Ruler.js';
|
|
389
393
|
export { Save } from './Save.js';
|
|
390
394
|
export { SearchAi } from './SearchAi.js';
|
|
395
|
+
export { SearchError } from './SearchError.js';
|
|
391
396
|
export { SearchMagnifyingGlass } from './SearchMagnifyingGlass.js';
|
|
392
397
|
export { SelectMultiple } from './SelectMultiple.js';
|
|
393
398
|
export { Settings } from './Settings.js';
|
|
@@ -474,6 +479,7 @@ export { Triangle } from './Triangle.js';
|
|
|
474
479
|
export { TriangleCheck } from './TriangleCheck.js';
|
|
475
480
|
export { TriangleWarning } from './TriangleWarning.js';
|
|
476
481
|
export { TurboReview } from './TurboReview.js';
|
|
482
|
+
export { TwoCards } from './TwoCards.js';
|
|
477
483
|
export { Underline } from './Underline.js';
|
|
478
484
|
export { Undo } from './Undo.js';
|
|
479
485
|
export { UnfoldLess } from './UnfoldLess.js';
|
|
@@ -149,6 +149,7 @@ import { CircleCheck } from "./CircleCheck";
|
|
|
149
149
|
import { CircleHelp } from "./CircleHelp";
|
|
150
150
|
import { CircleWarning } from "./CircleWarning";
|
|
151
151
|
import { Clock } from "./Clock";
|
|
152
|
+
import { ClockProgress } from "./ClockProgress";
|
|
152
153
|
import { CloseCircle } from "./CloseCircle";
|
|
153
154
|
import { CloseLg } from "./CloseLg";
|
|
154
155
|
import { CloseMd } from "./CloseMd";
|
|
@@ -172,6 +173,7 @@ import { CombineCells } from "./CombineCells";
|
|
|
172
173
|
import { Command } from "./Command";
|
|
173
174
|
import { Compass } from "./Compass";
|
|
174
175
|
import { Compass02 } from "./Compass02";
|
|
176
|
+
import { ContentUpdate } from "./ContentUpdate";
|
|
175
177
|
import { Cookie } from "./Cookie";
|
|
176
178
|
import { Copy } from "./Copy";
|
|
177
179
|
import { CreditCard } from "./CreditCard";
|
|
@@ -193,6 +195,7 @@ import { Download } from "./Download";
|
|
|
193
195
|
import { DownloadPackage } from "./DownloadPackage";
|
|
194
196
|
import { DragHorizontal } from "./DragHorizontal";
|
|
195
197
|
import { DragVertical } from "./DragVertical";
|
|
198
|
+
import { DrawingPencil } from "./DrawingPencil";
|
|
196
199
|
import { DummyCircle } from "./DummyCircle";
|
|
197
200
|
import { DummyCircleSmall } from "./DummyCircleSmall";
|
|
198
201
|
import { DummySquare } from "./DummySquare";
|
|
@@ -225,6 +228,7 @@ import { Fire } from "./Fire";
|
|
|
225
228
|
import { FirstAid } from "./FirstAid";
|
|
226
229
|
import { Flag } from "./Flag";
|
|
227
230
|
import { Flashcard } from "./Flashcard";
|
|
231
|
+
import { FlashcardAi } from "./FlashcardAi";
|
|
228
232
|
import { Focus } from "./Focus";
|
|
229
233
|
import { Folder } from "./Folder";
|
|
230
234
|
import { FolderAdd } from "./FolderAdd";
|
|
@@ -388,6 +392,7 @@ import { Rows } from "./Rows";
|
|
|
388
392
|
import { Ruler } from "./Ruler";
|
|
389
393
|
import { Save } from "./Save";
|
|
390
394
|
import { SearchAi } from "./SearchAi";
|
|
395
|
+
import { SearchError } from "./SearchError";
|
|
391
396
|
import { SearchMagnifyingGlass } from "./SearchMagnifyingGlass";
|
|
392
397
|
import { SelectMultiple } from "./SelectMultiple";
|
|
393
398
|
import { Settings } from "./Settings";
|
|
@@ -474,6 +479,7 @@ import { Triangle } from "./Triangle";
|
|
|
474
479
|
import { TriangleCheck } from "./TriangleCheck";
|
|
475
480
|
import { TriangleWarning } from "./TriangleWarning";
|
|
476
481
|
import { TurboReview } from "./TurboReview";
|
|
482
|
+
import { TwoCards } from "./TwoCards";
|
|
477
483
|
import { Underline } from "./Underline";
|
|
478
484
|
import { Undo } from "./Undo";
|
|
479
485
|
import { UnfoldLess } from "./UnfoldLess";
|
|
@@ -668,6 +674,7 @@ export {
|
|
|
668
674
|
CircleHelp,
|
|
669
675
|
CircleWarning,
|
|
670
676
|
Clock,
|
|
677
|
+
ClockProgress,
|
|
671
678
|
CloseCircle,
|
|
672
679
|
CloseLg,
|
|
673
680
|
CloseMd,
|
|
@@ -691,6 +698,7 @@ export {
|
|
|
691
698
|
Command,
|
|
692
699
|
Compass,
|
|
693
700
|
Compass02,
|
|
701
|
+
ContentUpdate,
|
|
694
702
|
Cookie,
|
|
695
703
|
Copy,
|
|
696
704
|
CreditCard,
|
|
@@ -712,6 +720,7 @@ export {
|
|
|
712
720
|
DownloadPackage,
|
|
713
721
|
DragHorizontal,
|
|
714
722
|
DragVertical,
|
|
723
|
+
DrawingPencil,
|
|
715
724
|
DummyCircle,
|
|
716
725
|
DummyCircleSmall,
|
|
717
726
|
DummySquare,
|
|
@@ -744,6 +753,7 @@ export {
|
|
|
744
753
|
FirstAid,
|
|
745
754
|
Flag,
|
|
746
755
|
Flashcard,
|
|
756
|
+
FlashcardAi,
|
|
747
757
|
Focus,
|
|
748
758
|
Folder,
|
|
749
759
|
FolderAdd,
|
|
@@ -907,6 +917,7 @@ export {
|
|
|
907
917
|
Ruler,
|
|
908
918
|
Save,
|
|
909
919
|
SearchAi,
|
|
920
|
+
SearchError,
|
|
910
921
|
SearchMagnifyingGlass,
|
|
911
922
|
SelectMultiple,
|
|
912
923
|
Settings,
|
|
@@ -993,6 +1004,7 @@ export {
|
|
|
993
1004
|
TriangleCheck,
|
|
994
1005
|
TriangleWarning,
|
|
995
1006
|
TurboReview,
|
|
1007
|
+
TwoCards,
|
|
996
1008
|
Underline,
|
|
997
1009
|
Undo,
|
|
998
1010
|
UnfoldLess,
|
package/dist/index.d.cts
CHANGED
|
@@ -150,6 +150,7 @@ export { CircleCheck } from './components/icons/CircleCheck.cjs';
|
|
|
150
150
|
export { CircleHelp } from './components/icons/CircleHelp.cjs';
|
|
151
151
|
export { CircleWarning } from './components/icons/CircleWarning.cjs';
|
|
152
152
|
export { Clock } from './components/icons/Clock.cjs';
|
|
153
|
+
export { ClockProgress } from './components/icons/ClockProgress.cjs';
|
|
153
154
|
export { CloseCircle } from './components/icons/CloseCircle.cjs';
|
|
154
155
|
export { CloseLg } from './components/icons/CloseLg.cjs';
|
|
155
156
|
export { CloseMd } from './components/icons/CloseMd.cjs';
|
|
@@ -173,6 +174,7 @@ export { CombineCells } from './components/icons/CombineCells.cjs';
|
|
|
173
174
|
export { Command } from './components/icons/Command.cjs';
|
|
174
175
|
export { Compass } from './components/icons/Compass.cjs';
|
|
175
176
|
export { Compass02 } from './components/icons/Compass02.cjs';
|
|
177
|
+
export { ContentUpdate } from './components/icons/ContentUpdate.cjs';
|
|
176
178
|
export { Cookie } from './components/icons/Cookie.cjs';
|
|
177
179
|
export { Copy } from './components/icons/Copy.cjs';
|
|
178
180
|
export { CreditCard } from './components/icons/CreditCard.cjs';
|
|
@@ -194,6 +196,7 @@ export { Download } from './components/icons/Download.cjs';
|
|
|
194
196
|
export { DownloadPackage } from './components/icons/DownloadPackage.cjs';
|
|
195
197
|
export { DragHorizontal } from './components/icons/DragHorizontal.cjs';
|
|
196
198
|
export { DragVertical } from './components/icons/DragVertical.cjs';
|
|
199
|
+
export { DrawingPencil } from './components/icons/DrawingPencil.cjs';
|
|
197
200
|
export { DummyCircle } from './components/icons/DummyCircle.cjs';
|
|
198
201
|
export { DummyCircleSmall } from './components/icons/DummyCircleSmall.cjs';
|
|
199
202
|
export { DummySquare } from './components/icons/DummySquare.cjs';
|
|
@@ -226,6 +229,7 @@ export { Fire } from './components/icons/Fire.cjs';
|
|
|
226
229
|
export { FirstAid } from './components/icons/FirstAid.cjs';
|
|
227
230
|
export { Flag } from './components/icons/Flag.cjs';
|
|
228
231
|
export { Flashcard } from './components/icons/Flashcard.cjs';
|
|
232
|
+
export { FlashcardAi } from './components/icons/FlashcardAi.cjs';
|
|
229
233
|
export { Focus } from './components/icons/Focus.cjs';
|
|
230
234
|
export { Folder } from './components/icons/Folder.cjs';
|
|
231
235
|
export { FolderAdd } from './components/icons/FolderAdd.cjs';
|
|
@@ -389,6 +393,7 @@ export { Rows } from './components/icons/Rows.cjs';
|
|
|
389
393
|
export { Ruler } from './components/icons/Ruler.cjs';
|
|
390
394
|
export { Save } from './components/icons/Save.cjs';
|
|
391
395
|
export { SearchAi } from './components/icons/SearchAi.cjs';
|
|
396
|
+
export { SearchError } from './components/icons/SearchError.cjs';
|
|
392
397
|
export { SearchMagnifyingGlass } from './components/icons/SearchMagnifyingGlass.cjs';
|
|
393
398
|
export { SelectMultiple } from './components/icons/SelectMultiple.cjs';
|
|
394
399
|
export { Settings } from './components/icons/Settings.cjs';
|
|
@@ -475,6 +480,7 @@ export { Triangle } from './components/icons/Triangle.cjs';
|
|
|
475
480
|
export { TriangleCheck } from './components/icons/TriangleCheck.cjs';
|
|
476
481
|
export { TriangleWarning } from './components/icons/TriangleWarning.cjs';
|
|
477
482
|
export { TurboReview } from './components/icons/TurboReview.cjs';
|
|
483
|
+
export { TwoCards } from './components/icons/TwoCards.cjs';
|
|
478
484
|
export { Underline } from './components/icons/Underline.cjs';
|
|
479
485
|
export { Undo } from './components/icons/Undo.cjs';
|
|
480
486
|
export { UnfoldLess } from './components/icons/UnfoldLess.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -150,6 +150,7 @@ export { CircleCheck } from './components/icons/CircleCheck.js';
|
|
|
150
150
|
export { CircleHelp } from './components/icons/CircleHelp.js';
|
|
151
151
|
export { CircleWarning } from './components/icons/CircleWarning.js';
|
|
152
152
|
export { Clock } from './components/icons/Clock.js';
|
|
153
|
+
export { ClockProgress } from './components/icons/ClockProgress.js';
|
|
153
154
|
export { CloseCircle } from './components/icons/CloseCircle.js';
|
|
154
155
|
export { CloseLg } from './components/icons/CloseLg.js';
|
|
155
156
|
export { CloseMd } from './components/icons/CloseMd.js';
|
|
@@ -173,6 +174,7 @@ export { CombineCells } from './components/icons/CombineCells.js';
|
|
|
173
174
|
export { Command } from './components/icons/Command.js';
|
|
174
175
|
export { Compass } from './components/icons/Compass.js';
|
|
175
176
|
export { Compass02 } from './components/icons/Compass02.js';
|
|
177
|
+
export { ContentUpdate } from './components/icons/ContentUpdate.js';
|
|
176
178
|
export { Cookie } from './components/icons/Cookie.js';
|
|
177
179
|
export { Copy } from './components/icons/Copy.js';
|
|
178
180
|
export { CreditCard } from './components/icons/CreditCard.js';
|
|
@@ -194,6 +196,7 @@ export { Download } from './components/icons/Download.js';
|
|
|
194
196
|
export { DownloadPackage } from './components/icons/DownloadPackage.js';
|
|
195
197
|
export { DragHorizontal } from './components/icons/DragHorizontal.js';
|
|
196
198
|
export { DragVertical } from './components/icons/DragVertical.js';
|
|
199
|
+
export { DrawingPencil } from './components/icons/DrawingPencil.js';
|
|
197
200
|
export { DummyCircle } from './components/icons/DummyCircle.js';
|
|
198
201
|
export { DummyCircleSmall } from './components/icons/DummyCircleSmall.js';
|
|
199
202
|
export { DummySquare } from './components/icons/DummySquare.js';
|
|
@@ -226,6 +229,7 @@ export { Fire } from './components/icons/Fire.js';
|
|
|
226
229
|
export { FirstAid } from './components/icons/FirstAid.js';
|
|
227
230
|
export { Flag } from './components/icons/Flag.js';
|
|
228
231
|
export { Flashcard } from './components/icons/Flashcard.js';
|
|
232
|
+
export { FlashcardAi } from './components/icons/FlashcardAi.js';
|
|
229
233
|
export { Focus } from './components/icons/Focus.js';
|
|
230
234
|
export { Folder } from './components/icons/Folder.js';
|
|
231
235
|
export { FolderAdd } from './components/icons/FolderAdd.js';
|
|
@@ -389,6 +393,7 @@ export { Rows } from './components/icons/Rows.js';
|
|
|
389
393
|
export { Ruler } from './components/icons/Ruler.js';
|
|
390
394
|
export { Save } from './components/icons/Save.js';
|
|
391
395
|
export { SearchAi } from './components/icons/SearchAi.js';
|
|
396
|
+
export { SearchError } from './components/icons/SearchError.js';
|
|
392
397
|
export { SearchMagnifyingGlass } from './components/icons/SearchMagnifyingGlass.js';
|
|
393
398
|
export { SelectMultiple } from './components/icons/SelectMultiple.js';
|
|
394
399
|
export { Settings } from './components/icons/Settings.js';
|
|
@@ -475,6 +480,7 @@ export { Triangle } from './components/icons/Triangle.js';
|
|
|
475
480
|
export { TriangleCheck } from './components/icons/TriangleCheck.js';
|
|
476
481
|
export { TriangleWarning } from './components/icons/TriangleWarning.js';
|
|
477
482
|
export { TurboReview } from './components/icons/TurboReview.js';
|
|
483
|
+
export { TwoCards } from './components/icons/TwoCards.js';
|
|
478
484
|
export { Underline } from './components/icons/Underline.js';
|
|
479
485
|
export { Undo } from './components/icons/Undo.js';
|
|
480
486
|
export { UnfoldLess } from './components/icons/UnfoldLess.js';
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var ClockProgress_exports = {};
|
|
30
|
+
__export(ClockProgress_exports, {
|
|
31
|
+
ClockProgress: () => ClockProgress
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(ClockProgress_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const ClockProgress = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<path d="M12 4V12L17 17" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
39
|
+
</svg>
|
|
40
|
+
`, height, width, color, strokeWidth });
|
|
41
|
+
};
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
ClockProgress
|
|
45
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SvgProps } from 'react-native-svg';
|
|
2
|
+
|
|
3
|
+
type ClockProgressProps = {
|
|
4
|
+
color: string;
|
|
5
|
+
strokeWidth?: number;
|
|
6
|
+
} & SvgProps;
|
|
7
|
+
declare const ClockProgress: ({ height, width, color, strokeWidth }: ClockProgressProps) => JSX.Element;
|
|
8
|
+
|
|
9
|
+
export { ClockProgress };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SvgProps } from 'react-native-svg';
|
|
2
|
+
|
|
3
|
+
type ClockProgressProps = {
|
|
4
|
+
color: string;
|
|
5
|
+
strokeWidth?: number;
|
|
6
|
+
} & SvgProps;
|
|
7
|
+
declare const ClockProgress: ({ height, width, color, strokeWidth }: ClockProgressProps) => JSX.Element;
|
|
8
|
+
|
|
9
|
+
export { ClockProgress };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const ClockProgress = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path d="M12 4V12L17 17" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
ClockProgress
|
|
11
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var ContentUpdate_exports = {};
|
|
30
|
+
__export(ContentUpdate_exports, {
|
|
31
|
+
ContentUpdate: () => ContentUpdate
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(ContentUpdate_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const ContentUpdate = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<path d="M11 16H7M17 16H15M7 12H11.5M7 8H9.5M21 13V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H9M20.0021 7C20.0021 8.65754 18.6584 10.0013 17.0008 10.0013H15M16.5006 8.50012L15 10.0013L16.5006 11.5016M13 6.50137C13 4.84383 14.3437 3.50012 16.0013 3.50012H18.0021M16.5015 5.00151L18.0021 3.50012L16.5015 2" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
39
|
+
</svg>
|
|
40
|
+
`, height, width, color, strokeWidth });
|
|
41
|
+
};
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
ContentUpdate
|
|
45
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SvgProps } from 'react-native-svg';
|
|
2
|
+
|
|
3
|
+
type ContentUpdateProps = {
|
|
4
|
+
color: string;
|
|
5
|
+
strokeWidth?: number;
|
|
6
|
+
} & SvgProps;
|
|
7
|
+
declare const ContentUpdate: ({ height, width, color, strokeWidth }: ContentUpdateProps) => JSX.Element;
|
|
8
|
+
|
|
9
|
+
export { ContentUpdate };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SvgProps } from 'react-native-svg';
|
|
2
|
+
|
|
3
|
+
type ContentUpdateProps = {
|
|
4
|
+
color: string;
|
|
5
|
+
strokeWidth?: number;
|
|
6
|
+
} & SvgProps;
|
|
7
|
+
declare const ContentUpdate: ({ height, width, color, strokeWidth }: ContentUpdateProps) => JSX.Element;
|
|
8
|
+
|
|
9
|
+
export { ContentUpdate };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const ContentUpdate = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path d="M11 16H7M17 16H15M7 12H11.5M7 8H9.5M21 13V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H9M20.0021 7C20.0021 8.65754 18.6584 10.0013 17.0008 10.0013H15M16.5006 8.50012L15 10.0013L16.5006 11.5016M13 6.50137C13 4.84383 14.3437 3.50012 16.0013 3.50012H18.0021M16.5015 5.00151L18.0021 3.50012L16.5015 2" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
ContentUpdate
|
|
11
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var DrawingPencil_exports = {};
|
|
30
|
+
__export(DrawingPencil_exports, {
|
|
31
|
+
DrawingPencil: () => DrawingPencil
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(DrawingPencil_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const DrawingPencil = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<path d="M17.53 10.53L20.03 13.03M7 21H6.849C4.171 21 2 18.829 2 16.151C2 14.235 3.128 12.498 4.88 11.72L8.84 9.96C10.154 9.376 11 8.074 11 6.637C11 4.628 9.372 3 7.363 3H7M10.631 17.437L19.12 8.94804C19.511 8.55704 20.144 8.55704 20.534 8.94804L21.612 10.026C22.003 10.417 22.003 11.05 21.612 11.44L13.121 19.931C12.858 20.194 12.527 20.378 12.166 20.463L10.518 20.852C10.034 20.966 9.59897 20.532 9.71197 20.047L10.098 18.396C10.183 18.033 10.368 17.701 10.631 17.437Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
39
|
+
</svg>
|
|
40
|
+
`, height, width, color, strokeWidth });
|
|
41
|
+
};
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
DrawingPencil
|
|
45
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SvgProps } from 'react-native-svg';
|
|
2
|
+
|
|
3
|
+
type DrawingPencilProps = {
|
|
4
|
+
color: string;
|
|
5
|
+
strokeWidth?: number;
|
|
6
|
+
} & SvgProps;
|
|
7
|
+
declare const DrawingPencil: ({ height, width, color, strokeWidth }: DrawingPencilProps) => JSX.Element;
|
|
8
|
+
|
|
9
|
+
export { DrawingPencil };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SvgProps } from 'react-native-svg';
|
|
2
|
+
|
|
3
|
+
type DrawingPencilProps = {
|
|
4
|
+
color: string;
|
|
5
|
+
strokeWidth?: number;
|
|
6
|
+
} & SvgProps;
|
|
7
|
+
declare const DrawingPencil: ({ height, width, color, strokeWidth }: DrawingPencilProps) => JSX.Element;
|
|
8
|
+
|
|
9
|
+
export { DrawingPencil };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const DrawingPencil = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path d="M17.53 10.53L20.03 13.03M7 21H6.849C4.171 21 2 18.829 2 16.151C2 14.235 3.128 12.498 4.88 11.72L8.84 9.96C10.154 9.376 11 8.074 11 6.637C11 4.628 9.372 3 7.363 3H7M10.631 17.437L19.12 8.94804C19.511 8.55704 20.144 8.55704 20.534 8.94804L21.612 10.026C22.003 10.417 22.003 11.05 21.612 11.44L13.121 19.931C12.858 20.194 12.527 20.378 12.166 20.463L10.518 20.852C10.034 20.966 9.59897 20.532 9.71197 20.047L10.098 18.396C10.183 18.033 10.368 17.701 10.631 17.437Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
DrawingPencil
|
|
11
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var FlashcardAi_exports = {};
|
|
30
|
+
__export(FlashcardAi_exports, {
|
|
31
|
+
FlashcardAi: () => FlashcardAi
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(FlashcardAi_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const FlashcardAi = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<path d="M9.9545 9.81818V7.05469C9.9545 6.24007 9.9545 5.83245 10.1031 5.52131C10.2339 5.24762 10.4423 5.02526 10.6989 4.88581C10.9906 4.72727 11.3727 4.72727 12.1364 4.72727H15.2727C16.0364 4.72727 16.4181 4.72727 16.7098 4.88581C16.9664 5.02526 17.1752 5.24762 17.3059 5.52131C17.4545 5.83245 17.4545 6.23976 17.4545 7.05438V11.8544C17.4545 12.669 17.4545 13.0763 17.3059 13.3875C17.1752 13.6612 16.9662 13.884 16.7096 14.0234C16.4182 14.1818 16.0369 14.1818 15.2747 14.1818H14.0454M14.0454 14.1818L14.0454 12.1432C14.0454 11.3302 14.0454 10.9231 13.8969 10.6122C13.7661 10.3385 13.5573 10.1162 13.3007 9.97672C13.009 9.81818 12.6274 9.81818 11.8637 9.81818H9.9545H8.72738C7.96368 9.81818 7.58155 9.81818 7.28985 9.97672C7.03327 10.1162 6.82481 10.3385 6.69408 10.6122C6.54545 10.9234 6.54545 11.331 6.54545 12.1456V16.9456C6.54545 17.7602 6.54545 18.1673 6.69408 18.4785C6.82481 18.7522 7.03327 18.9749 7.28985 19.1143C7.58126 19.2727 7.96293 19.2727 8.72513 19.2727H11.866C12.6282 19.2727 13.0093 19.2727 13.3007 19.1143C13.5573 18.9749 13.7661 18.7519 13.8969 18.4782C14.0454 18.1674 14.0454 17.7607 14.0454 16.9477V14.1818ZM19.2727 16.5455C18.5909 19.2727 19.2727 18.5909 16.5455 19.2727C18.8831 20.0519 18.5909 19.2727 19.2727 22C20.0519 19.6623 19.2727 19.9545 22 19.2727C19.2727 18.5909 19.9545 19.2727 19.2727 16.5455ZM4.72727 2C4.04545 4.72727 4.72727 4.04545 2 4.72727C4.33766 5.50649 4.04545 4.72727 4.72727 7.45455C5.50649 5.11688 4.72727 5.40909 7.45455 4.72727C4.72727 4.04545 5.40909 4.72727 4.72727 2Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
39
|
+
</svg>
|
|
40
|
+
`, height, width, color, strokeWidth });
|
|
41
|
+
};
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
FlashcardAi
|
|
45
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const FlashcardAi = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path d="M9.9545 9.81818V7.05469C9.9545 6.24007 9.9545 5.83245 10.1031 5.52131C10.2339 5.24762 10.4423 5.02526 10.6989 4.88581C10.9906 4.72727 11.3727 4.72727 12.1364 4.72727H15.2727C16.0364 4.72727 16.4181 4.72727 16.7098 4.88581C16.9664 5.02526 17.1752 5.24762 17.3059 5.52131C17.4545 5.83245 17.4545 6.23976 17.4545 7.05438V11.8544C17.4545 12.669 17.4545 13.0763 17.3059 13.3875C17.1752 13.6612 16.9662 13.884 16.7096 14.0234C16.4182 14.1818 16.0369 14.1818 15.2747 14.1818H14.0454M14.0454 14.1818L14.0454 12.1432C14.0454 11.3302 14.0454 10.9231 13.8969 10.6122C13.7661 10.3385 13.5573 10.1162 13.3007 9.97672C13.009 9.81818 12.6274 9.81818 11.8637 9.81818H9.9545H8.72738C7.96368 9.81818 7.58155 9.81818 7.28985 9.97672C7.03327 10.1162 6.82481 10.3385 6.69408 10.6122C6.54545 10.9234 6.54545 11.331 6.54545 12.1456V16.9456C6.54545 17.7602 6.54545 18.1673 6.69408 18.4785C6.82481 18.7522 7.03327 18.9749 7.28985 19.1143C7.58126 19.2727 7.96293 19.2727 8.72513 19.2727H11.866C12.6282 19.2727 13.0093 19.2727 13.3007 19.1143C13.5573 18.9749 13.7661 18.7519 13.8969 18.4782C14.0454 18.1674 14.0454 17.7607 14.0454 16.9477V14.1818ZM19.2727 16.5455C18.5909 19.2727 19.2727 18.5909 16.5455 19.2727C18.8831 20.0519 18.5909 19.2727 19.2727 22C20.0519 19.6623 19.2727 19.9545 22 19.2727C19.2727 18.5909 19.9545 19.2727 19.2727 16.5455ZM4.72727 2C4.04545 4.72727 4.72727 4.04545 2 4.72727C4.33766 5.50649 4.04545 4.72727 4.72727 7.45455C5.50649 5.11688 4.72727 5.40909 7.45455 4.72727C4.72727 4.04545 5.40909 4.72727 4.72727 2Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
FlashcardAi
|
|
11
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var SearchError_exports = {};
|
|
30
|
+
__export(SearchError_exports, {
|
|
31
|
+
SearchError: () => SearchError
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(SearchError_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const SearchError = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<path d="M15 15L21 21M7.99999 8.00001L10 10M10 10L12 12M10 10L12 8.00001M10 10L7.99999 12M10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10C17 13.866 13.866 17 10 17Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
39
|
+
</svg>
|
|
40
|
+
`, height, width, color, strokeWidth });
|
|
41
|
+
};
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
SearchError
|
|
45
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const SearchError = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path d="M15 15L21 21M7.99999 8.00001L10 10M10 10L12 12M10 10L12 8.00001M10 10L7.99999 12M10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10C17 13.866 13.866 17 10 17Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
SearchError
|
|
11
|
+
};
|