@umbra.ui/icons 0.2.0 → 0.4.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/icons/AddMagicIcon.vue +36 -0
- package/dist/icons/ArchiveIcon.vue +34 -0
- package/dist/icons/ArtificialIntelligenceIcon.vue +36 -0
- package/dist/icons/BellOnIcon.vue +36 -0
- package/dist/icons/BellPlusIcon.vue +36 -0
- package/dist/icons/BellSlashIcon.vue +37 -0
- package/dist/icons/Bitcoin2Icon.vue +37 -0
- package/dist/icons/BitcoinIcon.vue +1 -2
- package/dist/icons/BookmarkListIcon.vue +36 -0
- package/dist/icons/CalendarDaysIcon.vue +5 -6
- package/dist/icons/CalendarIcon.vue +5 -6
- package/dist/icons/CircleBitcoinIcon.vue +38 -0
- package/dist/icons/CircleCheckIcon.vue +1 -2
- package/dist/icons/CirclePencilIcon.vue +35 -0
- package/dist/icons/CircleXmarkIcon.vue +35 -0
- package/dist/icons/ClockIcon.vue +34 -0
- package/dist/icons/CloudNodesIcon.vue +37 -0
- package/dist/icons/CommandIcon.vue +37 -0
- package/dist/icons/CryptographyIcon.vue +8 -12
- package/dist/icons/Cubes2Icon.vue +41 -0
- package/dist/icons/DarkModeIcon.vue +34 -0
- package/dist/icons/DecentralizeIcon.vue +43 -0
- package/dist/icons/DeleteLeftIcon.vue +35 -0
- package/dist/icons/EraserIcon.vue +35 -0
- package/dist/icons/EthereumIcon.vue +35 -0
- package/dist/icons/EyeDropperIcon.vue +36 -0
- package/dist/icons/Flag3Icon.vue +34 -0
- package/dist/icons/Heading1Icon.vue +35 -0
- package/dist/icons/Heading2Icon.vue +35 -0
- package/dist/icons/Heading3Icon.vue +35 -0
- package/dist/icons/Heading4Icon.vue +35 -0
- package/dist/icons/Heading5Icon.vue +35 -0
- package/dist/icons/Heading6Icon.vue +36 -0
- package/dist/icons/Headphones2Icon.vue +36 -0
- package/dist/icons/Heart2SlashIcon.vue +35 -0
- package/dist/icons/HourglassStartIcon.vue +37 -0
- package/dist/icons/ImageIcon.vue +3 -4
- package/dist/icons/ImageMountainIcon.vue +3 -4
- package/dist/icons/KeyNodesIcon.vue +11 -12
- package/dist/icons/LinkIcon.vue +4 -5
- package/dist/icons/MediaNextIcon.vue +34 -0
- package/dist/icons/MediaPauseIcon.vue +35 -0
- package/dist/icons/MediaPlayIcon.vue +33 -0
- package/dist/icons/MediaPreviousIcon.vue +34 -0
- package/dist/icons/Microphone3Icon.vue +37 -0
- package/dist/icons/MusicAlbumIcon.vue +35 -0
- package/dist/icons/MusicIcon.vue +1 -2
- package/dist/icons/MusicNoteIcon.vue +36 -0
- package/dist/icons/MusicPlusIcon.vue +41 -0
- package/dist/icons/NightShiftIcon.vue +42 -0
- package/dist/icons/NotebookIcon.vue +38 -0
- package/dist/icons/OpeningQuotationMarkIcon.vue +35 -0
- package/dist/icons/OrderedListIcon.vue +5 -6
- package/dist/icons/ParagraphCheckIcon.vue +36 -0
- package/dist/icons/PickaxeIcon.vue +38 -0
- package/dist/icons/PilcrowIcon.vue +35 -0
- package/dist/icons/PlaylistIcon.vue +35 -0
- package/dist/icons/QueueIcon.vue +35 -0
- package/dist/icons/ReturnKeyIcon.vue +35 -0
- package/dist/icons/ShuffleIcon.vue +36 -0
- package/dist/icons/SignatureIcon.vue +35 -0
- package/dist/icons/SquareCommandIcon.vue +38 -0
- package/dist/icons/SunFogIcon.vue +38 -0
- package/dist/icons/TagCheckIcon.vue +35 -0
- package/dist/icons/TagIcon.vue +2 -3
- package/dist/icons/TextAIcon.vue +33 -0
- package/dist/icons/TextAlignCenterIcon.vue +34 -0
- package/dist/icons/TextAlignLeftIcon.vue +34 -0
- package/dist/icons/TextAlignRightIcon.vue +34 -0
- package/dist/icons/TextHighlight2Icon.vue +35 -0
- package/dist/icons/TextToolIcon.vue +42 -0
- package/dist/icons/UnorderedListIcon.vue +5 -6
- package/dist/icons/VolumeIcon.vue +2 -3
- package/dist/icons/VolumeOffIcon.vue +36 -0
- package/dist/icons/Wallet2CircuitIcon.vue +1 -2
- package/dist/icons/WaveformLinesIcon.vue +37 -0
- package/dist/icons/index.d.ts +61 -0
- package/dist/icons/index.d.ts.map +1 -1
- package/dist/icons/index.js +61 -0
- package/dist/icons/index.ts +61 -0
- package/dist/index.d.ts +225 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +372 -130
- package/package.json +10 -11
- package/src/icons/AddMagicIcon.vue +36 -0
- package/src/icons/ArchiveIcon.vue +34 -0
- package/src/icons/ArtificialIntelligenceIcon.vue +36 -0
- package/src/icons/BellOnIcon.vue +36 -0
- package/src/icons/BellPlusIcon.vue +36 -0
- package/src/icons/BellSlashIcon.vue +37 -0
- package/src/icons/Bitcoin2Icon.vue +37 -0
- package/src/icons/BitcoinIcon.vue +1 -2
- package/src/icons/BookmarkListIcon.vue +36 -0
- package/src/icons/CalendarDaysIcon.vue +5 -6
- package/src/icons/CalendarIcon.vue +5 -6
- package/src/icons/CircleBitcoinIcon.vue +38 -0
- package/src/icons/CircleCheckIcon.vue +1 -2
- package/src/icons/CirclePencilIcon.vue +35 -0
- package/src/icons/CircleXmarkIcon.vue +35 -0
- package/src/icons/ClockIcon.vue +34 -0
- package/src/icons/CloudNodesIcon.vue +37 -0
- package/src/icons/CommandIcon.vue +37 -0
- package/src/icons/CryptographyIcon.vue +8 -12
- package/src/icons/Cubes2Icon.vue +41 -0
- package/src/icons/DarkModeIcon.vue +34 -0
- package/src/icons/DecentralizeIcon.vue +43 -0
- package/src/icons/DeleteLeftIcon.vue +35 -0
- package/src/icons/EraserIcon.vue +35 -0
- package/src/icons/EthereumIcon.vue +35 -0
- package/src/icons/EyeDropperIcon.vue +36 -0
- package/src/icons/Flag3Icon.vue +34 -0
- package/src/icons/Heading1Icon.vue +35 -0
- package/src/icons/Heading2Icon.vue +35 -0
- package/src/icons/Heading3Icon.vue +35 -0
- package/src/icons/Heading4Icon.vue +35 -0
- package/src/icons/Heading5Icon.vue +35 -0
- package/src/icons/Heading6Icon.vue +36 -0
- package/src/icons/Headphones2Icon.vue +36 -0
- package/src/icons/Heart2SlashIcon.vue +35 -0
- package/src/icons/HourglassStartIcon.vue +37 -0
- package/src/icons/ImageIcon.vue +3 -4
- package/src/icons/ImageMountainIcon.vue +3 -4
- package/src/icons/KeyNodesIcon.vue +11 -12
- package/src/icons/LinkIcon.vue +4 -5
- package/src/icons/MediaNextIcon.vue +34 -0
- package/src/icons/MediaPauseIcon.vue +35 -0
- package/src/icons/MediaPlayIcon.vue +33 -0
- package/src/icons/MediaPreviousIcon.vue +34 -0
- package/src/icons/Microphone3Icon.vue +37 -0
- package/src/icons/MusicAlbumIcon.vue +35 -0
- package/src/icons/MusicIcon.vue +1 -2
- package/src/icons/MusicNoteIcon.vue +36 -0
- package/src/icons/MusicPlusIcon.vue +41 -0
- package/src/icons/NightShiftIcon.vue +42 -0
- package/src/icons/NotebookIcon.vue +38 -0
- package/src/icons/OpeningQuotationMarkIcon.vue +35 -0
- package/src/icons/OrderedListIcon.vue +5 -6
- package/src/icons/ParagraphCheckIcon.vue +36 -0
- package/src/icons/PickaxeIcon.vue +38 -0
- package/src/icons/PilcrowIcon.vue +35 -0
- package/src/icons/PlaylistIcon.vue +35 -0
- package/src/icons/QueueIcon.vue +35 -0
- package/src/icons/ReturnKeyIcon.vue +35 -0
- package/src/icons/ShuffleIcon.vue +36 -0
- package/src/icons/SignatureIcon.vue +35 -0
- package/src/icons/SquareCommandIcon.vue +38 -0
- package/src/icons/SunFogIcon.vue +38 -0
- package/src/icons/TagCheckIcon.vue +35 -0
- package/src/icons/TagIcon.vue +2 -3
- package/src/icons/TextAIcon.vue +33 -0
- package/src/icons/TextAlignCenterIcon.vue +34 -0
- package/src/icons/TextAlignLeftIcon.vue +34 -0
- package/src/icons/TextAlignRightIcon.vue +34 -0
- package/src/icons/TextHighlight2Icon.vue +35 -0
- package/src/icons/TextToolIcon.vue +42 -0
- package/src/icons/UnorderedListIcon.vue +5 -6
- package/src/icons/VolumeIcon.vue +2 -3
- package/src/icons/VolumeOffIcon.vue +36 -0
- package/src/icons/Wallet2CircuitIcon.vue +1 -2
- package/src/icons/WaveformLinesIcon.vue +37 -0
- package/src/icons/index.ts +61 -0
- package/src/index.ts +399 -157
package/src/index.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// Icon components exports
|
|
2
|
-
// Auto-generated from icon components
|
|
3
|
-
|
|
4
|
-
import AccessibilityIcon from "./icons/AccessibilityIcon.vue";
|
|
2
|
+
// Auto-generated from icon components
|
|
3
|
+
|
|
4
|
+
import AccessibilityIcon from "./icons/AccessibilityIcon.vue";
|
|
5
|
+
import AddMagicIcon from "./icons/AddMagicIcon.vue";
|
|
5
6
|
import AlarmClockIcon from "./icons/AlarmClockIcon.vue";
|
|
6
7
|
import Align3BottomIcon from "./icons/Align3BottomIcon.vue";
|
|
7
8
|
import Align3HorizontalIcon from "./icons/Align3HorizontalIcon.vue";
|
|
@@ -10,11 +11,13 @@ import Align3RightIcon from "./icons/Align3RightIcon.vue";
|
|
|
10
11
|
import Align3TopIcon from "./icons/Align3TopIcon.vue";
|
|
11
12
|
import Align3VerticalIcon from "./icons/Align3VerticalIcon.vue";
|
|
12
13
|
import AnchorIcon from "./icons/AnchorIcon.vue";
|
|
14
|
+
import ArchiveIcon from "./icons/ArchiveIcon.vue";
|
|
13
15
|
import ArrowDoorInIcon from "./icons/ArrowDoorInIcon.vue";
|
|
14
16
|
import ArrowDoorOut3Icon from "./icons/ArrowDoorOut3Icon.vue";
|
|
15
17
|
import ArrowDottedRotateAnticlockwiseIcon from "./icons/ArrowDottedRotateAnticlockwiseIcon.vue";
|
|
16
18
|
import ArrowsTransactionIcon from "./icons/ArrowsTransactionIcon.vue";
|
|
17
19
|
import ArrowTurnLeftIcon from "./icons/ArrowTurnLeftIcon.vue";
|
|
20
|
+
import ArtificialIntelligenceIcon from "./icons/ArtificialIntelligenceIcon.vue";
|
|
18
21
|
import AspectRatioSquare2Icon from "./icons/AspectRatioSquare2Icon.vue";
|
|
19
22
|
import AtSignIcon from "./icons/AtSignIcon.vue";
|
|
20
23
|
import AwardCertificateIcon from "./icons/AwardCertificateIcon.vue";
|
|
@@ -26,13 +29,18 @@ import BasketShoppingIcon from "./icons/BasketShoppingIcon.vue";
|
|
|
26
29
|
import BatteryHighIcon from "./icons/BatteryHighIcon.vue";
|
|
27
30
|
import BatteryIcon from "./icons/BatteryIcon.vue";
|
|
28
31
|
import BellIcon from "./icons/BellIcon.vue";
|
|
32
|
+
import BellOnIcon from "./icons/BellOnIcon.vue";
|
|
33
|
+
import BellPlusIcon from "./icons/BellPlusIcon.vue";
|
|
34
|
+
import BellSlashIcon from "./icons/BellSlashIcon.vue";
|
|
29
35
|
import BicycleIcon from "./icons/BicycleIcon.vue";
|
|
36
|
+
import Bitcoin2Icon from "./icons/Bitcoin2Icon.vue";
|
|
30
37
|
import BitcoinIcon from "./icons/BitcoinIcon.vue";
|
|
31
38
|
import BoltIcon from "./icons/BoltIcon.vue";
|
|
32
39
|
import BoltLightningIcon from "./icons/BoltLightningIcon.vue";
|
|
33
40
|
import BoltSlashIcon from "./icons/BoltSlashIcon.vue";
|
|
34
41
|
import BookBookmarkIcon from "./icons/BookBookmarkIcon.vue";
|
|
35
42
|
import BookmarkIcon from "./icons/BookmarkIcon.vue";
|
|
43
|
+
import BookmarkListIcon from "./icons/BookmarkListIcon.vue";
|
|
36
44
|
import BookmarksIcon from "./icons/BookmarksIcon.vue";
|
|
37
45
|
import BookmarkSlashIcon from "./icons/BookmarkSlashIcon.vue";
|
|
38
46
|
import BookOpenIcon from "./icons/BookOpenIcon.vue";
|
|
@@ -54,6 +62,7 @@ import ChevronExpandYIcon from "./icons/ChevronExpandYIcon.vue";
|
|
|
54
62
|
import ChevronLeftIcon from "./icons/ChevronLeftIcon.vue";
|
|
55
63
|
import ChevronRightIcon from "./icons/ChevronRightIcon.vue";
|
|
56
64
|
import ChevronUpIcon from "./icons/ChevronUpIcon.vue";
|
|
65
|
+
import CircleBitcoinIcon from "./icons/CircleBitcoinIcon.vue";
|
|
57
66
|
import CircleCheckIcon from "./icons/CircleCheckIcon.vue";
|
|
58
67
|
import CircleChevronLeftIcon from "./icons/CircleChevronLeftIcon.vue";
|
|
59
68
|
import CircleCompose2Icon from "./icons/CircleCompose2Icon.vue";
|
|
@@ -62,20 +71,29 @@ import CircleDotsVerticalIcon from "./icons/CircleDotsVerticalIcon.vue";
|
|
|
62
71
|
import CircleHalfDottedCheckIcon from "./icons/CircleHalfDottedCheckIcon.vue";
|
|
63
72
|
import CircleHashtagIcon from "./icons/CircleHashtagIcon.vue";
|
|
64
73
|
import CircleInfoIcon from "./icons/CircleInfoIcon.vue";
|
|
74
|
+
import CirclePencilIcon from "./icons/CirclePencilIcon.vue";
|
|
65
75
|
import CirclePlusIcon from "./icons/CirclePlusIcon.vue";
|
|
66
76
|
import CircleWarningIcon from "./icons/CircleWarningIcon.vue";
|
|
77
|
+
import CircleXmarkIcon from "./icons/CircleXmarkIcon.vue";
|
|
67
78
|
import ClipboardCheckIcon from "./icons/ClipboardCheckIcon.vue";
|
|
68
79
|
import ClipboardIcon from "./icons/ClipboardIcon.vue";
|
|
69
80
|
import ClipboardSlashIcon from "./icons/ClipboardSlashIcon.vue";
|
|
81
|
+
import ClockIcon from "./icons/ClockIcon.vue";
|
|
70
82
|
import CloneIcon from "./icons/CloneIcon.vue";
|
|
71
83
|
import CloudIcon from "./icons/CloudIcon.vue";
|
|
84
|
+
import CloudNodesIcon from "./icons/CloudNodesIcon.vue";
|
|
85
|
+
import CommandIcon from "./icons/CommandIcon.vue";
|
|
72
86
|
import ComputerIcon from "./icons/ComputerIcon.vue";
|
|
73
87
|
import CookieIcon from "./icons/CookieIcon.vue";
|
|
74
88
|
import CreditCardIcon from "./icons/CreditCardIcon.vue";
|
|
75
89
|
import CrosshairsIcon from "./icons/CrosshairsIcon.vue";
|
|
76
90
|
import CrosshairsSlashIcon from "./icons/CrosshairsSlashIcon.vue";
|
|
77
91
|
import CryptographyIcon from "./icons/CryptographyIcon.vue";
|
|
92
|
+
import Cubes2Icon from "./icons/Cubes2Icon.vue";
|
|
78
93
|
import DarkLightIcon from "./icons/DarkLightIcon.vue";
|
|
94
|
+
import DarkModeIcon from "./icons/DarkModeIcon.vue";
|
|
95
|
+
import DecentralizeIcon from "./icons/DecentralizeIcon.vue";
|
|
96
|
+
import DeleteLeftIcon from "./icons/DeleteLeftIcon.vue";
|
|
79
97
|
import DescendingSortingIcon from "./icons/DescendingSortingIcon.vue";
|
|
80
98
|
import DesktopArrowDownIcon from "./icons/DesktopArrowDownIcon.vue";
|
|
81
99
|
import DotsIcon from "./icons/DotsIcon.vue";
|
|
@@ -85,7 +103,10 @@ import DrawCompassIcon from "./icons/DrawCompassIcon.vue";
|
|
|
85
103
|
import EarthIcon from "./icons/EarthIcon.vue";
|
|
86
104
|
import EnvelopeIcon from "./icons/EnvelopeIcon.vue";
|
|
87
105
|
import EnvelopeOpenIcon from "./icons/EnvelopeOpenIcon.vue";
|
|
106
|
+
import EraserIcon from "./icons/EraserIcon.vue";
|
|
107
|
+
import EthereumIcon from "./icons/EthereumIcon.vue";
|
|
88
108
|
import EyeClosedIcon from "./icons/EyeClosedIcon.vue";
|
|
109
|
+
import EyeDropperIcon from "./icons/EyeDropperIcon.vue";
|
|
89
110
|
import EyeIcon from "./icons/EyeIcon.vue";
|
|
90
111
|
import EyeOpenIcon from "./icons/EyeOpenIcon.vue";
|
|
91
112
|
import EyeSlashIcon from "./icons/EyeSlashIcon.vue";
|
|
@@ -101,6 +122,7 @@ import FilmIcon from "./icons/FilmIcon.vue";
|
|
|
101
122
|
import FilterIcon from "./icons/FilterIcon.vue";
|
|
102
123
|
import FiltersIcon from "./icons/FiltersIcon.vue";
|
|
103
124
|
import FingerprintIcon from "./icons/FingerprintIcon.vue";
|
|
125
|
+
import Flag3Icon from "./icons/Flag3Icon.vue";
|
|
104
126
|
import Flag7Icon from "./icons/Flag7Icon.vue";
|
|
105
127
|
import FlameIcon from "./icons/FlameIcon.vue";
|
|
106
128
|
import FolderIcon from "./icons/FolderIcon.vue";
|
|
@@ -121,10 +143,19 @@ import GridCirclePlusIcon from "./icons/GridCirclePlusIcon.vue";
|
|
|
121
143
|
import HalfDottedCirclePlayIcon from "./icons/HalfDottedCirclePlayIcon.vue";
|
|
122
144
|
import HandIcon from "./icons/HandIcon.vue";
|
|
123
145
|
import HandshakeIcon from "./icons/HandshakeIcon.vue";
|
|
146
|
+
import Heading1Icon from "./icons/Heading1Icon.vue";
|
|
147
|
+
import Heading2Icon from "./icons/Heading2Icon.vue";
|
|
148
|
+
import Heading3Icon from "./icons/Heading3Icon.vue";
|
|
149
|
+
import Heading4Icon from "./icons/Heading4Icon.vue";
|
|
150
|
+
import Heading5Icon from "./icons/Heading5Icon.vue";
|
|
151
|
+
import Heading6Icon from "./icons/Heading6Icon.vue";
|
|
152
|
+
import Headphones2Icon from "./icons/Headphones2Icon.vue";
|
|
124
153
|
import HeadsetIcon from "./icons/HeadsetIcon.vue";
|
|
154
|
+
import Heart2SlashIcon from "./icons/Heart2SlashIcon.vue";
|
|
125
155
|
import HeartHandIcon from "./icons/HeartHandIcon.vue";
|
|
126
156
|
import HeartIcon from "./icons/HeartIcon.vue";
|
|
127
157
|
import HotDrinkIcon from "./icons/HotDrinkIcon.vue";
|
|
158
|
+
import HourglassStartIcon from "./icons/HourglassStartIcon.vue";
|
|
128
159
|
import House2Icon from "./icons/House2Icon.vue";
|
|
129
160
|
import House5Icon from "./icons/House5Icon.vue";
|
|
130
161
|
import ImageDepthIcon from "./icons/ImageDepthIcon.vue";
|
|
@@ -154,9 +185,14 @@ import MagicWandIcon from "./icons/MagicWandIcon.vue";
|
|
|
154
185
|
import MagnifierFaceWorriedIcon from "./icons/MagnifierFaceWorriedIcon.vue";
|
|
155
186
|
import MagnifierIcon from "./icons/MagnifierIcon.vue";
|
|
156
187
|
import MapIcon from "./icons/MapIcon.vue";
|
|
188
|
+
import MediaNextIcon from "./icons/MediaNextIcon.vue";
|
|
189
|
+
import MediaPauseIcon from "./icons/MediaPauseIcon.vue";
|
|
190
|
+
import MediaPlayIcon from "./icons/MediaPlayIcon.vue";
|
|
191
|
+
import MediaPreviousIcon from "./icons/MediaPreviousIcon.vue";
|
|
157
192
|
import MenuArrowRightIcon from "./icons/MenuArrowRightIcon.vue";
|
|
158
193
|
import MenuBarsIcon from "./icons/MenuBarsIcon.vue";
|
|
159
194
|
import MenuIcon from "./icons/MenuIcon.vue";
|
|
195
|
+
import Microphone3Icon from "./icons/Microphone3Icon.vue";
|
|
160
196
|
import MicrophoneIcon from "./icons/MicrophoneIcon.vue";
|
|
161
197
|
import MicrophoneSlashIcon from "./icons/MicrophoneSlashIcon.vue";
|
|
162
198
|
import MinusIcon from "./icons/MinusIcon.vue";
|
|
@@ -167,17 +203,24 @@ import MsgBubbleUserIcon from "./icons/MsgBubbleUserIcon.vue";
|
|
|
167
203
|
import MsgsIcon from "./icons/MsgsIcon.vue";
|
|
168
204
|
import MsgSmileIcon from "./icons/MsgSmileIcon.vue";
|
|
169
205
|
import MsgWritingIcon from "./icons/MsgWritingIcon.vue";
|
|
206
|
+
import MusicAlbumIcon from "./icons/MusicAlbumIcon.vue";
|
|
170
207
|
import MusicIcon from "./icons/MusicIcon.vue";
|
|
208
|
+
import MusicNoteIcon from "./icons/MusicNoteIcon.vue";
|
|
171
209
|
import MusicNoteSparkleIcon from "./icons/MusicNoteSparkleIcon.vue";
|
|
172
210
|
import MusicPlaylist2Icon from "./icons/MusicPlaylist2Icon.vue";
|
|
211
|
+
import MusicPlusIcon from "./icons/MusicPlusIcon.vue";
|
|
212
|
+
import NightShiftIcon from "./icons/NightShiftIcon.vue";
|
|
173
213
|
import NodesIcon from "./icons/NodesIcon.vue";
|
|
214
|
+
import NotebookIcon from "./icons/NotebookIcon.vue";
|
|
174
215
|
import NoteIcon from "./icons/NoteIcon.vue";
|
|
175
216
|
import NotificationIcon from "./icons/NotificationIcon.vue";
|
|
176
217
|
import OfficeIcon from "./icons/OfficeIcon.vue";
|
|
218
|
+
import OpeningQuotationMarkIcon from "./icons/OpeningQuotationMarkIcon.vue";
|
|
177
219
|
import OrderedListIcon from "./icons/OrderedListIcon.vue";
|
|
178
220
|
import PaintbrushIcon from "./icons/PaintbrushIcon.vue";
|
|
179
221
|
import PaperclipIcon from "./icons/PaperclipIcon.vue";
|
|
180
222
|
import PaperPlane2Icon from "./icons/PaperPlane2Icon.vue";
|
|
223
|
+
import ParagraphCheckIcon from "./icons/ParagraphCheckIcon.vue";
|
|
181
224
|
import Password2Icon from "./icons/Password2Icon.vue";
|
|
182
225
|
import Pen2Icon from "./icons/Pen2Icon.vue";
|
|
183
226
|
import Pen3Icon from "./icons/Pen3Icon.vue";
|
|
@@ -187,9 +230,12 @@ import PenSparkleIcon from "./icons/PenSparkleIcon.vue";
|
|
|
187
230
|
import PenWriting4Icon from "./icons/PenWriting4Icon.vue";
|
|
188
231
|
import PenWriting6Icon from "./icons/PenWriting6Icon.vue";
|
|
189
232
|
import PhoneIcon from "./icons/PhoneIcon.vue";
|
|
233
|
+
import PickaxeIcon from "./icons/PickaxeIcon.vue";
|
|
234
|
+
import PilcrowIcon from "./icons/PilcrowIcon.vue";
|
|
190
235
|
import PinIcon from "./icons/PinIcon.vue";
|
|
191
236
|
import PinTackIcon from "./icons/PinTackIcon.vue";
|
|
192
237
|
import PizzaSlice2Icon from "./icons/PizzaSlice2Icon.vue";
|
|
238
|
+
import PlaylistIcon from "./icons/PlaylistIcon.vue";
|
|
193
239
|
import Plug2Icon from "./icons/Plug2Icon.vue";
|
|
194
240
|
import PlusIcon from "./icons/PlusIcon.vue";
|
|
195
241
|
import PointerIcon from "./icons/PointerIcon.vue";
|
|
@@ -198,7 +244,9 @@ import PrintIcon from "./icons/PrintIcon.vue";
|
|
|
198
244
|
import ProgressBarIcon from "./icons/ProgressBarIcon.vue";
|
|
199
245
|
import PuzzlePieceIcon from "./icons/PuzzlePieceIcon.vue";
|
|
200
246
|
import QrcodeIcon from "./icons/QrcodeIcon.vue";
|
|
247
|
+
import QueueIcon from "./icons/QueueIcon.vue";
|
|
201
248
|
import Refresh2Icon from "./icons/Refresh2Icon.vue";
|
|
249
|
+
import ReturnKeyIcon from "./icons/ReturnKeyIcon.vue";
|
|
202
250
|
import RoadmapIcon from "./icons/RoadmapIcon.vue";
|
|
203
251
|
import RocketIcon from "./icons/RocketIcon.vue";
|
|
204
252
|
import Rotation360Icon from "./icons/Rotation360Icon.vue";
|
|
@@ -212,11 +260,14 @@ import ShapesIcon from "./icons/ShapesIcon.vue";
|
|
|
212
260
|
import ShareUpRightIcon from "./icons/ShareUpRightIcon.vue";
|
|
213
261
|
import ShieldCheckIcon from "./icons/ShieldCheckIcon.vue";
|
|
214
262
|
import ShopIcon from "./icons/ShopIcon.vue";
|
|
263
|
+
import ShuffleIcon from "./icons/ShuffleIcon.vue";
|
|
215
264
|
import SideProfileIcon from "./icons/SideProfileIcon.vue";
|
|
216
265
|
import Signal2Icon from "./icons/Signal2Icon.vue";
|
|
266
|
+
import SignatureIcon from "./icons/SignatureIcon.vue";
|
|
217
267
|
import Sitemap4Icon from "./icons/Sitemap4Icon.vue";
|
|
218
268
|
import SlidersIcon from "./icons/SlidersIcon.vue";
|
|
219
269
|
import Sparkle3Icon from "./icons/Sparkle3Icon.vue";
|
|
270
|
+
import SquareCommandIcon from "./icons/SquareCommandIcon.vue";
|
|
220
271
|
import SquareDottedArrowBottomRightIcon from "./icons/SquareDottedArrowBottomRightIcon.vue";
|
|
221
272
|
import SquareMinusIcon from "./icons/SquareMinusIcon.vue";
|
|
222
273
|
import SquarePlusIcon from "./icons/SquarePlusIcon.vue";
|
|
@@ -227,13 +278,21 @@ import StickerSmileIcon from "./icons/StickerSmileIcon.vue";
|
|
|
227
278
|
import StopwatchIcon from "./icons/StopwatchIcon.vue";
|
|
228
279
|
import Subscription2Icon from "./icons/Subscription2Icon.vue";
|
|
229
280
|
import Suitcase3Icon from "./icons/Suitcase3Icon.vue";
|
|
281
|
+
import SunFogIcon from "./icons/SunFogIcon.vue";
|
|
230
282
|
import SunIcon from "./icons/SunIcon.vue";
|
|
283
|
+
import TagCheckIcon from "./icons/TagCheckIcon.vue";
|
|
231
284
|
import TagIcon from "./icons/TagIcon.vue";
|
|
232
285
|
import TagsIcon from "./icons/TagsIcon.vue";
|
|
233
286
|
import TargetIcon from "./icons/TargetIcon.vue";
|
|
234
287
|
import Tasks2Icon from "./icons/Tasks2Icon.vue";
|
|
288
|
+
import TextAIcon from "./icons/TextAIcon.vue";
|
|
289
|
+
import TextAlignCenterIcon from "./icons/TextAlignCenterIcon.vue";
|
|
290
|
+
import TextAlignLeftIcon from "./icons/TextAlignLeftIcon.vue";
|
|
291
|
+
import TextAlignRightIcon from "./icons/TextAlignRightIcon.vue";
|
|
292
|
+
import TextHighlight2Icon from "./icons/TextHighlight2Icon.vue";
|
|
235
293
|
import TextHighlightIcon from "./icons/TextHighlightIcon.vue";
|
|
236
294
|
import TextTool2Icon from "./icons/TextTool2Icon.vue";
|
|
295
|
+
import TextToolIcon from "./icons/TextToolIcon.vue";
|
|
237
296
|
import ThumbsUpIcon from "./icons/ThumbsUpIcon.vue";
|
|
238
297
|
import Ticket4Icon from "./icons/Ticket4Icon.vue";
|
|
239
298
|
import Timer2Icon from "./icons/Timer2Icon.vue";
|
|
@@ -250,19 +309,21 @@ import UsersIcon from "./icons/UsersIcon.vue";
|
|
|
250
309
|
import Vault3Icon from "./icons/Vault3Icon.vue";
|
|
251
310
|
import VideoIcon from "./icons/VideoIcon.vue";
|
|
252
311
|
import VolumeIcon from "./icons/VolumeIcon.vue";
|
|
312
|
+
import VolumeOffIcon from "./icons/VolumeOffIcon.vue";
|
|
253
313
|
import VolumeUpIcon from "./icons/VolumeUpIcon.vue";
|
|
254
314
|
import Wallet2CircuitIcon from "./icons/Wallet2CircuitIcon.vue";
|
|
255
315
|
import Wallet2Icon from "./icons/Wallet2Icon.vue";
|
|
256
316
|
import WalletCoinIcon from "./icons/WalletCoinIcon.vue";
|
|
257
317
|
import WandSparkleIcon from "./icons/WandSparkleIcon.vue";
|
|
258
318
|
import WatchIcon from "./icons/WatchIcon.vue";
|
|
319
|
+
import WaveformLinesIcon from "./icons/WaveformLinesIcon.vue";
|
|
259
320
|
import WindowChartLineIcon from "./icons/WindowChartLineIcon.vue";
|
|
260
321
|
import WindowExpandBottomRightIcon from "./icons/WindowExpandBottomRightIcon.vue";
|
|
261
322
|
import WindowPointerIcon from "./icons/WindowPointerIcon.vue";
|
|
262
323
|
import XmarkIcon from "./icons/XmarkIcon.vue";
|
|
263
|
-
|
|
264
|
-
// Animated icon components
|
|
265
|
-
import BarsAnim2GlyphIcon from "./animated/BarsAnim2GlyphIcon.vue";
|
|
324
|
+
|
|
325
|
+
// Animated icon components
|
|
326
|
+
import BarsAnim2GlyphIcon from "./animated/BarsAnim2GlyphIcon.vue";
|
|
266
327
|
import BarsAnim3GlyphIcon from "./animated/BarsAnim3GlyphIcon.vue";
|
|
267
328
|
import BarsAnim3OutlineIcon from "./animated/BarsAnim3OutlineIcon.vue";
|
|
268
329
|
import BarsAnimGlyphIcon from "./animated/BarsAnimGlyphIcon.vue";
|
|
@@ -304,9 +365,10 @@ import SquaresAnim2GlyphIcon from "./animated/SquaresAnim2GlyphIcon.vue";
|
|
|
304
365
|
import SquaresAnim2OutlineIcon from "./animated/SquaresAnim2OutlineIcon.vue";
|
|
305
366
|
import SquaresAnimGlyphIcon from "./animated/SquaresAnimGlyphIcon.vue";
|
|
306
367
|
import SquaresAnimOutlineIcon from "./animated/SquaresAnimOutlineIcon.vue";
|
|
307
|
-
|
|
308
|
-
// Individual exports
|
|
309
|
-
export { default as AccessibilityIcon } from "./icons/AccessibilityIcon.vue";
|
|
368
|
+
|
|
369
|
+
// Individual exports
|
|
370
|
+
export { default as AccessibilityIcon } from "./icons/AccessibilityIcon.vue";
|
|
371
|
+
export { default as AddMagicIcon } from "./icons/AddMagicIcon.vue";
|
|
310
372
|
export { default as AlarmClockIcon } from "./icons/AlarmClockIcon.vue";
|
|
311
373
|
export { default as Align3BottomIcon } from "./icons/Align3BottomIcon.vue";
|
|
312
374
|
export { default as Align3HorizontalIcon } from "./icons/Align3HorizontalIcon.vue";
|
|
@@ -315,11 +377,13 @@ export { default as Align3RightIcon } from "./icons/Align3RightIcon.vue";
|
|
|
315
377
|
export { default as Align3TopIcon } from "./icons/Align3TopIcon.vue";
|
|
316
378
|
export { default as Align3VerticalIcon } from "./icons/Align3VerticalIcon.vue";
|
|
317
379
|
export { default as AnchorIcon } from "./icons/AnchorIcon.vue";
|
|
380
|
+
export { default as ArchiveIcon } from "./icons/ArchiveIcon.vue";
|
|
318
381
|
export { default as ArrowDoorInIcon } from "./icons/ArrowDoorInIcon.vue";
|
|
319
382
|
export { default as ArrowDoorOut3Icon } from "./icons/ArrowDoorOut3Icon.vue";
|
|
320
383
|
export { default as ArrowDottedRotateAnticlockwiseIcon } from "./icons/ArrowDottedRotateAnticlockwiseIcon.vue";
|
|
321
384
|
export { default as ArrowsTransactionIcon } from "./icons/ArrowsTransactionIcon.vue";
|
|
322
385
|
export { default as ArrowTurnLeftIcon } from "./icons/ArrowTurnLeftIcon.vue";
|
|
386
|
+
export { default as ArtificialIntelligenceIcon } from "./icons/ArtificialIntelligenceIcon.vue";
|
|
323
387
|
export { default as AspectRatioSquare2Icon } from "./icons/AspectRatioSquare2Icon.vue";
|
|
324
388
|
export { default as AtSignIcon } from "./icons/AtSignIcon.vue";
|
|
325
389
|
export { default as AwardCertificateIcon } from "./icons/AwardCertificateIcon.vue";
|
|
@@ -331,13 +395,18 @@ export { default as BasketShoppingIcon } from "./icons/BasketShoppingIcon.vue";
|
|
|
331
395
|
export { default as BatteryHighIcon } from "./icons/BatteryHighIcon.vue";
|
|
332
396
|
export { default as BatteryIcon } from "./icons/BatteryIcon.vue";
|
|
333
397
|
export { default as BellIcon } from "./icons/BellIcon.vue";
|
|
398
|
+
export { default as BellOnIcon } from "./icons/BellOnIcon.vue";
|
|
399
|
+
export { default as BellPlusIcon } from "./icons/BellPlusIcon.vue";
|
|
400
|
+
export { default as BellSlashIcon } from "./icons/BellSlashIcon.vue";
|
|
334
401
|
export { default as BicycleIcon } from "./icons/BicycleIcon.vue";
|
|
402
|
+
export { default as Bitcoin2Icon } from "./icons/Bitcoin2Icon.vue";
|
|
335
403
|
export { default as BitcoinIcon } from "./icons/BitcoinIcon.vue";
|
|
336
404
|
export { default as BoltIcon } from "./icons/BoltIcon.vue";
|
|
337
405
|
export { default as BoltLightningIcon } from "./icons/BoltLightningIcon.vue";
|
|
338
406
|
export { default as BoltSlashIcon } from "./icons/BoltSlashIcon.vue";
|
|
339
407
|
export { default as BookBookmarkIcon } from "./icons/BookBookmarkIcon.vue";
|
|
340
408
|
export { default as BookmarkIcon } from "./icons/BookmarkIcon.vue";
|
|
409
|
+
export { default as BookmarkListIcon } from "./icons/BookmarkListIcon.vue";
|
|
341
410
|
export { default as BookmarksIcon } from "./icons/BookmarksIcon.vue";
|
|
342
411
|
export { default as BookmarkSlashIcon } from "./icons/BookmarkSlashIcon.vue";
|
|
343
412
|
export { default as BookOpenIcon } from "./icons/BookOpenIcon.vue";
|
|
@@ -359,6 +428,7 @@ export { default as ChevronExpandYIcon } from "./icons/ChevronExpandYIcon.vue";
|
|
|
359
428
|
export { default as ChevronLeftIcon } from "./icons/ChevronLeftIcon.vue";
|
|
360
429
|
export { default as ChevronRightIcon } from "./icons/ChevronRightIcon.vue";
|
|
361
430
|
export { default as ChevronUpIcon } from "./icons/ChevronUpIcon.vue";
|
|
431
|
+
export { default as CircleBitcoinIcon } from "./icons/CircleBitcoinIcon.vue";
|
|
362
432
|
export { default as CircleCheckIcon } from "./icons/CircleCheckIcon.vue";
|
|
363
433
|
export { default as CircleChevronLeftIcon } from "./icons/CircleChevronLeftIcon.vue";
|
|
364
434
|
export { default as CircleCompose2Icon } from "./icons/CircleCompose2Icon.vue";
|
|
@@ -367,20 +437,29 @@ export { default as CircleDotsVerticalIcon } from "./icons/CircleDotsVerticalIco
|
|
|
367
437
|
export { default as CircleHalfDottedCheckIcon } from "./icons/CircleHalfDottedCheckIcon.vue";
|
|
368
438
|
export { default as CircleHashtagIcon } from "./icons/CircleHashtagIcon.vue";
|
|
369
439
|
export { default as CircleInfoIcon } from "./icons/CircleInfoIcon.vue";
|
|
440
|
+
export { default as CirclePencilIcon } from "./icons/CirclePencilIcon.vue";
|
|
370
441
|
export { default as CirclePlusIcon } from "./icons/CirclePlusIcon.vue";
|
|
371
442
|
export { default as CircleWarningIcon } from "./icons/CircleWarningIcon.vue";
|
|
443
|
+
export { default as CircleXmarkIcon } from "./icons/CircleXmarkIcon.vue";
|
|
372
444
|
export { default as ClipboardCheckIcon } from "./icons/ClipboardCheckIcon.vue";
|
|
373
445
|
export { default as ClipboardIcon } from "./icons/ClipboardIcon.vue";
|
|
374
446
|
export { default as ClipboardSlashIcon } from "./icons/ClipboardSlashIcon.vue";
|
|
447
|
+
export { default as ClockIcon } from "./icons/ClockIcon.vue";
|
|
375
448
|
export { default as CloneIcon } from "./icons/CloneIcon.vue";
|
|
376
449
|
export { default as CloudIcon } from "./icons/CloudIcon.vue";
|
|
450
|
+
export { default as CloudNodesIcon } from "./icons/CloudNodesIcon.vue";
|
|
451
|
+
export { default as CommandIcon } from "./icons/CommandIcon.vue";
|
|
377
452
|
export { default as ComputerIcon } from "./icons/ComputerIcon.vue";
|
|
378
453
|
export { default as CookieIcon } from "./icons/CookieIcon.vue";
|
|
379
454
|
export { default as CreditCardIcon } from "./icons/CreditCardIcon.vue";
|
|
380
455
|
export { default as CrosshairsIcon } from "./icons/CrosshairsIcon.vue";
|
|
381
456
|
export { default as CrosshairsSlashIcon } from "./icons/CrosshairsSlashIcon.vue";
|
|
382
457
|
export { default as CryptographyIcon } from "./icons/CryptographyIcon.vue";
|
|
458
|
+
export { default as Cubes2Icon } from "./icons/Cubes2Icon.vue";
|
|
383
459
|
export { default as DarkLightIcon } from "./icons/DarkLightIcon.vue";
|
|
460
|
+
export { default as DarkModeIcon } from "./icons/DarkModeIcon.vue";
|
|
461
|
+
export { default as DecentralizeIcon } from "./icons/DecentralizeIcon.vue";
|
|
462
|
+
export { default as DeleteLeftIcon } from "./icons/DeleteLeftIcon.vue";
|
|
384
463
|
export { default as DescendingSortingIcon } from "./icons/DescendingSortingIcon.vue";
|
|
385
464
|
export { default as DesktopArrowDownIcon } from "./icons/DesktopArrowDownIcon.vue";
|
|
386
465
|
export { default as DotsIcon } from "./icons/DotsIcon.vue";
|
|
@@ -390,7 +469,10 @@ export { default as DrawCompassIcon } from "./icons/DrawCompassIcon.vue";
|
|
|
390
469
|
export { default as EarthIcon } from "./icons/EarthIcon.vue";
|
|
391
470
|
export { default as EnvelopeIcon } from "./icons/EnvelopeIcon.vue";
|
|
392
471
|
export { default as EnvelopeOpenIcon } from "./icons/EnvelopeOpenIcon.vue";
|
|
472
|
+
export { default as EraserIcon } from "./icons/EraserIcon.vue";
|
|
473
|
+
export { default as EthereumIcon } from "./icons/EthereumIcon.vue";
|
|
393
474
|
export { default as EyeClosedIcon } from "./icons/EyeClosedIcon.vue";
|
|
475
|
+
export { default as EyeDropperIcon } from "./icons/EyeDropperIcon.vue";
|
|
394
476
|
export { default as EyeIcon } from "./icons/EyeIcon.vue";
|
|
395
477
|
export { default as EyeOpenIcon } from "./icons/EyeOpenIcon.vue";
|
|
396
478
|
export { default as EyeSlashIcon } from "./icons/EyeSlashIcon.vue";
|
|
@@ -406,6 +488,7 @@ export { default as FilmIcon } from "./icons/FilmIcon.vue";
|
|
|
406
488
|
export { default as FilterIcon } from "./icons/FilterIcon.vue";
|
|
407
489
|
export { default as FiltersIcon } from "./icons/FiltersIcon.vue";
|
|
408
490
|
export { default as FingerprintIcon } from "./icons/FingerprintIcon.vue";
|
|
491
|
+
export { default as Flag3Icon } from "./icons/Flag3Icon.vue";
|
|
409
492
|
export { default as Flag7Icon } from "./icons/Flag7Icon.vue";
|
|
410
493
|
export { default as FlameIcon } from "./icons/FlameIcon.vue";
|
|
411
494
|
export { default as FolderIcon } from "./icons/FolderIcon.vue";
|
|
@@ -426,10 +509,19 @@ export { default as GridCirclePlusIcon } from "./icons/GridCirclePlusIcon.vue";
|
|
|
426
509
|
export { default as HalfDottedCirclePlayIcon } from "./icons/HalfDottedCirclePlayIcon.vue";
|
|
427
510
|
export { default as HandIcon } from "./icons/HandIcon.vue";
|
|
428
511
|
export { default as HandshakeIcon } from "./icons/HandshakeIcon.vue";
|
|
512
|
+
export { default as Heading1Icon } from "./icons/Heading1Icon.vue";
|
|
513
|
+
export { default as Heading2Icon } from "./icons/Heading2Icon.vue";
|
|
514
|
+
export { default as Heading3Icon } from "./icons/Heading3Icon.vue";
|
|
515
|
+
export { default as Heading4Icon } from "./icons/Heading4Icon.vue";
|
|
516
|
+
export { default as Heading5Icon } from "./icons/Heading5Icon.vue";
|
|
517
|
+
export { default as Heading6Icon } from "./icons/Heading6Icon.vue";
|
|
518
|
+
export { default as Headphones2Icon } from "./icons/Headphones2Icon.vue";
|
|
429
519
|
export { default as HeadsetIcon } from "./icons/HeadsetIcon.vue";
|
|
520
|
+
export { default as Heart2SlashIcon } from "./icons/Heart2SlashIcon.vue";
|
|
430
521
|
export { default as HeartHandIcon } from "./icons/HeartHandIcon.vue";
|
|
431
522
|
export { default as HeartIcon } from "./icons/HeartIcon.vue";
|
|
432
523
|
export { default as HotDrinkIcon } from "./icons/HotDrinkIcon.vue";
|
|
524
|
+
export { default as HourglassStartIcon } from "./icons/HourglassStartIcon.vue";
|
|
433
525
|
export { default as House2Icon } from "./icons/House2Icon.vue";
|
|
434
526
|
export { default as House5Icon } from "./icons/House5Icon.vue";
|
|
435
527
|
export { default as ImageDepthIcon } from "./icons/ImageDepthIcon.vue";
|
|
@@ -459,9 +551,14 @@ export { default as MagicWandIcon } from "./icons/MagicWandIcon.vue";
|
|
|
459
551
|
export { default as MagnifierFaceWorriedIcon } from "./icons/MagnifierFaceWorriedIcon.vue";
|
|
460
552
|
export { default as MagnifierIcon } from "./icons/MagnifierIcon.vue";
|
|
461
553
|
export { default as MapIcon } from "./icons/MapIcon.vue";
|
|
554
|
+
export { default as MediaNextIcon } from "./icons/MediaNextIcon.vue";
|
|
555
|
+
export { default as MediaPauseIcon } from "./icons/MediaPauseIcon.vue";
|
|
556
|
+
export { default as MediaPlayIcon } from "./icons/MediaPlayIcon.vue";
|
|
557
|
+
export { default as MediaPreviousIcon } from "./icons/MediaPreviousIcon.vue";
|
|
462
558
|
export { default as MenuArrowRightIcon } from "./icons/MenuArrowRightIcon.vue";
|
|
463
559
|
export { default as MenuBarsIcon } from "./icons/MenuBarsIcon.vue";
|
|
464
560
|
export { default as MenuIcon } from "./icons/MenuIcon.vue";
|
|
561
|
+
export { default as Microphone3Icon } from "./icons/Microphone3Icon.vue";
|
|
465
562
|
export { default as MicrophoneIcon } from "./icons/MicrophoneIcon.vue";
|
|
466
563
|
export { default as MicrophoneSlashIcon } from "./icons/MicrophoneSlashIcon.vue";
|
|
467
564
|
export { default as MinusIcon } from "./icons/MinusIcon.vue";
|
|
@@ -472,17 +569,24 @@ export { default as MsgBubbleUserIcon } from "./icons/MsgBubbleUserIcon.vue";
|
|
|
472
569
|
export { default as MsgsIcon } from "./icons/MsgsIcon.vue";
|
|
473
570
|
export { default as MsgSmileIcon } from "./icons/MsgSmileIcon.vue";
|
|
474
571
|
export { default as MsgWritingIcon } from "./icons/MsgWritingIcon.vue";
|
|
572
|
+
export { default as MusicAlbumIcon } from "./icons/MusicAlbumIcon.vue";
|
|
475
573
|
export { default as MusicIcon } from "./icons/MusicIcon.vue";
|
|
574
|
+
export { default as MusicNoteIcon } from "./icons/MusicNoteIcon.vue";
|
|
476
575
|
export { default as MusicNoteSparkleIcon } from "./icons/MusicNoteSparkleIcon.vue";
|
|
477
576
|
export { default as MusicPlaylist2Icon } from "./icons/MusicPlaylist2Icon.vue";
|
|
577
|
+
export { default as MusicPlusIcon } from "./icons/MusicPlusIcon.vue";
|
|
578
|
+
export { default as NightShiftIcon } from "./icons/NightShiftIcon.vue";
|
|
478
579
|
export { default as NodesIcon } from "./icons/NodesIcon.vue";
|
|
580
|
+
export { default as NotebookIcon } from "./icons/NotebookIcon.vue";
|
|
479
581
|
export { default as NoteIcon } from "./icons/NoteIcon.vue";
|
|
480
582
|
export { default as NotificationIcon } from "./icons/NotificationIcon.vue";
|
|
481
583
|
export { default as OfficeIcon } from "./icons/OfficeIcon.vue";
|
|
584
|
+
export { default as OpeningQuotationMarkIcon } from "./icons/OpeningQuotationMarkIcon.vue";
|
|
482
585
|
export { default as OrderedListIcon } from "./icons/OrderedListIcon.vue";
|
|
483
586
|
export { default as PaintbrushIcon } from "./icons/PaintbrushIcon.vue";
|
|
484
587
|
export { default as PaperclipIcon } from "./icons/PaperclipIcon.vue";
|
|
485
588
|
export { default as PaperPlane2Icon } from "./icons/PaperPlane2Icon.vue";
|
|
589
|
+
export { default as ParagraphCheckIcon } from "./icons/ParagraphCheckIcon.vue";
|
|
486
590
|
export { default as Password2Icon } from "./icons/Password2Icon.vue";
|
|
487
591
|
export { default as Pen2Icon } from "./icons/Pen2Icon.vue";
|
|
488
592
|
export { default as Pen3Icon } from "./icons/Pen3Icon.vue";
|
|
@@ -492,9 +596,12 @@ export { default as PenSparkleIcon } from "./icons/PenSparkleIcon.vue";
|
|
|
492
596
|
export { default as PenWriting4Icon } from "./icons/PenWriting4Icon.vue";
|
|
493
597
|
export { default as PenWriting6Icon } from "./icons/PenWriting6Icon.vue";
|
|
494
598
|
export { default as PhoneIcon } from "./icons/PhoneIcon.vue";
|
|
599
|
+
export { default as PickaxeIcon } from "./icons/PickaxeIcon.vue";
|
|
600
|
+
export { default as PilcrowIcon } from "./icons/PilcrowIcon.vue";
|
|
495
601
|
export { default as PinIcon } from "./icons/PinIcon.vue";
|
|
496
602
|
export { default as PinTackIcon } from "./icons/PinTackIcon.vue";
|
|
497
603
|
export { default as PizzaSlice2Icon } from "./icons/PizzaSlice2Icon.vue";
|
|
604
|
+
export { default as PlaylistIcon } from "./icons/PlaylistIcon.vue";
|
|
498
605
|
export { default as Plug2Icon } from "./icons/Plug2Icon.vue";
|
|
499
606
|
export { default as PlusIcon } from "./icons/PlusIcon.vue";
|
|
500
607
|
export { default as PointerIcon } from "./icons/PointerIcon.vue";
|
|
@@ -503,7 +610,9 @@ export { default as PrintIcon } from "./icons/PrintIcon.vue";
|
|
|
503
610
|
export { default as ProgressBarIcon } from "./icons/ProgressBarIcon.vue";
|
|
504
611
|
export { default as PuzzlePieceIcon } from "./icons/PuzzlePieceIcon.vue";
|
|
505
612
|
export { default as QrcodeIcon } from "./icons/QrcodeIcon.vue";
|
|
613
|
+
export { default as QueueIcon } from "./icons/QueueIcon.vue";
|
|
506
614
|
export { default as Refresh2Icon } from "./icons/Refresh2Icon.vue";
|
|
615
|
+
export { default as ReturnKeyIcon } from "./icons/ReturnKeyIcon.vue";
|
|
507
616
|
export { default as RoadmapIcon } from "./icons/RoadmapIcon.vue";
|
|
508
617
|
export { default as RocketIcon } from "./icons/RocketIcon.vue";
|
|
509
618
|
export { default as Rotation360Icon } from "./icons/Rotation360Icon.vue";
|
|
@@ -517,11 +626,14 @@ export { default as ShapesIcon } from "./icons/ShapesIcon.vue";
|
|
|
517
626
|
export { default as ShareUpRightIcon } from "./icons/ShareUpRightIcon.vue";
|
|
518
627
|
export { default as ShieldCheckIcon } from "./icons/ShieldCheckIcon.vue";
|
|
519
628
|
export { default as ShopIcon } from "./icons/ShopIcon.vue";
|
|
629
|
+
export { default as ShuffleIcon } from "./icons/ShuffleIcon.vue";
|
|
520
630
|
export { default as SideProfileIcon } from "./icons/SideProfileIcon.vue";
|
|
521
631
|
export { default as Signal2Icon } from "./icons/Signal2Icon.vue";
|
|
632
|
+
export { default as SignatureIcon } from "./icons/SignatureIcon.vue";
|
|
522
633
|
export { default as Sitemap4Icon } from "./icons/Sitemap4Icon.vue";
|
|
523
634
|
export { default as SlidersIcon } from "./icons/SlidersIcon.vue";
|
|
524
635
|
export { default as Sparkle3Icon } from "./icons/Sparkle3Icon.vue";
|
|
636
|
+
export { default as SquareCommandIcon } from "./icons/SquareCommandIcon.vue";
|
|
525
637
|
export { default as SquareDottedArrowBottomRightIcon } from "./icons/SquareDottedArrowBottomRightIcon.vue";
|
|
526
638
|
export { default as SquareMinusIcon } from "./icons/SquareMinusIcon.vue";
|
|
527
639
|
export { default as SquarePlusIcon } from "./icons/SquarePlusIcon.vue";
|
|
@@ -532,13 +644,21 @@ export { default as StickerSmileIcon } from "./icons/StickerSmileIcon.vue";
|
|
|
532
644
|
export { default as StopwatchIcon } from "./icons/StopwatchIcon.vue";
|
|
533
645
|
export { default as Subscription2Icon } from "./icons/Subscription2Icon.vue";
|
|
534
646
|
export { default as Suitcase3Icon } from "./icons/Suitcase3Icon.vue";
|
|
647
|
+
export { default as SunFogIcon } from "./icons/SunFogIcon.vue";
|
|
535
648
|
export { default as SunIcon } from "./icons/SunIcon.vue";
|
|
649
|
+
export { default as TagCheckIcon } from "./icons/TagCheckIcon.vue";
|
|
536
650
|
export { default as TagIcon } from "./icons/TagIcon.vue";
|
|
537
651
|
export { default as TagsIcon } from "./icons/TagsIcon.vue";
|
|
538
652
|
export { default as TargetIcon } from "./icons/TargetIcon.vue";
|
|
539
653
|
export { default as Tasks2Icon } from "./icons/Tasks2Icon.vue";
|
|
654
|
+
export { default as TextAIcon } from "./icons/TextAIcon.vue";
|
|
655
|
+
export { default as TextAlignCenterIcon } from "./icons/TextAlignCenterIcon.vue";
|
|
656
|
+
export { default as TextAlignLeftIcon } from "./icons/TextAlignLeftIcon.vue";
|
|
657
|
+
export { default as TextAlignRightIcon } from "./icons/TextAlignRightIcon.vue";
|
|
658
|
+
export { default as TextHighlight2Icon } from "./icons/TextHighlight2Icon.vue";
|
|
540
659
|
export { default as TextHighlightIcon } from "./icons/TextHighlightIcon.vue";
|
|
541
660
|
export { default as TextTool2Icon } from "./icons/TextTool2Icon.vue";
|
|
661
|
+
export { default as TextToolIcon } from "./icons/TextToolIcon.vue";
|
|
542
662
|
export { default as ThumbsUpIcon } from "./icons/ThumbsUpIcon.vue";
|
|
543
663
|
export { default as Ticket4Icon } from "./icons/Ticket4Icon.vue";
|
|
544
664
|
export { default as Timer2Icon } from "./icons/Timer2Icon.vue";
|
|
@@ -555,19 +675,21 @@ export { default as UsersIcon } from "./icons/UsersIcon.vue";
|
|
|
555
675
|
export { default as Vault3Icon } from "./icons/Vault3Icon.vue";
|
|
556
676
|
export { default as VideoIcon } from "./icons/VideoIcon.vue";
|
|
557
677
|
export { default as VolumeIcon } from "./icons/VolumeIcon.vue";
|
|
678
|
+
export { default as VolumeOffIcon } from "./icons/VolumeOffIcon.vue";
|
|
558
679
|
export { default as VolumeUpIcon } from "./icons/VolumeUpIcon.vue";
|
|
559
680
|
export { default as Wallet2CircuitIcon } from "./icons/Wallet2CircuitIcon.vue";
|
|
560
681
|
export { default as Wallet2Icon } from "./icons/Wallet2Icon.vue";
|
|
561
682
|
export { default as WalletCoinIcon } from "./icons/WalletCoinIcon.vue";
|
|
562
683
|
export { default as WandSparkleIcon } from "./icons/WandSparkleIcon.vue";
|
|
563
684
|
export { default as WatchIcon } from "./icons/WatchIcon.vue";
|
|
685
|
+
export { default as WaveformLinesIcon } from "./icons/WaveformLinesIcon.vue";
|
|
564
686
|
export { default as WindowChartLineIcon } from "./icons/WindowChartLineIcon.vue";
|
|
565
687
|
export { default as WindowExpandBottomRightIcon } from "./icons/WindowExpandBottomRightIcon.vue";
|
|
566
688
|
export { default as WindowPointerIcon } from "./icons/WindowPointerIcon.vue";
|
|
567
689
|
export { default as XmarkIcon } from "./icons/XmarkIcon.vue";
|
|
568
|
-
|
|
569
|
-
// Animated icon exports
|
|
570
|
-
export { default as BarsAnim2GlyphIcon } from "./animated/BarsAnim2GlyphIcon.vue";
|
|
690
|
+
|
|
691
|
+
// Animated icon exports
|
|
692
|
+
export { default as BarsAnim2GlyphIcon } from "./animated/BarsAnim2GlyphIcon.vue";
|
|
571
693
|
export { default as BarsAnim3GlyphIcon } from "./animated/BarsAnim3GlyphIcon.vue";
|
|
572
694
|
export { default as BarsAnim3OutlineIcon } from "./animated/BarsAnim3OutlineIcon.vue";
|
|
573
695
|
export { default as BarsAnimGlyphIcon } from "./animated/BarsAnimGlyphIcon.vue";
|
|
@@ -609,10 +731,11 @@ export { default as SquaresAnim2GlyphIcon } from "./animated/SquaresAnim2GlyphIc
|
|
|
609
731
|
export { default as SquaresAnim2OutlineIcon } from "./animated/SquaresAnim2OutlineIcon.vue";
|
|
610
732
|
export { default as SquaresAnimGlyphIcon } from "./animated/SquaresAnimGlyphIcon.vue";
|
|
611
733
|
export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutlineIcon.vue";
|
|
612
|
-
|
|
613
|
-
// Re-export all icons as a default export for convenience
|
|
614
|
-
export const Icons = {
|
|
615
|
-
|
|
734
|
+
|
|
735
|
+
// Re-export all icons as a default export for convenience
|
|
736
|
+
export const Icons = {
|
|
737
|
+
AccessibilityIcon,
|
|
738
|
+
AddMagicIcon,
|
|
616
739
|
AlarmClockIcon,
|
|
617
740
|
Align3BottomIcon,
|
|
618
741
|
Align3HorizontalIcon,
|
|
@@ -621,11 +744,13 @@ export const Icons = {
|
|
|
621
744
|
Align3TopIcon,
|
|
622
745
|
Align3VerticalIcon,
|
|
623
746
|
AnchorIcon,
|
|
747
|
+
ArchiveIcon,
|
|
624
748
|
ArrowDoorInIcon,
|
|
625
749
|
ArrowDoorOut3Icon,
|
|
626
750
|
ArrowDottedRotateAnticlockwiseIcon,
|
|
627
751
|
ArrowsTransactionIcon,
|
|
628
752
|
ArrowTurnLeftIcon,
|
|
753
|
+
ArtificialIntelligenceIcon,
|
|
629
754
|
AspectRatioSquare2Icon,
|
|
630
755
|
AtSignIcon,
|
|
631
756
|
AwardCertificateIcon,
|
|
@@ -637,13 +762,18 @@ export const Icons = {
|
|
|
637
762
|
BatteryHighIcon,
|
|
638
763
|
BatteryIcon,
|
|
639
764
|
BellIcon,
|
|
765
|
+
BellOnIcon,
|
|
766
|
+
BellPlusIcon,
|
|
767
|
+
BellSlashIcon,
|
|
640
768
|
BicycleIcon,
|
|
769
|
+
Bitcoin2Icon,
|
|
641
770
|
BitcoinIcon,
|
|
642
771
|
BoltIcon,
|
|
643
772
|
BoltLightningIcon,
|
|
644
773
|
BoltSlashIcon,
|
|
645
774
|
BookBookmarkIcon,
|
|
646
775
|
BookmarkIcon,
|
|
776
|
+
BookmarkListIcon,
|
|
647
777
|
BookmarksIcon,
|
|
648
778
|
BookmarkSlashIcon,
|
|
649
779
|
BookOpenIcon,
|
|
@@ -665,6 +795,7 @@ export const Icons = {
|
|
|
665
795
|
ChevronLeftIcon,
|
|
666
796
|
ChevronRightIcon,
|
|
667
797
|
ChevronUpIcon,
|
|
798
|
+
CircleBitcoinIcon,
|
|
668
799
|
CircleCheckIcon,
|
|
669
800
|
CircleChevronLeftIcon,
|
|
670
801
|
CircleCompose2Icon,
|
|
@@ -673,20 +804,29 @@ export const Icons = {
|
|
|
673
804
|
CircleHalfDottedCheckIcon,
|
|
674
805
|
CircleHashtagIcon,
|
|
675
806
|
CircleInfoIcon,
|
|
807
|
+
CirclePencilIcon,
|
|
676
808
|
CirclePlusIcon,
|
|
677
809
|
CircleWarningIcon,
|
|
810
|
+
CircleXmarkIcon,
|
|
678
811
|
ClipboardCheckIcon,
|
|
679
812
|
ClipboardIcon,
|
|
680
813
|
ClipboardSlashIcon,
|
|
814
|
+
ClockIcon,
|
|
681
815
|
CloneIcon,
|
|
682
816
|
CloudIcon,
|
|
817
|
+
CloudNodesIcon,
|
|
818
|
+
CommandIcon,
|
|
683
819
|
ComputerIcon,
|
|
684
820
|
CookieIcon,
|
|
685
821
|
CreditCardIcon,
|
|
686
822
|
CrosshairsIcon,
|
|
687
823
|
CrosshairsSlashIcon,
|
|
688
824
|
CryptographyIcon,
|
|
825
|
+
Cubes2Icon,
|
|
689
826
|
DarkLightIcon,
|
|
827
|
+
DarkModeIcon,
|
|
828
|
+
DecentralizeIcon,
|
|
829
|
+
DeleteLeftIcon,
|
|
690
830
|
DescendingSortingIcon,
|
|
691
831
|
DesktopArrowDownIcon,
|
|
692
832
|
DotsIcon,
|
|
@@ -696,7 +836,10 @@ export const Icons = {
|
|
|
696
836
|
EarthIcon,
|
|
697
837
|
EnvelopeIcon,
|
|
698
838
|
EnvelopeOpenIcon,
|
|
839
|
+
EraserIcon,
|
|
840
|
+
EthereumIcon,
|
|
699
841
|
EyeClosedIcon,
|
|
842
|
+
EyeDropperIcon,
|
|
700
843
|
EyeIcon,
|
|
701
844
|
EyeOpenIcon,
|
|
702
845
|
EyeSlashIcon,
|
|
@@ -712,6 +855,7 @@ export const Icons = {
|
|
|
712
855
|
FilterIcon,
|
|
713
856
|
FiltersIcon,
|
|
714
857
|
FingerprintIcon,
|
|
858
|
+
Flag3Icon,
|
|
715
859
|
Flag7Icon,
|
|
716
860
|
FlameIcon,
|
|
717
861
|
FolderIcon,
|
|
@@ -732,10 +876,19 @@ export const Icons = {
|
|
|
732
876
|
HalfDottedCirclePlayIcon,
|
|
733
877
|
HandIcon,
|
|
734
878
|
HandshakeIcon,
|
|
879
|
+
Heading1Icon,
|
|
880
|
+
Heading2Icon,
|
|
881
|
+
Heading3Icon,
|
|
882
|
+
Heading4Icon,
|
|
883
|
+
Heading5Icon,
|
|
884
|
+
Heading6Icon,
|
|
885
|
+
Headphones2Icon,
|
|
735
886
|
HeadsetIcon,
|
|
887
|
+
Heart2SlashIcon,
|
|
736
888
|
HeartHandIcon,
|
|
737
889
|
HeartIcon,
|
|
738
890
|
HotDrinkIcon,
|
|
891
|
+
HourglassStartIcon,
|
|
739
892
|
House2Icon,
|
|
740
893
|
House5Icon,
|
|
741
894
|
ImageDepthIcon,
|
|
@@ -765,9 +918,14 @@ export const Icons = {
|
|
|
765
918
|
MagnifierFaceWorriedIcon,
|
|
766
919
|
MagnifierIcon,
|
|
767
920
|
MapIcon,
|
|
921
|
+
MediaNextIcon,
|
|
922
|
+
MediaPauseIcon,
|
|
923
|
+
MediaPlayIcon,
|
|
924
|
+
MediaPreviousIcon,
|
|
768
925
|
MenuArrowRightIcon,
|
|
769
926
|
MenuBarsIcon,
|
|
770
927
|
MenuIcon,
|
|
928
|
+
Microphone3Icon,
|
|
771
929
|
MicrophoneIcon,
|
|
772
930
|
MicrophoneSlashIcon,
|
|
773
931
|
MinusIcon,
|
|
@@ -778,17 +936,24 @@ export const Icons = {
|
|
|
778
936
|
MsgsIcon,
|
|
779
937
|
MsgSmileIcon,
|
|
780
938
|
MsgWritingIcon,
|
|
939
|
+
MusicAlbumIcon,
|
|
781
940
|
MusicIcon,
|
|
941
|
+
MusicNoteIcon,
|
|
782
942
|
MusicNoteSparkleIcon,
|
|
783
943
|
MusicPlaylist2Icon,
|
|
944
|
+
MusicPlusIcon,
|
|
945
|
+
NightShiftIcon,
|
|
784
946
|
NodesIcon,
|
|
947
|
+
NotebookIcon,
|
|
785
948
|
NoteIcon,
|
|
786
949
|
NotificationIcon,
|
|
787
950
|
OfficeIcon,
|
|
951
|
+
OpeningQuotationMarkIcon,
|
|
788
952
|
OrderedListIcon,
|
|
789
953
|
PaintbrushIcon,
|
|
790
954
|
PaperclipIcon,
|
|
791
955
|
PaperPlane2Icon,
|
|
956
|
+
ParagraphCheckIcon,
|
|
792
957
|
Password2Icon,
|
|
793
958
|
Pen2Icon,
|
|
794
959
|
Pen3Icon,
|
|
@@ -798,9 +963,12 @@ export const Icons = {
|
|
|
798
963
|
PenWriting4Icon,
|
|
799
964
|
PenWriting6Icon,
|
|
800
965
|
PhoneIcon,
|
|
966
|
+
PickaxeIcon,
|
|
967
|
+
PilcrowIcon,
|
|
801
968
|
PinIcon,
|
|
802
969
|
PinTackIcon,
|
|
803
970
|
PizzaSlice2Icon,
|
|
971
|
+
PlaylistIcon,
|
|
804
972
|
Plug2Icon,
|
|
805
973
|
PlusIcon,
|
|
806
974
|
PointerIcon,
|
|
@@ -809,7 +977,9 @@ export const Icons = {
|
|
|
809
977
|
ProgressBarIcon,
|
|
810
978
|
PuzzlePieceIcon,
|
|
811
979
|
QrcodeIcon,
|
|
980
|
+
QueueIcon,
|
|
812
981
|
Refresh2Icon,
|
|
982
|
+
ReturnKeyIcon,
|
|
813
983
|
RoadmapIcon,
|
|
814
984
|
RocketIcon,
|
|
815
985
|
Rotation360Icon,
|
|
@@ -823,11 +993,14 @@ export const Icons = {
|
|
|
823
993
|
ShareUpRightIcon,
|
|
824
994
|
ShieldCheckIcon,
|
|
825
995
|
ShopIcon,
|
|
996
|
+
ShuffleIcon,
|
|
826
997
|
SideProfileIcon,
|
|
827
998
|
Signal2Icon,
|
|
999
|
+
SignatureIcon,
|
|
828
1000
|
Sitemap4Icon,
|
|
829
1001
|
SlidersIcon,
|
|
830
1002
|
Sparkle3Icon,
|
|
1003
|
+
SquareCommandIcon,
|
|
831
1004
|
SquareDottedArrowBottomRightIcon,
|
|
832
1005
|
SquareMinusIcon,
|
|
833
1006
|
SquarePlusIcon,
|
|
@@ -838,13 +1011,21 @@ export const Icons = {
|
|
|
838
1011
|
StopwatchIcon,
|
|
839
1012
|
Subscription2Icon,
|
|
840
1013
|
Suitcase3Icon,
|
|
1014
|
+
SunFogIcon,
|
|
841
1015
|
SunIcon,
|
|
1016
|
+
TagCheckIcon,
|
|
842
1017
|
TagIcon,
|
|
843
1018
|
TagsIcon,
|
|
844
1019
|
TargetIcon,
|
|
845
1020
|
Tasks2Icon,
|
|
1021
|
+
TextAIcon,
|
|
1022
|
+
TextAlignCenterIcon,
|
|
1023
|
+
TextAlignLeftIcon,
|
|
1024
|
+
TextAlignRightIcon,
|
|
1025
|
+
TextHighlight2Icon,
|
|
846
1026
|
TextHighlightIcon,
|
|
847
1027
|
TextTool2Icon,
|
|
1028
|
+
TextToolIcon,
|
|
848
1029
|
ThumbsUpIcon,
|
|
849
1030
|
Ticket4Icon,
|
|
850
1031
|
Timer2Icon,
|
|
@@ -861,18 +1042,20 @@ export const Icons = {
|
|
|
861
1042
|
Vault3Icon,
|
|
862
1043
|
VideoIcon,
|
|
863
1044
|
VolumeIcon,
|
|
1045
|
+
VolumeOffIcon,
|
|
864
1046
|
VolumeUpIcon,
|
|
865
1047
|
Wallet2CircuitIcon,
|
|
866
1048
|
Wallet2Icon,
|
|
867
1049
|
WalletCoinIcon,
|
|
868
1050
|
WandSparkleIcon,
|
|
869
1051
|
WatchIcon,
|
|
1052
|
+
WaveformLinesIcon,
|
|
870
1053
|
WindowChartLineIcon,
|
|
871
1054
|
WindowExpandBottomRightIcon,
|
|
872
1055
|
WindowPointerIcon,
|
|
873
1056
|
XmarkIcon,
|
|
874
|
-
|
|
875
|
-
|
|
1057
|
+
// Animated icons
|
|
1058
|
+
BarsAnim2GlyphIcon,
|
|
876
1059
|
BarsAnim3GlyphIcon,
|
|
877
1060
|
BarsAnim3OutlineIcon,
|
|
878
1061
|
BarsAnimGlyphIcon,
|
|
@@ -914,11 +1097,12 @@ export const Icons = {
|
|
|
914
1097
|
SquaresAnim2OutlineIcon,
|
|
915
1098
|
SquaresAnimGlyphIcon,
|
|
916
1099
|
SquaresAnimOutlineIcon,
|
|
917
|
-
} as const;
|
|
918
|
-
|
|
919
|
-
// Create the icons dictionary with kebab-case keys
|
|
920
|
-
export const icons = {
|
|
921
|
-
|
|
1100
|
+
} as const;
|
|
1101
|
+
|
|
1102
|
+
// Create the icons dictionary with kebab-case keys
|
|
1103
|
+
export const icons = {
|
|
1104
|
+
"accessibility": Icons.AccessibilityIcon,
|
|
1105
|
+
"add-magic": Icons.AddMagicIcon,
|
|
922
1106
|
"alarm-clock": Icons.AlarmClockIcon,
|
|
923
1107
|
"align3-bottom": Icons.Align3BottomIcon,
|
|
924
1108
|
"align3-horizontal": Icons.Align3HorizontalIcon,
|
|
@@ -926,51 +1110,59 @@ export const icons = {
|
|
|
926
1110
|
"align3-right": Icons.Align3RightIcon,
|
|
927
1111
|
"align3-top": Icons.Align3TopIcon,
|
|
928
1112
|
"align3-vertical": Icons.Align3VerticalIcon,
|
|
929
|
-
anchor: Icons.AnchorIcon,
|
|
1113
|
+
"anchor": Icons.AnchorIcon,
|
|
1114
|
+
"archive": Icons.ArchiveIcon,
|
|
930
1115
|
"arrow-door-in": Icons.ArrowDoorInIcon,
|
|
931
1116
|
"arrow-door-out3": Icons.ArrowDoorOut3Icon,
|
|
932
1117
|
"arrow-dotted-rotate-anticlockwise": Icons.ArrowDottedRotateAnticlockwiseIcon,
|
|
933
1118
|
"arrows-transaction": Icons.ArrowsTransactionIcon,
|
|
934
1119
|
"arrow-turn-left": Icons.ArrowTurnLeftIcon,
|
|
1120
|
+
"artificial-intelligence": Icons.ArtificialIntelligenceIcon,
|
|
935
1121
|
"aspect-ratio-square2": Icons.AspectRatioSquare2Icon,
|
|
936
1122
|
"at-sign": Icons.AtSignIcon,
|
|
937
1123
|
"award-certificate": Icons.AwardCertificateIcon,
|
|
938
|
-
award: Icons.AwardIcon,
|
|
1124
|
+
"award": Icons.AwardIcon,
|
|
939
1125
|
"bag-shopping": Icons.BagShoppingIcon,
|
|
940
1126
|
"ball-basket": Icons.BallBasketIcon,
|
|
941
1127
|
"ballot-circle": Icons.BallotCircleIcon,
|
|
942
1128
|
"basket-shopping": Icons.BasketShoppingIcon,
|
|
943
1129
|
"battery-high": Icons.BatteryHighIcon,
|
|
944
|
-
battery: Icons.BatteryIcon,
|
|
945
|
-
bell: Icons.BellIcon,
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
1130
|
+
"battery": Icons.BatteryIcon,
|
|
1131
|
+
"bell": Icons.BellIcon,
|
|
1132
|
+
"bell-on": Icons.BellOnIcon,
|
|
1133
|
+
"bell-plus": Icons.BellPlusIcon,
|
|
1134
|
+
"bell-slash": Icons.BellSlashIcon,
|
|
1135
|
+
"bicycle": Icons.BicycleIcon,
|
|
1136
|
+
"bitcoin2": Icons.Bitcoin2Icon,
|
|
1137
|
+
"bitcoin": Icons.BitcoinIcon,
|
|
1138
|
+
"bolt": Icons.BoltIcon,
|
|
949
1139
|
"bolt-lightning": Icons.BoltLightningIcon,
|
|
950
1140
|
"bolt-slash": Icons.BoltSlashIcon,
|
|
951
1141
|
"book-bookmark": Icons.BookBookmarkIcon,
|
|
952
|
-
bookmark: Icons.BookmarkIcon,
|
|
953
|
-
|
|
1142
|
+
"bookmark": Icons.BookmarkIcon,
|
|
1143
|
+
"bookmark-list": Icons.BookmarkListIcon,
|
|
1144
|
+
"bookmarks": Icons.BookmarksIcon,
|
|
954
1145
|
"bookmark-slash": Icons.BookmarkSlashIcon,
|
|
955
1146
|
"book-open": Icons.BookOpenIcon,
|
|
956
1147
|
"box-archive": Icons.BoxArchiveIcon,
|
|
957
|
-
box: Icons.BoxIcon,
|
|
958
|
-
bug: Icons.BugIcon,
|
|
1148
|
+
"box": Icons.BoxIcon,
|
|
1149
|
+
"bug": Icons.BugIcon,
|
|
959
1150
|
"bug-slash": Icons.BugSlashIcon,
|
|
960
|
-
bullhorn: Icons.BullhornIcon,
|
|
1151
|
+
"bullhorn": Icons.BullhornIcon,
|
|
961
1152
|
"calendar-days": Icons.CalendarDaysIcon,
|
|
962
|
-
calendar: Icons.CalendarIcon,
|
|
963
|
-
camera2: Icons.Camera2Icon,
|
|
964
|
-
camera: Icons.CameraIcon,
|
|
1153
|
+
"calendar": Icons.CalendarIcon,
|
|
1154
|
+
"camera2": Icons.Camera2Icon,
|
|
1155
|
+
"camera": Icons.CameraIcon,
|
|
965
1156
|
"cart-shopping": Icons.CartShoppingIcon,
|
|
966
|
-
chair4: Icons.Chair4Icon,
|
|
1157
|
+
"chair4": Icons.Chair4Icon,
|
|
967
1158
|
"chart-bar-trend-up": Icons.ChartBarTrendUpIcon,
|
|
968
|
-
check: Icons.CheckIcon,
|
|
1159
|
+
"check": Icons.CheckIcon,
|
|
969
1160
|
"chevron-down": Icons.ChevronDownIcon,
|
|
970
1161
|
"chevron-expand-y": Icons.ChevronExpandYIcon,
|
|
971
1162
|
"chevron-left": Icons.ChevronLeftIcon,
|
|
972
1163
|
"chevron-right": Icons.ChevronRightIcon,
|
|
973
1164
|
"chevron-up": Icons.ChevronUpIcon,
|
|
1165
|
+
"circle-bitcoin": Icons.CircleBitcoinIcon,
|
|
974
1166
|
"circle-check": Icons.CircleCheckIcon,
|
|
975
1167
|
"circle-chevron-left": Icons.CircleChevronLeftIcon,
|
|
976
1168
|
"circle-compose2": Icons.CircleCompose2Icon,
|
|
@@ -979,206 +1171,257 @@ export const icons = {
|
|
|
979
1171
|
"circle-half-dotted-check": Icons.CircleHalfDottedCheckIcon,
|
|
980
1172
|
"circle-hashtag": Icons.CircleHashtagIcon,
|
|
981
1173
|
"circle-info": Icons.CircleInfoIcon,
|
|
1174
|
+
"circle-pencil": Icons.CirclePencilIcon,
|
|
982
1175
|
"circle-plus": Icons.CirclePlusIcon,
|
|
983
1176
|
"circle-warning": Icons.CircleWarningIcon,
|
|
1177
|
+
"circle-xmark": Icons.CircleXmarkIcon,
|
|
984
1178
|
"clipboard-check": Icons.ClipboardCheckIcon,
|
|
985
|
-
clipboard: Icons.ClipboardIcon,
|
|
1179
|
+
"clipboard": Icons.ClipboardIcon,
|
|
986
1180
|
"clipboard-slash": Icons.ClipboardSlashIcon,
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
1181
|
+
"clock": Icons.ClockIcon,
|
|
1182
|
+
"clone": Icons.CloneIcon,
|
|
1183
|
+
"cloud": Icons.CloudIcon,
|
|
1184
|
+
"cloud-nodes": Icons.CloudNodesIcon,
|
|
1185
|
+
"command": Icons.CommandIcon,
|
|
1186
|
+
"computer": Icons.ComputerIcon,
|
|
1187
|
+
"cookie": Icons.CookieIcon,
|
|
991
1188
|
"credit-card": Icons.CreditCardIcon,
|
|
992
|
-
crosshairs: Icons.CrosshairsIcon,
|
|
1189
|
+
"crosshairs": Icons.CrosshairsIcon,
|
|
993
1190
|
"crosshairs-slash": Icons.CrosshairsSlashIcon,
|
|
994
|
-
cryptography: Icons.CryptographyIcon,
|
|
1191
|
+
"cryptography": Icons.CryptographyIcon,
|
|
1192
|
+
"cubes2": Icons.Cubes2Icon,
|
|
995
1193
|
"dark-light": Icons.DarkLightIcon,
|
|
1194
|
+
"dark-mode": Icons.DarkModeIcon,
|
|
1195
|
+
"decentralize": Icons.DecentralizeIcon,
|
|
1196
|
+
"delete-left": Icons.DeleteLeftIcon,
|
|
996
1197
|
"descending-sorting": Icons.DescendingSortingIcon,
|
|
997
1198
|
"desktop-arrow-down": Icons.DesktopArrowDownIcon,
|
|
998
|
-
dots: Icons.DotsIcon,
|
|
1199
|
+
"dots": Icons.DotsIcon,
|
|
999
1200
|
"dots-vertical": Icons.DotsVerticalIcon,
|
|
1000
|
-
download: Icons.DownloadIcon,
|
|
1201
|
+
"download": Icons.DownloadIcon,
|
|
1001
1202
|
"draw-compass": Icons.DrawCompassIcon,
|
|
1002
|
-
earth: Icons.EarthIcon,
|
|
1003
|
-
envelope: Icons.EnvelopeIcon,
|
|
1203
|
+
"earth": Icons.EarthIcon,
|
|
1204
|
+
"envelope": Icons.EnvelopeIcon,
|
|
1004
1205
|
"envelope-open": Icons.EnvelopeOpenIcon,
|
|
1206
|
+
"eraser": Icons.EraserIcon,
|
|
1207
|
+
"ethereum": Icons.EthereumIcon,
|
|
1005
1208
|
"eye-closed": Icons.EyeClosedIcon,
|
|
1006
|
-
eye: Icons.
|
|
1209
|
+
"eye-dropper": Icons.EyeDropperIcon,
|
|
1210
|
+
"eye": Icons.EyeIcon,
|
|
1007
1211
|
"eye-open": Icons.EyeOpenIcon,
|
|
1008
1212
|
"eye-slash": Icons.EyeSlashIcon,
|
|
1009
1213
|
"face-plus": Icons.FacePlusIcon,
|
|
1010
1214
|
"face-smile2": Icons.FaceSmile2Icon,
|
|
1011
1215
|
"facial-recognition": Icons.FacialRecognitionIcon,
|
|
1012
|
-
feather: Icons.FeatherIcon,
|
|
1216
|
+
"feather": Icons.FeatherIcon,
|
|
1013
1217
|
"file-content": Icons.FileContentIcon,
|
|
1014
|
-
file: Icons.FileIcon,
|
|
1218
|
+
"file": Icons.FileIcon,
|
|
1015
1219
|
"file-key": Icons.FileKeyIcon,
|
|
1016
|
-
files2: Icons.Files2Icon,
|
|
1017
|
-
film: Icons.FilmIcon,
|
|
1018
|
-
filter: Icons.FilterIcon,
|
|
1019
|
-
filters: Icons.FiltersIcon,
|
|
1020
|
-
fingerprint: Icons.FingerprintIcon,
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1220
|
+
"files2": Icons.Files2Icon,
|
|
1221
|
+
"film": Icons.FilmIcon,
|
|
1222
|
+
"filter": Icons.FilterIcon,
|
|
1223
|
+
"filters": Icons.FiltersIcon,
|
|
1224
|
+
"fingerprint": Icons.FingerprintIcon,
|
|
1225
|
+
"flag3": Icons.Flag3Icon,
|
|
1226
|
+
"flag7": Icons.Flag7Icon,
|
|
1227
|
+
"flame": Icons.FlameIcon,
|
|
1228
|
+
"folder": Icons.FolderIcon,
|
|
1024
1229
|
"folder-open": Icons.FolderOpenIcon,
|
|
1025
|
-
forklift: Icons.ForkliftIcon,
|
|
1230
|
+
"forklift": Icons.ForkliftIcon,
|
|
1026
1231
|
"gamepad-buttons": Icons.GamepadButtonsIcon,
|
|
1027
|
-
gamepad: Icons.GamepadIcon,
|
|
1232
|
+
"gamepad": Icons.GamepadIcon,
|
|
1028
1233
|
"gaming-buttons": Icons.GamingButtonsIcon,
|
|
1029
1234
|
"gas-pump": Icons.GasPumpIcon,
|
|
1030
|
-
gauge3: Icons.Gauge3Icon,
|
|
1031
|
-
gear2: Icons.Gear2Icon,
|
|
1032
|
-
gear3: Icons.Gear3Icon,
|
|
1235
|
+
"gauge3": Icons.Gauge3Icon,
|
|
1236
|
+
"gear2": Icons.Gear2Icon,
|
|
1237
|
+
"gear3": Icons.Gear3Icon,
|
|
1033
1238
|
"gem-sparkle": Icons.GemSparkleIcon,
|
|
1034
|
-
gift: Icons.GiftIcon,
|
|
1239
|
+
"gift": Icons.GiftIcon,
|
|
1035
1240
|
"globe-pointer": Icons.GlobePointerIcon,
|
|
1036
1241
|
"graduation-cap": Icons.GraduationCapIcon,
|
|
1037
1242
|
"grid-circle-plus": Icons.GridCirclePlusIcon,
|
|
1038
1243
|
"half-dotted-circle-play": Icons.HalfDottedCirclePlayIcon,
|
|
1039
|
-
hand: Icons.HandIcon,
|
|
1040
|
-
handshake: Icons.HandshakeIcon,
|
|
1041
|
-
|
|
1244
|
+
"hand": Icons.HandIcon,
|
|
1245
|
+
"handshake": Icons.HandshakeIcon,
|
|
1246
|
+
"heading1": Icons.Heading1Icon,
|
|
1247
|
+
"heading2": Icons.Heading2Icon,
|
|
1248
|
+
"heading3": Icons.Heading3Icon,
|
|
1249
|
+
"heading4": Icons.Heading4Icon,
|
|
1250
|
+
"heading5": Icons.Heading5Icon,
|
|
1251
|
+
"heading6": Icons.Heading6Icon,
|
|
1252
|
+
"headphones2": Icons.Headphones2Icon,
|
|
1253
|
+
"headset": Icons.HeadsetIcon,
|
|
1254
|
+
"heart2-slash": Icons.Heart2SlashIcon,
|
|
1042
1255
|
"heart-hand": Icons.HeartHandIcon,
|
|
1043
|
-
heart: Icons.HeartIcon,
|
|
1256
|
+
"heart": Icons.HeartIcon,
|
|
1044
1257
|
"hot-drink": Icons.HotDrinkIcon,
|
|
1045
|
-
|
|
1046
|
-
|
|
1258
|
+
"hourglass-start": Icons.HourglassStartIcon,
|
|
1259
|
+
"house2": Icons.House2Icon,
|
|
1260
|
+
"house5": Icons.House5Icon,
|
|
1047
1261
|
"image-depth": Icons.ImageDepthIcon,
|
|
1048
|
-
image: Icons.ImageIcon,
|
|
1262
|
+
"image": Icons.ImageIcon,
|
|
1049
1263
|
"image-mountain": Icons.ImageMountainIcon,
|
|
1050
|
-
images2: Icons.Images2Icon,
|
|
1264
|
+
"images2": Icons.Images2Icon,
|
|
1051
1265
|
"image-sparkle": Icons.ImageSparkleIcon,
|
|
1052
1266
|
"inbox-arrow-down": Icons.InboxArrowDownIcon,
|
|
1053
|
-
industry: Icons.IndustryIcon,
|
|
1267
|
+
"industry": Icons.IndustryIcon,
|
|
1054
1268
|
"input-password-edit": Icons.InputPasswordEditIcon,
|
|
1055
|
-
keyboard: Icons.KeyboardIcon,
|
|
1269
|
+
"keyboard": Icons.KeyboardIcon,
|
|
1056
1270
|
"key-nodes": Icons.KeyNodesIcon,
|
|
1057
|
-
language: Icons.LanguageIcon,
|
|
1058
|
-
laptop: Icons.LaptopIcon,
|
|
1271
|
+
"language": Icons.LanguageIcon,
|
|
1272
|
+
"laptop": Icons.LaptopIcon,
|
|
1059
1273
|
"laptop-mobile": Icons.LaptopMobileIcon,
|
|
1060
|
-
layers3: Icons.Layers3Icon,
|
|
1061
|
-
leaf: Icons.LeafIcon,
|
|
1274
|
+
"layers3": Icons.Layers3Icon,
|
|
1275
|
+
"leaf": Icons.LeafIcon,
|
|
1062
1276
|
"life-ring": Icons.LifeRingIcon,
|
|
1063
|
-
lightbulb3: Icons.Lightbulb3Icon,
|
|
1064
|
-
link: Icons.LinkIcon,
|
|
1065
|
-
loader: Icons.LoaderIcon,
|
|
1066
|
-
location2: Icons.Location2Icon,
|
|
1067
|
-
lock: Icons.LockIcon,
|
|
1277
|
+
"lightbulb3": Icons.Lightbulb3Icon,
|
|
1278
|
+
"link": Icons.LinkIcon,
|
|
1279
|
+
"loader": Icons.LoaderIcon,
|
|
1280
|
+
"location2": Icons.Location2Icon,
|
|
1281
|
+
"lock": Icons.LockIcon,
|
|
1068
1282
|
"lock-open2": Icons.LockOpen2Icon,
|
|
1069
1283
|
"lock-open": Icons.LockOpenIcon,
|
|
1070
1284
|
"magic-wand": Icons.MagicWandIcon,
|
|
1071
1285
|
"magnifier-face-worried": Icons.MagnifierFaceWorriedIcon,
|
|
1072
|
-
magnifier: Icons.MagnifierIcon,
|
|
1073
|
-
map: Icons.MapIcon,
|
|
1286
|
+
"magnifier": Icons.MagnifierIcon,
|
|
1287
|
+
"map": Icons.MapIcon,
|
|
1288
|
+
"media-next": Icons.MediaNextIcon,
|
|
1289
|
+
"media-pause": Icons.MediaPauseIcon,
|
|
1290
|
+
"media-play": Icons.MediaPlayIcon,
|
|
1291
|
+
"media-previous": Icons.MediaPreviousIcon,
|
|
1074
1292
|
"menu-arrow-right": Icons.MenuArrowRightIcon,
|
|
1075
1293
|
"menu-bars": Icons.MenuBarsIcon,
|
|
1076
|
-
menu: Icons.MenuIcon,
|
|
1077
|
-
|
|
1294
|
+
"menu": Icons.MenuIcon,
|
|
1295
|
+
"microphone3": Icons.Microphone3Icon,
|
|
1296
|
+
"microphone": Icons.MicrophoneIcon,
|
|
1078
1297
|
"microphone-slash": Icons.MicrophoneSlashIcon,
|
|
1079
|
-
minus: Icons.MinusIcon,
|
|
1080
|
-
mobile: Icons.MobileIcon,
|
|
1298
|
+
"minus": Icons.MinusIcon,
|
|
1299
|
+
"mobile": Icons.MobileIcon,
|
|
1081
1300
|
"money-bill-coin": Icons.MoneyBillCoinIcon,
|
|
1082
|
-
moon: Icons.MoonIcon,
|
|
1301
|
+
"moon": Icons.MoonIcon,
|
|
1083
1302
|
"msg-bubble-user": Icons.MsgBubbleUserIcon,
|
|
1084
|
-
msgs: Icons.MsgsIcon,
|
|
1303
|
+
"msgs": Icons.MsgsIcon,
|
|
1085
1304
|
"msg-smile": Icons.MsgSmileIcon,
|
|
1086
1305
|
"msg-writing": Icons.MsgWritingIcon,
|
|
1087
|
-
music: Icons.
|
|
1306
|
+
"music-album": Icons.MusicAlbumIcon,
|
|
1307
|
+
"music": Icons.MusicIcon,
|
|
1308
|
+
"music-note": Icons.MusicNoteIcon,
|
|
1088
1309
|
"music-note-sparkle": Icons.MusicNoteSparkleIcon,
|
|
1089
1310
|
"music-playlist2": Icons.MusicPlaylist2Icon,
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1311
|
+
"music-plus": Icons.MusicPlusIcon,
|
|
1312
|
+
"night-shift": Icons.NightShiftIcon,
|
|
1313
|
+
"nodes": Icons.NodesIcon,
|
|
1314
|
+
"notebook": Icons.NotebookIcon,
|
|
1315
|
+
"note": Icons.NoteIcon,
|
|
1316
|
+
"notification": Icons.NotificationIcon,
|
|
1317
|
+
"office": Icons.OfficeIcon,
|
|
1318
|
+
"opening-quotation-mark": Icons.OpeningQuotationMarkIcon,
|
|
1094
1319
|
"ordered-list": Icons.OrderedListIcon,
|
|
1095
|
-
paintbrush: Icons.PaintbrushIcon,
|
|
1096
|
-
paperclip: Icons.PaperclipIcon,
|
|
1320
|
+
"paintbrush": Icons.PaintbrushIcon,
|
|
1321
|
+
"paperclip": Icons.PaperclipIcon,
|
|
1097
1322
|
"paper-plane2": Icons.PaperPlane2Icon,
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1323
|
+
"paragraph-check": Icons.ParagraphCheckIcon,
|
|
1324
|
+
"password2": Icons.Password2Icon,
|
|
1325
|
+
"pen2": Icons.Pen2Icon,
|
|
1326
|
+
"pen3": Icons.Pen3Icon,
|
|
1101
1327
|
"pen-nib3": Icons.PenNib3Icon,
|
|
1102
1328
|
"pen-plus": Icons.PenPlusIcon,
|
|
1103
1329
|
"pen-sparkle": Icons.PenSparkleIcon,
|
|
1104
1330
|
"pen-writing4": Icons.PenWriting4Icon,
|
|
1105
1331
|
"pen-writing6": Icons.PenWriting6Icon,
|
|
1106
|
-
phone: Icons.PhoneIcon,
|
|
1107
|
-
|
|
1332
|
+
"phone": Icons.PhoneIcon,
|
|
1333
|
+
"pickaxe": Icons.PickaxeIcon,
|
|
1334
|
+
"pilcrow": Icons.PilcrowIcon,
|
|
1335
|
+
"pin": Icons.PinIcon,
|
|
1108
1336
|
"pin-tack": Icons.PinTackIcon,
|
|
1109
1337
|
"pizza-slice2": Icons.PizzaSlice2Icon,
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1338
|
+
"playlist": Icons.PlaylistIcon,
|
|
1339
|
+
"plug2": Icons.Plug2Icon,
|
|
1340
|
+
"plus": Icons.PlusIcon,
|
|
1341
|
+
"pointer": Icons.PointerIcon,
|
|
1113
1342
|
"presentation-screen": Icons.PresentationScreenIcon,
|
|
1114
|
-
print: Icons.PrintIcon,
|
|
1343
|
+
"print": Icons.PrintIcon,
|
|
1115
1344
|
"progress-bar": Icons.ProgressBarIcon,
|
|
1116
1345
|
"puzzle-piece": Icons.PuzzlePieceIcon,
|
|
1117
|
-
qrcode: Icons.QrcodeIcon,
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1346
|
+
"qrcode": Icons.QrcodeIcon,
|
|
1347
|
+
"queue": Icons.QueueIcon,
|
|
1348
|
+
"refresh2": Icons.Refresh2Icon,
|
|
1349
|
+
"return-key": Icons.ReturnKeyIcon,
|
|
1350
|
+
"roadmap": Icons.RoadmapIcon,
|
|
1351
|
+
"rocket": Icons.RocketIcon,
|
|
1352
|
+
"rotation360": Icons.Rotation360Icon,
|
|
1122
1353
|
"ruler-pen": Icons.RulerPenIcon,
|
|
1123
|
-
satellite: Icons.SatelliteIcon,
|
|
1124
|
-
scale: Icons.ScaleIcon,
|
|
1354
|
+
"satellite": Icons.SatelliteIcon,
|
|
1355
|
+
"scale": Icons.ScaleIcon,
|
|
1125
1356
|
"scissors-coupon2": Icons.ScissorsCoupon2Icon,
|
|
1126
|
-
scissors: Icons.ScissorsIcon,
|
|
1127
|
-
scribble: Icons.ScribbleIcon,
|
|
1128
|
-
shapes: Icons.ShapesIcon,
|
|
1357
|
+
"scissors": Icons.ScissorsIcon,
|
|
1358
|
+
"scribble": Icons.ScribbleIcon,
|
|
1359
|
+
"shapes": Icons.ShapesIcon,
|
|
1129
1360
|
"share-up-right": Icons.ShareUpRightIcon,
|
|
1130
1361
|
"shield-check": Icons.ShieldCheckIcon,
|
|
1131
|
-
shop: Icons.ShopIcon,
|
|
1362
|
+
"shop": Icons.ShopIcon,
|
|
1363
|
+
"shuffle": Icons.ShuffleIcon,
|
|
1132
1364
|
"side-profile": Icons.SideProfileIcon,
|
|
1133
|
-
signal2: Icons.Signal2Icon,
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1365
|
+
"signal2": Icons.Signal2Icon,
|
|
1366
|
+
"signature": Icons.SignatureIcon,
|
|
1367
|
+
"sitemap4": Icons.Sitemap4Icon,
|
|
1368
|
+
"sliders": Icons.SlidersIcon,
|
|
1369
|
+
"sparkle3": Icons.Sparkle3Icon,
|
|
1370
|
+
"square-command": Icons.SquareCommandIcon,
|
|
1137
1371
|
"square-dotted-arrow-bottom-right": Icons.SquareDottedArrowBottomRightIcon,
|
|
1138
1372
|
"square-minus": Icons.SquareMinusIcon,
|
|
1139
1373
|
"square-plus": Icons.SquarePlusIcon,
|
|
1140
1374
|
"stack-perspective": Icons.StackPerspectiveIcon,
|
|
1141
|
-
star: Icons.StarIcon,
|
|
1375
|
+
"star": Icons.StarIcon,
|
|
1142
1376
|
"star-sparkle": Icons.StarSparkleIcon,
|
|
1143
1377
|
"sticker-smile": Icons.StickerSmileIcon,
|
|
1144
|
-
stopwatch: Icons.StopwatchIcon,
|
|
1145
|
-
subscription2: Icons.Subscription2Icon,
|
|
1146
|
-
suitcase3: Icons.Suitcase3Icon,
|
|
1147
|
-
sun: Icons.
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1378
|
+
"stopwatch": Icons.StopwatchIcon,
|
|
1379
|
+
"subscription2": Icons.Subscription2Icon,
|
|
1380
|
+
"suitcase3": Icons.Suitcase3Icon,
|
|
1381
|
+
"sun-fog": Icons.SunFogIcon,
|
|
1382
|
+
"sun": Icons.SunIcon,
|
|
1383
|
+
"tag-check": Icons.TagCheckIcon,
|
|
1384
|
+
"tag": Icons.TagIcon,
|
|
1385
|
+
"tags": Icons.TagsIcon,
|
|
1386
|
+
"target": Icons.TargetIcon,
|
|
1387
|
+
"tasks2": Icons.Tasks2Icon,
|
|
1388
|
+
"text-a": Icons.TextAIcon,
|
|
1389
|
+
"text-align-center": Icons.TextAlignCenterIcon,
|
|
1390
|
+
"text-align-left": Icons.TextAlignLeftIcon,
|
|
1391
|
+
"text-align-right": Icons.TextAlignRightIcon,
|
|
1392
|
+
"text-highlight2": Icons.TextHighlight2Icon,
|
|
1152
1393
|
"text-highlight": Icons.TextHighlightIcon,
|
|
1153
1394
|
"text-tool2": Icons.TextTool2Icon,
|
|
1395
|
+
"text-tool": Icons.TextToolIcon,
|
|
1154
1396
|
"thumbs-up": Icons.ThumbsUpIcon,
|
|
1155
|
-
ticket4: Icons.Ticket4Icon,
|
|
1156
|
-
timer2: Icons.Timer2Icon,
|
|
1157
|
-
toggle3: Icons.Toggle3Icon,
|
|
1158
|
-
trash: Icons.TrashIcon,
|
|
1397
|
+
"ticket4": Icons.Ticket4Icon,
|
|
1398
|
+
"timer2": Icons.Timer2Icon,
|
|
1399
|
+
"toggle3": Icons.Toggle3Icon,
|
|
1400
|
+
"trash": Icons.TrashIcon,
|
|
1159
1401
|
"triangle-warning": Icons.TriangleWarningIcon,
|
|
1160
|
-
ufo: Icons.UfoIcon,
|
|
1402
|
+
"ufo": Icons.UfoIcon,
|
|
1161
1403
|
"unordered-list": Icons.UnorderedListIcon,
|
|
1162
|
-
upload: Icons.UploadIcon,
|
|
1163
|
-
user: Icons.UserIcon,
|
|
1404
|
+
"upload": Icons.UploadIcon,
|
|
1405
|
+
"user": Icons.UserIcon,
|
|
1164
1406
|
"user-laptop": Icons.UserLaptopIcon,
|
|
1165
1407
|
"user-search": Icons.UserSearchIcon,
|
|
1166
|
-
users: Icons.UsersIcon,
|
|
1167
|
-
vault3: Icons.Vault3Icon,
|
|
1168
|
-
video: Icons.VideoIcon,
|
|
1169
|
-
volume: Icons.VolumeIcon,
|
|
1408
|
+
"users": Icons.UsersIcon,
|
|
1409
|
+
"vault3": Icons.Vault3Icon,
|
|
1410
|
+
"video": Icons.VideoIcon,
|
|
1411
|
+
"volume": Icons.VolumeIcon,
|
|
1412
|
+
"volume-off": Icons.VolumeOffIcon,
|
|
1170
1413
|
"volume-up": Icons.VolumeUpIcon,
|
|
1171
1414
|
"wallet2-circuit": Icons.Wallet2CircuitIcon,
|
|
1172
|
-
wallet2: Icons.Wallet2Icon,
|
|
1415
|
+
"wallet2": Icons.Wallet2Icon,
|
|
1173
1416
|
"wallet-coin": Icons.WalletCoinIcon,
|
|
1174
1417
|
"wand-sparkle": Icons.WandSparkleIcon,
|
|
1175
|
-
watch: Icons.WatchIcon,
|
|
1418
|
+
"watch": Icons.WatchIcon,
|
|
1419
|
+
"waveform-lines": Icons.WaveformLinesIcon,
|
|
1176
1420
|
"window-chart-line": Icons.WindowChartLineIcon,
|
|
1177
1421
|
"window-expand-bottom-right": Icons.WindowExpandBottomRightIcon,
|
|
1178
1422
|
"window-pointer": Icons.WindowPointerIcon,
|
|
1179
|
-
xmark: Icons.XmarkIcon,
|
|
1180
|
-
|
|
1181
|
-
/*
|
|
1423
|
+
"xmark": Icons.XmarkIcon,
|
|
1424
|
+
// Animated icons
|
|
1182
1425
|
"bars-anim2-glyph": Icons.BarsAnim2GlyphIcon,
|
|
1183
1426
|
"bars-anim3-glyph": Icons.BarsAnim3GlyphIcon,
|
|
1184
1427
|
"bars-anim3-outline": Icons.BarsAnim3OutlineIcon,
|
|
@@ -1221,9 +1464,8 @@ export const icons = {
|
|
|
1221
1464
|
"squares-anim2-outline": Icons.SquaresAnim2OutlineIcon,
|
|
1222
1465
|
"squares-anim-glyph": Icons.SquaresAnimGlyphIcon,
|
|
1223
1466
|
"squares-anim-outline": Icons.SquaresAnimOutlineIcon,
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
export default Icons;
|
|
1467
|
+
} as const;
|
|
1468
|
+
|
|
1469
|
+
export type IconKey = keyof typeof icons;
|
|
1470
|
+
|
|
1471
|
+
export default Icons;
|