@umbra.ui/icons 0.1.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/index.d.ts +250 -0
- package/dist/icons/index.d.ts.map +1 -0
- package/dist/icons/index.js +249 -0
- package/dist/index.d.ts +880 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1178 -0
- package/package.json +47 -0
- package/src/animated/BarsAnim2GlyphIcon.vue +106 -0
- package/src/animated/BarsAnim3GlyphIcon.vue +106 -0
- package/src/animated/BarsAnim3OutlineIcon.vue +128 -0
- package/src/animated/BarsAnimGlyphIcon.vue +63 -0
- package/src/animated/BarsAnimOutlineIcon.vue +70 -0
- package/src/animated/CircleAnim2GlyphIcon.vue +57 -0
- package/src/animated/CircleAnim2OutlineIcon.vue +70 -0
- package/src/animated/CircleAnim32GlyphIcon.vue +51 -0
- package/src/animated/CircleAnim3GlyphIcon.vue +56 -0
- package/src/animated/CircleAnim3OutlineIcon.vue +60 -0
- package/src/animated/CircleAnimOutlineIcon.vue +69 -0
- package/src/animated/ClockAnimGlyphIcon.vue +70 -0
- package/src/animated/ClockAnimOutlineIcon.vue +94 -0
- package/src/animated/CubesAnimOutlineIcon.vue +114 -0
- package/src/animated/DotsAnim2GlyphIcon.vue +74 -0
- package/src/animated/DotsAnim2OutlineIcon.vue +126 -0
- package/src/animated/DotsAnim3GlyphIcon.vue +58 -0
- package/src/animated/DotsAnim3OutlineIcon.vue +86 -0
- package/src/animated/DotsAnim4GlyphIcon.vue +67 -0
- package/src/animated/DotsAnim4OutlineIcon.vue +95 -0
- package/src/animated/DotsAnim5GlyphIcon.vue +70 -0
- package/src/animated/DotsAnim5OutlineIcon.vue +105 -0
- package/src/animated/DotsAnim6GlyphIcon.vue +70 -0
- package/src/animated/DotsAnim6OutlineIcon.vue +98 -0
- package/src/animated/DotsAnim7GlyphIcon.vue +55 -0
- package/src/animated/DotsAnim7OutlineIcon.vue +90 -0
- package/src/animated/DotsAnimGlyphIcon.vue +84 -0
- package/src/animated/DotsAnimOutlineIcon.vue +112 -0
- package/src/animated/GooeyAnimGlyphIcon.vue +65 -0
- package/src/animated/HeartAnimGlyphIcon.vue +75 -0
- package/src/animated/HeartAnimOutlineIcon.vue +66 -0
- package/src/animated/MouseAnimGlyphIcon.vue +56 -0
- package/src/animated/MouseAnimOutlineIcon.vue +70 -0
- package/src/animated/RippleAnimGlyphIcon.vue +57 -0
- package/src/animated/RippleAnimOutlineIcon.vue +64 -0
- package/src/animated/RotatingBarsAnimGlyphIcon.vue +76 -0
- package/src/animated/RotatingBarsAnimOutlineIcon.vue +126 -0
- package/src/animated/SlideshowAnimGlyphIcon.vue +90 -0
- package/src/animated/SquaresAnim2GlyphIcon.vue +62 -0
- package/src/animated/SquaresAnim2OutlineIcon.vue +101 -0
- package/src/animated/SquaresAnimGlyphIcon.vue +64 -0
- package/src/animated/SquaresAnimOutlineIcon.vue +103 -0
- package/src/icons/AccessibilityIcon.vue +38 -0
- package/src/icons/AlarmClockIcon.vue +39 -0
- package/src/icons/Align3BottomIcon.vue +36 -0
- package/src/icons/Align3HorizontalIcon.vue +36 -0
- package/src/icons/Align3LeftIcon.vue +36 -0
- package/src/icons/Align3RightIcon.vue +36 -0
- package/src/icons/Align3TopIcon.vue +36 -0
- package/src/icons/Align3VerticalIcon.vue +36 -0
- package/src/icons/AnchorIcon.vue +37 -0
- package/src/icons/ArrowDoorInIcon.vue +37 -0
- package/src/icons/ArrowDoorOut3Icon.vue +37 -0
- package/src/icons/ArrowDottedRotateAnticlockwiseIcon.vue +43 -0
- package/src/icons/ArrowTurnLeftIcon.vue +34 -0
- package/src/icons/AspectRatioSquare2Icon.vue +36 -0
- package/src/icons/AtSignIcon.vue +35 -0
- package/src/icons/AwardCertificateIcon.vue +39 -0
- package/src/icons/AwardIcon.vue +36 -0
- package/src/icons/BagShoppingIcon.vue +35 -0
- package/src/icons/BallBasketIcon.vue +38 -0
- package/src/icons/BallotCircleIcon.vue +38 -0
- package/src/icons/BasketShoppingIcon.vue +37 -0
- package/src/icons/BatteryHighIcon.vue +38 -0
- package/src/icons/BatteryIcon.vue +35 -0
- package/src/icons/BellIcon.vue +35 -0
- package/src/icons/BicycleIcon.vue +38 -0
- package/src/icons/BitcoinIcon.vue +38 -0
- package/src/icons/BoltIcon.vue +34 -0
- package/src/icons/BoltLightningIcon.vue +34 -0
- package/src/icons/BoltSlashIcon.vue +36 -0
- package/src/icons/BookBookmarkIcon.vue +39 -0
- package/src/icons/BookOpenIcon.vue +35 -0
- package/src/icons/BookmarkIcon.vue +34 -0
- package/src/icons/BookmarkSlashIcon.vue +36 -0
- package/src/icons/BookmarksIcon.vue +35 -0
- package/src/icons/BoxArchiveIcon.vue +36 -0
- package/src/icons/BoxIcon.vue +37 -0
- package/src/icons/BugIcon.vue +42 -0
- package/src/icons/BugSlashIcon.vue +42 -0
- package/src/icons/BullhornIcon.vue +37 -0
- package/src/icons/CalendarDaysIcon.vue +42 -0
- package/src/icons/CalendarIcon.vue +37 -0
- package/src/icons/Camera2Icon.vue +37 -0
- package/src/icons/CameraIcon.vue +36 -0
- package/src/icons/CartShoppingIcon.vue +37 -0
- package/src/icons/Chair4Icon.vue +38 -0
- package/src/icons/ChartBarTrendUpIcon.vue +40 -0
- package/src/icons/CheckIcon.vue +33 -0
- package/src/icons/ChevronDownIcon.vue +33 -0
- package/src/icons/ChevronExpandYIcon.vue +34 -0
- package/src/icons/ChevronLeftIcon.vue +33 -0
- package/src/icons/ChevronRightIcon.vue +33 -0
- package/src/icons/ChevronUpIcon.vue +33 -0
- package/src/icons/CircleCheckIcon.vue +35 -0
- package/src/icons/CircleCompose2Icon.vue +35 -0
- package/src/icons/CircleDotsIcon.vue +37 -0
- package/src/icons/CircleDotsVerticalIcon.vue +37 -0
- package/src/icons/CircleHalfDottedCheckIcon.vue +42 -0
- package/src/icons/CircleHashtagIcon.vue +38 -0
- package/src/icons/CircleInfoIcon.vue +36 -0
- package/src/icons/CirclePlusIcon.vue +36 -0
- package/src/icons/CircleWarningIcon.vue +36 -0
- package/src/icons/ClipboardCheckIcon.vue +36 -0
- package/src/icons/ClipboardIcon.vue +35 -0
- package/src/icons/ClipboardSlashIcon.vue +38 -0
- package/src/icons/CloneIcon.vue +35 -0
- package/src/icons/CloudIcon.vue +35 -0
- package/src/icons/ComputerIcon.vue +39 -0
- package/src/icons/CookieIcon.vue +39 -0
- package/src/icons/CreditCardIcon.vue +37 -0
- package/src/icons/CrosshairsIcon.vue +39 -0
- package/src/icons/CrosshairsSlashIcon.vue +41 -0
- package/src/icons/CryptographyIcon.vue +42 -0
- package/src/icons/DarkLightIcon.vue +36 -0
- package/src/icons/DescendingSortingIcon.vue +37 -0
- package/src/icons/DesktopArrowDownIcon.vue +38 -0
- package/src/icons/DotsIcon.vue +35 -0
- package/src/icons/DotsVerticalIcon.vue +35 -0
- package/src/icons/DrawCompassIcon.vue +39 -0
- package/src/icons/EarthIcon.vue +38 -0
- package/src/icons/EnvelopeIcon.vue +35 -0
- package/src/icons/EnvelopeOpenIcon.vue +35 -0
- package/src/icons/EyeClosedIcon.vue +37 -0
- package/src/icons/EyeIcon.vue +35 -0
- package/src/icons/EyeOpenIcon.vue +39 -0
- package/src/icons/EyeSlashIcon.vue +38 -0
- package/src/icons/FacePlusIcon.vue +39 -0
- package/src/icons/FaceSmile2Icon.vue +37 -0
- package/src/icons/FacialRecognitionIcon.vue +41 -0
- package/src/icons/FeatherIcon.vue +35 -0
- package/src/icons/FileContentIcon.vue +38 -0
- package/src/icons/FileIcon.vue +35 -0
- package/src/icons/Files2Icon.vue +37 -0
- package/src/icons/FilmIcon.vue +44 -0
- package/src/icons/FilterIcon.vue +34 -0
- package/src/icons/FiltersIcon.vue +36 -0
- package/src/icons/FingerprintIcon.vue +38 -0
- package/src/icons/Flag7Icon.vue +37 -0
- package/src/icons/FlameIcon.vue +35 -0
- package/src/icons/FolderIcon.vue +35 -0
- package/src/icons/FolderOpenIcon.vue +35 -0
- package/src/icons/ForkliftIcon.vue +39 -0
- package/src/icons/GamepadButtonsIcon.vue +38 -0
- package/src/icons/GamepadIcon.vue +38 -0
- package/src/icons/GamingButtonsIcon.vue +39 -0
- package/src/icons/GasPumpIcon.vue +38 -0
- package/src/icons/Gauge3Icon.vue +41 -0
- package/src/icons/Gear2Icon.vue +49 -0
- package/src/icons/GemSparkleIcon.vue +39 -0
- package/src/icons/GiftIcon.vue +38 -0
- package/src/icons/GlobePointerIcon.vue +38 -0
- package/src/icons/GraduationCapIcon.vue +36 -0
- package/src/icons/GridCirclePlusIcon.vue +40 -0
- package/src/icons/HalfDottedCirclePlayIcon.vue +42 -0
- package/src/icons/HandIcon.vue +37 -0
- package/src/icons/HandshakeIcon.vue +40 -0
- package/src/icons/HeadsetIcon.vue +36 -0
- package/src/icons/HeartHandIcon.vue +35 -0
- package/src/icons/HeartIcon.vue +34 -0
- package/src/icons/HotDrinkIcon.vue +38 -0
- package/src/icons/House2Icon.vue +35 -0
- package/src/icons/House5Icon.vue +37 -0
- package/src/icons/ImageDepthIcon.vue +36 -0
- package/src/icons/ImageIcon.vue +36 -0
- package/src/icons/ImageMountainIcon.vue +35 -0
- package/src/icons/ImageSparkleIcon.vue +36 -0
- package/src/icons/Images2Icon.vue +37 -0
- package/src/icons/InboxArrowDownIcon.vue +37 -0
- package/src/icons/IndustryIcon.vue +38 -0
- package/src/icons/InputPasswordEditIcon.vue +39 -0
- package/src/icons/KeyNodesIcon.vue +45 -0
- package/src/icons/KeyboardIcon.vue +42 -0
- package/src/icons/LanguageIcon.vue +38 -0
- package/src/icons/LaptopIcon.vue +35 -0
- package/src/icons/LaptopMobileIcon.vue +36 -0
- package/src/icons/Layers3Icon.vue +36 -0
- package/src/icons/LeafIcon.vue +35 -0
- package/src/icons/LifeRingIcon.vue +48 -0
- package/src/icons/Lightbulb3Icon.vue +40 -0
- package/src/icons/LinkIcon.vue +35 -0
- package/src/icons/LoaderIcon.vue +40 -0
- package/src/icons/Location2Icon.vue +36 -0
- package/src/icons/LockIcon.vue +36 -0
- package/src/icons/LockOpen2Icon.vue +36 -0
- package/src/icons/LockOpenIcon.vue +36 -0
- package/src/icons/MagicWandIcon.vue +35 -0
- package/src/icons/MagnifierFaceWorriedIcon.vue +38 -0
- package/src/icons/MagnifierIcon.vue +35 -0
- package/src/icons/MapIcon.vue +36 -0
- package/src/icons/MenuBarsIcon.vue +38 -0
- package/src/icons/MenuIcon.vue +35 -0
- package/src/icons/MicrophoneIcon.vue +36 -0
- package/src/icons/MicrophoneSlashIcon.vue +38 -0
- package/src/icons/MinusIcon.vue +33 -0
- package/src/icons/MoneyBillCoinIcon.vue +47 -0
- package/src/icons/MoonIcon.vue +34 -0
- package/src/icons/MsgBubbleUserIcon.vue +36 -0
- package/src/icons/MsgSmileIcon.vue +35 -0
- package/src/icons/MsgWritingIcon.vue +37 -0
- package/src/icons/MsgsIcon.vue +35 -0
- package/src/icons/MusicIcon.vue +40 -0
- package/src/icons/MusicNoteSparkleIcon.vue +40 -0
- package/src/icons/MusicPlaylist2Icon.vue +37 -0
- package/src/icons/NodesIcon.vue +41 -0
- package/src/icons/NoteIcon.vue +37 -0
- package/src/icons/NotificationIcon.vue +35 -0
- package/src/icons/OfficeIcon.vue +43 -0
- package/src/icons/OrderedListIcon.vue +36 -0
- package/src/icons/PaintbrushIcon.vue +35 -0
- package/src/icons/PaperPlane2Icon.vue +35 -0
- package/src/icons/PaperclipIcon.vue +33 -0
- package/src/icons/Password2Icon.vue +43 -0
- package/src/icons/Pen2Icon.vue +35 -0
- package/src/icons/Pen3Icon.vue +35 -0
- package/src/icons/PenNib3Icon.vue +38 -0
- package/src/icons/PenPlusIcon.vue +36 -0
- package/src/icons/PenSparkleIcon.vue +37 -0
- package/src/icons/PenWriting4Icon.vue +35 -0
- package/src/icons/PenWriting6Icon.vue +36 -0
- package/src/icons/PhoneIcon.vue +34 -0
- package/src/icons/PinIcon.vue +35 -0
- package/src/icons/PinTackIcon.vue +35 -0
- package/src/icons/PizzaSlice2Icon.vue +38 -0
- package/src/icons/Plug2Icon.vue +39 -0
- package/src/icons/PlusIcon.vue +34 -0
- package/src/icons/PointerIcon.vue +34 -0
- package/src/icons/PresentationScreenIcon.vue +37 -0
- package/src/icons/PrintIcon.vue +36 -0
- package/src/icons/ProgressBarIcon.vue +37 -0
- package/src/icons/PuzzlePieceIcon.vue +34 -0
- package/src/icons/Refresh2Icon.vue +37 -0
- package/src/icons/RoadmapIcon.vue +35 -0
- package/src/icons/RocketIcon.vue +38 -0
- package/src/icons/Rotation360Icon.vue +36 -0
- package/src/icons/RulerPenIcon.vue +39 -0
- package/src/icons/SatelliteIcon.vue +40 -0
- package/src/icons/ScaleIcon.vue +44 -0
- package/src/icons/ScissorsCoupon2Icon.vue +38 -0
- package/src/icons/ScissorsIcon.vue +39 -0
- package/src/icons/ScribbleIcon.vue +33 -0
- package/src/icons/ShapesIcon.vue +37 -0
- package/src/icons/ShareUpRightIcon.vue +36 -0
- package/src/icons/ShieldCheckIcon.vue +35 -0
- package/src/icons/ShopIcon.vue +39 -0
- package/src/icons/SideProfileIcon.vue +35 -0
- package/src/icons/Signal2Icon.vue +36 -0
- package/src/icons/Sitemap4Icon.vue +39 -0
- package/src/icons/SlidersIcon.vue +40 -0
- package/src/icons/Sparkle3Icon.vue +35 -0
- package/src/icons/SquareDottedArrowBottomRightIcon.vue +46 -0
- package/src/icons/SquareMinusIcon.vue +35 -0
- package/src/icons/SquarePlusIcon.vue +36 -0
- package/src/icons/StackPerspectiveIcon.vue +36 -0
- package/src/icons/StarIcon.vue +34 -0
- package/src/icons/StarSparkleIcon.vue +37 -0
- package/src/icons/StickerSmileIcon.vue +38 -0
- package/src/icons/StopwatchIcon.vue +38 -0
- package/src/icons/Subscription2Icon.vue +40 -0
- package/src/icons/Suitcase3Icon.vue +37 -0
- package/src/icons/SunIcon.vue +42 -0
- package/src/icons/TagIcon.vue +35 -0
- package/src/icons/TagsIcon.vue +36 -0
- package/src/icons/TargetIcon.vue +38 -0
- package/src/icons/Tasks2Icon.vue +36 -0
- package/src/icons/TextHighlightIcon.vue +37 -0
- package/src/icons/TextTool2Icon.vue +39 -0
- package/src/icons/ThumbsUpIcon.vue +35 -0
- package/src/icons/Ticket4Icon.vue +36 -0
- package/src/icons/Timer2Icon.vue +35 -0
- package/src/icons/Toggle3Icon.vue +35 -0
- package/src/icons/TrashIcon.vue +36 -0
- package/src/icons/TriangleWarningIcon.vue +36 -0
- package/src/icons/UfoIcon.vue +40 -0
- package/src/icons/UnorderedListIcon.vue +38 -0
- package/src/icons/UserIcon.vue +35 -0
- package/src/icons/UserLaptopIcon.vue +37 -0
- package/src/icons/UserSearchIcon.vue +37 -0
- package/src/icons/UsersIcon.vue +38 -0
- package/src/icons/Vault3Icon.vue +41 -0
- package/src/icons/VideoIcon.vue +36 -0
- package/src/icons/VolumeIcon.vue +34 -0
- package/src/icons/VolumeUpIcon.vue +36 -0
- package/src/icons/Wallet2CircuitIcon.vue +41 -0
- package/src/icons/Wallet2Icon.vue +36 -0
- package/src/icons/WandSparkleIcon.vue +38 -0
- package/src/icons/WatchIcon.vue +37 -0
- package/src/icons/WindowChartLineIcon.vue +37 -0
- package/src/icons/WindowExpandBottomRightIcon.vue +37 -0
- package/src/icons/WindowPointerIcon.vue +39 -0
- package/src/icons/XmarkIcon.vue +34 -0
- package/src/icons/index.ts +249 -0
- package/src/index.ts +1187 -0
- package/src/vue.d.ts +5 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,880 @@
|
|
|
1
|
+
export { default as AccessibilityIcon } from "./icons/AccessibilityIcon.vue";
|
|
2
|
+
export { default as AlarmClockIcon } from "./icons/AlarmClockIcon.vue";
|
|
3
|
+
export { default as Align3BottomIcon } from "./icons/Align3BottomIcon.vue";
|
|
4
|
+
export { default as Align3HorizontalIcon } from "./icons/Align3HorizontalIcon.vue";
|
|
5
|
+
export { default as Align3LeftIcon } from "./icons/Align3LeftIcon.vue";
|
|
6
|
+
export { default as Align3RightIcon } from "./icons/Align3RightIcon.vue";
|
|
7
|
+
export { default as Align3TopIcon } from "./icons/Align3TopIcon.vue";
|
|
8
|
+
export { default as Align3VerticalIcon } from "./icons/Align3VerticalIcon.vue";
|
|
9
|
+
export { default as AnchorIcon } from "./icons/AnchorIcon.vue";
|
|
10
|
+
export { default as ArrowDoorInIcon } from "./icons/ArrowDoorInIcon.vue";
|
|
11
|
+
export { default as ArrowDoorOut3Icon } from "./icons/ArrowDoorOut3Icon.vue";
|
|
12
|
+
export { default as ArrowDottedRotateAnticlockwiseIcon } from "./icons/ArrowDottedRotateAnticlockwiseIcon.vue";
|
|
13
|
+
export { default as ArrowTurnLeftIcon } from "./icons/ArrowTurnLeftIcon.vue";
|
|
14
|
+
export { default as AspectRatioSquare2Icon } from "./icons/AspectRatioSquare2Icon.vue";
|
|
15
|
+
export { default as AtSignIcon } from "./icons/AtSignIcon.vue";
|
|
16
|
+
export { default as AwardCertificateIcon } from "./icons/AwardCertificateIcon.vue";
|
|
17
|
+
export { default as AwardIcon } from "./icons/AwardIcon.vue";
|
|
18
|
+
export { default as BagShoppingIcon } from "./icons/BagShoppingIcon.vue";
|
|
19
|
+
export { default as BallBasketIcon } from "./icons/BallBasketIcon.vue";
|
|
20
|
+
export { default as BallotCircleIcon } from "./icons/BallotCircleIcon.vue";
|
|
21
|
+
export { default as BasketShoppingIcon } from "./icons/BasketShoppingIcon.vue";
|
|
22
|
+
export { default as BatteryHighIcon } from "./icons/BatteryHighIcon.vue";
|
|
23
|
+
export { default as BatteryIcon } from "./icons/BatteryIcon.vue";
|
|
24
|
+
export { default as BellIcon } from "./icons/BellIcon.vue";
|
|
25
|
+
export { default as BicycleIcon } from "./icons/BicycleIcon.vue";
|
|
26
|
+
export { default as BitcoinIcon } from "./icons/BitcoinIcon.vue";
|
|
27
|
+
export { default as BoltIcon } from "./icons/BoltIcon.vue";
|
|
28
|
+
export { default as BoltLightningIcon } from "./icons/BoltLightningIcon.vue";
|
|
29
|
+
export { default as BoltSlashIcon } from "./icons/BoltSlashIcon.vue";
|
|
30
|
+
export { default as BookBookmarkIcon } from "./icons/BookBookmarkIcon.vue";
|
|
31
|
+
export { default as BookmarkIcon } from "./icons/BookmarkIcon.vue";
|
|
32
|
+
export { default as BookmarksIcon } from "./icons/BookmarksIcon.vue";
|
|
33
|
+
export { default as BookmarkSlashIcon } from "./icons/BookmarkSlashIcon.vue";
|
|
34
|
+
export { default as BookOpenIcon } from "./icons/BookOpenIcon.vue";
|
|
35
|
+
export { default as BoxArchiveIcon } from "./icons/BoxArchiveIcon.vue";
|
|
36
|
+
export { default as BoxIcon } from "./icons/BoxIcon.vue";
|
|
37
|
+
export { default as BugIcon } from "./icons/BugIcon.vue";
|
|
38
|
+
export { default as BugSlashIcon } from "./icons/BugSlashIcon.vue";
|
|
39
|
+
export { default as BullhornIcon } from "./icons/BullhornIcon.vue";
|
|
40
|
+
export { default as CalendarDaysIcon } from "./icons/CalendarDaysIcon.vue";
|
|
41
|
+
export { default as CalendarIcon } from "./icons/CalendarIcon.vue";
|
|
42
|
+
export { default as Camera2Icon } from "./icons/Camera2Icon.vue";
|
|
43
|
+
export { default as CameraIcon } from "./icons/CameraIcon.vue";
|
|
44
|
+
export { default as CartShoppingIcon } from "./icons/CartShoppingIcon.vue";
|
|
45
|
+
export { default as Chair4Icon } from "./icons/Chair4Icon.vue";
|
|
46
|
+
export { default as ChartBarTrendUpIcon } from "./icons/ChartBarTrendUpIcon.vue";
|
|
47
|
+
export { default as CheckIcon } from "./icons/CheckIcon.vue";
|
|
48
|
+
export { default as ChevronDownIcon } from "./icons/ChevronDownIcon.vue";
|
|
49
|
+
export { default as ChevronExpandYIcon } from "./icons/ChevronExpandYIcon.vue";
|
|
50
|
+
export { default as ChevronLeftIcon } from "./icons/ChevronLeftIcon.vue";
|
|
51
|
+
export { default as ChevronRightIcon } from "./icons/ChevronRightIcon.vue";
|
|
52
|
+
export { default as ChevronUpIcon } from "./icons/ChevronUpIcon.vue";
|
|
53
|
+
export { default as CircleCheckIcon } from "./icons/CircleCheckIcon.vue";
|
|
54
|
+
export { default as CircleCompose2Icon } from "./icons/CircleCompose2Icon.vue";
|
|
55
|
+
export { default as CircleDotsIcon } from "./icons/CircleDotsIcon.vue";
|
|
56
|
+
export { default as CircleDotsVerticalIcon } from "./icons/CircleDotsVerticalIcon.vue";
|
|
57
|
+
export { default as CircleHalfDottedCheckIcon } from "./icons/CircleHalfDottedCheckIcon.vue";
|
|
58
|
+
export { default as CircleHashtagIcon } from "./icons/CircleHashtagIcon.vue";
|
|
59
|
+
export { default as CircleInfoIcon } from "./icons/CircleInfoIcon.vue";
|
|
60
|
+
export { default as CirclePlusIcon } from "./icons/CirclePlusIcon.vue";
|
|
61
|
+
export { default as CircleWarningIcon } from "./icons/CircleWarningIcon.vue";
|
|
62
|
+
export { default as ClipboardCheckIcon } from "./icons/ClipboardCheckIcon.vue";
|
|
63
|
+
export { default as ClipboardIcon } from "./icons/ClipboardIcon.vue";
|
|
64
|
+
export { default as ClipboardSlashIcon } from "./icons/ClipboardSlashIcon.vue";
|
|
65
|
+
export { default as CloneIcon } from "./icons/CloneIcon.vue";
|
|
66
|
+
export { default as CloudIcon } from "./icons/CloudIcon.vue";
|
|
67
|
+
export { default as ComputerIcon } from "./icons/ComputerIcon.vue";
|
|
68
|
+
export { default as CookieIcon } from "./icons/CookieIcon.vue";
|
|
69
|
+
export { default as CreditCardIcon } from "./icons/CreditCardIcon.vue";
|
|
70
|
+
export { default as CrosshairsIcon } from "./icons/CrosshairsIcon.vue";
|
|
71
|
+
export { default as CrosshairsSlashIcon } from "./icons/CrosshairsSlashIcon.vue";
|
|
72
|
+
export { default as CryptographyIcon } from "./icons/CryptographyIcon.vue";
|
|
73
|
+
export { default as DarkLightIcon } from "./icons/DarkLightIcon.vue";
|
|
74
|
+
export { default as DescendingSortingIcon } from "./icons/DescendingSortingIcon.vue";
|
|
75
|
+
export { default as DesktopArrowDownIcon } from "./icons/DesktopArrowDownIcon.vue";
|
|
76
|
+
export { default as DotsIcon } from "./icons/DotsIcon.vue";
|
|
77
|
+
export { default as DotsVerticalIcon } from "./icons/DotsVerticalIcon.vue";
|
|
78
|
+
export { default as DrawCompassIcon } from "./icons/DrawCompassIcon.vue";
|
|
79
|
+
export { default as EarthIcon } from "./icons/EarthIcon.vue";
|
|
80
|
+
export { default as EnvelopeIcon } from "./icons/EnvelopeIcon.vue";
|
|
81
|
+
export { default as EnvelopeOpenIcon } from "./icons/EnvelopeOpenIcon.vue";
|
|
82
|
+
export { default as EyeClosedIcon } from "./icons/EyeClosedIcon.vue";
|
|
83
|
+
export { default as EyeIcon } from "./icons/EyeIcon.vue";
|
|
84
|
+
export { default as EyeOpenIcon } from "./icons/EyeOpenIcon.vue";
|
|
85
|
+
export { default as EyeSlashIcon } from "./icons/EyeSlashIcon.vue";
|
|
86
|
+
export { default as FacePlusIcon } from "./icons/FacePlusIcon.vue";
|
|
87
|
+
export { default as FaceSmile2Icon } from "./icons/FaceSmile2Icon.vue";
|
|
88
|
+
export { default as FacialRecognitionIcon } from "./icons/FacialRecognitionIcon.vue";
|
|
89
|
+
export { default as FeatherIcon } from "./icons/FeatherIcon.vue";
|
|
90
|
+
export { default as FileContentIcon } from "./icons/FileContentIcon.vue";
|
|
91
|
+
export { default as FileIcon } from "./icons/FileIcon.vue";
|
|
92
|
+
export { default as Files2Icon } from "./icons/Files2Icon.vue";
|
|
93
|
+
export { default as FilmIcon } from "./icons/FilmIcon.vue";
|
|
94
|
+
export { default as FilterIcon } from "./icons/FilterIcon.vue";
|
|
95
|
+
export { default as FiltersIcon } from "./icons/FiltersIcon.vue";
|
|
96
|
+
export { default as FingerprintIcon } from "./icons/FingerprintIcon.vue";
|
|
97
|
+
export { default as Flag7Icon } from "./icons/Flag7Icon.vue";
|
|
98
|
+
export { default as FlameIcon } from "./icons/FlameIcon.vue";
|
|
99
|
+
export { default as FolderIcon } from "./icons/FolderIcon.vue";
|
|
100
|
+
export { default as FolderOpenIcon } from "./icons/FolderOpenIcon.vue";
|
|
101
|
+
export { default as ForkliftIcon } from "./icons/ForkliftIcon.vue";
|
|
102
|
+
export { default as GamepadButtonsIcon } from "./icons/GamepadButtonsIcon.vue";
|
|
103
|
+
export { default as GamepadIcon } from "./icons/GamepadIcon.vue";
|
|
104
|
+
export { default as GamingButtonsIcon } from "./icons/GamingButtonsIcon.vue";
|
|
105
|
+
export { default as GasPumpIcon } from "./icons/GasPumpIcon.vue";
|
|
106
|
+
export { default as Gauge3Icon } from "./icons/Gauge3Icon.vue";
|
|
107
|
+
export { default as Gear2Icon } from "./icons/Gear2Icon.vue";
|
|
108
|
+
export { default as GemSparkleIcon } from "./icons/GemSparkleIcon.vue";
|
|
109
|
+
export { default as GiftIcon } from "./icons/GiftIcon.vue";
|
|
110
|
+
export { default as GlobePointerIcon } from "./icons/GlobePointerIcon.vue";
|
|
111
|
+
export { default as GraduationCapIcon } from "./icons/GraduationCapIcon.vue";
|
|
112
|
+
export { default as GridCirclePlusIcon } from "./icons/GridCirclePlusIcon.vue";
|
|
113
|
+
export { default as HalfDottedCirclePlayIcon } from "./icons/HalfDottedCirclePlayIcon.vue";
|
|
114
|
+
export { default as HandIcon } from "./icons/HandIcon.vue";
|
|
115
|
+
export { default as HandshakeIcon } from "./icons/HandshakeIcon.vue";
|
|
116
|
+
export { default as HeadsetIcon } from "./icons/HeadsetIcon.vue";
|
|
117
|
+
export { default as HeartHandIcon } from "./icons/HeartHandIcon.vue";
|
|
118
|
+
export { default as HeartIcon } from "./icons/HeartIcon.vue";
|
|
119
|
+
export { default as HotDrinkIcon } from "./icons/HotDrinkIcon.vue";
|
|
120
|
+
export { default as House2Icon } from "./icons/House2Icon.vue";
|
|
121
|
+
export { default as House5Icon } from "./icons/House5Icon.vue";
|
|
122
|
+
export { default as ImageDepthIcon } from "./icons/ImageDepthIcon.vue";
|
|
123
|
+
export { default as ImageIcon } from "./icons/ImageIcon.vue";
|
|
124
|
+
export { default as ImageMountainIcon } from "./icons/ImageMountainIcon.vue";
|
|
125
|
+
export { default as Images2Icon } from "./icons/Images2Icon.vue";
|
|
126
|
+
export { default as ImageSparkleIcon } from "./icons/ImageSparkleIcon.vue";
|
|
127
|
+
export { default as InboxArrowDownIcon } from "./icons/InboxArrowDownIcon.vue";
|
|
128
|
+
export { default as IndustryIcon } from "./icons/IndustryIcon.vue";
|
|
129
|
+
export { default as InputPasswordEditIcon } from "./icons/InputPasswordEditIcon.vue";
|
|
130
|
+
export { default as KeyboardIcon } from "./icons/KeyboardIcon.vue";
|
|
131
|
+
export { default as KeyNodesIcon } from "./icons/KeyNodesIcon.vue";
|
|
132
|
+
export { default as LanguageIcon } from "./icons/LanguageIcon.vue";
|
|
133
|
+
export { default as LaptopIcon } from "./icons/LaptopIcon.vue";
|
|
134
|
+
export { default as LaptopMobileIcon } from "./icons/LaptopMobileIcon.vue";
|
|
135
|
+
export { default as Layers3Icon } from "./icons/Layers3Icon.vue";
|
|
136
|
+
export { default as LeafIcon } from "./icons/LeafIcon.vue";
|
|
137
|
+
export { default as LifeRingIcon } from "./icons/LifeRingIcon.vue";
|
|
138
|
+
export { default as Lightbulb3Icon } from "./icons/Lightbulb3Icon.vue";
|
|
139
|
+
export { default as LinkIcon } from "./icons/LinkIcon.vue";
|
|
140
|
+
export { default as LoaderIcon } from "./icons/LoaderIcon.vue";
|
|
141
|
+
export { default as Location2Icon } from "./icons/Location2Icon.vue";
|
|
142
|
+
export { default as LockIcon } from "./icons/LockIcon.vue";
|
|
143
|
+
export { default as LockOpen2Icon } from "./icons/LockOpen2Icon.vue";
|
|
144
|
+
export { default as LockOpenIcon } from "./icons/LockOpenIcon.vue";
|
|
145
|
+
export { default as MagicWandIcon } from "./icons/MagicWandIcon.vue";
|
|
146
|
+
export { default as MagnifierFaceWorriedIcon } from "./icons/MagnifierFaceWorriedIcon.vue";
|
|
147
|
+
export { default as MagnifierIcon } from "./icons/MagnifierIcon.vue";
|
|
148
|
+
export { default as MapIcon } from "./icons/MapIcon.vue";
|
|
149
|
+
export { default as MenuBarsIcon } from "./icons/MenuBarsIcon.vue";
|
|
150
|
+
export { default as MenuIcon } from "./icons/MenuIcon.vue";
|
|
151
|
+
export { default as MicrophoneIcon } from "./icons/MicrophoneIcon.vue";
|
|
152
|
+
export { default as MicrophoneSlashIcon } from "./icons/MicrophoneSlashIcon.vue";
|
|
153
|
+
export { default as MinusIcon } from "./icons/MinusIcon.vue";
|
|
154
|
+
export { default as MoneyBillCoinIcon } from "./icons/MoneyBillCoinIcon.vue";
|
|
155
|
+
export { default as MoonIcon } from "./icons/MoonIcon.vue";
|
|
156
|
+
export { default as MsgBubbleUserIcon } from "./icons/MsgBubbleUserIcon.vue";
|
|
157
|
+
export { default as MsgsIcon } from "./icons/MsgsIcon.vue";
|
|
158
|
+
export { default as MsgSmileIcon } from "./icons/MsgSmileIcon.vue";
|
|
159
|
+
export { default as MsgWritingIcon } from "./icons/MsgWritingIcon.vue";
|
|
160
|
+
export { default as MusicIcon } from "./icons/MusicIcon.vue";
|
|
161
|
+
export { default as MusicNoteSparkleIcon } from "./icons/MusicNoteSparkleIcon.vue";
|
|
162
|
+
export { default as MusicPlaylist2Icon } from "./icons/MusicPlaylist2Icon.vue";
|
|
163
|
+
export { default as NodesIcon } from "./icons/NodesIcon.vue";
|
|
164
|
+
export { default as NoteIcon } from "./icons/NoteIcon.vue";
|
|
165
|
+
export { default as NotificationIcon } from "./icons/NotificationIcon.vue";
|
|
166
|
+
export { default as OfficeIcon } from "./icons/OfficeIcon.vue";
|
|
167
|
+
export { default as OrderedListIcon } from "./icons/OrderedListIcon.vue";
|
|
168
|
+
export { default as PaintbrushIcon } from "./icons/PaintbrushIcon.vue";
|
|
169
|
+
export { default as PaperclipIcon } from "./icons/PaperclipIcon.vue";
|
|
170
|
+
export { default as PaperPlane2Icon } from "./icons/PaperPlane2Icon.vue";
|
|
171
|
+
export { default as Password2Icon } from "./icons/Password2Icon.vue";
|
|
172
|
+
export { default as Pen2Icon } from "./icons/Pen2Icon.vue";
|
|
173
|
+
export { default as Pen3Icon } from "./icons/Pen3Icon.vue";
|
|
174
|
+
export { default as PenNib3Icon } from "./icons/PenNib3Icon.vue";
|
|
175
|
+
export { default as PenPlusIcon } from "./icons/PenPlusIcon.vue";
|
|
176
|
+
export { default as PenSparkleIcon } from "./icons/PenSparkleIcon.vue";
|
|
177
|
+
export { default as PenWriting4Icon } from "./icons/PenWriting4Icon.vue";
|
|
178
|
+
export { default as PenWriting6Icon } from "./icons/PenWriting6Icon.vue";
|
|
179
|
+
export { default as PhoneIcon } from "./icons/PhoneIcon.vue";
|
|
180
|
+
export { default as PinIcon } from "./icons/PinIcon.vue";
|
|
181
|
+
export { default as PinTackIcon } from "./icons/PinTackIcon.vue";
|
|
182
|
+
export { default as PizzaSlice2Icon } from "./icons/PizzaSlice2Icon.vue";
|
|
183
|
+
export { default as Plug2Icon } from "./icons/Plug2Icon.vue";
|
|
184
|
+
export { default as PlusIcon } from "./icons/PlusIcon.vue";
|
|
185
|
+
export { default as PointerIcon } from "./icons/PointerIcon.vue";
|
|
186
|
+
export { default as PresentationScreenIcon } from "./icons/PresentationScreenIcon.vue";
|
|
187
|
+
export { default as PrintIcon } from "./icons/PrintIcon.vue";
|
|
188
|
+
export { default as ProgressBarIcon } from "./icons/ProgressBarIcon.vue";
|
|
189
|
+
export { default as PuzzlePieceIcon } from "./icons/PuzzlePieceIcon.vue";
|
|
190
|
+
export { default as Refresh2Icon } from "./icons/Refresh2Icon.vue";
|
|
191
|
+
export { default as RoadmapIcon } from "./icons/RoadmapIcon.vue";
|
|
192
|
+
export { default as RocketIcon } from "./icons/RocketIcon.vue";
|
|
193
|
+
export { default as Rotation360Icon } from "./icons/Rotation360Icon.vue";
|
|
194
|
+
export { default as RulerPenIcon } from "./icons/RulerPenIcon.vue";
|
|
195
|
+
export { default as SatelliteIcon } from "./icons/SatelliteIcon.vue";
|
|
196
|
+
export { default as ScaleIcon } from "./icons/ScaleIcon.vue";
|
|
197
|
+
export { default as ScissorsCoupon2Icon } from "./icons/ScissorsCoupon2Icon.vue";
|
|
198
|
+
export { default as ScissorsIcon } from "./icons/ScissorsIcon.vue";
|
|
199
|
+
export { default as ScribbleIcon } from "./icons/ScribbleIcon.vue";
|
|
200
|
+
export { default as ShapesIcon } from "./icons/ShapesIcon.vue";
|
|
201
|
+
export { default as ShareUpRightIcon } from "./icons/ShareUpRightIcon.vue";
|
|
202
|
+
export { default as ShieldCheckIcon } from "./icons/ShieldCheckIcon.vue";
|
|
203
|
+
export { default as ShopIcon } from "./icons/ShopIcon.vue";
|
|
204
|
+
export { default as SideProfileIcon } from "./icons/SideProfileIcon.vue";
|
|
205
|
+
export { default as Signal2Icon } from "./icons/Signal2Icon.vue";
|
|
206
|
+
export { default as Sitemap4Icon } from "./icons/Sitemap4Icon.vue";
|
|
207
|
+
export { default as SlidersIcon } from "./icons/SlidersIcon.vue";
|
|
208
|
+
export { default as Sparkle3Icon } from "./icons/Sparkle3Icon.vue";
|
|
209
|
+
export { default as SquareDottedArrowBottomRightIcon } from "./icons/SquareDottedArrowBottomRightIcon.vue";
|
|
210
|
+
export { default as SquareMinusIcon } from "./icons/SquareMinusIcon.vue";
|
|
211
|
+
export { default as SquarePlusIcon } from "./icons/SquarePlusIcon.vue";
|
|
212
|
+
export { default as StackPerspectiveIcon } from "./icons/StackPerspectiveIcon.vue";
|
|
213
|
+
export { default as StarIcon } from "./icons/StarIcon.vue";
|
|
214
|
+
export { default as StarSparkleIcon } from "./icons/StarSparkleIcon.vue";
|
|
215
|
+
export { default as StickerSmileIcon } from "./icons/StickerSmileIcon.vue";
|
|
216
|
+
export { default as StopwatchIcon } from "./icons/StopwatchIcon.vue";
|
|
217
|
+
export { default as Subscription2Icon } from "./icons/Subscription2Icon.vue";
|
|
218
|
+
export { default as Suitcase3Icon } from "./icons/Suitcase3Icon.vue";
|
|
219
|
+
export { default as SunIcon } from "./icons/SunIcon.vue";
|
|
220
|
+
export { default as TagIcon } from "./icons/TagIcon.vue";
|
|
221
|
+
export { default as TagsIcon } from "./icons/TagsIcon.vue";
|
|
222
|
+
export { default as TargetIcon } from "./icons/TargetIcon.vue";
|
|
223
|
+
export { default as Tasks2Icon } from "./icons/Tasks2Icon.vue";
|
|
224
|
+
export { default as TextHighlightIcon } from "./icons/TextHighlightIcon.vue";
|
|
225
|
+
export { default as TextTool2Icon } from "./icons/TextTool2Icon.vue";
|
|
226
|
+
export { default as ThumbsUpIcon } from "./icons/ThumbsUpIcon.vue";
|
|
227
|
+
export { default as Ticket4Icon } from "./icons/Ticket4Icon.vue";
|
|
228
|
+
export { default as Timer2Icon } from "./icons/Timer2Icon.vue";
|
|
229
|
+
export { default as Toggle3Icon } from "./icons/Toggle3Icon.vue";
|
|
230
|
+
export { default as TrashIcon } from "./icons/TrashIcon.vue";
|
|
231
|
+
export { default as TriangleWarningIcon } from "./icons/TriangleWarningIcon.vue";
|
|
232
|
+
export { default as UfoIcon } from "./icons/UfoIcon.vue";
|
|
233
|
+
export { default as UnorderedListIcon } from "./icons/UnorderedListIcon.vue";
|
|
234
|
+
export { default as UserIcon } from "./icons/UserIcon.vue";
|
|
235
|
+
export { default as UserLaptopIcon } from "./icons/UserLaptopIcon.vue";
|
|
236
|
+
export { default as UserSearchIcon } from "./icons/UserSearchIcon.vue";
|
|
237
|
+
export { default as UsersIcon } from "./icons/UsersIcon.vue";
|
|
238
|
+
export { default as Vault3Icon } from "./icons/Vault3Icon.vue";
|
|
239
|
+
export { default as VideoIcon } from "./icons/VideoIcon.vue";
|
|
240
|
+
export { default as VolumeIcon } from "./icons/VolumeIcon.vue";
|
|
241
|
+
export { default as VolumeUpIcon } from "./icons/VolumeUpIcon.vue";
|
|
242
|
+
export { default as Wallet2CircuitIcon } from "./icons/Wallet2CircuitIcon.vue";
|
|
243
|
+
export { default as Wallet2Icon } from "./icons/Wallet2Icon.vue";
|
|
244
|
+
export { default as WandSparkleIcon } from "./icons/WandSparkleIcon.vue";
|
|
245
|
+
export { default as WatchIcon } from "./icons/WatchIcon.vue";
|
|
246
|
+
export { default as WindowChartLineIcon } from "./icons/WindowChartLineIcon.vue";
|
|
247
|
+
export { default as WindowExpandBottomRightIcon } from "./icons/WindowExpandBottomRightIcon.vue";
|
|
248
|
+
export { default as WindowPointerIcon } from "./icons/WindowPointerIcon.vue";
|
|
249
|
+
export { default as XmarkIcon } from "./icons/XmarkIcon.vue";
|
|
250
|
+
export { default as BarsAnim2GlyphIcon } from "./animated/BarsAnim2GlyphIcon.vue";
|
|
251
|
+
export { default as BarsAnim3GlyphIcon } from "./animated/BarsAnim3GlyphIcon.vue";
|
|
252
|
+
export { default as BarsAnim3OutlineIcon } from "./animated/BarsAnim3OutlineIcon.vue";
|
|
253
|
+
export { default as BarsAnimGlyphIcon } from "./animated/BarsAnimGlyphIcon.vue";
|
|
254
|
+
export { default as BarsAnimOutlineIcon } from "./animated/BarsAnimOutlineIcon.vue";
|
|
255
|
+
export { default as CircleAnim2GlyphIcon } from "./animated/CircleAnim2GlyphIcon.vue";
|
|
256
|
+
export { default as CircleAnim2OutlineIcon } from "./animated/CircleAnim2OutlineIcon.vue";
|
|
257
|
+
export { default as CircleAnim32GlyphIcon } from "./animated/CircleAnim32GlyphIcon.vue";
|
|
258
|
+
export { default as CircleAnim3GlyphIcon } from "./animated/CircleAnim3GlyphIcon.vue";
|
|
259
|
+
export { default as CircleAnim3OutlineIcon } from "./animated/CircleAnim3OutlineIcon.vue";
|
|
260
|
+
export { default as CircleAnimOutlineIcon } from "./animated/CircleAnimOutlineIcon.vue";
|
|
261
|
+
export { default as ClockAnimGlyphIcon } from "./animated/ClockAnimGlyphIcon.vue";
|
|
262
|
+
export { default as ClockAnimOutlineIcon } from "./animated/ClockAnimOutlineIcon.vue";
|
|
263
|
+
export { default as CubesAnimOutlineIcon } from "./animated/CubesAnimOutlineIcon.vue";
|
|
264
|
+
export { default as DotsAnim2GlyphIcon } from "./animated/DotsAnim2GlyphIcon.vue";
|
|
265
|
+
export { default as DotsAnim2OutlineIcon } from "./animated/DotsAnim2OutlineIcon.vue";
|
|
266
|
+
export { default as DotsAnim3GlyphIcon } from "./animated/DotsAnim3GlyphIcon.vue";
|
|
267
|
+
export { default as DotsAnim3OutlineIcon } from "./animated/DotsAnim3OutlineIcon.vue";
|
|
268
|
+
export { default as DotsAnim4GlyphIcon } from "./animated/DotsAnim4GlyphIcon.vue";
|
|
269
|
+
export { default as DotsAnim4OutlineIcon } from "./animated/DotsAnim4OutlineIcon.vue";
|
|
270
|
+
export { default as DotsAnim5GlyphIcon } from "./animated/DotsAnim5GlyphIcon.vue";
|
|
271
|
+
export { default as DotsAnim5OutlineIcon } from "./animated/DotsAnim5OutlineIcon.vue";
|
|
272
|
+
export { default as DotsAnim6GlyphIcon } from "./animated/DotsAnim6GlyphIcon.vue";
|
|
273
|
+
export { default as DotsAnim6OutlineIcon } from "./animated/DotsAnim6OutlineIcon.vue";
|
|
274
|
+
export { default as DotsAnim7GlyphIcon } from "./animated/DotsAnim7GlyphIcon.vue";
|
|
275
|
+
export { default as DotsAnim7OutlineIcon } from "./animated/DotsAnim7OutlineIcon.vue";
|
|
276
|
+
export { default as DotsAnimGlyphIcon } from "./animated/DotsAnimGlyphIcon.vue";
|
|
277
|
+
export { default as DotsAnimOutlineIcon } from "./animated/DotsAnimOutlineIcon.vue";
|
|
278
|
+
export { default as GooeyAnimGlyphIcon } from "./animated/GooeyAnimGlyphIcon.vue";
|
|
279
|
+
export { default as HeartAnimGlyphIcon } from "./animated/HeartAnimGlyphIcon.vue";
|
|
280
|
+
export { default as HeartAnimOutlineIcon } from "./animated/HeartAnimOutlineIcon.vue";
|
|
281
|
+
export { default as MouseAnimGlyphIcon } from "./animated/MouseAnimGlyphIcon.vue";
|
|
282
|
+
export { default as MouseAnimOutlineIcon } from "./animated/MouseAnimOutlineIcon.vue";
|
|
283
|
+
export { default as RippleAnimGlyphIcon } from "./animated/RippleAnimGlyphIcon.vue";
|
|
284
|
+
export { default as RippleAnimOutlineIcon } from "./animated/RippleAnimOutlineIcon.vue";
|
|
285
|
+
export { default as RotatingBarsAnimGlyphIcon } from "./animated/RotatingBarsAnimGlyphIcon.vue";
|
|
286
|
+
export { default as RotatingBarsAnimOutlineIcon } from "./animated/RotatingBarsAnimOutlineIcon.vue";
|
|
287
|
+
export { default as SlideshowAnimGlyphIcon } from "./animated/SlideshowAnimGlyphIcon.vue";
|
|
288
|
+
export { default as SquaresAnim2GlyphIcon } from "./animated/SquaresAnim2GlyphIcon.vue";
|
|
289
|
+
export { default as SquaresAnim2OutlineIcon } from "./animated/SquaresAnim2OutlineIcon.vue";
|
|
290
|
+
export { default as SquaresAnimGlyphIcon } from "./animated/SquaresAnimGlyphIcon.vue";
|
|
291
|
+
export { default as SquaresAnimOutlineIcon } from "./animated/SquaresAnimOutlineIcon.vue";
|
|
292
|
+
export declare const Icons: {
|
|
293
|
+
readonly AccessibilityIcon: DefineComponent<{}, {}, any>;
|
|
294
|
+
readonly AlarmClockIcon: DefineComponent<{}, {}, any>;
|
|
295
|
+
readonly Align3BottomIcon: DefineComponent<{}, {}, any>;
|
|
296
|
+
readonly Align3HorizontalIcon: DefineComponent<{}, {}, any>;
|
|
297
|
+
readonly Align3LeftIcon: DefineComponent<{}, {}, any>;
|
|
298
|
+
readonly Align3RightIcon: DefineComponent<{}, {}, any>;
|
|
299
|
+
readonly Align3TopIcon: DefineComponent<{}, {}, any>;
|
|
300
|
+
readonly Align3VerticalIcon: DefineComponent<{}, {}, any>;
|
|
301
|
+
readonly AnchorIcon: DefineComponent<{}, {}, any>;
|
|
302
|
+
readonly ArrowDoorInIcon: DefineComponent<{}, {}, any>;
|
|
303
|
+
readonly ArrowDoorOut3Icon: DefineComponent<{}, {}, any>;
|
|
304
|
+
readonly ArrowDottedRotateAnticlockwiseIcon: DefineComponent<{}, {}, any>;
|
|
305
|
+
readonly ArrowTurnLeftIcon: DefineComponent<{}, {}, any>;
|
|
306
|
+
readonly AspectRatioSquare2Icon: DefineComponent<{}, {}, any>;
|
|
307
|
+
readonly AtSignIcon: DefineComponent<{}, {}, any>;
|
|
308
|
+
readonly AwardCertificateIcon: DefineComponent<{}, {}, any>;
|
|
309
|
+
readonly AwardIcon: DefineComponent<{}, {}, any>;
|
|
310
|
+
readonly BagShoppingIcon: DefineComponent<{}, {}, any>;
|
|
311
|
+
readonly BallBasketIcon: DefineComponent<{}, {}, any>;
|
|
312
|
+
readonly BallotCircleIcon: DefineComponent<{}, {}, any>;
|
|
313
|
+
readonly BasketShoppingIcon: DefineComponent<{}, {}, any>;
|
|
314
|
+
readonly BatteryHighIcon: DefineComponent<{}, {}, any>;
|
|
315
|
+
readonly BatteryIcon: DefineComponent<{}, {}, any>;
|
|
316
|
+
readonly BellIcon: DefineComponent<{}, {}, any>;
|
|
317
|
+
readonly BicycleIcon: DefineComponent<{}, {}, any>;
|
|
318
|
+
readonly BitcoinIcon: DefineComponent<{}, {}, any>;
|
|
319
|
+
readonly BoltIcon: DefineComponent<{}, {}, any>;
|
|
320
|
+
readonly BoltLightningIcon: DefineComponent<{}, {}, any>;
|
|
321
|
+
readonly BoltSlashIcon: DefineComponent<{}, {}, any>;
|
|
322
|
+
readonly BookBookmarkIcon: DefineComponent<{}, {}, any>;
|
|
323
|
+
readonly BookmarkIcon: DefineComponent<{}, {}, any>;
|
|
324
|
+
readonly BookmarksIcon: DefineComponent<{}, {}, any>;
|
|
325
|
+
readonly BookmarkSlashIcon: DefineComponent<{}, {}, any>;
|
|
326
|
+
readonly BookOpenIcon: DefineComponent<{}, {}, any>;
|
|
327
|
+
readonly BoxArchiveIcon: DefineComponent<{}, {}, any>;
|
|
328
|
+
readonly BoxIcon: DefineComponent<{}, {}, any>;
|
|
329
|
+
readonly BugIcon: DefineComponent<{}, {}, any>;
|
|
330
|
+
readonly BugSlashIcon: DefineComponent<{}, {}, any>;
|
|
331
|
+
readonly BullhornIcon: DefineComponent<{}, {}, any>;
|
|
332
|
+
readonly CalendarDaysIcon: DefineComponent<{}, {}, any>;
|
|
333
|
+
readonly CalendarIcon: DefineComponent<{}, {}, any>;
|
|
334
|
+
readonly Camera2Icon: DefineComponent<{}, {}, any>;
|
|
335
|
+
readonly CameraIcon: DefineComponent<{}, {}, any>;
|
|
336
|
+
readonly CartShoppingIcon: DefineComponent<{}, {}, any>;
|
|
337
|
+
readonly Chair4Icon: DefineComponent<{}, {}, any>;
|
|
338
|
+
readonly ChartBarTrendUpIcon: DefineComponent<{}, {}, any>;
|
|
339
|
+
readonly CheckIcon: DefineComponent<{}, {}, any>;
|
|
340
|
+
readonly ChevronDownIcon: DefineComponent<{}, {}, any>;
|
|
341
|
+
readonly ChevronExpandYIcon: DefineComponent<{}, {}, any>;
|
|
342
|
+
readonly ChevronLeftIcon: DefineComponent<{}, {}, any>;
|
|
343
|
+
readonly ChevronRightIcon: DefineComponent<{}, {}, any>;
|
|
344
|
+
readonly ChevronUpIcon: DefineComponent<{}, {}, any>;
|
|
345
|
+
readonly CircleCheckIcon: DefineComponent<{}, {}, any>;
|
|
346
|
+
readonly CircleCompose2Icon: DefineComponent<{}, {}, any>;
|
|
347
|
+
readonly CircleDotsIcon: DefineComponent<{}, {}, any>;
|
|
348
|
+
readonly CircleDotsVerticalIcon: DefineComponent<{}, {}, any>;
|
|
349
|
+
readonly CircleHalfDottedCheckIcon: DefineComponent<{}, {}, any>;
|
|
350
|
+
readonly CircleHashtagIcon: DefineComponent<{}, {}, any>;
|
|
351
|
+
readonly CircleInfoIcon: DefineComponent<{}, {}, any>;
|
|
352
|
+
readonly CirclePlusIcon: DefineComponent<{}, {}, any>;
|
|
353
|
+
readonly CircleWarningIcon: DefineComponent<{}, {}, any>;
|
|
354
|
+
readonly ClipboardCheckIcon: DefineComponent<{}, {}, any>;
|
|
355
|
+
readonly ClipboardIcon: DefineComponent<{}, {}, any>;
|
|
356
|
+
readonly ClipboardSlashIcon: DefineComponent<{}, {}, any>;
|
|
357
|
+
readonly CloneIcon: DefineComponent<{}, {}, any>;
|
|
358
|
+
readonly CloudIcon: DefineComponent<{}, {}, any>;
|
|
359
|
+
readonly ComputerIcon: DefineComponent<{}, {}, any>;
|
|
360
|
+
readonly CookieIcon: DefineComponent<{}, {}, any>;
|
|
361
|
+
readonly CreditCardIcon: DefineComponent<{}, {}, any>;
|
|
362
|
+
readonly CrosshairsIcon: DefineComponent<{}, {}, any>;
|
|
363
|
+
readonly CrosshairsSlashIcon: DefineComponent<{}, {}, any>;
|
|
364
|
+
readonly CryptographyIcon: DefineComponent<{}, {}, any>;
|
|
365
|
+
readonly DarkLightIcon: DefineComponent<{}, {}, any>;
|
|
366
|
+
readonly DescendingSortingIcon: DefineComponent<{}, {}, any>;
|
|
367
|
+
readonly DesktopArrowDownIcon: DefineComponent<{}, {}, any>;
|
|
368
|
+
readonly DotsIcon: DefineComponent<{}, {}, any>;
|
|
369
|
+
readonly DotsVerticalIcon: DefineComponent<{}, {}, any>;
|
|
370
|
+
readonly DrawCompassIcon: DefineComponent<{}, {}, any>;
|
|
371
|
+
readonly EarthIcon: DefineComponent<{}, {}, any>;
|
|
372
|
+
readonly EnvelopeIcon: DefineComponent<{}, {}, any>;
|
|
373
|
+
readonly EnvelopeOpenIcon: DefineComponent<{}, {}, any>;
|
|
374
|
+
readonly EyeClosedIcon: DefineComponent<{}, {}, any>;
|
|
375
|
+
readonly EyeIcon: DefineComponent<{}, {}, any>;
|
|
376
|
+
readonly EyeOpenIcon: DefineComponent<{}, {}, any>;
|
|
377
|
+
readonly EyeSlashIcon: DefineComponent<{}, {}, any>;
|
|
378
|
+
readonly FacePlusIcon: DefineComponent<{}, {}, any>;
|
|
379
|
+
readonly FaceSmile2Icon: DefineComponent<{}, {}, any>;
|
|
380
|
+
readonly FacialRecognitionIcon: DefineComponent<{}, {}, any>;
|
|
381
|
+
readonly FeatherIcon: DefineComponent<{}, {}, any>;
|
|
382
|
+
readonly FileContentIcon: DefineComponent<{}, {}, any>;
|
|
383
|
+
readonly FileIcon: DefineComponent<{}, {}, any>;
|
|
384
|
+
readonly Files2Icon: DefineComponent<{}, {}, any>;
|
|
385
|
+
readonly FilmIcon: DefineComponent<{}, {}, any>;
|
|
386
|
+
readonly FilterIcon: DefineComponent<{}, {}, any>;
|
|
387
|
+
readonly FiltersIcon: DefineComponent<{}, {}, any>;
|
|
388
|
+
readonly FingerprintIcon: DefineComponent<{}, {}, any>;
|
|
389
|
+
readonly Flag7Icon: DefineComponent<{}, {}, any>;
|
|
390
|
+
readonly FlameIcon: DefineComponent<{}, {}, any>;
|
|
391
|
+
readonly FolderIcon: DefineComponent<{}, {}, any>;
|
|
392
|
+
readonly FolderOpenIcon: DefineComponent<{}, {}, any>;
|
|
393
|
+
readonly ForkliftIcon: DefineComponent<{}, {}, any>;
|
|
394
|
+
readonly GamepadButtonsIcon: DefineComponent<{}, {}, any>;
|
|
395
|
+
readonly GamepadIcon: DefineComponent<{}, {}, any>;
|
|
396
|
+
readonly GamingButtonsIcon: DefineComponent<{}, {}, any>;
|
|
397
|
+
readonly GasPumpIcon: DefineComponent<{}, {}, any>;
|
|
398
|
+
readonly Gauge3Icon: DefineComponent<{}, {}, any>;
|
|
399
|
+
readonly Gear2Icon: DefineComponent<{}, {}, any>;
|
|
400
|
+
readonly GemSparkleIcon: DefineComponent<{}, {}, any>;
|
|
401
|
+
readonly GiftIcon: DefineComponent<{}, {}, any>;
|
|
402
|
+
readonly GlobePointerIcon: DefineComponent<{}, {}, any>;
|
|
403
|
+
readonly GraduationCapIcon: DefineComponent<{}, {}, any>;
|
|
404
|
+
readonly GridCirclePlusIcon: DefineComponent<{}, {}, any>;
|
|
405
|
+
readonly HalfDottedCirclePlayIcon: DefineComponent<{}, {}, any>;
|
|
406
|
+
readonly HandIcon: DefineComponent<{}, {}, any>;
|
|
407
|
+
readonly HandshakeIcon: DefineComponent<{}, {}, any>;
|
|
408
|
+
readonly HeadsetIcon: DefineComponent<{}, {}, any>;
|
|
409
|
+
readonly HeartHandIcon: DefineComponent<{}, {}, any>;
|
|
410
|
+
readonly HeartIcon: DefineComponent<{}, {}, any>;
|
|
411
|
+
readonly HotDrinkIcon: DefineComponent<{}, {}, any>;
|
|
412
|
+
readonly House2Icon: DefineComponent<{}, {}, any>;
|
|
413
|
+
readonly House5Icon: DefineComponent<{}, {}, any>;
|
|
414
|
+
readonly ImageDepthIcon: DefineComponent<{}, {}, any>;
|
|
415
|
+
readonly ImageIcon: DefineComponent<{}, {}, any>;
|
|
416
|
+
readonly ImageMountainIcon: DefineComponent<{}, {}, any>;
|
|
417
|
+
readonly Images2Icon: DefineComponent<{}, {}, any>;
|
|
418
|
+
readonly ImageSparkleIcon: DefineComponent<{}, {}, any>;
|
|
419
|
+
readonly InboxArrowDownIcon: DefineComponent<{}, {}, any>;
|
|
420
|
+
readonly IndustryIcon: DefineComponent<{}, {}, any>;
|
|
421
|
+
readonly InputPasswordEditIcon: DefineComponent<{}, {}, any>;
|
|
422
|
+
readonly KeyboardIcon: DefineComponent<{}, {}, any>;
|
|
423
|
+
readonly KeyNodesIcon: DefineComponent<{}, {}, any>;
|
|
424
|
+
readonly LanguageIcon: DefineComponent<{}, {}, any>;
|
|
425
|
+
readonly LaptopIcon: DefineComponent<{}, {}, any>;
|
|
426
|
+
readonly LaptopMobileIcon: DefineComponent<{}, {}, any>;
|
|
427
|
+
readonly Layers3Icon: DefineComponent<{}, {}, any>;
|
|
428
|
+
readonly LeafIcon: DefineComponent<{}, {}, any>;
|
|
429
|
+
readonly LifeRingIcon: DefineComponent<{}, {}, any>;
|
|
430
|
+
readonly Lightbulb3Icon: DefineComponent<{}, {}, any>;
|
|
431
|
+
readonly LinkIcon: DefineComponent<{}, {}, any>;
|
|
432
|
+
readonly LoaderIcon: DefineComponent<{}, {}, any>;
|
|
433
|
+
readonly Location2Icon: DefineComponent<{}, {}, any>;
|
|
434
|
+
readonly LockIcon: DefineComponent<{}, {}, any>;
|
|
435
|
+
readonly LockOpen2Icon: DefineComponent<{}, {}, any>;
|
|
436
|
+
readonly LockOpenIcon: DefineComponent<{}, {}, any>;
|
|
437
|
+
readonly MagicWandIcon: DefineComponent<{}, {}, any>;
|
|
438
|
+
readonly MagnifierFaceWorriedIcon: DefineComponent<{}, {}, any>;
|
|
439
|
+
readonly MagnifierIcon: DefineComponent<{}, {}, any>;
|
|
440
|
+
readonly MapIcon: DefineComponent<{}, {}, any>;
|
|
441
|
+
readonly MenuBarsIcon: DefineComponent<{}, {}, any>;
|
|
442
|
+
readonly MenuIcon: DefineComponent<{}, {}, any>;
|
|
443
|
+
readonly MicrophoneIcon: DefineComponent<{}, {}, any>;
|
|
444
|
+
readonly MicrophoneSlashIcon: DefineComponent<{}, {}, any>;
|
|
445
|
+
readonly MinusIcon: DefineComponent<{}, {}, any>;
|
|
446
|
+
readonly MoneyBillCoinIcon: DefineComponent<{}, {}, any>;
|
|
447
|
+
readonly MoonIcon: DefineComponent<{}, {}, any>;
|
|
448
|
+
readonly MsgBubbleUserIcon: DefineComponent<{}, {}, any>;
|
|
449
|
+
readonly MsgsIcon: DefineComponent<{}, {}, any>;
|
|
450
|
+
readonly MsgSmileIcon: DefineComponent<{}, {}, any>;
|
|
451
|
+
readonly MsgWritingIcon: DefineComponent<{}, {}, any>;
|
|
452
|
+
readonly MusicIcon: DefineComponent<{}, {}, any>;
|
|
453
|
+
readonly MusicNoteSparkleIcon: DefineComponent<{}, {}, any>;
|
|
454
|
+
readonly MusicPlaylist2Icon: DefineComponent<{}, {}, any>;
|
|
455
|
+
readonly NodesIcon: DefineComponent<{}, {}, any>;
|
|
456
|
+
readonly NoteIcon: DefineComponent<{}, {}, any>;
|
|
457
|
+
readonly NotificationIcon: DefineComponent<{}, {}, any>;
|
|
458
|
+
readonly OfficeIcon: DefineComponent<{}, {}, any>;
|
|
459
|
+
readonly OrderedListIcon: DefineComponent<{}, {}, any>;
|
|
460
|
+
readonly PaintbrushIcon: DefineComponent<{}, {}, any>;
|
|
461
|
+
readonly PaperclipIcon: DefineComponent<{}, {}, any>;
|
|
462
|
+
readonly PaperPlane2Icon: DefineComponent<{}, {}, any>;
|
|
463
|
+
readonly Password2Icon: DefineComponent<{}, {}, any>;
|
|
464
|
+
readonly Pen2Icon: DefineComponent<{}, {}, any>;
|
|
465
|
+
readonly Pen3Icon: DefineComponent<{}, {}, any>;
|
|
466
|
+
readonly PenNib3Icon: DefineComponent<{}, {}, any>;
|
|
467
|
+
readonly PenPlusIcon: DefineComponent<{}, {}, any>;
|
|
468
|
+
readonly PenSparkleIcon: DefineComponent<{}, {}, any>;
|
|
469
|
+
readonly PenWriting4Icon: DefineComponent<{}, {}, any>;
|
|
470
|
+
readonly PenWriting6Icon: DefineComponent<{}, {}, any>;
|
|
471
|
+
readonly PhoneIcon: DefineComponent<{}, {}, any>;
|
|
472
|
+
readonly PinIcon: DefineComponent<{}, {}, any>;
|
|
473
|
+
readonly PinTackIcon: DefineComponent<{}, {}, any>;
|
|
474
|
+
readonly PizzaSlice2Icon: DefineComponent<{}, {}, any>;
|
|
475
|
+
readonly Plug2Icon: DefineComponent<{}, {}, any>;
|
|
476
|
+
readonly PlusIcon: DefineComponent<{}, {}, any>;
|
|
477
|
+
readonly PointerIcon: DefineComponent<{}, {}, any>;
|
|
478
|
+
readonly PresentationScreenIcon: DefineComponent<{}, {}, any>;
|
|
479
|
+
readonly PrintIcon: DefineComponent<{}, {}, any>;
|
|
480
|
+
readonly ProgressBarIcon: DefineComponent<{}, {}, any>;
|
|
481
|
+
readonly PuzzlePieceIcon: DefineComponent<{}, {}, any>;
|
|
482
|
+
readonly Refresh2Icon: DefineComponent<{}, {}, any>;
|
|
483
|
+
readonly RoadmapIcon: DefineComponent<{}, {}, any>;
|
|
484
|
+
readonly RocketIcon: DefineComponent<{}, {}, any>;
|
|
485
|
+
readonly Rotation360Icon: DefineComponent<{}, {}, any>;
|
|
486
|
+
readonly RulerPenIcon: DefineComponent<{}, {}, any>;
|
|
487
|
+
readonly SatelliteIcon: DefineComponent<{}, {}, any>;
|
|
488
|
+
readonly ScaleIcon: DefineComponent<{}, {}, any>;
|
|
489
|
+
readonly ScissorsCoupon2Icon: DefineComponent<{}, {}, any>;
|
|
490
|
+
readonly ScissorsIcon: DefineComponent<{}, {}, any>;
|
|
491
|
+
readonly ScribbleIcon: DefineComponent<{}, {}, any>;
|
|
492
|
+
readonly ShapesIcon: DefineComponent<{}, {}, any>;
|
|
493
|
+
readonly ShareUpRightIcon: DefineComponent<{}, {}, any>;
|
|
494
|
+
readonly ShieldCheckIcon: DefineComponent<{}, {}, any>;
|
|
495
|
+
readonly ShopIcon: DefineComponent<{}, {}, any>;
|
|
496
|
+
readonly SideProfileIcon: DefineComponent<{}, {}, any>;
|
|
497
|
+
readonly Signal2Icon: DefineComponent<{}, {}, any>;
|
|
498
|
+
readonly Sitemap4Icon: DefineComponent<{}, {}, any>;
|
|
499
|
+
readonly SlidersIcon: DefineComponent<{}, {}, any>;
|
|
500
|
+
readonly Sparkle3Icon: DefineComponent<{}, {}, any>;
|
|
501
|
+
readonly SquareDottedArrowBottomRightIcon: DefineComponent<{}, {}, any>;
|
|
502
|
+
readonly SquareMinusIcon: DefineComponent<{}, {}, any>;
|
|
503
|
+
readonly SquarePlusIcon: DefineComponent<{}, {}, any>;
|
|
504
|
+
readonly StackPerspectiveIcon: DefineComponent<{}, {}, any>;
|
|
505
|
+
readonly StarIcon: DefineComponent<{}, {}, any>;
|
|
506
|
+
readonly StarSparkleIcon: DefineComponent<{}, {}, any>;
|
|
507
|
+
readonly StickerSmileIcon: DefineComponent<{}, {}, any>;
|
|
508
|
+
readonly StopwatchIcon: DefineComponent<{}, {}, any>;
|
|
509
|
+
readonly Subscription2Icon: DefineComponent<{}, {}, any>;
|
|
510
|
+
readonly Suitcase3Icon: DefineComponent<{}, {}, any>;
|
|
511
|
+
readonly SunIcon: DefineComponent<{}, {}, any>;
|
|
512
|
+
readonly TagIcon: DefineComponent<{}, {}, any>;
|
|
513
|
+
readonly TagsIcon: DefineComponent<{}, {}, any>;
|
|
514
|
+
readonly TargetIcon: DefineComponent<{}, {}, any>;
|
|
515
|
+
readonly Tasks2Icon: DefineComponent<{}, {}, any>;
|
|
516
|
+
readonly TextHighlightIcon: DefineComponent<{}, {}, any>;
|
|
517
|
+
readonly TextTool2Icon: DefineComponent<{}, {}, any>;
|
|
518
|
+
readonly ThumbsUpIcon: DefineComponent<{}, {}, any>;
|
|
519
|
+
readonly Ticket4Icon: DefineComponent<{}, {}, any>;
|
|
520
|
+
readonly Timer2Icon: DefineComponent<{}, {}, any>;
|
|
521
|
+
readonly Toggle3Icon: DefineComponent<{}, {}, any>;
|
|
522
|
+
readonly TrashIcon: DefineComponent<{}, {}, any>;
|
|
523
|
+
readonly TriangleWarningIcon: DefineComponent<{}, {}, any>;
|
|
524
|
+
readonly UfoIcon: DefineComponent<{}, {}, any>;
|
|
525
|
+
readonly UnorderedListIcon: DefineComponent<{}, {}, any>;
|
|
526
|
+
readonly UserIcon: DefineComponent<{}, {}, any>;
|
|
527
|
+
readonly UserLaptopIcon: DefineComponent<{}, {}, any>;
|
|
528
|
+
readonly UserSearchIcon: DefineComponent<{}, {}, any>;
|
|
529
|
+
readonly UsersIcon: DefineComponent<{}, {}, any>;
|
|
530
|
+
readonly Vault3Icon: DefineComponent<{}, {}, any>;
|
|
531
|
+
readonly VideoIcon: DefineComponent<{}, {}, any>;
|
|
532
|
+
readonly VolumeIcon: DefineComponent<{}, {}, any>;
|
|
533
|
+
readonly VolumeUpIcon: DefineComponent<{}, {}, any>;
|
|
534
|
+
readonly Wallet2CircuitIcon: DefineComponent<{}, {}, any>;
|
|
535
|
+
readonly Wallet2Icon: DefineComponent<{}, {}, any>;
|
|
536
|
+
readonly WandSparkleIcon: DefineComponent<{}, {}, any>;
|
|
537
|
+
readonly WatchIcon: DefineComponent<{}, {}, any>;
|
|
538
|
+
readonly WindowChartLineIcon: DefineComponent<{}, {}, any>;
|
|
539
|
+
readonly WindowExpandBottomRightIcon: DefineComponent<{}, {}, any>;
|
|
540
|
+
readonly WindowPointerIcon: DefineComponent<{}, {}, any>;
|
|
541
|
+
readonly XmarkIcon: DefineComponent<{}, {}, any>;
|
|
542
|
+
readonly BarsAnim2GlyphIcon: DefineComponent<{}, {}, any>;
|
|
543
|
+
readonly BarsAnim3GlyphIcon: DefineComponent<{}, {}, any>;
|
|
544
|
+
readonly BarsAnim3OutlineIcon: DefineComponent<{}, {}, any>;
|
|
545
|
+
readonly BarsAnimGlyphIcon: DefineComponent<{}, {}, any>;
|
|
546
|
+
readonly BarsAnimOutlineIcon: DefineComponent<{}, {}, any>;
|
|
547
|
+
readonly CircleAnim2GlyphIcon: DefineComponent<{}, {}, any>;
|
|
548
|
+
readonly CircleAnim2OutlineIcon: DefineComponent<{}, {}, any>;
|
|
549
|
+
readonly CircleAnim32GlyphIcon: DefineComponent<{}, {}, any>;
|
|
550
|
+
readonly CircleAnim3GlyphIcon: DefineComponent<{}, {}, any>;
|
|
551
|
+
readonly CircleAnim3OutlineIcon: DefineComponent<{}, {}, any>;
|
|
552
|
+
readonly CircleAnimOutlineIcon: DefineComponent<{}, {}, any>;
|
|
553
|
+
readonly ClockAnimGlyphIcon: DefineComponent<{}, {}, any>;
|
|
554
|
+
readonly ClockAnimOutlineIcon: DefineComponent<{}, {}, any>;
|
|
555
|
+
readonly CubesAnimOutlineIcon: DefineComponent<{}, {}, any>;
|
|
556
|
+
readonly DotsAnim2GlyphIcon: DefineComponent<{}, {}, any>;
|
|
557
|
+
readonly DotsAnim2OutlineIcon: DefineComponent<{}, {}, any>;
|
|
558
|
+
readonly DotsAnim3GlyphIcon: DefineComponent<{}, {}, any>;
|
|
559
|
+
readonly DotsAnim3OutlineIcon: DefineComponent<{}, {}, any>;
|
|
560
|
+
readonly DotsAnim4GlyphIcon: DefineComponent<{}, {}, any>;
|
|
561
|
+
readonly DotsAnim4OutlineIcon: DefineComponent<{}, {}, any>;
|
|
562
|
+
readonly DotsAnim5GlyphIcon: DefineComponent<{}, {}, any>;
|
|
563
|
+
readonly DotsAnim5OutlineIcon: DefineComponent<{}, {}, any>;
|
|
564
|
+
readonly DotsAnim6GlyphIcon: DefineComponent<{}, {}, any>;
|
|
565
|
+
readonly DotsAnim6OutlineIcon: DefineComponent<{}, {}, any>;
|
|
566
|
+
readonly DotsAnim7GlyphIcon: DefineComponent<{}, {}, any>;
|
|
567
|
+
readonly DotsAnim7OutlineIcon: DefineComponent<{}, {}, any>;
|
|
568
|
+
readonly DotsAnimGlyphIcon: DefineComponent<{}, {}, any>;
|
|
569
|
+
readonly DotsAnimOutlineIcon: DefineComponent<{}, {}, any>;
|
|
570
|
+
readonly GooeyAnimGlyphIcon: DefineComponent<{}, {}, any>;
|
|
571
|
+
readonly HeartAnimGlyphIcon: DefineComponent<{}, {}, any>;
|
|
572
|
+
readonly HeartAnimOutlineIcon: DefineComponent<{}, {}, any>;
|
|
573
|
+
readonly MouseAnimGlyphIcon: DefineComponent<{}, {}, any>;
|
|
574
|
+
readonly MouseAnimOutlineIcon: DefineComponent<{}, {}, any>;
|
|
575
|
+
readonly RippleAnimGlyphIcon: DefineComponent<{}, {}, any>;
|
|
576
|
+
readonly RippleAnimOutlineIcon: DefineComponent<{}, {}, any>;
|
|
577
|
+
readonly RotatingBarsAnimGlyphIcon: DefineComponent<{}, {}, any>;
|
|
578
|
+
readonly RotatingBarsAnimOutlineIcon: DefineComponent<{}, {}, any>;
|
|
579
|
+
readonly SlideshowAnimGlyphIcon: DefineComponent<{}, {}, any>;
|
|
580
|
+
readonly SquaresAnim2GlyphIcon: DefineComponent<{}, {}, any>;
|
|
581
|
+
readonly SquaresAnim2OutlineIcon: DefineComponent<{}, {}, any>;
|
|
582
|
+
readonly SquaresAnimGlyphIcon: DefineComponent<{}, {}, any>;
|
|
583
|
+
readonly SquaresAnimOutlineIcon: DefineComponent<{}, {}, any>;
|
|
584
|
+
};
|
|
585
|
+
export declare const icons: {
|
|
586
|
+
readonly accessibility: DefineComponent<{}, {}, any>;
|
|
587
|
+
readonly "alarm-clock": DefineComponent<{}, {}, any>;
|
|
588
|
+
readonly "align3-bottom": DefineComponent<{}, {}, any>;
|
|
589
|
+
readonly "align3-horizontal": DefineComponent<{}, {}, any>;
|
|
590
|
+
readonly "align3-left": DefineComponent<{}, {}, any>;
|
|
591
|
+
readonly "align3-right": DefineComponent<{}, {}, any>;
|
|
592
|
+
readonly "align3-top": DefineComponent<{}, {}, any>;
|
|
593
|
+
readonly "align3-vertical": DefineComponent<{}, {}, any>;
|
|
594
|
+
readonly anchor: DefineComponent<{}, {}, any>;
|
|
595
|
+
readonly "arrow-door-in": DefineComponent<{}, {}, any>;
|
|
596
|
+
readonly "arrow-door-out3": DefineComponent<{}, {}, any>;
|
|
597
|
+
readonly "arrow-dotted-rotate-anticlockwise": DefineComponent<{}, {}, any>;
|
|
598
|
+
readonly "arrow-turn-left": DefineComponent<{}, {}, any>;
|
|
599
|
+
readonly "aspect-ratio-square2": DefineComponent<{}, {}, any>;
|
|
600
|
+
readonly "at-sign": DefineComponent<{}, {}, any>;
|
|
601
|
+
readonly "award-certificate": DefineComponent<{}, {}, any>;
|
|
602
|
+
readonly award: DefineComponent<{}, {}, any>;
|
|
603
|
+
readonly "bag-shopping": DefineComponent<{}, {}, any>;
|
|
604
|
+
readonly "ball-basket": DefineComponent<{}, {}, any>;
|
|
605
|
+
readonly "ballot-circle": DefineComponent<{}, {}, any>;
|
|
606
|
+
readonly "basket-shopping": DefineComponent<{}, {}, any>;
|
|
607
|
+
readonly "battery-high": DefineComponent<{}, {}, any>;
|
|
608
|
+
readonly battery: DefineComponent<{}, {}, any>;
|
|
609
|
+
readonly bell: DefineComponent<{}, {}, any>;
|
|
610
|
+
readonly bicycle: DefineComponent<{}, {}, any>;
|
|
611
|
+
readonly bitcoin: DefineComponent<{}, {}, any>;
|
|
612
|
+
readonly bolt: DefineComponent<{}, {}, any>;
|
|
613
|
+
readonly "bolt-lightning": DefineComponent<{}, {}, any>;
|
|
614
|
+
readonly "bolt-slash": DefineComponent<{}, {}, any>;
|
|
615
|
+
readonly "book-bookmark": DefineComponent<{}, {}, any>;
|
|
616
|
+
readonly bookmark: DefineComponent<{}, {}, any>;
|
|
617
|
+
readonly bookmarks: DefineComponent<{}, {}, any>;
|
|
618
|
+
readonly "bookmark-slash": DefineComponent<{}, {}, any>;
|
|
619
|
+
readonly "book-open": DefineComponent<{}, {}, any>;
|
|
620
|
+
readonly "box-archive": DefineComponent<{}, {}, any>;
|
|
621
|
+
readonly box: DefineComponent<{}, {}, any>;
|
|
622
|
+
readonly bug: DefineComponent<{}, {}, any>;
|
|
623
|
+
readonly "bug-slash": DefineComponent<{}, {}, any>;
|
|
624
|
+
readonly bullhorn: DefineComponent<{}, {}, any>;
|
|
625
|
+
readonly "calendar-days": DefineComponent<{}, {}, any>;
|
|
626
|
+
readonly calendar: DefineComponent<{}, {}, any>;
|
|
627
|
+
readonly camera2: DefineComponent<{}, {}, any>;
|
|
628
|
+
readonly camera: DefineComponent<{}, {}, any>;
|
|
629
|
+
readonly "cart-shopping": DefineComponent<{}, {}, any>;
|
|
630
|
+
readonly chair4: DefineComponent<{}, {}, any>;
|
|
631
|
+
readonly "chart-bar-trend-up": DefineComponent<{}, {}, any>;
|
|
632
|
+
readonly check: DefineComponent<{}, {}, any>;
|
|
633
|
+
readonly "chevron-down": DefineComponent<{}, {}, any>;
|
|
634
|
+
readonly "chevron-expand-y": DefineComponent<{}, {}, any>;
|
|
635
|
+
readonly "chevron-left": DefineComponent<{}, {}, any>;
|
|
636
|
+
readonly "chevron-right": DefineComponent<{}, {}, any>;
|
|
637
|
+
readonly "chevron-up": DefineComponent<{}, {}, any>;
|
|
638
|
+
readonly "circle-check": DefineComponent<{}, {}, any>;
|
|
639
|
+
readonly "circle-compose2": DefineComponent<{}, {}, any>;
|
|
640
|
+
readonly "circle-dots": DefineComponent<{}, {}, any>;
|
|
641
|
+
readonly "circle-dots-vertical": DefineComponent<{}, {}, any>;
|
|
642
|
+
readonly "circle-half-dotted-check": DefineComponent<{}, {}, any>;
|
|
643
|
+
readonly "circle-hashtag": DefineComponent<{}, {}, any>;
|
|
644
|
+
readonly "circle-info": DefineComponent<{}, {}, any>;
|
|
645
|
+
readonly "circle-plus": DefineComponent<{}, {}, any>;
|
|
646
|
+
readonly "circle-warning": DefineComponent<{}, {}, any>;
|
|
647
|
+
readonly "clipboard-check": DefineComponent<{}, {}, any>;
|
|
648
|
+
readonly clipboard: DefineComponent<{}, {}, any>;
|
|
649
|
+
readonly "clipboard-slash": DefineComponent<{}, {}, any>;
|
|
650
|
+
readonly clone: DefineComponent<{}, {}, any>;
|
|
651
|
+
readonly cloud: DefineComponent<{}, {}, any>;
|
|
652
|
+
readonly computer: DefineComponent<{}, {}, any>;
|
|
653
|
+
readonly cookie: DefineComponent<{}, {}, any>;
|
|
654
|
+
readonly "credit-card": DefineComponent<{}, {}, any>;
|
|
655
|
+
readonly crosshairs: DefineComponent<{}, {}, any>;
|
|
656
|
+
readonly "crosshairs-slash": DefineComponent<{}, {}, any>;
|
|
657
|
+
readonly cryptography: DefineComponent<{}, {}, any>;
|
|
658
|
+
readonly "dark-light": DefineComponent<{}, {}, any>;
|
|
659
|
+
readonly "descending-sorting": DefineComponent<{}, {}, any>;
|
|
660
|
+
readonly "desktop-arrow-down": DefineComponent<{}, {}, any>;
|
|
661
|
+
readonly dots: DefineComponent<{}, {}, any>;
|
|
662
|
+
readonly "dots-vertical": DefineComponent<{}, {}, any>;
|
|
663
|
+
readonly "draw-compass": DefineComponent<{}, {}, any>;
|
|
664
|
+
readonly earth: DefineComponent<{}, {}, any>;
|
|
665
|
+
readonly envelope: DefineComponent<{}, {}, any>;
|
|
666
|
+
readonly "envelope-open": DefineComponent<{}, {}, any>;
|
|
667
|
+
readonly "eye-closed": DefineComponent<{}, {}, any>;
|
|
668
|
+
readonly eye: DefineComponent<{}, {}, any>;
|
|
669
|
+
readonly "eye-open": DefineComponent<{}, {}, any>;
|
|
670
|
+
readonly "eye-slash": DefineComponent<{}, {}, any>;
|
|
671
|
+
readonly "face-plus": DefineComponent<{}, {}, any>;
|
|
672
|
+
readonly "face-smile2": DefineComponent<{}, {}, any>;
|
|
673
|
+
readonly "facial-recognition": DefineComponent<{}, {}, any>;
|
|
674
|
+
readonly feather: DefineComponent<{}, {}, any>;
|
|
675
|
+
readonly "file-content": DefineComponent<{}, {}, any>;
|
|
676
|
+
readonly file: DefineComponent<{}, {}, any>;
|
|
677
|
+
readonly files2: DefineComponent<{}, {}, any>;
|
|
678
|
+
readonly film: DefineComponent<{}, {}, any>;
|
|
679
|
+
readonly filter: DefineComponent<{}, {}, any>;
|
|
680
|
+
readonly filters: DefineComponent<{}, {}, any>;
|
|
681
|
+
readonly fingerprint: DefineComponent<{}, {}, any>;
|
|
682
|
+
readonly flag7: DefineComponent<{}, {}, any>;
|
|
683
|
+
readonly flame: DefineComponent<{}, {}, any>;
|
|
684
|
+
readonly folder: DefineComponent<{}, {}, any>;
|
|
685
|
+
readonly "folder-open": DefineComponent<{}, {}, any>;
|
|
686
|
+
readonly forklift: DefineComponent<{}, {}, any>;
|
|
687
|
+
readonly "gamepad-buttons": DefineComponent<{}, {}, any>;
|
|
688
|
+
readonly gamepad: DefineComponent<{}, {}, any>;
|
|
689
|
+
readonly "gaming-buttons": DefineComponent<{}, {}, any>;
|
|
690
|
+
readonly "gas-pump": DefineComponent<{}, {}, any>;
|
|
691
|
+
readonly gauge3: DefineComponent<{}, {}, any>;
|
|
692
|
+
readonly gear2: DefineComponent<{}, {}, any>;
|
|
693
|
+
readonly "gem-sparkle": DefineComponent<{}, {}, any>;
|
|
694
|
+
readonly gift: DefineComponent<{}, {}, any>;
|
|
695
|
+
readonly "globe-pointer": DefineComponent<{}, {}, any>;
|
|
696
|
+
readonly "graduation-cap": DefineComponent<{}, {}, any>;
|
|
697
|
+
readonly "grid-circle-plus": DefineComponent<{}, {}, any>;
|
|
698
|
+
readonly "half-dotted-circle-play": DefineComponent<{}, {}, any>;
|
|
699
|
+
readonly hand: DefineComponent<{}, {}, any>;
|
|
700
|
+
readonly handshake: DefineComponent<{}, {}, any>;
|
|
701
|
+
readonly headset: DefineComponent<{}, {}, any>;
|
|
702
|
+
readonly "heart-hand": DefineComponent<{}, {}, any>;
|
|
703
|
+
readonly heart: DefineComponent<{}, {}, any>;
|
|
704
|
+
readonly "hot-drink": DefineComponent<{}, {}, any>;
|
|
705
|
+
readonly house2: DefineComponent<{}, {}, any>;
|
|
706
|
+
readonly house5: DefineComponent<{}, {}, any>;
|
|
707
|
+
readonly "image-depth": DefineComponent<{}, {}, any>;
|
|
708
|
+
readonly image: DefineComponent<{}, {}, any>;
|
|
709
|
+
readonly "image-mountain": DefineComponent<{}, {}, any>;
|
|
710
|
+
readonly images2: DefineComponent<{}, {}, any>;
|
|
711
|
+
readonly "image-sparkle": DefineComponent<{}, {}, any>;
|
|
712
|
+
readonly "inbox-arrow-down": DefineComponent<{}, {}, any>;
|
|
713
|
+
readonly industry: DefineComponent<{}, {}, any>;
|
|
714
|
+
readonly "input-password-edit": DefineComponent<{}, {}, any>;
|
|
715
|
+
readonly keyboard: DefineComponent<{}, {}, any>;
|
|
716
|
+
readonly "key-nodes": DefineComponent<{}, {}, any>;
|
|
717
|
+
readonly language: DefineComponent<{}, {}, any>;
|
|
718
|
+
readonly laptop: DefineComponent<{}, {}, any>;
|
|
719
|
+
readonly "laptop-mobile": DefineComponent<{}, {}, any>;
|
|
720
|
+
readonly layers3: DefineComponent<{}, {}, any>;
|
|
721
|
+
readonly leaf: DefineComponent<{}, {}, any>;
|
|
722
|
+
readonly "life-ring": DefineComponent<{}, {}, any>;
|
|
723
|
+
readonly lightbulb3: DefineComponent<{}, {}, any>;
|
|
724
|
+
readonly link: DefineComponent<{}, {}, any>;
|
|
725
|
+
readonly loader: DefineComponent<{}, {}, any>;
|
|
726
|
+
readonly location2: DefineComponent<{}, {}, any>;
|
|
727
|
+
readonly lock: DefineComponent<{}, {}, any>;
|
|
728
|
+
readonly "lock-open2": DefineComponent<{}, {}, any>;
|
|
729
|
+
readonly "lock-open": DefineComponent<{}, {}, any>;
|
|
730
|
+
readonly "magic-wand": DefineComponent<{}, {}, any>;
|
|
731
|
+
readonly "magnifier-face-worried": DefineComponent<{}, {}, any>;
|
|
732
|
+
readonly magnifier: DefineComponent<{}, {}, any>;
|
|
733
|
+
readonly map: DefineComponent<{}, {}, any>;
|
|
734
|
+
readonly "menu-bars": DefineComponent<{}, {}, any>;
|
|
735
|
+
readonly menu: DefineComponent<{}, {}, any>;
|
|
736
|
+
readonly microphone: DefineComponent<{}, {}, any>;
|
|
737
|
+
readonly "microphone-slash": DefineComponent<{}, {}, any>;
|
|
738
|
+
readonly minus: DefineComponent<{}, {}, any>;
|
|
739
|
+
readonly "money-bill-coin": DefineComponent<{}, {}, any>;
|
|
740
|
+
readonly moon: DefineComponent<{}, {}, any>;
|
|
741
|
+
readonly "msg-bubble-user": DefineComponent<{}, {}, any>;
|
|
742
|
+
readonly msgs: DefineComponent<{}, {}, any>;
|
|
743
|
+
readonly "msg-smile": DefineComponent<{}, {}, any>;
|
|
744
|
+
readonly "msg-writing": DefineComponent<{}, {}, any>;
|
|
745
|
+
readonly music: DefineComponent<{}, {}, any>;
|
|
746
|
+
readonly "music-note-sparkle": DefineComponent<{}, {}, any>;
|
|
747
|
+
readonly "music-playlist2": DefineComponent<{}, {}, any>;
|
|
748
|
+
readonly nodes: DefineComponent<{}, {}, any>;
|
|
749
|
+
readonly note: DefineComponent<{}, {}, any>;
|
|
750
|
+
readonly notification: DefineComponent<{}, {}, any>;
|
|
751
|
+
readonly office: DefineComponent<{}, {}, any>;
|
|
752
|
+
readonly "ordered-list": DefineComponent<{}, {}, any>;
|
|
753
|
+
readonly paintbrush: DefineComponent<{}, {}, any>;
|
|
754
|
+
readonly paperclip: DefineComponent<{}, {}, any>;
|
|
755
|
+
readonly "paper-plane2": DefineComponent<{}, {}, any>;
|
|
756
|
+
readonly password2: DefineComponent<{}, {}, any>;
|
|
757
|
+
readonly pen2: DefineComponent<{}, {}, any>;
|
|
758
|
+
readonly pen3: DefineComponent<{}, {}, any>;
|
|
759
|
+
readonly "pen-nib3": DefineComponent<{}, {}, any>;
|
|
760
|
+
readonly "pen-plus": DefineComponent<{}, {}, any>;
|
|
761
|
+
readonly "pen-sparkle": DefineComponent<{}, {}, any>;
|
|
762
|
+
readonly "pen-writing4": DefineComponent<{}, {}, any>;
|
|
763
|
+
readonly "pen-writing6": DefineComponent<{}, {}, any>;
|
|
764
|
+
readonly phone: DefineComponent<{}, {}, any>;
|
|
765
|
+
readonly pin: DefineComponent<{}, {}, any>;
|
|
766
|
+
readonly "pin-tack": DefineComponent<{}, {}, any>;
|
|
767
|
+
readonly "pizza-slice2": DefineComponent<{}, {}, any>;
|
|
768
|
+
readonly plug2: DefineComponent<{}, {}, any>;
|
|
769
|
+
readonly plus: DefineComponent<{}, {}, any>;
|
|
770
|
+
readonly pointer: DefineComponent<{}, {}, any>;
|
|
771
|
+
readonly "presentation-screen": DefineComponent<{}, {}, any>;
|
|
772
|
+
readonly print: DefineComponent<{}, {}, any>;
|
|
773
|
+
readonly "progress-bar": DefineComponent<{}, {}, any>;
|
|
774
|
+
readonly "puzzle-piece": DefineComponent<{}, {}, any>;
|
|
775
|
+
readonly refresh2: DefineComponent<{}, {}, any>;
|
|
776
|
+
readonly roadmap: DefineComponent<{}, {}, any>;
|
|
777
|
+
readonly rocket: DefineComponent<{}, {}, any>;
|
|
778
|
+
readonly rotation360: DefineComponent<{}, {}, any>;
|
|
779
|
+
readonly "ruler-pen": DefineComponent<{}, {}, any>;
|
|
780
|
+
readonly satellite: DefineComponent<{}, {}, any>;
|
|
781
|
+
readonly scale: DefineComponent<{}, {}, any>;
|
|
782
|
+
readonly "scissors-coupon2": DefineComponent<{}, {}, any>;
|
|
783
|
+
readonly scissors: DefineComponent<{}, {}, any>;
|
|
784
|
+
readonly scribble: DefineComponent<{}, {}, any>;
|
|
785
|
+
readonly shapes: DefineComponent<{}, {}, any>;
|
|
786
|
+
readonly "share-up-right": DefineComponent<{}, {}, any>;
|
|
787
|
+
readonly "shield-check": DefineComponent<{}, {}, any>;
|
|
788
|
+
readonly shop: DefineComponent<{}, {}, any>;
|
|
789
|
+
readonly "side-profile": DefineComponent<{}, {}, any>;
|
|
790
|
+
readonly signal2: DefineComponent<{}, {}, any>;
|
|
791
|
+
readonly sitemap4: DefineComponent<{}, {}, any>;
|
|
792
|
+
readonly sliders: DefineComponent<{}, {}, any>;
|
|
793
|
+
readonly sparkle3: DefineComponent<{}, {}, any>;
|
|
794
|
+
readonly "square-dotted-arrow-bottom-right": DefineComponent<{}, {}, any>;
|
|
795
|
+
readonly "square-minus": DefineComponent<{}, {}, any>;
|
|
796
|
+
readonly "square-plus": DefineComponent<{}, {}, any>;
|
|
797
|
+
readonly "stack-perspective": DefineComponent<{}, {}, any>;
|
|
798
|
+
readonly star: DefineComponent<{}, {}, any>;
|
|
799
|
+
readonly "star-sparkle": DefineComponent<{}, {}, any>;
|
|
800
|
+
readonly "sticker-smile": DefineComponent<{}, {}, any>;
|
|
801
|
+
readonly stopwatch: DefineComponent<{}, {}, any>;
|
|
802
|
+
readonly subscription2: DefineComponent<{}, {}, any>;
|
|
803
|
+
readonly suitcase3: DefineComponent<{}, {}, any>;
|
|
804
|
+
readonly sun: DefineComponent<{}, {}, any>;
|
|
805
|
+
readonly tag: DefineComponent<{}, {}, any>;
|
|
806
|
+
readonly tags: DefineComponent<{}, {}, any>;
|
|
807
|
+
readonly target: DefineComponent<{}, {}, any>;
|
|
808
|
+
readonly tasks2: DefineComponent<{}, {}, any>;
|
|
809
|
+
readonly "text-highlight": DefineComponent<{}, {}, any>;
|
|
810
|
+
readonly "text-tool2": DefineComponent<{}, {}, any>;
|
|
811
|
+
readonly "thumbs-up": DefineComponent<{}, {}, any>;
|
|
812
|
+
readonly ticket4: DefineComponent<{}, {}, any>;
|
|
813
|
+
readonly timer2: DefineComponent<{}, {}, any>;
|
|
814
|
+
readonly toggle3: DefineComponent<{}, {}, any>;
|
|
815
|
+
readonly trash: DefineComponent<{}, {}, any>;
|
|
816
|
+
readonly "triangle-warning": DefineComponent<{}, {}, any>;
|
|
817
|
+
readonly ufo: DefineComponent<{}, {}, any>;
|
|
818
|
+
readonly "unordered-list": DefineComponent<{}, {}, any>;
|
|
819
|
+
readonly user: DefineComponent<{}, {}, any>;
|
|
820
|
+
readonly "user-laptop": DefineComponent<{}, {}, any>;
|
|
821
|
+
readonly "user-search": DefineComponent<{}, {}, any>;
|
|
822
|
+
readonly users: DefineComponent<{}, {}, any>;
|
|
823
|
+
readonly vault3: DefineComponent<{}, {}, any>;
|
|
824
|
+
readonly video: DefineComponent<{}, {}, any>;
|
|
825
|
+
readonly volume: DefineComponent<{}, {}, any>;
|
|
826
|
+
readonly "volume-up": DefineComponent<{}, {}, any>;
|
|
827
|
+
readonly "wallet2-circuit": DefineComponent<{}, {}, any>;
|
|
828
|
+
readonly wallet2: DefineComponent<{}, {}, any>;
|
|
829
|
+
readonly "wand-sparkle": DefineComponent<{}, {}, any>;
|
|
830
|
+
readonly watch: DefineComponent<{}, {}, any>;
|
|
831
|
+
readonly "window-chart-line": DefineComponent<{}, {}, any>;
|
|
832
|
+
readonly "window-expand-bottom-right": DefineComponent<{}, {}, any>;
|
|
833
|
+
readonly "window-pointer": DefineComponent<{}, {}, any>;
|
|
834
|
+
readonly xmark: DefineComponent<{}, {}, any>;
|
|
835
|
+
readonly "bars-anim2-glyph": DefineComponent<{}, {}, any>;
|
|
836
|
+
readonly "bars-anim3-glyph": DefineComponent<{}, {}, any>;
|
|
837
|
+
readonly "bars-anim3-outline": DefineComponent<{}, {}, any>;
|
|
838
|
+
readonly "bars-anim-glyph": DefineComponent<{}, {}, any>;
|
|
839
|
+
readonly "bars-anim-outline": DefineComponent<{}, {}, any>;
|
|
840
|
+
readonly "circle-anim2-glyph": DefineComponent<{}, {}, any>;
|
|
841
|
+
readonly "circle-anim2-outline": DefineComponent<{}, {}, any>;
|
|
842
|
+
readonly "circle-anim32-glyph": DefineComponent<{}, {}, any>;
|
|
843
|
+
readonly "circle-anim3-glyph": DefineComponent<{}, {}, any>;
|
|
844
|
+
readonly "circle-anim3-outline": DefineComponent<{}, {}, any>;
|
|
845
|
+
readonly "circle-anim-outline": DefineComponent<{}, {}, any>;
|
|
846
|
+
readonly "clock-anim-glyph": DefineComponent<{}, {}, any>;
|
|
847
|
+
readonly "clock-anim-outline": DefineComponent<{}, {}, any>;
|
|
848
|
+
readonly "cubes-anim-outline": DefineComponent<{}, {}, any>;
|
|
849
|
+
readonly "dots-anim2-glyph": DefineComponent<{}, {}, any>;
|
|
850
|
+
readonly "dots-anim2-outline": DefineComponent<{}, {}, any>;
|
|
851
|
+
readonly "dots-anim3-glyph": DefineComponent<{}, {}, any>;
|
|
852
|
+
readonly "dots-anim3-outline": DefineComponent<{}, {}, any>;
|
|
853
|
+
readonly "dots-anim4-glyph": DefineComponent<{}, {}, any>;
|
|
854
|
+
readonly "dots-anim4-outline": DefineComponent<{}, {}, any>;
|
|
855
|
+
readonly "dots-anim5-glyph": DefineComponent<{}, {}, any>;
|
|
856
|
+
readonly "dots-anim5-outline": DefineComponent<{}, {}, any>;
|
|
857
|
+
readonly "dots-anim6-glyph": DefineComponent<{}, {}, any>;
|
|
858
|
+
readonly "dots-anim6-outline": DefineComponent<{}, {}, any>;
|
|
859
|
+
readonly "dots-anim7-glyph": DefineComponent<{}, {}, any>;
|
|
860
|
+
readonly "dots-anim7-outline": DefineComponent<{}, {}, any>;
|
|
861
|
+
readonly "dots-anim-glyph": DefineComponent<{}, {}, any>;
|
|
862
|
+
readonly "dots-anim-outline": DefineComponent<{}, {}, any>;
|
|
863
|
+
readonly "gooey-anim-glyph": DefineComponent<{}, {}, any>;
|
|
864
|
+
readonly "heart-anim-glyph": DefineComponent<{}, {}, any>;
|
|
865
|
+
readonly "heart-anim-outline": DefineComponent<{}, {}, any>;
|
|
866
|
+
readonly "mouse-anim-glyph": DefineComponent<{}, {}, any>;
|
|
867
|
+
readonly "mouse-anim-outline": DefineComponent<{}, {}, any>;
|
|
868
|
+
readonly "ripple-anim-glyph": DefineComponent<{}, {}, any>;
|
|
869
|
+
readonly "ripple-anim-outline": DefineComponent<{}, {}, any>;
|
|
870
|
+
readonly "rotating-bars-anim-glyph": DefineComponent<{}, {}, any>;
|
|
871
|
+
readonly "rotating-bars-anim-outline": DefineComponent<{}, {}, any>;
|
|
872
|
+
readonly "slideshow-anim-glyph": DefineComponent<{}, {}, any>;
|
|
873
|
+
readonly "squares-anim2-glyph": DefineComponent<{}, {}, any>;
|
|
874
|
+
readonly "squares-anim2-outline": DefineComponent<{}, {}, any>;
|
|
875
|
+
readonly "squares-anim-glyph": DefineComponent<{}, {}, any>;
|
|
876
|
+
readonly "squares-anim-outline": DefineComponent<{}, {}, any>;
|
|
877
|
+
};
|
|
878
|
+
export type IconKey = keyof typeof icons;
|
|
879
|
+
export default Icons;
|
|
880
|
+
//# sourceMappingURL=index.d.ts.map
|