@aydee-app/icons 1.3.3 → 1.3.5
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/files/react/index.d.ts +81 -81
- package/dist/files/react/index.d.ts.map +1 -1
- package/dist/files/react/index.js +81 -81
- package/dist/files/react-native/index.d.ts +81 -81
- package/dist/files/react-native/index.js +81 -81
- package/dist/files/react-native/index.js.map +1 -1
- package/dist/files/svelte/index.d.ts +81 -81
- package/dist/files/svelte/index.js +81 -81
- package/dist/flags/react/index.d.ts +207 -207
- package/dist/flags/react/index.d.ts.map +1 -1
- package/dist/flags/react/index.js +207 -207
- package/dist/flags/react-native/index.d.ts +207 -207
- package/dist/flags/react-native/index.js +207 -207
- package/dist/flags/react-native/index.js.map +1 -1
- package/dist/flags/svelte/AD.svelte +1 -1
- package/dist/flags/svelte/index.d.ts +207 -207
- package/dist/flags/svelte/index.js +207 -207
- package/dist/icons/react/GraduationCap.d.ts.map +1 -1
- package/dist/icons/react/GraduationCap.js +1 -2
- package/dist/icons/react/index.d.ts +82 -82
- package/dist/icons/react/index.d.ts.map +1 -1
- package/dist/icons/react/index.js +82 -82
- package/dist/icons/react-native/GraduationCap.js +2 -2
- package/dist/icons/react-native/GraduationCap.js.map +1 -1
- package/dist/icons/react-native/index.d.ts +82 -82
- package/dist/icons/react-native/index.js +82 -82
- package/dist/icons/react-native/index.js.map +1 -1
- package/dist/icons/svelte/GraduationCap.svelte +2 -2
- package/dist/icons/svelte/index.d.ts +82 -82
- package/dist/icons/svelte/index.js +82 -82
- package/dist/vanilla/flags/AD.svg +1 -1
- package/dist/vanilla/icons/graduation-cap.svg +1 -1
- package/package.json +1 -1
|
@@ -1,100 +1,100 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
1
|
+
export { StarFilled, StarFilledIcon } from './StarFilled.js';
|
|
2
|
+
export { Newcomer, NewcomerIcon } from './Newcomer.js';
|
|
3
|
+
export { Users, UsersIcon } from './Users.js';
|
|
4
|
+
export { PhoneCall, PhoneCallIcon } from './PhoneCall.js';
|
|
5
|
+
export { Send, SendIcon } from './Send.js';
|
|
6
|
+
export { ChevronsLeft, ChevronsLeftIcon } from './ChevronsLeft.js';
|
|
7
|
+
export { ChevronLeft, ChevronLeftIcon } from './ChevronLeft.js';
|
|
8
|
+
export { HelpCircle, HelpCircleIcon } from './HelpCircle.js';
|
|
9
|
+
export { Award, AwardIcon } from './Award.js';
|
|
10
|
+
export { Trash, TrashIcon } from './Trash.js';
|
|
10
11
|
export { User, UserIcon } from './User.js';
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
12
|
+
export { Trophy, TrophyIcon } from './Trophy.js';
|
|
13
|
+
export { ChevronUp, ChevronUpIcon } from './ChevronUp.js';
|
|
14
|
+
export { Rocket, RocketIcon } from './Rocket.js';
|
|
15
|
+
export { Upload, UploadIcon } from './Upload.js';
|
|
16
|
+
export { MapPin, MapPinIcon } from './MapPin.js';
|
|
17
|
+
export { FileText, FileTextIcon } from './FileText.js';
|
|
18
|
+
export { Download, DownloadIcon } from './Download.js';
|
|
19
|
+
export { ArrowLeft, ArrowLeftIcon } from './ArrowLeft.js';
|
|
20
|
+
export { CornerDownRight, CornerDownRightIcon } from './CornerDownRight.js';
|
|
21
|
+
export { Image, ImageIcon } from './Image.js';
|
|
22
|
+
export { SlashCircle, SlashCircleIcon } from './SlashCircle.js';
|
|
23
|
+
export { FolderX, FolderXIcon } from './FolderX.js';
|
|
14
24
|
export { Home, HomeIcon } from './Home.js';
|
|
25
|
+
export { Mail, MailIcon } from './Mail.js';
|
|
26
|
+
export { ArrowDownRight, ArrowDownRightIcon } from './ArrowDownRight.js';
|
|
15
27
|
export { ArrowUpLeft, ArrowUpLeftIcon } from './ArrowUpLeft.js';
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
28
|
+
export { Copy, CopyIcon } from './Copy.js';
|
|
29
|
+
export { Filter, FilterIcon } from './Filter.js';
|
|
30
|
+
export { EyeOff, EyeOffIcon } from './EyeOff.js';
|
|
31
|
+
export { Eye, EyeIcon } from './Eye.js';
|
|
18
32
|
export { DotsGrid, DotsGridIcon } from './DotsGrid.js';
|
|
19
|
-
export {
|
|
20
|
-
export {
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
23
|
-
export { ChevronUp, ChevronUpIcon } from './ChevronUp.js';
|
|
24
|
-
export { ArrowDownLeft, ArrowDownLeftIcon } from './ArrowDownLeft.js';
|
|
25
|
-
export { FileText, FileTextIcon } from './FileText.js';
|
|
33
|
+
export { DotsHorizontal, DotsHorizontalIcon } from './DotsHorizontal.js';
|
|
34
|
+
export { BellOff, BellOffIcon } from './BellOff.js';
|
|
35
|
+
export { Collapse, CollapseIcon } from './Collapse.js';
|
|
36
|
+
export { Columns, ColumnsIcon } from './Columns.js';
|
|
26
37
|
export { X, XIcon } from './X.js';
|
|
27
|
-
export {
|
|
38
|
+
export { Flip, FlipIcon } from './Flip.js';
|
|
39
|
+
export { CreditCard, CreditCardIcon } from './CreditCard.js';
|
|
40
|
+
export { AlertTriangle, AlertTriangleIcon } from './AlertTriangle.js';
|
|
41
|
+
export { Gift, GiftIcon } from './Gift.js';
|
|
28
42
|
export { LogIn, LogInIcon } from './LogIn.js';
|
|
29
|
-
export { ShoppingBag, ShoppingBagIcon } from './ShoppingBag.js';
|
|
30
43
|
export { ChevronRight, ChevronRightIcon } from './ChevronRight.js';
|
|
31
|
-
export {
|
|
32
|
-
export {
|
|
44
|
+
export { Globe, GlobeIcon } from './Globe.js';
|
|
45
|
+
export { Refresh, RefreshIcon } from './Refresh.js';
|
|
33
46
|
export { ArrowRight, ArrowRightIcon } from './ArrowRight.js';
|
|
34
|
-
export {
|
|
35
|
-
export {
|
|
47
|
+
export { BookCheck, BookCheckIcon } from './BookCheck.js';
|
|
48
|
+
export { Target, TargetIcon } from './Target.js';
|
|
36
49
|
export { Settings, SettingsIcon } from './Settings.js';
|
|
37
|
-
export {
|
|
38
|
-
export { Download, DownloadIcon } from './Download.js';
|
|
39
|
-
export { SlashCircle, SlashCircleIcon } from './SlashCircle.js';
|
|
40
|
-
export { Book, BookIcon } from './Book.js';
|
|
41
|
-
export { Collapse, CollapseIcon } from './Collapse.js';
|
|
42
|
-
export { Bell, BellIcon } from './Bell.js';
|
|
43
|
-
export { StarFilled, StarFilledIcon } from './StarFilled.js';
|
|
44
|
-
export { EyeOff, EyeOffIcon } from './EyeOff.js';
|
|
45
|
-
export { FolderX, FolderXIcon } from './FolderX.js';
|
|
46
|
-
export { Trophy, TrophyIcon } from './Trophy.js';
|
|
47
|
-
export { Plus, PlusIcon } from './Plus.js';
|
|
50
|
+
export { ChevronsRight, ChevronsRightIcon } from './ChevronsRight.js';
|
|
48
51
|
export { Check, CheckIcon } from './Check.js';
|
|
52
|
+
export { Lock, LockIcon } from './Lock.js';
|
|
53
|
+
export { Clock, ClockIcon } from './Clock.js';
|
|
54
|
+
export { Crop, CropIcon } from './Crop.js';
|
|
55
|
+
export { Flame, FlameIcon } from './Flame.js';
|
|
56
|
+
export { Folder, FolderIcon } from './Folder.js';
|
|
57
|
+
export { Heart, HeartIcon } from './Heart.js';
|
|
58
|
+
export { ArrowUpRight, ArrowUpRightIcon } from './ArrowUpRight.js';
|
|
59
|
+
export { ChevronDown, ChevronDownIcon } from './ChevronDown.js';
|
|
60
|
+
export { Phone, PhoneIcon } from './Phone.js';
|
|
61
|
+
export { GraduationCap, GraduationCapIcon } from './GraduationCap.js';
|
|
62
|
+
export { VolumeOff, VolumeOffIcon } from './VolumeOff.js';
|
|
63
|
+
export { ArrowDown, ArrowDownIcon } from './ArrowDown.js';
|
|
64
|
+
export { ChevronsUpDown, ChevronsUpDownIcon } from './ChevronsUpDown.js';
|
|
65
|
+
export { File, FileIcon } from './File.js';
|
|
66
|
+
export { Building, BuildingIcon } from './Building.js';
|
|
67
|
+
export { Lightning, LightningIcon } from './Lightning.js';
|
|
68
|
+
export { Translate, TranslateIcon } from './Translate.js';
|
|
69
|
+
export { ArrowCross, ArrowCrossIcon } from './ArrowCross.js';
|
|
70
|
+
export { Minus, MinusIcon } from './Minus.js';
|
|
49
71
|
export { PieChart, PieChartIcon } from './PieChart.js';
|
|
50
|
-
export {
|
|
51
|
-
export {
|
|
52
|
-
export {
|
|
53
|
-
export { Copy, CopyIcon } from './Copy.js';
|
|
54
|
-
export { Refresh, RefreshIcon } from './Refresh.js';
|
|
55
|
-
export { Image, ImageIcon } from './Image.js';
|
|
72
|
+
export { Spinner, SpinnerIcon } from './Spinner.js';
|
|
73
|
+
export { Bell, BellIcon } from './Bell.js';
|
|
74
|
+
export { Book, BookIcon } from './Book.js';
|
|
56
75
|
export { CheckCircle, CheckCircleIcon } from './CheckCircle.js';
|
|
57
|
-
export {
|
|
58
|
-
export {
|
|
59
|
-
export { CursorClick, CursorClickIcon } from './CursorClick.js';
|
|
60
|
-
export { Send, SendIcon } from './Send.js';
|
|
61
|
-
export { PhoneCall, PhoneCallIcon } from './PhoneCall.js';
|
|
76
|
+
export { Circle, CircleIcon } from './Circle.js';
|
|
77
|
+
export { Store, StoreIcon } from './Store.js';
|
|
62
78
|
export { Camera, CameraIcon } from './Camera.js';
|
|
63
|
-
export {
|
|
64
|
-
export {
|
|
65
|
-
export {
|
|
66
|
-
export {
|
|
79
|
+
export { ShoppingBag, ShoppingBagIcon } from './ShoppingBag.js';
|
|
80
|
+
export { Plus, PlusIcon } from './Plus.js';
|
|
81
|
+
export { ArrowDownLeft, ArrowDownLeftIcon } from './ArrowDownLeft.js';
|
|
82
|
+
export { CursorClick, CursorClickIcon } from './CursorClick.js';
|
|
83
|
+
export { VolumeOn, VolumeOnIcon } from './VolumeOn.js';
|
|
84
|
+
export { Info, InfoIcon } from './Info.js';
|
|
85
|
+
export { Microphone, MicrophoneIcon } from './Microphone.js';
|
|
86
|
+
export { Video, VideoIcon } from './Video.js';
|
|
87
|
+
export { LogOut, LogOutIcon } from './LogOut.js';
|
|
88
|
+
export { Link, LinkIcon } from './Link.js';
|
|
89
|
+
export { Edit, EditIcon } from './Edit.js';
|
|
90
|
+
export { Maximize, MaximizeIcon } from './Maximize.js';
|
|
91
|
+
export { Search, SearchIcon } from './Search.js';
|
|
67
92
|
export { Checklist, ChecklistIcon } from './Checklist.js';
|
|
93
|
+
export { TrendingUp, TrendingUpIcon } from './TrendingUp.js';
|
|
68
94
|
export { MessageSquare, MessageSquareIcon } from './MessageSquare.js';
|
|
69
|
-
export {
|
|
70
|
-
export {
|
|
71
|
-
export { Spinner, SpinnerIcon } from './Spinner.js';
|
|
72
|
-
export { CreditCard, CreditCardIcon } from './CreditCard.js';
|
|
73
|
-
export { Clock, ClockIcon } from './Clock.js';
|
|
74
|
-
export { Phone, PhoneIcon } from './Phone.js';
|
|
75
|
-
export { Eye, EyeIcon } from './Eye.js';
|
|
76
|
-
export { Gift, GiftIcon } from './Gift.js';
|
|
95
|
+
export { Save, SaveIcon } from './Save.js';
|
|
96
|
+
export { Star, StarIcon } from './Star.js';
|
|
77
97
|
export { ArrowUp, ArrowUpIcon } from './ArrowUp.js';
|
|
78
|
-
export { BellOff, BellOffIcon } from './BellOff.js';
|
|
79
|
-
export { Video, VideoIcon } from './Video.js';
|
|
80
|
-
export { MapPin, MapPinIcon } from './MapPin.js';
|
|
81
|
-
export { Filter, FilterIcon } from './Filter.js';
|
|
82
|
-
export { ChevronsLeft, ChevronsLeftIcon } from './ChevronsLeft.js';
|
|
83
98
|
export { Calendar, CalendarIcon } from './Calendar.js';
|
|
84
|
-
export {
|
|
85
|
-
export { ArrowLeft, ArrowLeftIcon } from './ArrowLeft.js';
|
|
86
|
-
export { ArrowDownRight, ArrowDownRightIcon } from './ArrowDownRight.js';
|
|
87
|
-
export { Upload, UploadIcon } from './Upload.js';
|
|
88
|
-
export { Flip, FlipIcon } from './Flip.js';
|
|
89
|
-
export { AlertTriangle, AlertTriangleIcon } from './AlertTriangle.js';
|
|
90
|
-
export { Rocket, RocketIcon } from './Rocket.js';
|
|
91
|
-
export { Flame, FlameIcon } from './Flame.js';
|
|
92
|
-
export { Building, BuildingIcon } from './Building.js';
|
|
93
|
-
export { Folder, FolderIcon } from './Folder.js';
|
|
94
|
-
export { Users, UsersIcon } from './Users.js';
|
|
95
|
-
export { Minus, MinusIcon } from './Minus.js';
|
|
96
|
-
export { HelpCircle, HelpCircleIcon } from './HelpCircle.js';
|
|
97
|
-
export { ChevronLeft, ChevronLeftIcon } from './ChevronLeft.js';
|
|
98
|
-
export { Heart, HeartIcon } from './Heart.js';
|
|
99
|
-
export { TrendingUp, TrendingUpIcon } from './TrendingUp.js';
|
|
99
|
+
export { FolderPlus, FolderPlusIcon } from './FolderPlus.js';
|
|
100
100
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/icons/react/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/icons/react/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,GAAG,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAClC,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,99 +1,99 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
1
|
+
export { StarFilled, StarFilledIcon } from './StarFilled.js';
|
|
2
|
+
export { Newcomer, NewcomerIcon } from './Newcomer.js';
|
|
3
|
+
export { Users, UsersIcon } from './Users.js';
|
|
4
|
+
export { PhoneCall, PhoneCallIcon } from './PhoneCall.js';
|
|
5
|
+
export { Send, SendIcon } from './Send.js';
|
|
6
|
+
export { ChevronsLeft, ChevronsLeftIcon } from './ChevronsLeft.js';
|
|
7
|
+
export { ChevronLeft, ChevronLeftIcon } from './ChevronLeft.js';
|
|
8
|
+
export { HelpCircle, HelpCircleIcon } from './HelpCircle.js';
|
|
9
|
+
export { Award, AwardIcon } from './Award.js';
|
|
10
|
+
export { Trash, TrashIcon } from './Trash.js';
|
|
10
11
|
export { User, UserIcon } from './User.js';
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
12
|
+
export { Trophy, TrophyIcon } from './Trophy.js';
|
|
13
|
+
export { ChevronUp, ChevronUpIcon } from './ChevronUp.js';
|
|
14
|
+
export { Rocket, RocketIcon } from './Rocket.js';
|
|
15
|
+
export { Upload, UploadIcon } from './Upload.js';
|
|
16
|
+
export { MapPin, MapPinIcon } from './MapPin.js';
|
|
17
|
+
export { FileText, FileTextIcon } from './FileText.js';
|
|
18
|
+
export { Download, DownloadIcon } from './Download.js';
|
|
19
|
+
export { ArrowLeft, ArrowLeftIcon } from './ArrowLeft.js';
|
|
20
|
+
export { CornerDownRight, CornerDownRightIcon } from './CornerDownRight.js';
|
|
21
|
+
export { Image, ImageIcon } from './Image.js';
|
|
22
|
+
export { SlashCircle, SlashCircleIcon } from './SlashCircle.js';
|
|
23
|
+
export { FolderX, FolderXIcon } from './FolderX.js';
|
|
14
24
|
export { Home, HomeIcon } from './Home.js';
|
|
25
|
+
export { Mail, MailIcon } from './Mail.js';
|
|
26
|
+
export { ArrowDownRight, ArrowDownRightIcon } from './ArrowDownRight.js';
|
|
15
27
|
export { ArrowUpLeft, ArrowUpLeftIcon } from './ArrowUpLeft.js';
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
28
|
+
export { Copy, CopyIcon } from './Copy.js';
|
|
29
|
+
export { Filter, FilterIcon } from './Filter.js';
|
|
30
|
+
export { EyeOff, EyeOffIcon } from './EyeOff.js';
|
|
31
|
+
export { Eye, EyeIcon } from './Eye.js';
|
|
18
32
|
export { DotsGrid, DotsGridIcon } from './DotsGrid.js';
|
|
19
|
-
export {
|
|
20
|
-
export {
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
23
|
-
export { ChevronUp, ChevronUpIcon } from './ChevronUp.js';
|
|
24
|
-
export { ArrowDownLeft, ArrowDownLeftIcon } from './ArrowDownLeft.js';
|
|
25
|
-
export { FileText, FileTextIcon } from './FileText.js';
|
|
33
|
+
export { DotsHorizontal, DotsHorizontalIcon } from './DotsHorizontal.js';
|
|
34
|
+
export { BellOff, BellOffIcon } from './BellOff.js';
|
|
35
|
+
export { Collapse, CollapseIcon } from './Collapse.js';
|
|
36
|
+
export { Columns, ColumnsIcon } from './Columns.js';
|
|
26
37
|
export { X, XIcon } from './X.js';
|
|
27
|
-
export {
|
|
38
|
+
export { Flip, FlipIcon } from './Flip.js';
|
|
39
|
+
export { CreditCard, CreditCardIcon } from './CreditCard.js';
|
|
40
|
+
export { AlertTriangle, AlertTriangleIcon } from './AlertTriangle.js';
|
|
41
|
+
export { Gift, GiftIcon } from './Gift.js';
|
|
28
42
|
export { LogIn, LogInIcon } from './LogIn.js';
|
|
29
|
-
export { ShoppingBag, ShoppingBagIcon } from './ShoppingBag.js';
|
|
30
43
|
export { ChevronRight, ChevronRightIcon } from './ChevronRight.js';
|
|
31
|
-
export {
|
|
32
|
-
export {
|
|
44
|
+
export { Globe, GlobeIcon } from './Globe.js';
|
|
45
|
+
export { Refresh, RefreshIcon } from './Refresh.js';
|
|
33
46
|
export { ArrowRight, ArrowRightIcon } from './ArrowRight.js';
|
|
34
|
-
export {
|
|
35
|
-
export {
|
|
47
|
+
export { BookCheck, BookCheckIcon } from './BookCheck.js';
|
|
48
|
+
export { Target, TargetIcon } from './Target.js';
|
|
36
49
|
export { Settings, SettingsIcon } from './Settings.js';
|
|
37
|
-
export {
|
|
38
|
-
export { Download, DownloadIcon } from './Download.js';
|
|
39
|
-
export { SlashCircle, SlashCircleIcon } from './SlashCircle.js';
|
|
40
|
-
export { Book, BookIcon } from './Book.js';
|
|
41
|
-
export { Collapse, CollapseIcon } from './Collapse.js';
|
|
42
|
-
export { Bell, BellIcon } from './Bell.js';
|
|
43
|
-
export { StarFilled, StarFilledIcon } from './StarFilled.js';
|
|
44
|
-
export { EyeOff, EyeOffIcon } from './EyeOff.js';
|
|
45
|
-
export { FolderX, FolderXIcon } from './FolderX.js';
|
|
46
|
-
export { Trophy, TrophyIcon } from './Trophy.js';
|
|
47
|
-
export { Plus, PlusIcon } from './Plus.js';
|
|
50
|
+
export { ChevronsRight, ChevronsRightIcon } from './ChevronsRight.js';
|
|
48
51
|
export { Check, CheckIcon } from './Check.js';
|
|
52
|
+
export { Lock, LockIcon } from './Lock.js';
|
|
53
|
+
export { Clock, ClockIcon } from './Clock.js';
|
|
54
|
+
export { Crop, CropIcon } from './Crop.js';
|
|
55
|
+
export { Flame, FlameIcon } from './Flame.js';
|
|
56
|
+
export { Folder, FolderIcon } from './Folder.js';
|
|
57
|
+
export { Heart, HeartIcon } from './Heart.js';
|
|
58
|
+
export { ArrowUpRight, ArrowUpRightIcon } from './ArrowUpRight.js';
|
|
59
|
+
export { ChevronDown, ChevronDownIcon } from './ChevronDown.js';
|
|
60
|
+
export { Phone, PhoneIcon } from './Phone.js';
|
|
61
|
+
export { GraduationCap, GraduationCapIcon } from './GraduationCap.js';
|
|
62
|
+
export { VolumeOff, VolumeOffIcon } from './VolumeOff.js';
|
|
63
|
+
export { ArrowDown, ArrowDownIcon } from './ArrowDown.js';
|
|
64
|
+
export { ChevronsUpDown, ChevronsUpDownIcon } from './ChevronsUpDown.js';
|
|
65
|
+
export { File, FileIcon } from './File.js';
|
|
66
|
+
export { Building, BuildingIcon } from './Building.js';
|
|
67
|
+
export { Lightning, LightningIcon } from './Lightning.js';
|
|
68
|
+
export { Translate, TranslateIcon } from './Translate.js';
|
|
69
|
+
export { ArrowCross, ArrowCrossIcon } from './ArrowCross.js';
|
|
70
|
+
export { Minus, MinusIcon } from './Minus.js';
|
|
49
71
|
export { PieChart, PieChartIcon } from './PieChart.js';
|
|
50
|
-
export {
|
|
51
|
-
export {
|
|
52
|
-
export {
|
|
53
|
-
export { Copy, CopyIcon } from './Copy.js';
|
|
54
|
-
export { Refresh, RefreshIcon } from './Refresh.js';
|
|
55
|
-
export { Image, ImageIcon } from './Image.js';
|
|
72
|
+
export { Spinner, SpinnerIcon } from './Spinner.js';
|
|
73
|
+
export { Bell, BellIcon } from './Bell.js';
|
|
74
|
+
export { Book, BookIcon } from './Book.js';
|
|
56
75
|
export { CheckCircle, CheckCircleIcon } from './CheckCircle.js';
|
|
57
|
-
export {
|
|
58
|
-
export {
|
|
59
|
-
export { CursorClick, CursorClickIcon } from './CursorClick.js';
|
|
60
|
-
export { Send, SendIcon } from './Send.js';
|
|
61
|
-
export { PhoneCall, PhoneCallIcon } from './PhoneCall.js';
|
|
76
|
+
export { Circle, CircleIcon } from './Circle.js';
|
|
77
|
+
export { Store, StoreIcon } from './Store.js';
|
|
62
78
|
export { Camera, CameraIcon } from './Camera.js';
|
|
63
|
-
export {
|
|
64
|
-
export {
|
|
65
|
-
export {
|
|
66
|
-
export {
|
|
79
|
+
export { ShoppingBag, ShoppingBagIcon } from './ShoppingBag.js';
|
|
80
|
+
export { Plus, PlusIcon } from './Plus.js';
|
|
81
|
+
export { ArrowDownLeft, ArrowDownLeftIcon } from './ArrowDownLeft.js';
|
|
82
|
+
export { CursorClick, CursorClickIcon } from './CursorClick.js';
|
|
83
|
+
export { VolumeOn, VolumeOnIcon } from './VolumeOn.js';
|
|
84
|
+
export { Info, InfoIcon } from './Info.js';
|
|
85
|
+
export { Microphone, MicrophoneIcon } from './Microphone.js';
|
|
86
|
+
export { Video, VideoIcon } from './Video.js';
|
|
87
|
+
export { LogOut, LogOutIcon } from './LogOut.js';
|
|
88
|
+
export { Link, LinkIcon } from './Link.js';
|
|
89
|
+
export { Edit, EditIcon } from './Edit.js';
|
|
90
|
+
export { Maximize, MaximizeIcon } from './Maximize.js';
|
|
91
|
+
export { Search, SearchIcon } from './Search.js';
|
|
67
92
|
export { Checklist, ChecklistIcon } from './Checklist.js';
|
|
93
|
+
export { TrendingUp, TrendingUpIcon } from './TrendingUp.js';
|
|
68
94
|
export { MessageSquare, MessageSquareIcon } from './MessageSquare.js';
|
|
69
|
-
export {
|
|
70
|
-
export {
|
|
71
|
-
export { Spinner, SpinnerIcon } from './Spinner.js';
|
|
72
|
-
export { CreditCard, CreditCardIcon } from './CreditCard.js';
|
|
73
|
-
export { Clock, ClockIcon } from './Clock.js';
|
|
74
|
-
export { Phone, PhoneIcon } from './Phone.js';
|
|
75
|
-
export { Eye, EyeIcon } from './Eye.js';
|
|
76
|
-
export { Gift, GiftIcon } from './Gift.js';
|
|
95
|
+
export { Save, SaveIcon } from './Save.js';
|
|
96
|
+
export { Star, StarIcon } from './Star.js';
|
|
77
97
|
export { ArrowUp, ArrowUpIcon } from './ArrowUp.js';
|
|
78
|
-
export { BellOff, BellOffIcon } from './BellOff.js';
|
|
79
|
-
export { Video, VideoIcon } from './Video.js';
|
|
80
|
-
export { MapPin, MapPinIcon } from './MapPin.js';
|
|
81
|
-
export { Filter, FilterIcon } from './Filter.js';
|
|
82
|
-
export { ChevronsLeft, ChevronsLeftIcon } from './ChevronsLeft.js';
|
|
83
98
|
export { Calendar, CalendarIcon } from './Calendar.js';
|
|
84
|
-
export {
|
|
85
|
-
export { ArrowLeft, ArrowLeftIcon } from './ArrowLeft.js';
|
|
86
|
-
export { ArrowDownRight, ArrowDownRightIcon } from './ArrowDownRight.js';
|
|
87
|
-
export { Upload, UploadIcon } from './Upload.js';
|
|
88
|
-
export { Flip, FlipIcon } from './Flip.js';
|
|
89
|
-
export { AlertTriangle, AlertTriangleIcon } from './AlertTriangle.js';
|
|
90
|
-
export { Rocket, RocketIcon } from './Rocket.js';
|
|
91
|
-
export { Flame, FlameIcon } from './Flame.js';
|
|
92
|
-
export { Building, BuildingIcon } from './Building.js';
|
|
93
|
-
export { Folder, FolderIcon } from './Folder.js';
|
|
94
|
-
export { Users, UsersIcon } from './Users.js';
|
|
95
|
-
export { Minus, MinusIcon } from './Minus.js';
|
|
96
|
-
export { HelpCircle, HelpCircleIcon } from './HelpCircle.js';
|
|
97
|
-
export { ChevronLeft, ChevronLeftIcon } from './ChevronLeft.js';
|
|
98
|
-
export { Heart, HeartIcon } from './Heart.js';
|
|
99
|
-
export { TrendingUp, TrendingUpIcon } from './TrendingUp.js';
|
|
99
|
+
export { FolderPlus, FolderPlusIcon } from './FolderPlus.js';
|
|
@@ -2,8 +2,8 @@ import * as React from "react";
|
|
|
2
2
|
import { Path } from "react-native-svg";
|
|
3
3
|
import { Icon } from "./Icon";
|
|
4
4
|
export const GraduationCap = ({ size = 30, strokeWidth = 2, className, ...props }) => {
|
|
5
|
-
return (<Icon size={size} className={className} viewBox="0 0 24 24"
|
|
6
|
-
<Path d="
|
|
5
|
+
return (<Icon size={size} className={className} viewBox="0 0 24 24" {...props}>
|
|
6
|
+
<Path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth={strokeWidth} d="M3.6 9.6v7.663c1.633.481 5.6 2.023 8.4 4.337 1.68-1.735 6.3-3.614 8.4-4.337V9.6M0 7.807 12 2.4l12 5.407-12 5.409z"/>
|
|
7
7
|
</Icon>);
|
|
8
8
|
};
|
|
9
9
|
export const GraduationCapIcon = GraduationCap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GraduationCap.js","sourceRoot":"","sources":["../../../src/generated/icons/react-native/GraduationCap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,IAAI,EAAkB,MAAM,QAAQ,CAAC;AAI9C,MAAM,CAAC,MAAM,aAAa,GAAiC,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,WAAW,GAAG,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,EAAE;IACjH,OAAO,CACL,CAAC,IAAI,CACH,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,SAAS,CAAC,CAAC,SAAS,CAAC,CACrB,OAAO,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"GraduationCap.js","sourceRoot":"","sources":["../../../src/generated/icons/react-native/GraduationCap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,IAAI,EAAkB,MAAM,QAAQ,CAAC;AAI9C,MAAM,CAAC,MAAM,aAAa,GAAiC,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,WAAW,GAAG,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,EAAE;IACjH,OAAO,CACL,CAAC,IAAI,CACH,IAAI,CAAC,CAAC,IAAI,CAAC,CACX,SAAS,CAAC,CAAC,SAAS,CAAC,CACrB,OAAO,CAAC,WAAW,CAEnB,IAAI,KAAK,CAAC,CAEV;MAAA,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,cAAc,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,mHAAmH,EAChN;IAAA,EAAE,IAAI,CAAC,CACR,CAAC;AACJ,CAAC,CAAC;AACF,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAAC"}
|
|
@@ -1,100 +1,100 @@
|
|
|
1
1
|
export { Icon, type IconProps } from './Icon.js';
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
2
|
+
export { StarFilled, StarFilledIcon } from './StarFilled.js';
|
|
3
|
+
export { Newcomer, NewcomerIcon } from './Newcomer.js';
|
|
4
|
+
export { Users, UsersIcon } from './Users.js';
|
|
5
|
+
export { PhoneCall, PhoneCallIcon } from './PhoneCall.js';
|
|
6
|
+
export { Send, SendIcon } from './Send.js';
|
|
7
|
+
export { ChevronsLeft, ChevronsLeftIcon } from './ChevronsLeft.js';
|
|
8
|
+
export { ChevronLeft, ChevronLeftIcon } from './ChevronLeft.js';
|
|
9
|
+
export { HelpCircle, HelpCircleIcon } from './HelpCircle.js';
|
|
10
|
+
export { Award, AwardIcon } from './Award.js';
|
|
11
|
+
export { Trash, TrashIcon } from './Trash.js';
|
|
11
12
|
export { User, UserIcon } from './User.js';
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
13
|
+
export { Trophy, TrophyIcon } from './Trophy.js';
|
|
14
|
+
export { ChevronUp, ChevronUpIcon } from './ChevronUp.js';
|
|
15
|
+
export { Rocket, RocketIcon } from './Rocket.js';
|
|
16
|
+
export { Upload, UploadIcon } from './Upload.js';
|
|
17
|
+
export { MapPin, MapPinIcon } from './MapPin.js';
|
|
18
|
+
export { FileText, FileTextIcon } from './FileText.js';
|
|
19
|
+
export { Download, DownloadIcon } from './Download.js';
|
|
20
|
+
export { ArrowLeft, ArrowLeftIcon } from './ArrowLeft.js';
|
|
21
|
+
export { CornerDownRight, CornerDownRightIcon } from './CornerDownRight.js';
|
|
22
|
+
export { Image, ImageIcon } from './Image.js';
|
|
23
|
+
export { SlashCircle, SlashCircleIcon } from './SlashCircle.js';
|
|
24
|
+
export { FolderX, FolderXIcon } from './FolderX.js';
|
|
15
25
|
export { Home, HomeIcon } from './Home.js';
|
|
26
|
+
export { Mail, MailIcon } from './Mail.js';
|
|
27
|
+
export { ArrowDownRight, ArrowDownRightIcon } from './ArrowDownRight.js';
|
|
16
28
|
export { ArrowUpLeft, ArrowUpLeftIcon } from './ArrowUpLeft.js';
|
|
17
|
-
export {
|
|
18
|
-
export {
|
|
29
|
+
export { Copy, CopyIcon } from './Copy.js';
|
|
30
|
+
export { Filter, FilterIcon } from './Filter.js';
|
|
31
|
+
export { EyeOff, EyeOffIcon } from './EyeOff.js';
|
|
32
|
+
export { Eye, EyeIcon } from './Eye.js';
|
|
19
33
|
export { DotsGrid, DotsGridIcon } from './DotsGrid.js';
|
|
20
|
-
export {
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
23
|
-
export {
|
|
24
|
-
export { ChevronUp, ChevronUpIcon } from './ChevronUp.js';
|
|
25
|
-
export { ArrowDownLeft, ArrowDownLeftIcon } from './ArrowDownLeft.js';
|
|
26
|
-
export { FileText, FileTextIcon } from './FileText.js';
|
|
34
|
+
export { DotsHorizontal, DotsHorizontalIcon } from './DotsHorizontal.js';
|
|
35
|
+
export { BellOff, BellOffIcon } from './BellOff.js';
|
|
36
|
+
export { Collapse, CollapseIcon } from './Collapse.js';
|
|
37
|
+
export { Columns, ColumnsIcon } from './Columns.js';
|
|
27
38
|
export { X, XIcon } from './X.js';
|
|
28
|
-
export {
|
|
39
|
+
export { Flip, FlipIcon } from './Flip.js';
|
|
40
|
+
export { CreditCard, CreditCardIcon } from './CreditCard.js';
|
|
41
|
+
export { AlertTriangle, AlertTriangleIcon } from './AlertTriangle.js';
|
|
42
|
+
export { Gift, GiftIcon } from './Gift.js';
|
|
29
43
|
export { LogIn, LogInIcon } from './LogIn.js';
|
|
30
|
-
export { ShoppingBag, ShoppingBagIcon } from './ShoppingBag.js';
|
|
31
44
|
export { ChevronRight, ChevronRightIcon } from './ChevronRight.js';
|
|
32
|
-
export {
|
|
33
|
-
export {
|
|
45
|
+
export { Globe, GlobeIcon } from './Globe.js';
|
|
46
|
+
export { Refresh, RefreshIcon } from './Refresh.js';
|
|
34
47
|
export { ArrowRight, ArrowRightIcon } from './ArrowRight.js';
|
|
35
|
-
export {
|
|
36
|
-
export {
|
|
48
|
+
export { BookCheck, BookCheckIcon } from './BookCheck.js';
|
|
49
|
+
export { Target, TargetIcon } from './Target.js';
|
|
37
50
|
export { Settings, SettingsIcon } from './Settings.js';
|
|
38
|
-
export {
|
|
39
|
-
export { Download, DownloadIcon } from './Download.js';
|
|
40
|
-
export { SlashCircle, SlashCircleIcon } from './SlashCircle.js';
|
|
41
|
-
export { Book, BookIcon } from './Book.js';
|
|
42
|
-
export { Collapse, CollapseIcon } from './Collapse.js';
|
|
43
|
-
export { Bell, BellIcon } from './Bell.js';
|
|
44
|
-
export { StarFilled, StarFilledIcon } from './StarFilled.js';
|
|
45
|
-
export { EyeOff, EyeOffIcon } from './EyeOff.js';
|
|
46
|
-
export { FolderX, FolderXIcon } from './FolderX.js';
|
|
47
|
-
export { Trophy, TrophyIcon } from './Trophy.js';
|
|
48
|
-
export { Plus, PlusIcon } from './Plus.js';
|
|
51
|
+
export { ChevronsRight, ChevronsRightIcon } from './ChevronsRight.js';
|
|
49
52
|
export { Check, CheckIcon } from './Check.js';
|
|
53
|
+
export { Lock, LockIcon } from './Lock.js';
|
|
54
|
+
export { Clock, ClockIcon } from './Clock.js';
|
|
55
|
+
export { Crop, CropIcon } from './Crop.js';
|
|
56
|
+
export { Flame, FlameIcon } from './Flame.js';
|
|
57
|
+
export { Folder, FolderIcon } from './Folder.js';
|
|
58
|
+
export { Heart, HeartIcon } from './Heart.js';
|
|
59
|
+
export { ArrowUpRight, ArrowUpRightIcon } from './ArrowUpRight.js';
|
|
60
|
+
export { ChevronDown, ChevronDownIcon } from './ChevronDown.js';
|
|
61
|
+
export { Phone, PhoneIcon } from './Phone.js';
|
|
62
|
+
export { GraduationCap, GraduationCapIcon } from './GraduationCap.js';
|
|
63
|
+
export { VolumeOff, VolumeOffIcon } from './VolumeOff.js';
|
|
64
|
+
export { ArrowDown, ArrowDownIcon } from './ArrowDown.js';
|
|
65
|
+
export { ChevronsUpDown, ChevronsUpDownIcon } from './ChevronsUpDown.js';
|
|
66
|
+
export { File, FileIcon } from './File.js';
|
|
67
|
+
export { Building, BuildingIcon } from './Building.js';
|
|
68
|
+
export { Lightning, LightningIcon } from './Lightning.js';
|
|
69
|
+
export { Translate, TranslateIcon } from './Translate.js';
|
|
70
|
+
export { ArrowCross, ArrowCrossIcon } from './ArrowCross.js';
|
|
71
|
+
export { Minus, MinusIcon } from './Minus.js';
|
|
50
72
|
export { PieChart, PieChartIcon } from './PieChart.js';
|
|
51
|
-
export {
|
|
52
|
-
export {
|
|
53
|
-
export {
|
|
54
|
-
export { Copy, CopyIcon } from './Copy.js';
|
|
55
|
-
export { Refresh, RefreshIcon } from './Refresh.js';
|
|
56
|
-
export { Image, ImageIcon } from './Image.js';
|
|
73
|
+
export { Spinner, SpinnerIcon } from './Spinner.js';
|
|
74
|
+
export { Bell, BellIcon } from './Bell.js';
|
|
75
|
+
export { Book, BookIcon } from './Book.js';
|
|
57
76
|
export { CheckCircle, CheckCircleIcon } from './CheckCircle.js';
|
|
58
|
-
export {
|
|
59
|
-
export {
|
|
60
|
-
export { CursorClick, CursorClickIcon } from './CursorClick.js';
|
|
61
|
-
export { Send, SendIcon } from './Send.js';
|
|
62
|
-
export { PhoneCall, PhoneCallIcon } from './PhoneCall.js';
|
|
77
|
+
export { Circle, CircleIcon } from './Circle.js';
|
|
78
|
+
export { Store, StoreIcon } from './Store.js';
|
|
63
79
|
export { Camera, CameraIcon } from './Camera.js';
|
|
64
|
-
export {
|
|
65
|
-
export {
|
|
66
|
-
export {
|
|
67
|
-
export {
|
|
80
|
+
export { ShoppingBag, ShoppingBagIcon } from './ShoppingBag.js';
|
|
81
|
+
export { Plus, PlusIcon } from './Plus.js';
|
|
82
|
+
export { ArrowDownLeft, ArrowDownLeftIcon } from './ArrowDownLeft.js';
|
|
83
|
+
export { CursorClick, CursorClickIcon } from './CursorClick.js';
|
|
84
|
+
export { VolumeOn, VolumeOnIcon } from './VolumeOn.js';
|
|
85
|
+
export { Info, InfoIcon } from './Info.js';
|
|
86
|
+
export { Microphone, MicrophoneIcon } from './Microphone.js';
|
|
87
|
+
export { Video, VideoIcon } from './Video.js';
|
|
88
|
+
export { LogOut, LogOutIcon } from './LogOut.js';
|
|
89
|
+
export { Link, LinkIcon } from './Link.js';
|
|
90
|
+
export { Edit, EditIcon } from './Edit.js';
|
|
91
|
+
export { Maximize, MaximizeIcon } from './Maximize.js';
|
|
92
|
+
export { Search, SearchIcon } from './Search.js';
|
|
68
93
|
export { Checklist, ChecklistIcon } from './Checklist.js';
|
|
94
|
+
export { TrendingUp, TrendingUpIcon } from './TrendingUp.js';
|
|
69
95
|
export { MessageSquare, MessageSquareIcon } from './MessageSquare.js';
|
|
70
|
-
export {
|
|
71
|
-
export {
|
|
72
|
-
export { Spinner, SpinnerIcon } from './Spinner.js';
|
|
73
|
-
export { CreditCard, CreditCardIcon } from './CreditCard.js';
|
|
74
|
-
export { Clock, ClockIcon } from './Clock.js';
|
|
75
|
-
export { Phone, PhoneIcon } from './Phone.js';
|
|
76
|
-
export { Eye, EyeIcon } from './Eye.js';
|
|
77
|
-
export { Gift, GiftIcon } from './Gift.js';
|
|
96
|
+
export { Save, SaveIcon } from './Save.js';
|
|
97
|
+
export { Star, StarIcon } from './Star.js';
|
|
78
98
|
export { ArrowUp, ArrowUpIcon } from './ArrowUp.js';
|
|
79
|
-
export { BellOff, BellOffIcon } from './BellOff.js';
|
|
80
|
-
export { Video, VideoIcon } from './Video.js';
|
|
81
|
-
export { MapPin, MapPinIcon } from './MapPin.js';
|
|
82
|
-
export { Filter, FilterIcon } from './Filter.js';
|
|
83
|
-
export { ChevronsLeft, ChevronsLeftIcon } from './ChevronsLeft.js';
|
|
84
99
|
export { Calendar, CalendarIcon } from './Calendar.js';
|
|
85
|
-
export {
|
|
86
|
-
export { ArrowLeft, ArrowLeftIcon } from './ArrowLeft.js';
|
|
87
|
-
export { ArrowDownRight, ArrowDownRightIcon } from './ArrowDownRight.js';
|
|
88
|
-
export { Upload, UploadIcon } from './Upload.js';
|
|
89
|
-
export { Flip, FlipIcon } from './Flip.js';
|
|
90
|
-
export { AlertTriangle, AlertTriangleIcon } from './AlertTriangle.js';
|
|
91
|
-
export { Rocket, RocketIcon } from './Rocket.js';
|
|
92
|
-
export { Flame, FlameIcon } from './Flame.js';
|
|
93
|
-
export { Building, BuildingIcon } from './Building.js';
|
|
94
|
-
export { Folder, FolderIcon } from './Folder.js';
|
|
95
|
-
export { Users, UsersIcon } from './Users.js';
|
|
96
|
-
export { Minus, MinusIcon } from './Minus.js';
|
|
97
|
-
export { HelpCircle, HelpCircleIcon } from './HelpCircle.js';
|
|
98
|
-
export { ChevronLeft, ChevronLeftIcon } from './ChevronLeft.js';
|
|
99
|
-
export { Heart, HeartIcon } from './Heart.js';
|
|
100
|
-
export { TrendingUp, TrendingUpIcon } from './TrendingUp.js';
|
|
100
|
+
export { FolderPlus, FolderPlusIcon } from './FolderPlus.js';
|