@umbra.ui/icons 0.4.0 → 0.5.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/ArrowBackToUpLeftIcon.vue +34 -0
- package/dist/icons/ArrowDotRotateClockwiseIcon.vue +35 -0
- package/dist/icons/BellDotIcon.vue +35 -0
- package/dist/icons/CalendarGridIcon.vue +39 -0
- package/dist/icons/CalendarPlanningIcon.vue +39 -0
- package/dist/icons/CircleArrowDownIcon.vue +35 -0
- package/dist/icons/CircleArrowLeftIcon.vue +35 -0
- package/dist/icons/CircleArrowRightIcon.vue +35 -0
- package/dist/icons/CircleArrowUpIcon.vue +35 -0
- package/dist/icons/CircleBarsFilterIcon.vue +36 -0
- package/dist/icons/CircleDollarInIcon.vue +36 -0
- package/dist/icons/CircleDollarOutIcon.vue +36 -0
- package/dist/icons/CoinStackIcon.vue +37 -0
- package/dist/icons/CreditCardPenIcon.vue +37 -0
- package/dist/icons/Crosshairs2Icon.vue +37 -0
- package/dist/icons/CurrencyDollarIcon.vue +34 -0
- package/dist/icons/CurrencyExchangeIcon.vue +36 -0
- package/dist/icons/EclipseIcon.vue +34 -0
- package/dist/icons/FileLockIcon.vue +39 -0
- package/dist/icons/FileMusicIcon.vue +39 -0
- package/dist/icons/GhostWorriedIcon.vue +36 -0
- package/dist/icons/Headphones3Icon.vue +36 -0
- package/dist/icons/InstallIcon.vue +37 -0
- package/dist/icons/Itinerary3Icon.vue +36 -0
- package/dist/icons/Keyboard2Icon.vue +41 -0
- package/dist/icons/Keyboard4HideDownIcon.vue +39 -0
- package/dist/icons/MediaPlaylistIcon.vue +36 -0
- package/dist/icons/Menu2Icon.vue +33 -0
- package/dist/icons/Menu3Icon.vue +34 -0
- package/dist/icons/MenuArrowLeftIcon.vue +35 -0
- package/dist/icons/MoonFullIcon.vue +36 -0
- package/dist/icons/MoonStarsIcon.vue +35 -0
- package/dist/icons/Newspaper2Icon.vue +36 -0
- package/dist/icons/PageIcon.vue +37 -0
- package/dist/icons/PinPlusIcon.vue +35 -0
- package/dist/icons/Playlist4Icon.vue +36 -0
- package/dist/icons/RepeatIcon.vue +34 -0
- package/dist/icons/RepeatOnceIcon.vue +36 -0
- package/dist/icons/RobotIcon.vue +40 -0
- package/dist/icons/SidebarRight4Icon.vue +37 -0
- package/dist/icons/Signal2OffIcon.vue +38 -0
- package/dist/icons/SquareBulletListIcon.vue +39 -0
- package/dist/icons/TagPlusIcon.vue +36 -0
- package/dist/icons/TextASparkleIcon.vue +36 -0
- package/dist/icons/TextSparkleIcon.vue +36 -0
- package/dist/icons/WalletKeyIcon.vue +38 -0
- package/dist/icons/WindowLinkIcon.vue +39 -0
- package/dist/icons/index.d.ts +47 -0
- package/dist/icons/index.d.ts.map +1 -1
- package/dist/icons/index.js +47 -0
- package/dist/icons/index.ts +47 -0
- package/dist/index.d.ts +141 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +188 -0
- package/package.json +2 -1
- package/src/icons/ArrowBackToUpLeftIcon.vue +34 -0
- package/src/icons/ArrowDotRotateClockwiseIcon.vue +35 -0
- package/src/icons/BellDotIcon.vue +35 -0
- package/src/icons/CalendarGridIcon.vue +39 -0
- package/src/icons/CalendarPlanningIcon.vue +39 -0
- package/src/icons/CircleArrowDownIcon.vue +35 -0
- package/src/icons/CircleArrowLeftIcon.vue +35 -0
- package/src/icons/CircleArrowRightIcon.vue +35 -0
- package/src/icons/CircleArrowUpIcon.vue +35 -0
- package/src/icons/CircleBarsFilterIcon.vue +36 -0
- package/src/icons/CircleDollarInIcon.vue +36 -0
- package/src/icons/CircleDollarOutIcon.vue +36 -0
- package/src/icons/CoinStackIcon.vue +37 -0
- package/src/icons/CreditCardPenIcon.vue +37 -0
- package/src/icons/Crosshairs2Icon.vue +37 -0
- package/src/icons/CurrencyDollarIcon.vue +34 -0
- package/src/icons/CurrencyExchangeIcon.vue +36 -0
- package/src/icons/EclipseIcon.vue +34 -0
- package/src/icons/FileLockIcon.vue +39 -0
- package/src/icons/FileMusicIcon.vue +39 -0
- package/src/icons/GhostWorriedIcon.vue +36 -0
- package/src/icons/Headphones3Icon.vue +36 -0
- package/src/icons/InstallIcon.vue +37 -0
- package/src/icons/Itinerary3Icon.vue +36 -0
- package/src/icons/Keyboard2Icon.vue +41 -0
- package/src/icons/Keyboard4HideDownIcon.vue +39 -0
- package/src/icons/MediaPlaylistIcon.vue +36 -0
- package/src/icons/Menu2Icon.vue +33 -0
- package/src/icons/Menu3Icon.vue +34 -0
- package/src/icons/MenuArrowLeftIcon.vue +35 -0
- package/src/icons/MoonFullIcon.vue +36 -0
- package/src/icons/MoonStarsIcon.vue +35 -0
- package/src/icons/Newspaper2Icon.vue +36 -0
- package/src/icons/PageIcon.vue +37 -0
- package/src/icons/PinPlusIcon.vue +35 -0
- package/src/icons/Playlist4Icon.vue +36 -0
- package/src/icons/RepeatIcon.vue +34 -0
- package/src/icons/RepeatOnceIcon.vue +36 -0
- package/src/icons/RobotIcon.vue +40 -0
- package/src/icons/SidebarRight4Icon.vue +37 -0
- package/src/icons/Signal2OffIcon.vue +38 -0
- package/src/icons/SquareBulletListIcon.vue +39 -0
- package/src/icons/TagPlusIcon.vue +36 -0
- package/src/icons/TextASparkleIcon.vue +36 -0
- package/src/icons/TextSparkleIcon.vue +36 -0
- package/src/icons/WalletKeyIcon.vue +38 -0
- package/src/icons/WindowLinkIcon.vue +39 -0
- package/src/icons/index.ts +47 -0
- package/src/index.ts +188 -0
package/src/index.ts
CHANGED
|
@@ -12,8 +12,10 @@ import Align3TopIcon from "./icons/Align3TopIcon.vue";
|
|
|
12
12
|
import Align3VerticalIcon from "./icons/Align3VerticalIcon.vue";
|
|
13
13
|
import AnchorIcon from "./icons/AnchorIcon.vue";
|
|
14
14
|
import ArchiveIcon from "./icons/ArchiveIcon.vue";
|
|
15
|
+
import ArrowBackToUpLeftIcon from "./icons/ArrowBackToUpLeftIcon.vue";
|
|
15
16
|
import ArrowDoorInIcon from "./icons/ArrowDoorInIcon.vue";
|
|
16
17
|
import ArrowDoorOut3Icon from "./icons/ArrowDoorOut3Icon.vue";
|
|
18
|
+
import ArrowDotRotateClockwiseIcon from "./icons/ArrowDotRotateClockwiseIcon.vue";
|
|
17
19
|
import ArrowDottedRotateAnticlockwiseIcon from "./icons/ArrowDottedRotateAnticlockwiseIcon.vue";
|
|
18
20
|
import ArrowsTransactionIcon from "./icons/ArrowsTransactionIcon.vue";
|
|
19
21
|
import ArrowTurnLeftIcon from "./icons/ArrowTurnLeftIcon.vue";
|
|
@@ -28,6 +30,7 @@ import BallotCircleIcon from "./icons/BallotCircleIcon.vue";
|
|
|
28
30
|
import BasketShoppingIcon from "./icons/BasketShoppingIcon.vue";
|
|
29
31
|
import BatteryHighIcon from "./icons/BatteryHighIcon.vue";
|
|
30
32
|
import BatteryIcon from "./icons/BatteryIcon.vue";
|
|
33
|
+
import BellDotIcon from "./icons/BellDotIcon.vue";
|
|
31
34
|
import BellIcon from "./icons/BellIcon.vue";
|
|
32
35
|
import BellOnIcon from "./icons/BellOnIcon.vue";
|
|
33
36
|
import BellPlusIcon from "./icons/BellPlusIcon.vue";
|
|
@@ -50,7 +53,9 @@ import BugIcon from "./icons/BugIcon.vue";
|
|
|
50
53
|
import BugSlashIcon from "./icons/BugSlashIcon.vue";
|
|
51
54
|
import BullhornIcon from "./icons/BullhornIcon.vue";
|
|
52
55
|
import CalendarDaysIcon from "./icons/CalendarDaysIcon.vue";
|
|
56
|
+
import CalendarGridIcon from "./icons/CalendarGridIcon.vue";
|
|
53
57
|
import CalendarIcon from "./icons/CalendarIcon.vue";
|
|
58
|
+
import CalendarPlanningIcon from "./icons/CalendarPlanningIcon.vue";
|
|
54
59
|
import Camera2Icon from "./icons/Camera2Icon.vue";
|
|
55
60
|
import CameraIcon from "./icons/CameraIcon.vue";
|
|
56
61
|
import CartShoppingIcon from "./icons/CartShoppingIcon.vue";
|
|
@@ -62,10 +67,17 @@ import ChevronExpandYIcon from "./icons/ChevronExpandYIcon.vue";
|
|
|
62
67
|
import ChevronLeftIcon from "./icons/ChevronLeftIcon.vue";
|
|
63
68
|
import ChevronRightIcon from "./icons/ChevronRightIcon.vue";
|
|
64
69
|
import ChevronUpIcon from "./icons/ChevronUpIcon.vue";
|
|
70
|
+
import CircleArrowDownIcon from "./icons/CircleArrowDownIcon.vue";
|
|
71
|
+
import CircleArrowLeftIcon from "./icons/CircleArrowLeftIcon.vue";
|
|
72
|
+
import CircleArrowRightIcon from "./icons/CircleArrowRightIcon.vue";
|
|
73
|
+
import CircleArrowUpIcon from "./icons/CircleArrowUpIcon.vue";
|
|
74
|
+
import CircleBarsFilterIcon from "./icons/CircleBarsFilterIcon.vue";
|
|
65
75
|
import CircleBitcoinIcon from "./icons/CircleBitcoinIcon.vue";
|
|
66
76
|
import CircleCheckIcon from "./icons/CircleCheckIcon.vue";
|
|
67
77
|
import CircleChevronLeftIcon from "./icons/CircleChevronLeftIcon.vue";
|
|
68
78
|
import CircleCompose2Icon from "./icons/CircleCompose2Icon.vue";
|
|
79
|
+
import CircleDollarInIcon from "./icons/CircleDollarInIcon.vue";
|
|
80
|
+
import CircleDollarOutIcon from "./icons/CircleDollarOutIcon.vue";
|
|
69
81
|
import CircleDotsIcon from "./icons/CircleDotsIcon.vue";
|
|
70
82
|
import CircleDotsVerticalIcon from "./icons/CircleDotsVerticalIcon.vue";
|
|
71
83
|
import CircleHalfDottedCheckIcon from "./icons/CircleHalfDottedCheckIcon.vue";
|
|
@@ -82,14 +94,19 @@ import ClockIcon from "./icons/ClockIcon.vue";
|
|
|
82
94
|
import CloneIcon from "./icons/CloneIcon.vue";
|
|
83
95
|
import CloudIcon from "./icons/CloudIcon.vue";
|
|
84
96
|
import CloudNodesIcon from "./icons/CloudNodesIcon.vue";
|
|
97
|
+
import CoinStackIcon from "./icons/CoinStackIcon.vue";
|
|
85
98
|
import CommandIcon from "./icons/CommandIcon.vue";
|
|
86
99
|
import ComputerIcon from "./icons/ComputerIcon.vue";
|
|
87
100
|
import CookieIcon from "./icons/CookieIcon.vue";
|
|
88
101
|
import CreditCardIcon from "./icons/CreditCardIcon.vue";
|
|
102
|
+
import CreditCardPenIcon from "./icons/CreditCardPenIcon.vue";
|
|
103
|
+
import Crosshairs2Icon from "./icons/Crosshairs2Icon.vue";
|
|
89
104
|
import CrosshairsIcon from "./icons/CrosshairsIcon.vue";
|
|
90
105
|
import CrosshairsSlashIcon from "./icons/CrosshairsSlashIcon.vue";
|
|
91
106
|
import CryptographyIcon from "./icons/CryptographyIcon.vue";
|
|
92
107
|
import Cubes2Icon from "./icons/Cubes2Icon.vue";
|
|
108
|
+
import CurrencyDollarIcon from "./icons/CurrencyDollarIcon.vue";
|
|
109
|
+
import CurrencyExchangeIcon from "./icons/CurrencyExchangeIcon.vue";
|
|
93
110
|
import DarkLightIcon from "./icons/DarkLightIcon.vue";
|
|
94
111
|
import DarkModeIcon from "./icons/DarkModeIcon.vue";
|
|
95
112
|
import DecentralizeIcon from "./icons/DecentralizeIcon.vue";
|
|
@@ -101,6 +118,7 @@ import DotsVerticalIcon from "./icons/DotsVerticalIcon.vue";
|
|
|
101
118
|
import DownloadIcon from "./icons/DownloadIcon.vue";
|
|
102
119
|
import DrawCompassIcon from "./icons/DrawCompassIcon.vue";
|
|
103
120
|
import EarthIcon from "./icons/EarthIcon.vue";
|
|
121
|
+
import EclipseIcon from "./icons/EclipseIcon.vue";
|
|
104
122
|
import EnvelopeIcon from "./icons/EnvelopeIcon.vue";
|
|
105
123
|
import EnvelopeOpenIcon from "./icons/EnvelopeOpenIcon.vue";
|
|
106
124
|
import EraserIcon from "./icons/EraserIcon.vue";
|
|
@@ -117,6 +135,8 @@ import FeatherIcon from "./icons/FeatherIcon.vue";
|
|
|
117
135
|
import FileContentIcon from "./icons/FileContentIcon.vue";
|
|
118
136
|
import FileIcon from "./icons/FileIcon.vue";
|
|
119
137
|
import FileKeyIcon from "./icons/FileKeyIcon.vue";
|
|
138
|
+
import FileLockIcon from "./icons/FileLockIcon.vue";
|
|
139
|
+
import FileMusicIcon from "./icons/FileMusicIcon.vue";
|
|
120
140
|
import Files2Icon from "./icons/Files2Icon.vue";
|
|
121
141
|
import FilmIcon from "./icons/FilmIcon.vue";
|
|
122
142
|
import FilterIcon from "./icons/FilterIcon.vue";
|
|
@@ -136,6 +156,7 @@ import Gauge3Icon from "./icons/Gauge3Icon.vue";
|
|
|
136
156
|
import Gear2Icon from "./icons/Gear2Icon.vue";
|
|
137
157
|
import Gear3Icon from "./icons/Gear3Icon.vue";
|
|
138
158
|
import GemSparkleIcon from "./icons/GemSparkleIcon.vue";
|
|
159
|
+
import GhostWorriedIcon from "./icons/GhostWorriedIcon.vue";
|
|
139
160
|
import GiftIcon from "./icons/GiftIcon.vue";
|
|
140
161
|
import GlobePointerIcon from "./icons/GlobePointerIcon.vue";
|
|
141
162
|
import GraduationCapIcon from "./icons/GraduationCapIcon.vue";
|
|
@@ -150,6 +171,7 @@ import Heading4Icon from "./icons/Heading4Icon.vue";
|
|
|
150
171
|
import Heading5Icon from "./icons/Heading5Icon.vue";
|
|
151
172
|
import Heading6Icon from "./icons/Heading6Icon.vue";
|
|
152
173
|
import Headphones2Icon from "./icons/Headphones2Icon.vue";
|
|
174
|
+
import Headphones3Icon from "./icons/Headphones3Icon.vue";
|
|
153
175
|
import HeadsetIcon from "./icons/HeadsetIcon.vue";
|
|
154
176
|
import Heart2SlashIcon from "./icons/Heart2SlashIcon.vue";
|
|
155
177
|
import HeartHandIcon from "./icons/HeartHandIcon.vue";
|
|
@@ -166,6 +188,10 @@ import ImageSparkleIcon from "./icons/ImageSparkleIcon.vue";
|
|
|
166
188
|
import InboxArrowDownIcon from "./icons/InboxArrowDownIcon.vue";
|
|
167
189
|
import IndustryIcon from "./icons/IndustryIcon.vue";
|
|
168
190
|
import InputPasswordEditIcon from "./icons/InputPasswordEditIcon.vue";
|
|
191
|
+
import InstallIcon from "./icons/InstallIcon.vue";
|
|
192
|
+
import Itinerary3Icon from "./icons/Itinerary3Icon.vue";
|
|
193
|
+
import Keyboard2Icon from "./icons/Keyboard2Icon.vue";
|
|
194
|
+
import Keyboard4HideDownIcon from "./icons/Keyboard4HideDownIcon.vue";
|
|
169
195
|
import KeyboardIcon from "./icons/KeyboardIcon.vue";
|
|
170
196
|
import KeyNodesIcon from "./icons/KeyNodesIcon.vue";
|
|
171
197
|
import LanguageIcon from "./icons/LanguageIcon.vue";
|
|
@@ -188,7 +214,11 @@ import MapIcon from "./icons/MapIcon.vue";
|
|
|
188
214
|
import MediaNextIcon from "./icons/MediaNextIcon.vue";
|
|
189
215
|
import MediaPauseIcon from "./icons/MediaPauseIcon.vue";
|
|
190
216
|
import MediaPlayIcon from "./icons/MediaPlayIcon.vue";
|
|
217
|
+
import MediaPlaylistIcon from "./icons/MediaPlaylistIcon.vue";
|
|
191
218
|
import MediaPreviousIcon from "./icons/MediaPreviousIcon.vue";
|
|
219
|
+
import Menu2Icon from "./icons/Menu2Icon.vue";
|
|
220
|
+
import Menu3Icon from "./icons/Menu3Icon.vue";
|
|
221
|
+
import MenuArrowLeftIcon from "./icons/MenuArrowLeftIcon.vue";
|
|
192
222
|
import MenuArrowRightIcon from "./icons/MenuArrowRightIcon.vue";
|
|
193
223
|
import MenuBarsIcon from "./icons/MenuBarsIcon.vue";
|
|
194
224
|
import MenuIcon from "./icons/MenuIcon.vue";
|
|
@@ -198,7 +228,9 @@ import MicrophoneSlashIcon from "./icons/MicrophoneSlashIcon.vue";
|
|
|
198
228
|
import MinusIcon from "./icons/MinusIcon.vue";
|
|
199
229
|
import MobileIcon from "./icons/MobileIcon.vue";
|
|
200
230
|
import MoneyBillCoinIcon from "./icons/MoneyBillCoinIcon.vue";
|
|
231
|
+
import MoonFullIcon from "./icons/MoonFullIcon.vue";
|
|
201
232
|
import MoonIcon from "./icons/MoonIcon.vue";
|
|
233
|
+
import MoonStarsIcon from "./icons/MoonStarsIcon.vue";
|
|
202
234
|
import MsgBubbleUserIcon from "./icons/MsgBubbleUserIcon.vue";
|
|
203
235
|
import MsgsIcon from "./icons/MsgsIcon.vue";
|
|
204
236
|
import MsgSmileIcon from "./icons/MsgSmileIcon.vue";
|
|
@@ -209,6 +241,7 @@ import MusicNoteIcon from "./icons/MusicNoteIcon.vue";
|
|
|
209
241
|
import MusicNoteSparkleIcon from "./icons/MusicNoteSparkleIcon.vue";
|
|
210
242
|
import MusicPlaylist2Icon from "./icons/MusicPlaylist2Icon.vue";
|
|
211
243
|
import MusicPlusIcon from "./icons/MusicPlusIcon.vue";
|
|
244
|
+
import Newspaper2Icon from "./icons/Newspaper2Icon.vue";
|
|
212
245
|
import NightShiftIcon from "./icons/NightShiftIcon.vue";
|
|
213
246
|
import NodesIcon from "./icons/NodesIcon.vue";
|
|
214
247
|
import NotebookIcon from "./icons/NotebookIcon.vue";
|
|
@@ -217,6 +250,7 @@ import NotificationIcon from "./icons/NotificationIcon.vue";
|
|
|
217
250
|
import OfficeIcon from "./icons/OfficeIcon.vue";
|
|
218
251
|
import OpeningQuotationMarkIcon from "./icons/OpeningQuotationMarkIcon.vue";
|
|
219
252
|
import OrderedListIcon from "./icons/OrderedListIcon.vue";
|
|
253
|
+
import PageIcon from "./icons/PageIcon.vue";
|
|
220
254
|
import PaintbrushIcon from "./icons/PaintbrushIcon.vue";
|
|
221
255
|
import PaperclipIcon from "./icons/PaperclipIcon.vue";
|
|
222
256
|
import PaperPlane2Icon from "./icons/PaperPlane2Icon.vue";
|
|
@@ -233,8 +267,10 @@ import PhoneIcon from "./icons/PhoneIcon.vue";
|
|
|
233
267
|
import PickaxeIcon from "./icons/PickaxeIcon.vue";
|
|
234
268
|
import PilcrowIcon from "./icons/PilcrowIcon.vue";
|
|
235
269
|
import PinIcon from "./icons/PinIcon.vue";
|
|
270
|
+
import PinPlusIcon from "./icons/PinPlusIcon.vue";
|
|
236
271
|
import PinTackIcon from "./icons/PinTackIcon.vue";
|
|
237
272
|
import PizzaSlice2Icon from "./icons/PizzaSlice2Icon.vue";
|
|
273
|
+
import Playlist4Icon from "./icons/Playlist4Icon.vue";
|
|
238
274
|
import PlaylistIcon from "./icons/PlaylistIcon.vue";
|
|
239
275
|
import Plug2Icon from "./icons/Plug2Icon.vue";
|
|
240
276
|
import PlusIcon from "./icons/PlusIcon.vue";
|
|
@@ -246,8 +282,11 @@ import PuzzlePieceIcon from "./icons/PuzzlePieceIcon.vue";
|
|
|
246
282
|
import QrcodeIcon from "./icons/QrcodeIcon.vue";
|
|
247
283
|
import QueueIcon from "./icons/QueueIcon.vue";
|
|
248
284
|
import Refresh2Icon from "./icons/Refresh2Icon.vue";
|
|
285
|
+
import RepeatIcon from "./icons/RepeatIcon.vue";
|
|
286
|
+
import RepeatOnceIcon from "./icons/RepeatOnceIcon.vue";
|
|
249
287
|
import ReturnKeyIcon from "./icons/ReturnKeyIcon.vue";
|
|
250
288
|
import RoadmapIcon from "./icons/RoadmapIcon.vue";
|
|
289
|
+
import RobotIcon from "./icons/RobotIcon.vue";
|
|
251
290
|
import RocketIcon from "./icons/RocketIcon.vue";
|
|
252
291
|
import Rotation360Icon from "./icons/Rotation360Icon.vue";
|
|
253
292
|
import RulerPenIcon from "./icons/RulerPenIcon.vue";
|
|
@@ -261,12 +300,15 @@ import ShareUpRightIcon from "./icons/ShareUpRightIcon.vue";
|
|
|
261
300
|
import ShieldCheckIcon from "./icons/ShieldCheckIcon.vue";
|
|
262
301
|
import ShopIcon from "./icons/ShopIcon.vue";
|
|
263
302
|
import ShuffleIcon from "./icons/ShuffleIcon.vue";
|
|
303
|
+
import SidebarRight4Icon from "./icons/SidebarRight4Icon.vue";
|
|
264
304
|
import SideProfileIcon from "./icons/SideProfileIcon.vue";
|
|
265
305
|
import Signal2Icon from "./icons/Signal2Icon.vue";
|
|
306
|
+
import Signal2OffIcon from "./icons/Signal2OffIcon.vue";
|
|
266
307
|
import SignatureIcon from "./icons/SignatureIcon.vue";
|
|
267
308
|
import Sitemap4Icon from "./icons/Sitemap4Icon.vue";
|
|
268
309
|
import SlidersIcon from "./icons/SlidersIcon.vue";
|
|
269
310
|
import Sparkle3Icon from "./icons/Sparkle3Icon.vue";
|
|
311
|
+
import SquareBulletListIcon from "./icons/SquareBulletListIcon.vue";
|
|
270
312
|
import SquareCommandIcon from "./icons/SquareCommandIcon.vue";
|
|
271
313
|
import SquareDottedArrowBottomRightIcon from "./icons/SquareDottedArrowBottomRightIcon.vue";
|
|
272
314
|
import SquareMinusIcon from "./icons/SquareMinusIcon.vue";
|
|
@@ -282,6 +324,7 @@ import SunFogIcon from "./icons/SunFogIcon.vue";
|
|
|
282
324
|
import SunIcon from "./icons/SunIcon.vue";
|
|
283
325
|
import TagCheckIcon from "./icons/TagCheckIcon.vue";
|
|
284
326
|
import TagIcon from "./icons/TagIcon.vue";
|
|
327
|
+
import TagPlusIcon from "./icons/TagPlusIcon.vue";
|
|
285
328
|
import TagsIcon from "./icons/TagsIcon.vue";
|
|
286
329
|
import TargetIcon from "./icons/TargetIcon.vue";
|
|
287
330
|
import Tasks2Icon from "./icons/Tasks2Icon.vue";
|
|
@@ -289,8 +332,10 @@ import TextAIcon from "./icons/TextAIcon.vue";
|
|
|
289
332
|
import TextAlignCenterIcon from "./icons/TextAlignCenterIcon.vue";
|
|
290
333
|
import TextAlignLeftIcon from "./icons/TextAlignLeftIcon.vue";
|
|
291
334
|
import TextAlignRightIcon from "./icons/TextAlignRightIcon.vue";
|
|
335
|
+
import TextASparkleIcon from "./icons/TextASparkleIcon.vue";
|
|
292
336
|
import TextHighlight2Icon from "./icons/TextHighlight2Icon.vue";
|
|
293
337
|
import TextHighlightIcon from "./icons/TextHighlightIcon.vue";
|
|
338
|
+
import TextSparkleIcon from "./icons/TextSparkleIcon.vue";
|
|
294
339
|
import TextTool2Icon from "./icons/TextTool2Icon.vue";
|
|
295
340
|
import TextToolIcon from "./icons/TextToolIcon.vue";
|
|
296
341
|
import ThumbsUpIcon from "./icons/ThumbsUpIcon.vue";
|
|
@@ -314,11 +359,13 @@ import VolumeUpIcon from "./icons/VolumeUpIcon.vue";
|
|
|
314
359
|
import Wallet2CircuitIcon from "./icons/Wallet2CircuitIcon.vue";
|
|
315
360
|
import Wallet2Icon from "./icons/Wallet2Icon.vue";
|
|
316
361
|
import WalletCoinIcon from "./icons/WalletCoinIcon.vue";
|
|
362
|
+
import WalletKeyIcon from "./icons/WalletKeyIcon.vue";
|
|
317
363
|
import WandSparkleIcon from "./icons/WandSparkleIcon.vue";
|
|
318
364
|
import WatchIcon from "./icons/WatchIcon.vue";
|
|
319
365
|
import WaveformLinesIcon from "./icons/WaveformLinesIcon.vue";
|
|
320
366
|
import WindowChartLineIcon from "./icons/WindowChartLineIcon.vue";
|
|
321
367
|
import WindowExpandBottomRightIcon from "./icons/WindowExpandBottomRightIcon.vue";
|
|
368
|
+
import WindowLinkIcon from "./icons/WindowLinkIcon.vue";
|
|
322
369
|
import WindowPointerIcon from "./icons/WindowPointerIcon.vue";
|
|
323
370
|
import XmarkIcon from "./icons/XmarkIcon.vue";
|
|
324
371
|
|
|
@@ -378,8 +425,10 @@ export { default as Align3TopIcon } from "./icons/Align3TopIcon.vue";
|
|
|
378
425
|
export { default as Align3VerticalIcon } from "./icons/Align3VerticalIcon.vue";
|
|
379
426
|
export { default as AnchorIcon } from "./icons/AnchorIcon.vue";
|
|
380
427
|
export { default as ArchiveIcon } from "./icons/ArchiveIcon.vue";
|
|
428
|
+
export { default as ArrowBackToUpLeftIcon } from "./icons/ArrowBackToUpLeftIcon.vue";
|
|
381
429
|
export { default as ArrowDoorInIcon } from "./icons/ArrowDoorInIcon.vue";
|
|
382
430
|
export { default as ArrowDoorOut3Icon } from "./icons/ArrowDoorOut3Icon.vue";
|
|
431
|
+
export { default as ArrowDotRotateClockwiseIcon } from "./icons/ArrowDotRotateClockwiseIcon.vue";
|
|
383
432
|
export { default as ArrowDottedRotateAnticlockwiseIcon } from "./icons/ArrowDottedRotateAnticlockwiseIcon.vue";
|
|
384
433
|
export { default as ArrowsTransactionIcon } from "./icons/ArrowsTransactionIcon.vue";
|
|
385
434
|
export { default as ArrowTurnLeftIcon } from "./icons/ArrowTurnLeftIcon.vue";
|
|
@@ -394,6 +443,7 @@ export { default as BallotCircleIcon } from "./icons/BallotCircleIcon.vue";
|
|
|
394
443
|
export { default as BasketShoppingIcon } from "./icons/BasketShoppingIcon.vue";
|
|
395
444
|
export { default as BatteryHighIcon } from "./icons/BatteryHighIcon.vue";
|
|
396
445
|
export { default as BatteryIcon } from "./icons/BatteryIcon.vue";
|
|
446
|
+
export { default as BellDotIcon } from "./icons/BellDotIcon.vue";
|
|
397
447
|
export { default as BellIcon } from "./icons/BellIcon.vue";
|
|
398
448
|
export { default as BellOnIcon } from "./icons/BellOnIcon.vue";
|
|
399
449
|
export { default as BellPlusIcon } from "./icons/BellPlusIcon.vue";
|
|
@@ -416,7 +466,9 @@ export { default as BugIcon } from "./icons/BugIcon.vue";
|
|
|
416
466
|
export { default as BugSlashIcon } from "./icons/BugSlashIcon.vue";
|
|
417
467
|
export { default as BullhornIcon } from "./icons/BullhornIcon.vue";
|
|
418
468
|
export { default as CalendarDaysIcon } from "./icons/CalendarDaysIcon.vue";
|
|
469
|
+
export { default as CalendarGridIcon } from "./icons/CalendarGridIcon.vue";
|
|
419
470
|
export { default as CalendarIcon } from "./icons/CalendarIcon.vue";
|
|
471
|
+
export { default as CalendarPlanningIcon } from "./icons/CalendarPlanningIcon.vue";
|
|
420
472
|
export { default as Camera2Icon } from "./icons/Camera2Icon.vue";
|
|
421
473
|
export { default as CameraIcon } from "./icons/CameraIcon.vue";
|
|
422
474
|
export { default as CartShoppingIcon } from "./icons/CartShoppingIcon.vue";
|
|
@@ -428,10 +480,17 @@ export { default as ChevronExpandYIcon } from "./icons/ChevronExpandYIcon.vue";
|
|
|
428
480
|
export { default as ChevronLeftIcon } from "./icons/ChevronLeftIcon.vue";
|
|
429
481
|
export { default as ChevronRightIcon } from "./icons/ChevronRightIcon.vue";
|
|
430
482
|
export { default as ChevronUpIcon } from "./icons/ChevronUpIcon.vue";
|
|
483
|
+
export { default as CircleArrowDownIcon } from "./icons/CircleArrowDownIcon.vue";
|
|
484
|
+
export { default as CircleArrowLeftIcon } from "./icons/CircleArrowLeftIcon.vue";
|
|
485
|
+
export { default as CircleArrowRightIcon } from "./icons/CircleArrowRightIcon.vue";
|
|
486
|
+
export { default as CircleArrowUpIcon } from "./icons/CircleArrowUpIcon.vue";
|
|
487
|
+
export { default as CircleBarsFilterIcon } from "./icons/CircleBarsFilterIcon.vue";
|
|
431
488
|
export { default as CircleBitcoinIcon } from "./icons/CircleBitcoinIcon.vue";
|
|
432
489
|
export { default as CircleCheckIcon } from "./icons/CircleCheckIcon.vue";
|
|
433
490
|
export { default as CircleChevronLeftIcon } from "./icons/CircleChevronLeftIcon.vue";
|
|
434
491
|
export { default as CircleCompose2Icon } from "./icons/CircleCompose2Icon.vue";
|
|
492
|
+
export { default as CircleDollarInIcon } from "./icons/CircleDollarInIcon.vue";
|
|
493
|
+
export { default as CircleDollarOutIcon } from "./icons/CircleDollarOutIcon.vue";
|
|
435
494
|
export { default as CircleDotsIcon } from "./icons/CircleDotsIcon.vue";
|
|
436
495
|
export { default as CircleDotsVerticalIcon } from "./icons/CircleDotsVerticalIcon.vue";
|
|
437
496
|
export { default as CircleHalfDottedCheckIcon } from "./icons/CircleHalfDottedCheckIcon.vue";
|
|
@@ -448,14 +507,19 @@ export { default as ClockIcon } from "./icons/ClockIcon.vue";
|
|
|
448
507
|
export { default as CloneIcon } from "./icons/CloneIcon.vue";
|
|
449
508
|
export { default as CloudIcon } from "./icons/CloudIcon.vue";
|
|
450
509
|
export { default as CloudNodesIcon } from "./icons/CloudNodesIcon.vue";
|
|
510
|
+
export { default as CoinStackIcon } from "./icons/CoinStackIcon.vue";
|
|
451
511
|
export { default as CommandIcon } from "./icons/CommandIcon.vue";
|
|
452
512
|
export { default as ComputerIcon } from "./icons/ComputerIcon.vue";
|
|
453
513
|
export { default as CookieIcon } from "./icons/CookieIcon.vue";
|
|
454
514
|
export { default as CreditCardIcon } from "./icons/CreditCardIcon.vue";
|
|
515
|
+
export { default as CreditCardPenIcon } from "./icons/CreditCardPenIcon.vue";
|
|
516
|
+
export { default as Crosshairs2Icon } from "./icons/Crosshairs2Icon.vue";
|
|
455
517
|
export { default as CrosshairsIcon } from "./icons/CrosshairsIcon.vue";
|
|
456
518
|
export { default as CrosshairsSlashIcon } from "./icons/CrosshairsSlashIcon.vue";
|
|
457
519
|
export { default as CryptographyIcon } from "./icons/CryptographyIcon.vue";
|
|
458
520
|
export { default as Cubes2Icon } from "./icons/Cubes2Icon.vue";
|
|
521
|
+
export { default as CurrencyDollarIcon } from "./icons/CurrencyDollarIcon.vue";
|
|
522
|
+
export { default as CurrencyExchangeIcon } from "./icons/CurrencyExchangeIcon.vue";
|
|
459
523
|
export { default as DarkLightIcon } from "./icons/DarkLightIcon.vue";
|
|
460
524
|
export { default as DarkModeIcon } from "./icons/DarkModeIcon.vue";
|
|
461
525
|
export { default as DecentralizeIcon } from "./icons/DecentralizeIcon.vue";
|
|
@@ -467,6 +531,7 @@ export { default as DotsVerticalIcon } from "./icons/DotsVerticalIcon.vue";
|
|
|
467
531
|
export { default as DownloadIcon } from "./icons/DownloadIcon.vue";
|
|
468
532
|
export { default as DrawCompassIcon } from "./icons/DrawCompassIcon.vue";
|
|
469
533
|
export { default as EarthIcon } from "./icons/EarthIcon.vue";
|
|
534
|
+
export { default as EclipseIcon } from "./icons/EclipseIcon.vue";
|
|
470
535
|
export { default as EnvelopeIcon } from "./icons/EnvelopeIcon.vue";
|
|
471
536
|
export { default as EnvelopeOpenIcon } from "./icons/EnvelopeOpenIcon.vue";
|
|
472
537
|
export { default as EraserIcon } from "./icons/EraserIcon.vue";
|
|
@@ -483,6 +548,8 @@ export { default as FeatherIcon } from "./icons/FeatherIcon.vue";
|
|
|
483
548
|
export { default as FileContentIcon } from "./icons/FileContentIcon.vue";
|
|
484
549
|
export { default as FileIcon } from "./icons/FileIcon.vue";
|
|
485
550
|
export { default as FileKeyIcon } from "./icons/FileKeyIcon.vue";
|
|
551
|
+
export { default as FileLockIcon } from "./icons/FileLockIcon.vue";
|
|
552
|
+
export { default as FileMusicIcon } from "./icons/FileMusicIcon.vue";
|
|
486
553
|
export { default as Files2Icon } from "./icons/Files2Icon.vue";
|
|
487
554
|
export { default as FilmIcon } from "./icons/FilmIcon.vue";
|
|
488
555
|
export { default as FilterIcon } from "./icons/FilterIcon.vue";
|
|
@@ -502,6 +569,7 @@ export { default as Gauge3Icon } from "./icons/Gauge3Icon.vue";
|
|
|
502
569
|
export { default as Gear2Icon } from "./icons/Gear2Icon.vue";
|
|
503
570
|
export { default as Gear3Icon } from "./icons/Gear3Icon.vue";
|
|
504
571
|
export { default as GemSparkleIcon } from "./icons/GemSparkleIcon.vue";
|
|
572
|
+
export { default as GhostWorriedIcon } from "./icons/GhostWorriedIcon.vue";
|
|
505
573
|
export { default as GiftIcon } from "./icons/GiftIcon.vue";
|
|
506
574
|
export { default as GlobePointerIcon } from "./icons/GlobePointerIcon.vue";
|
|
507
575
|
export { default as GraduationCapIcon } from "./icons/GraduationCapIcon.vue";
|
|
@@ -516,6 +584,7 @@ export { default as Heading4Icon } from "./icons/Heading4Icon.vue";
|
|
|
516
584
|
export { default as Heading5Icon } from "./icons/Heading5Icon.vue";
|
|
517
585
|
export { default as Heading6Icon } from "./icons/Heading6Icon.vue";
|
|
518
586
|
export { default as Headphones2Icon } from "./icons/Headphones2Icon.vue";
|
|
587
|
+
export { default as Headphones3Icon } from "./icons/Headphones3Icon.vue";
|
|
519
588
|
export { default as HeadsetIcon } from "./icons/HeadsetIcon.vue";
|
|
520
589
|
export { default as Heart2SlashIcon } from "./icons/Heart2SlashIcon.vue";
|
|
521
590
|
export { default as HeartHandIcon } from "./icons/HeartHandIcon.vue";
|
|
@@ -532,6 +601,10 @@ export { default as ImageSparkleIcon } from "./icons/ImageSparkleIcon.vue";
|
|
|
532
601
|
export { default as InboxArrowDownIcon } from "./icons/InboxArrowDownIcon.vue";
|
|
533
602
|
export { default as IndustryIcon } from "./icons/IndustryIcon.vue";
|
|
534
603
|
export { default as InputPasswordEditIcon } from "./icons/InputPasswordEditIcon.vue";
|
|
604
|
+
export { default as InstallIcon } from "./icons/InstallIcon.vue";
|
|
605
|
+
export { default as Itinerary3Icon } from "./icons/Itinerary3Icon.vue";
|
|
606
|
+
export { default as Keyboard2Icon } from "./icons/Keyboard2Icon.vue";
|
|
607
|
+
export { default as Keyboard4HideDownIcon } from "./icons/Keyboard4HideDownIcon.vue";
|
|
535
608
|
export { default as KeyboardIcon } from "./icons/KeyboardIcon.vue";
|
|
536
609
|
export { default as KeyNodesIcon } from "./icons/KeyNodesIcon.vue";
|
|
537
610
|
export { default as LanguageIcon } from "./icons/LanguageIcon.vue";
|
|
@@ -554,7 +627,11 @@ export { default as MapIcon } from "./icons/MapIcon.vue";
|
|
|
554
627
|
export { default as MediaNextIcon } from "./icons/MediaNextIcon.vue";
|
|
555
628
|
export { default as MediaPauseIcon } from "./icons/MediaPauseIcon.vue";
|
|
556
629
|
export { default as MediaPlayIcon } from "./icons/MediaPlayIcon.vue";
|
|
630
|
+
export { default as MediaPlaylistIcon } from "./icons/MediaPlaylistIcon.vue";
|
|
557
631
|
export { default as MediaPreviousIcon } from "./icons/MediaPreviousIcon.vue";
|
|
632
|
+
export { default as Menu2Icon } from "./icons/Menu2Icon.vue";
|
|
633
|
+
export { default as Menu3Icon } from "./icons/Menu3Icon.vue";
|
|
634
|
+
export { default as MenuArrowLeftIcon } from "./icons/MenuArrowLeftIcon.vue";
|
|
558
635
|
export { default as MenuArrowRightIcon } from "./icons/MenuArrowRightIcon.vue";
|
|
559
636
|
export { default as MenuBarsIcon } from "./icons/MenuBarsIcon.vue";
|
|
560
637
|
export { default as MenuIcon } from "./icons/MenuIcon.vue";
|
|
@@ -564,7 +641,9 @@ export { default as MicrophoneSlashIcon } from "./icons/MicrophoneSlashIcon.vue"
|
|
|
564
641
|
export { default as MinusIcon } from "./icons/MinusIcon.vue";
|
|
565
642
|
export { default as MobileIcon } from "./icons/MobileIcon.vue";
|
|
566
643
|
export { default as MoneyBillCoinIcon } from "./icons/MoneyBillCoinIcon.vue";
|
|
644
|
+
export { default as MoonFullIcon } from "./icons/MoonFullIcon.vue";
|
|
567
645
|
export { default as MoonIcon } from "./icons/MoonIcon.vue";
|
|
646
|
+
export { default as MoonStarsIcon } from "./icons/MoonStarsIcon.vue";
|
|
568
647
|
export { default as MsgBubbleUserIcon } from "./icons/MsgBubbleUserIcon.vue";
|
|
569
648
|
export { default as MsgsIcon } from "./icons/MsgsIcon.vue";
|
|
570
649
|
export { default as MsgSmileIcon } from "./icons/MsgSmileIcon.vue";
|
|
@@ -575,6 +654,7 @@ export { default as MusicNoteIcon } from "./icons/MusicNoteIcon.vue";
|
|
|
575
654
|
export { default as MusicNoteSparkleIcon } from "./icons/MusicNoteSparkleIcon.vue";
|
|
576
655
|
export { default as MusicPlaylist2Icon } from "./icons/MusicPlaylist2Icon.vue";
|
|
577
656
|
export { default as MusicPlusIcon } from "./icons/MusicPlusIcon.vue";
|
|
657
|
+
export { default as Newspaper2Icon } from "./icons/Newspaper2Icon.vue";
|
|
578
658
|
export { default as NightShiftIcon } from "./icons/NightShiftIcon.vue";
|
|
579
659
|
export { default as NodesIcon } from "./icons/NodesIcon.vue";
|
|
580
660
|
export { default as NotebookIcon } from "./icons/NotebookIcon.vue";
|
|
@@ -583,6 +663,7 @@ export { default as NotificationIcon } from "./icons/NotificationIcon.vue";
|
|
|
583
663
|
export { default as OfficeIcon } from "./icons/OfficeIcon.vue";
|
|
584
664
|
export { default as OpeningQuotationMarkIcon } from "./icons/OpeningQuotationMarkIcon.vue";
|
|
585
665
|
export { default as OrderedListIcon } from "./icons/OrderedListIcon.vue";
|
|
666
|
+
export { default as PageIcon } from "./icons/PageIcon.vue";
|
|
586
667
|
export { default as PaintbrushIcon } from "./icons/PaintbrushIcon.vue";
|
|
587
668
|
export { default as PaperclipIcon } from "./icons/PaperclipIcon.vue";
|
|
588
669
|
export { default as PaperPlane2Icon } from "./icons/PaperPlane2Icon.vue";
|
|
@@ -599,8 +680,10 @@ export { default as PhoneIcon } from "./icons/PhoneIcon.vue";
|
|
|
599
680
|
export { default as PickaxeIcon } from "./icons/PickaxeIcon.vue";
|
|
600
681
|
export { default as PilcrowIcon } from "./icons/PilcrowIcon.vue";
|
|
601
682
|
export { default as PinIcon } from "./icons/PinIcon.vue";
|
|
683
|
+
export { default as PinPlusIcon } from "./icons/PinPlusIcon.vue";
|
|
602
684
|
export { default as PinTackIcon } from "./icons/PinTackIcon.vue";
|
|
603
685
|
export { default as PizzaSlice2Icon } from "./icons/PizzaSlice2Icon.vue";
|
|
686
|
+
export { default as Playlist4Icon } from "./icons/Playlist4Icon.vue";
|
|
604
687
|
export { default as PlaylistIcon } from "./icons/PlaylistIcon.vue";
|
|
605
688
|
export { default as Plug2Icon } from "./icons/Plug2Icon.vue";
|
|
606
689
|
export { default as PlusIcon } from "./icons/PlusIcon.vue";
|
|
@@ -612,8 +695,11 @@ export { default as PuzzlePieceIcon } from "./icons/PuzzlePieceIcon.vue";
|
|
|
612
695
|
export { default as QrcodeIcon } from "./icons/QrcodeIcon.vue";
|
|
613
696
|
export { default as QueueIcon } from "./icons/QueueIcon.vue";
|
|
614
697
|
export { default as Refresh2Icon } from "./icons/Refresh2Icon.vue";
|
|
698
|
+
export { default as RepeatIcon } from "./icons/RepeatIcon.vue";
|
|
699
|
+
export { default as RepeatOnceIcon } from "./icons/RepeatOnceIcon.vue";
|
|
615
700
|
export { default as ReturnKeyIcon } from "./icons/ReturnKeyIcon.vue";
|
|
616
701
|
export { default as RoadmapIcon } from "./icons/RoadmapIcon.vue";
|
|
702
|
+
export { default as RobotIcon } from "./icons/RobotIcon.vue";
|
|
617
703
|
export { default as RocketIcon } from "./icons/RocketIcon.vue";
|
|
618
704
|
export { default as Rotation360Icon } from "./icons/Rotation360Icon.vue";
|
|
619
705
|
export { default as RulerPenIcon } from "./icons/RulerPenIcon.vue";
|
|
@@ -627,12 +713,15 @@ export { default as ShareUpRightIcon } from "./icons/ShareUpRightIcon.vue";
|
|
|
627
713
|
export { default as ShieldCheckIcon } from "./icons/ShieldCheckIcon.vue";
|
|
628
714
|
export { default as ShopIcon } from "./icons/ShopIcon.vue";
|
|
629
715
|
export { default as ShuffleIcon } from "./icons/ShuffleIcon.vue";
|
|
716
|
+
export { default as SidebarRight4Icon } from "./icons/SidebarRight4Icon.vue";
|
|
630
717
|
export { default as SideProfileIcon } from "./icons/SideProfileIcon.vue";
|
|
631
718
|
export { default as Signal2Icon } from "./icons/Signal2Icon.vue";
|
|
719
|
+
export { default as Signal2OffIcon } from "./icons/Signal2OffIcon.vue";
|
|
632
720
|
export { default as SignatureIcon } from "./icons/SignatureIcon.vue";
|
|
633
721
|
export { default as Sitemap4Icon } from "./icons/Sitemap4Icon.vue";
|
|
634
722
|
export { default as SlidersIcon } from "./icons/SlidersIcon.vue";
|
|
635
723
|
export { default as Sparkle3Icon } from "./icons/Sparkle3Icon.vue";
|
|
724
|
+
export { default as SquareBulletListIcon } from "./icons/SquareBulletListIcon.vue";
|
|
636
725
|
export { default as SquareCommandIcon } from "./icons/SquareCommandIcon.vue";
|
|
637
726
|
export { default as SquareDottedArrowBottomRightIcon } from "./icons/SquareDottedArrowBottomRightIcon.vue";
|
|
638
727
|
export { default as SquareMinusIcon } from "./icons/SquareMinusIcon.vue";
|
|
@@ -648,6 +737,7 @@ export { default as SunFogIcon } from "./icons/SunFogIcon.vue";
|
|
|
648
737
|
export { default as SunIcon } from "./icons/SunIcon.vue";
|
|
649
738
|
export { default as TagCheckIcon } from "./icons/TagCheckIcon.vue";
|
|
650
739
|
export { default as TagIcon } from "./icons/TagIcon.vue";
|
|
740
|
+
export { default as TagPlusIcon } from "./icons/TagPlusIcon.vue";
|
|
651
741
|
export { default as TagsIcon } from "./icons/TagsIcon.vue";
|
|
652
742
|
export { default as TargetIcon } from "./icons/TargetIcon.vue";
|
|
653
743
|
export { default as Tasks2Icon } from "./icons/Tasks2Icon.vue";
|
|
@@ -655,8 +745,10 @@ export { default as TextAIcon } from "./icons/TextAIcon.vue";
|
|
|
655
745
|
export { default as TextAlignCenterIcon } from "./icons/TextAlignCenterIcon.vue";
|
|
656
746
|
export { default as TextAlignLeftIcon } from "./icons/TextAlignLeftIcon.vue";
|
|
657
747
|
export { default as TextAlignRightIcon } from "./icons/TextAlignRightIcon.vue";
|
|
748
|
+
export { default as TextASparkleIcon } from "./icons/TextASparkleIcon.vue";
|
|
658
749
|
export { default as TextHighlight2Icon } from "./icons/TextHighlight2Icon.vue";
|
|
659
750
|
export { default as TextHighlightIcon } from "./icons/TextHighlightIcon.vue";
|
|
751
|
+
export { default as TextSparkleIcon } from "./icons/TextSparkleIcon.vue";
|
|
660
752
|
export { default as TextTool2Icon } from "./icons/TextTool2Icon.vue";
|
|
661
753
|
export { default as TextToolIcon } from "./icons/TextToolIcon.vue";
|
|
662
754
|
export { default as ThumbsUpIcon } from "./icons/ThumbsUpIcon.vue";
|
|
@@ -680,11 +772,13 @@ export { default as VolumeUpIcon } from "./icons/VolumeUpIcon.vue";
|
|
|
680
772
|
export { default as Wallet2CircuitIcon } from "./icons/Wallet2CircuitIcon.vue";
|
|
681
773
|
export { default as Wallet2Icon } from "./icons/Wallet2Icon.vue";
|
|
682
774
|
export { default as WalletCoinIcon } from "./icons/WalletCoinIcon.vue";
|
|
775
|
+
export { default as WalletKeyIcon } from "./icons/WalletKeyIcon.vue";
|
|
683
776
|
export { default as WandSparkleIcon } from "./icons/WandSparkleIcon.vue";
|
|
684
777
|
export { default as WatchIcon } from "./icons/WatchIcon.vue";
|
|
685
778
|
export { default as WaveformLinesIcon } from "./icons/WaveformLinesIcon.vue";
|
|
686
779
|
export { default as WindowChartLineIcon } from "./icons/WindowChartLineIcon.vue";
|
|
687
780
|
export { default as WindowExpandBottomRightIcon } from "./icons/WindowExpandBottomRightIcon.vue";
|
|
781
|
+
export { default as WindowLinkIcon } from "./icons/WindowLinkIcon.vue";
|
|
688
782
|
export { default as WindowPointerIcon } from "./icons/WindowPointerIcon.vue";
|
|
689
783
|
export { default as XmarkIcon } from "./icons/XmarkIcon.vue";
|
|
690
784
|
|
|
@@ -745,8 +839,10 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
745
839
|
Align3VerticalIcon,
|
|
746
840
|
AnchorIcon,
|
|
747
841
|
ArchiveIcon,
|
|
842
|
+
ArrowBackToUpLeftIcon,
|
|
748
843
|
ArrowDoorInIcon,
|
|
749
844
|
ArrowDoorOut3Icon,
|
|
845
|
+
ArrowDotRotateClockwiseIcon,
|
|
750
846
|
ArrowDottedRotateAnticlockwiseIcon,
|
|
751
847
|
ArrowsTransactionIcon,
|
|
752
848
|
ArrowTurnLeftIcon,
|
|
@@ -761,6 +857,7 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
761
857
|
BasketShoppingIcon,
|
|
762
858
|
BatteryHighIcon,
|
|
763
859
|
BatteryIcon,
|
|
860
|
+
BellDotIcon,
|
|
764
861
|
BellIcon,
|
|
765
862
|
BellOnIcon,
|
|
766
863
|
BellPlusIcon,
|
|
@@ -783,7 +880,9 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
783
880
|
BugSlashIcon,
|
|
784
881
|
BullhornIcon,
|
|
785
882
|
CalendarDaysIcon,
|
|
883
|
+
CalendarGridIcon,
|
|
786
884
|
CalendarIcon,
|
|
885
|
+
CalendarPlanningIcon,
|
|
787
886
|
Camera2Icon,
|
|
788
887
|
CameraIcon,
|
|
789
888
|
CartShoppingIcon,
|
|
@@ -795,10 +894,17 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
795
894
|
ChevronLeftIcon,
|
|
796
895
|
ChevronRightIcon,
|
|
797
896
|
ChevronUpIcon,
|
|
897
|
+
CircleArrowDownIcon,
|
|
898
|
+
CircleArrowLeftIcon,
|
|
899
|
+
CircleArrowRightIcon,
|
|
900
|
+
CircleArrowUpIcon,
|
|
901
|
+
CircleBarsFilterIcon,
|
|
798
902
|
CircleBitcoinIcon,
|
|
799
903
|
CircleCheckIcon,
|
|
800
904
|
CircleChevronLeftIcon,
|
|
801
905
|
CircleCompose2Icon,
|
|
906
|
+
CircleDollarInIcon,
|
|
907
|
+
CircleDollarOutIcon,
|
|
802
908
|
CircleDotsIcon,
|
|
803
909
|
CircleDotsVerticalIcon,
|
|
804
910
|
CircleHalfDottedCheckIcon,
|
|
@@ -815,14 +921,19 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
815
921
|
CloneIcon,
|
|
816
922
|
CloudIcon,
|
|
817
923
|
CloudNodesIcon,
|
|
924
|
+
CoinStackIcon,
|
|
818
925
|
CommandIcon,
|
|
819
926
|
ComputerIcon,
|
|
820
927
|
CookieIcon,
|
|
821
928
|
CreditCardIcon,
|
|
929
|
+
CreditCardPenIcon,
|
|
930
|
+
Crosshairs2Icon,
|
|
822
931
|
CrosshairsIcon,
|
|
823
932
|
CrosshairsSlashIcon,
|
|
824
933
|
CryptographyIcon,
|
|
825
934
|
Cubes2Icon,
|
|
935
|
+
CurrencyDollarIcon,
|
|
936
|
+
CurrencyExchangeIcon,
|
|
826
937
|
DarkLightIcon,
|
|
827
938
|
DarkModeIcon,
|
|
828
939
|
DecentralizeIcon,
|
|
@@ -834,6 +945,7 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
834
945
|
DownloadIcon,
|
|
835
946
|
DrawCompassIcon,
|
|
836
947
|
EarthIcon,
|
|
948
|
+
EclipseIcon,
|
|
837
949
|
EnvelopeIcon,
|
|
838
950
|
EnvelopeOpenIcon,
|
|
839
951
|
EraserIcon,
|
|
@@ -850,6 +962,8 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
850
962
|
FileContentIcon,
|
|
851
963
|
FileIcon,
|
|
852
964
|
FileKeyIcon,
|
|
965
|
+
FileLockIcon,
|
|
966
|
+
FileMusicIcon,
|
|
853
967
|
Files2Icon,
|
|
854
968
|
FilmIcon,
|
|
855
969
|
FilterIcon,
|
|
@@ -869,6 +983,7 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
869
983
|
Gear2Icon,
|
|
870
984
|
Gear3Icon,
|
|
871
985
|
GemSparkleIcon,
|
|
986
|
+
GhostWorriedIcon,
|
|
872
987
|
GiftIcon,
|
|
873
988
|
GlobePointerIcon,
|
|
874
989
|
GraduationCapIcon,
|
|
@@ -883,6 +998,7 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
883
998
|
Heading5Icon,
|
|
884
999
|
Heading6Icon,
|
|
885
1000
|
Headphones2Icon,
|
|
1001
|
+
Headphones3Icon,
|
|
886
1002
|
HeadsetIcon,
|
|
887
1003
|
Heart2SlashIcon,
|
|
888
1004
|
HeartHandIcon,
|
|
@@ -899,6 +1015,10 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
899
1015
|
InboxArrowDownIcon,
|
|
900
1016
|
IndustryIcon,
|
|
901
1017
|
InputPasswordEditIcon,
|
|
1018
|
+
InstallIcon,
|
|
1019
|
+
Itinerary3Icon,
|
|
1020
|
+
Keyboard2Icon,
|
|
1021
|
+
Keyboard4HideDownIcon,
|
|
902
1022
|
KeyboardIcon,
|
|
903
1023
|
KeyNodesIcon,
|
|
904
1024
|
LanguageIcon,
|
|
@@ -921,7 +1041,11 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
921
1041
|
MediaNextIcon,
|
|
922
1042
|
MediaPauseIcon,
|
|
923
1043
|
MediaPlayIcon,
|
|
1044
|
+
MediaPlaylistIcon,
|
|
924
1045
|
MediaPreviousIcon,
|
|
1046
|
+
Menu2Icon,
|
|
1047
|
+
Menu3Icon,
|
|
1048
|
+
MenuArrowLeftIcon,
|
|
925
1049
|
MenuArrowRightIcon,
|
|
926
1050
|
MenuBarsIcon,
|
|
927
1051
|
MenuIcon,
|
|
@@ -931,7 +1055,9 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
931
1055
|
MinusIcon,
|
|
932
1056
|
MobileIcon,
|
|
933
1057
|
MoneyBillCoinIcon,
|
|
1058
|
+
MoonFullIcon,
|
|
934
1059
|
MoonIcon,
|
|
1060
|
+
MoonStarsIcon,
|
|
935
1061
|
MsgBubbleUserIcon,
|
|
936
1062
|
MsgsIcon,
|
|
937
1063
|
MsgSmileIcon,
|
|
@@ -942,6 +1068,7 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
942
1068
|
MusicNoteSparkleIcon,
|
|
943
1069
|
MusicPlaylist2Icon,
|
|
944
1070
|
MusicPlusIcon,
|
|
1071
|
+
Newspaper2Icon,
|
|
945
1072
|
NightShiftIcon,
|
|
946
1073
|
NodesIcon,
|
|
947
1074
|
NotebookIcon,
|
|
@@ -950,6 +1077,7 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
950
1077
|
OfficeIcon,
|
|
951
1078
|
OpeningQuotationMarkIcon,
|
|
952
1079
|
OrderedListIcon,
|
|
1080
|
+
PageIcon,
|
|
953
1081
|
PaintbrushIcon,
|
|
954
1082
|
PaperclipIcon,
|
|
955
1083
|
PaperPlane2Icon,
|
|
@@ -966,8 +1094,10 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
966
1094
|
PickaxeIcon,
|
|
967
1095
|
PilcrowIcon,
|
|
968
1096
|
PinIcon,
|
|
1097
|
+
PinPlusIcon,
|
|
969
1098
|
PinTackIcon,
|
|
970
1099
|
PizzaSlice2Icon,
|
|
1100
|
+
Playlist4Icon,
|
|
971
1101
|
PlaylistIcon,
|
|
972
1102
|
Plug2Icon,
|
|
973
1103
|
PlusIcon,
|
|
@@ -979,8 +1109,11 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
979
1109
|
QrcodeIcon,
|
|
980
1110
|
QueueIcon,
|
|
981
1111
|
Refresh2Icon,
|
|
1112
|
+
RepeatIcon,
|
|
1113
|
+
RepeatOnceIcon,
|
|
982
1114
|
ReturnKeyIcon,
|
|
983
1115
|
RoadmapIcon,
|
|
1116
|
+
RobotIcon,
|
|
984
1117
|
RocketIcon,
|
|
985
1118
|
Rotation360Icon,
|
|
986
1119
|
RulerPenIcon,
|
|
@@ -994,12 +1127,15 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
994
1127
|
ShieldCheckIcon,
|
|
995
1128
|
ShopIcon,
|
|
996
1129
|
ShuffleIcon,
|
|
1130
|
+
SidebarRight4Icon,
|
|
997
1131
|
SideProfileIcon,
|
|
998
1132
|
Signal2Icon,
|
|
1133
|
+
Signal2OffIcon,
|
|
999
1134
|
SignatureIcon,
|
|
1000
1135
|
Sitemap4Icon,
|
|
1001
1136
|
SlidersIcon,
|
|
1002
1137
|
Sparkle3Icon,
|
|
1138
|
+
SquareBulletListIcon,
|
|
1003
1139
|
SquareCommandIcon,
|
|
1004
1140
|
SquareDottedArrowBottomRightIcon,
|
|
1005
1141
|
SquareMinusIcon,
|
|
@@ -1015,6 +1151,7 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1015
1151
|
SunIcon,
|
|
1016
1152
|
TagCheckIcon,
|
|
1017
1153
|
TagIcon,
|
|
1154
|
+
TagPlusIcon,
|
|
1018
1155
|
TagsIcon,
|
|
1019
1156
|
TargetIcon,
|
|
1020
1157
|
Tasks2Icon,
|
|
@@ -1022,8 +1159,10 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1022
1159
|
TextAlignCenterIcon,
|
|
1023
1160
|
TextAlignLeftIcon,
|
|
1024
1161
|
TextAlignRightIcon,
|
|
1162
|
+
TextASparkleIcon,
|
|
1025
1163
|
TextHighlight2Icon,
|
|
1026
1164
|
TextHighlightIcon,
|
|
1165
|
+
TextSparkleIcon,
|
|
1027
1166
|
TextTool2Icon,
|
|
1028
1167
|
TextToolIcon,
|
|
1029
1168
|
ThumbsUpIcon,
|
|
@@ -1047,11 +1186,13 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1047
1186
|
Wallet2CircuitIcon,
|
|
1048
1187
|
Wallet2Icon,
|
|
1049
1188
|
WalletCoinIcon,
|
|
1189
|
+
WalletKeyIcon,
|
|
1050
1190
|
WandSparkleIcon,
|
|
1051
1191
|
WatchIcon,
|
|
1052
1192
|
WaveformLinesIcon,
|
|
1053
1193
|
WindowChartLineIcon,
|
|
1054
1194
|
WindowExpandBottomRightIcon,
|
|
1195
|
+
WindowLinkIcon,
|
|
1055
1196
|
WindowPointerIcon,
|
|
1056
1197
|
XmarkIcon,
|
|
1057
1198
|
// Animated icons
|
|
@@ -1112,8 +1253,10 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1112
1253
|
"align3-vertical": Icons.Align3VerticalIcon,
|
|
1113
1254
|
"anchor": Icons.AnchorIcon,
|
|
1114
1255
|
"archive": Icons.ArchiveIcon,
|
|
1256
|
+
"arrow-back-to-up-left": Icons.ArrowBackToUpLeftIcon,
|
|
1115
1257
|
"arrow-door-in": Icons.ArrowDoorInIcon,
|
|
1116
1258
|
"arrow-door-out3": Icons.ArrowDoorOut3Icon,
|
|
1259
|
+
"arrow-dot-rotate-clockwise": Icons.ArrowDotRotateClockwiseIcon,
|
|
1117
1260
|
"arrow-dotted-rotate-anticlockwise": Icons.ArrowDottedRotateAnticlockwiseIcon,
|
|
1118
1261
|
"arrows-transaction": Icons.ArrowsTransactionIcon,
|
|
1119
1262
|
"arrow-turn-left": Icons.ArrowTurnLeftIcon,
|
|
@@ -1128,6 +1271,7 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1128
1271
|
"basket-shopping": Icons.BasketShoppingIcon,
|
|
1129
1272
|
"battery-high": Icons.BatteryHighIcon,
|
|
1130
1273
|
"battery": Icons.BatteryIcon,
|
|
1274
|
+
"bell-dot": Icons.BellDotIcon,
|
|
1131
1275
|
"bell": Icons.BellIcon,
|
|
1132
1276
|
"bell-on": Icons.BellOnIcon,
|
|
1133
1277
|
"bell-plus": Icons.BellPlusIcon,
|
|
@@ -1150,7 +1294,9 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1150
1294
|
"bug-slash": Icons.BugSlashIcon,
|
|
1151
1295
|
"bullhorn": Icons.BullhornIcon,
|
|
1152
1296
|
"calendar-days": Icons.CalendarDaysIcon,
|
|
1297
|
+
"calendar-grid": Icons.CalendarGridIcon,
|
|
1153
1298
|
"calendar": Icons.CalendarIcon,
|
|
1299
|
+
"calendar-planning": Icons.CalendarPlanningIcon,
|
|
1154
1300
|
"camera2": Icons.Camera2Icon,
|
|
1155
1301
|
"camera": Icons.CameraIcon,
|
|
1156
1302
|
"cart-shopping": Icons.CartShoppingIcon,
|
|
@@ -1162,10 +1308,17 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1162
1308
|
"chevron-left": Icons.ChevronLeftIcon,
|
|
1163
1309
|
"chevron-right": Icons.ChevronRightIcon,
|
|
1164
1310
|
"chevron-up": Icons.ChevronUpIcon,
|
|
1311
|
+
"circle-arrow-down": Icons.CircleArrowDownIcon,
|
|
1312
|
+
"circle-arrow-left": Icons.CircleArrowLeftIcon,
|
|
1313
|
+
"circle-arrow-right": Icons.CircleArrowRightIcon,
|
|
1314
|
+
"circle-arrow-up": Icons.CircleArrowUpIcon,
|
|
1315
|
+
"circle-bars-filter": Icons.CircleBarsFilterIcon,
|
|
1165
1316
|
"circle-bitcoin": Icons.CircleBitcoinIcon,
|
|
1166
1317
|
"circle-check": Icons.CircleCheckIcon,
|
|
1167
1318
|
"circle-chevron-left": Icons.CircleChevronLeftIcon,
|
|
1168
1319
|
"circle-compose2": Icons.CircleCompose2Icon,
|
|
1320
|
+
"circle-dollar-in": Icons.CircleDollarInIcon,
|
|
1321
|
+
"circle-dollar-out": Icons.CircleDollarOutIcon,
|
|
1169
1322
|
"circle-dots": Icons.CircleDotsIcon,
|
|
1170
1323
|
"circle-dots-vertical": Icons.CircleDotsVerticalIcon,
|
|
1171
1324
|
"circle-half-dotted-check": Icons.CircleHalfDottedCheckIcon,
|
|
@@ -1182,14 +1335,19 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1182
1335
|
"clone": Icons.CloneIcon,
|
|
1183
1336
|
"cloud": Icons.CloudIcon,
|
|
1184
1337
|
"cloud-nodes": Icons.CloudNodesIcon,
|
|
1338
|
+
"coin-stack": Icons.CoinStackIcon,
|
|
1185
1339
|
"command": Icons.CommandIcon,
|
|
1186
1340
|
"computer": Icons.ComputerIcon,
|
|
1187
1341
|
"cookie": Icons.CookieIcon,
|
|
1188
1342
|
"credit-card": Icons.CreditCardIcon,
|
|
1343
|
+
"credit-card-pen": Icons.CreditCardPenIcon,
|
|
1344
|
+
"crosshairs2": Icons.Crosshairs2Icon,
|
|
1189
1345
|
"crosshairs": Icons.CrosshairsIcon,
|
|
1190
1346
|
"crosshairs-slash": Icons.CrosshairsSlashIcon,
|
|
1191
1347
|
"cryptography": Icons.CryptographyIcon,
|
|
1192
1348
|
"cubes2": Icons.Cubes2Icon,
|
|
1349
|
+
"currency-dollar": Icons.CurrencyDollarIcon,
|
|
1350
|
+
"currency-exchange": Icons.CurrencyExchangeIcon,
|
|
1193
1351
|
"dark-light": Icons.DarkLightIcon,
|
|
1194
1352
|
"dark-mode": Icons.DarkModeIcon,
|
|
1195
1353
|
"decentralize": Icons.DecentralizeIcon,
|
|
@@ -1201,6 +1359,7 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1201
1359
|
"download": Icons.DownloadIcon,
|
|
1202
1360
|
"draw-compass": Icons.DrawCompassIcon,
|
|
1203
1361
|
"earth": Icons.EarthIcon,
|
|
1362
|
+
"eclipse": Icons.EclipseIcon,
|
|
1204
1363
|
"envelope": Icons.EnvelopeIcon,
|
|
1205
1364
|
"envelope-open": Icons.EnvelopeOpenIcon,
|
|
1206
1365
|
"eraser": Icons.EraserIcon,
|
|
@@ -1217,6 +1376,8 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1217
1376
|
"file-content": Icons.FileContentIcon,
|
|
1218
1377
|
"file": Icons.FileIcon,
|
|
1219
1378
|
"file-key": Icons.FileKeyIcon,
|
|
1379
|
+
"file-lock": Icons.FileLockIcon,
|
|
1380
|
+
"file-music": Icons.FileMusicIcon,
|
|
1220
1381
|
"files2": Icons.Files2Icon,
|
|
1221
1382
|
"film": Icons.FilmIcon,
|
|
1222
1383
|
"filter": Icons.FilterIcon,
|
|
@@ -1236,6 +1397,7 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1236
1397
|
"gear2": Icons.Gear2Icon,
|
|
1237
1398
|
"gear3": Icons.Gear3Icon,
|
|
1238
1399
|
"gem-sparkle": Icons.GemSparkleIcon,
|
|
1400
|
+
"ghost-worried": Icons.GhostWorriedIcon,
|
|
1239
1401
|
"gift": Icons.GiftIcon,
|
|
1240
1402
|
"globe-pointer": Icons.GlobePointerIcon,
|
|
1241
1403
|
"graduation-cap": Icons.GraduationCapIcon,
|
|
@@ -1250,6 +1412,7 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1250
1412
|
"heading5": Icons.Heading5Icon,
|
|
1251
1413
|
"heading6": Icons.Heading6Icon,
|
|
1252
1414
|
"headphones2": Icons.Headphones2Icon,
|
|
1415
|
+
"headphones3": Icons.Headphones3Icon,
|
|
1253
1416
|
"headset": Icons.HeadsetIcon,
|
|
1254
1417
|
"heart2-slash": Icons.Heart2SlashIcon,
|
|
1255
1418
|
"heart-hand": Icons.HeartHandIcon,
|
|
@@ -1266,6 +1429,10 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1266
1429
|
"inbox-arrow-down": Icons.InboxArrowDownIcon,
|
|
1267
1430
|
"industry": Icons.IndustryIcon,
|
|
1268
1431
|
"input-password-edit": Icons.InputPasswordEditIcon,
|
|
1432
|
+
"install": Icons.InstallIcon,
|
|
1433
|
+
"itinerary3": Icons.Itinerary3Icon,
|
|
1434
|
+
"keyboard2": Icons.Keyboard2Icon,
|
|
1435
|
+
"keyboard4-hide-down": Icons.Keyboard4HideDownIcon,
|
|
1269
1436
|
"keyboard": Icons.KeyboardIcon,
|
|
1270
1437
|
"key-nodes": Icons.KeyNodesIcon,
|
|
1271
1438
|
"language": Icons.LanguageIcon,
|
|
@@ -1288,7 +1455,11 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1288
1455
|
"media-next": Icons.MediaNextIcon,
|
|
1289
1456
|
"media-pause": Icons.MediaPauseIcon,
|
|
1290
1457
|
"media-play": Icons.MediaPlayIcon,
|
|
1458
|
+
"media-playlist": Icons.MediaPlaylistIcon,
|
|
1291
1459
|
"media-previous": Icons.MediaPreviousIcon,
|
|
1460
|
+
"menu2": Icons.Menu2Icon,
|
|
1461
|
+
"menu3": Icons.Menu3Icon,
|
|
1462
|
+
"menu-arrow-left": Icons.MenuArrowLeftIcon,
|
|
1292
1463
|
"menu-arrow-right": Icons.MenuArrowRightIcon,
|
|
1293
1464
|
"menu-bars": Icons.MenuBarsIcon,
|
|
1294
1465
|
"menu": Icons.MenuIcon,
|
|
@@ -1298,7 +1469,9 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1298
1469
|
"minus": Icons.MinusIcon,
|
|
1299
1470
|
"mobile": Icons.MobileIcon,
|
|
1300
1471
|
"money-bill-coin": Icons.MoneyBillCoinIcon,
|
|
1472
|
+
"moon-full": Icons.MoonFullIcon,
|
|
1301
1473
|
"moon": Icons.MoonIcon,
|
|
1474
|
+
"moon-stars": Icons.MoonStarsIcon,
|
|
1302
1475
|
"msg-bubble-user": Icons.MsgBubbleUserIcon,
|
|
1303
1476
|
"msgs": Icons.MsgsIcon,
|
|
1304
1477
|
"msg-smile": Icons.MsgSmileIcon,
|
|
@@ -1309,6 +1482,7 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1309
1482
|
"music-note-sparkle": Icons.MusicNoteSparkleIcon,
|
|
1310
1483
|
"music-playlist2": Icons.MusicPlaylist2Icon,
|
|
1311
1484
|
"music-plus": Icons.MusicPlusIcon,
|
|
1485
|
+
"newspaper2": Icons.Newspaper2Icon,
|
|
1312
1486
|
"night-shift": Icons.NightShiftIcon,
|
|
1313
1487
|
"nodes": Icons.NodesIcon,
|
|
1314
1488
|
"notebook": Icons.NotebookIcon,
|
|
@@ -1317,6 +1491,7 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1317
1491
|
"office": Icons.OfficeIcon,
|
|
1318
1492
|
"opening-quotation-mark": Icons.OpeningQuotationMarkIcon,
|
|
1319
1493
|
"ordered-list": Icons.OrderedListIcon,
|
|
1494
|
+
"page": Icons.PageIcon,
|
|
1320
1495
|
"paintbrush": Icons.PaintbrushIcon,
|
|
1321
1496
|
"paperclip": Icons.PaperclipIcon,
|
|
1322
1497
|
"paper-plane2": Icons.PaperPlane2Icon,
|
|
@@ -1333,8 +1508,10 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1333
1508
|
"pickaxe": Icons.PickaxeIcon,
|
|
1334
1509
|
"pilcrow": Icons.PilcrowIcon,
|
|
1335
1510
|
"pin": Icons.PinIcon,
|
|
1511
|
+
"pin-plus": Icons.PinPlusIcon,
|
|
1336
1512
|
"pin-tack": Icons.PinTackIcon,
|
|
1337
1513
|
"pizza-slice2": Icons.PizzaSlice2Icon,
|
|
1514
|
+
"playlist4": Icons.Playlist4Icon,
|
|
1338
1515
|
"playlist": Icons.PlaylistIcon,
|
|
1339
1516
|
"plug2": Icons.Plug2Icon,
|
|
1340
1517
|
"plus": Icons.PlusIcon,
|
|
@@ -1346,8 +1523,11 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1346
1523
|
"qrcode": Icons.QrcodeIcon,
|
|
1347
1524
|
"queue": Icons.QueueIcon,
|
|
1348
1525
|
"refresh2": Icons.Refresh2Icon,
|
|
1526
|
+
"repeat": Icons.RepeatIcon,
|
|
1527
|
+
"repeat-once": Icons.RepeatOnceIcon,
|
|
1349
1528
|
"return-key": Icons.ReturnKeyIcon,
|
|
1350
1529
|
"roadmap": Icons.RoadmapIcon,
|
|
1530
|
+
"robot": Icons.RobotIcon,
|
|
1351
1531
|
"rocket": Icons.RocketIcon,
|
|
1352
1532
|
"rotation360": Icons.Rotation360Icon,
|
|
1353
1533
|
"ruler-pen": Icons.RulerPenIcon,
|
|
@@ -1361,12 +1541,15 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1361
1541
|
"shield-check": Icons.ShieldCheckIcon,
|
|
1362
1542
|
"shop": Icons.ShopIcon,
|
|
1363
1543
|
"shuffle": Icons.ShuffleIcon,
|
|
1544
|
+
"sidebar-right4": Icons.SidebarRight4Icon,
|
|
1364
1545
|
"side-profile": Icons.SideProfileIcon,
|
|
1365
1546
|
"signal2": Icons.Signal2Icon,
|
|
1547
|
+
"signal2-off": Icons.Signal2OffIcon,
|
|
1366
1548
|
"signature": Icons.SignatureIcon,
|
|
1367
1549
|
"sitemap4": Icons.Sitemap4Icon,
|
|
1368
1550
|
"sliders": Icons.SlidersIcon,
|
|
1369
1551
|
"sparkle3": Icons.Sparkle3Icon,
|
|
1552
|
+
"square-bullet-list": Icons.SquareBulletListIcon,
|
|
1370
1553
|
"square-command": Icons.SquareCommandIcon,
|
|
1371
1554
|
"square-dotted-arrow-bottom-right": Icons.SquareDottedArrowBottomRightIcon,
|
|
1372
1555
|
"square-minus": Icons.SquareMinusIcon,
|
|
@@ -1382,6 +1565,7 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1382
1565
|
"sun": Icons.SunIcon,
|
|
1383
1566
|
"tag-check": Icons.TagCheckIcon,
|
|
1384
1567
|
"tag": Icons.TagIcon,
|
|
1568
|
+
"tag-plus": Icons.TagPlusIcon,
|
|
1385
1569
|
"tags": Icons.TagsIcon,
|
|
1386
1570
|
"target": Icons.TargetIcon,
|
|
1387
1571
|
"tasks2": Icons.Tasks2Icon,
|
|
@@ -1389,8 +1573,10 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1389
1573
|
"text-align-center": Icons.TextAlignCenterIcon,
|
|
1390
1574
|
"text-align-left": Icons.TextAlignLeftIcon,
|
|
1391
1575
|
"text-align-right": Icons.TextAlignRightIcon,
|
|
1576
|
+
"text-a-sparkle": Icons.TextASparkleIcon,
|
|
1392
1577
|
"text-highlight2": Icons.TextHighlight2Icon,
|
|
1393
1578
|
"text-highlight": Icons.TextHighlightIcon,
|
|
1579
|
+
"text-sparkle": Icons.TextSparkleIcon,
|
|
1394
1580
|
"text-tool2": Icons.TextTool2Icon,
|
|
1395
1581
|
"text-tool": Icons.TextToolIcon,
|
|
1396
1582
|
"thumbs-up": Icons.ThumbsUpIcon,
|
|
@@ -1414,11 +1600,13 @@ export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutline
|
|
|
1414
1600
|
"wallet2-circuit": Icons.Wallet2CircuitIcon,
|
|
1415
1601
|
"wallet2": Icons.Wallet2Icon,
|
|
1416
1602
|
"wallet-coin": Icons.WalletCoinIcon,
|
|
1603
|
+
"wallet-key": Icons.WalletKeyIcon,
|
|
1417
1604
|
"wand-sparkle": Icons.WandSparkleIcon,
|
|
1418
1605
|
"watch": Icons.WatchIcon,
|
|
1419
1606
|
"waveform-lines": Icons.WaveformLinesIcon,
|
|
1420
1607
|
"window-chart-line": Icons.WindowChartLineIcon,
|
|
1421
1608
|
"window-expand-bottom-right": Icons.WindowExpandBottomRightIcon,
|
|
1609
|
+
"window-link": Icons.WindowLinkIcon,
|
|
1422
1610
|
"window-pointer": Icons.WindowPointerIcon,
|
|
1423
1611
|
"xmark": Icons.XmarkIcon,
|
|
1424
1612
|
// Animated icons
|