@umbra.ui/icons 0.2.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons/AddMagicIcon.vue +36 -0
- package/dist/icons/ArchiveIcon.vue +34 -0
- package/dist/icons/ArtificialIntelligenceIcon.vue +36 -0
- package/dist/icons/BellOnIcon.vue +36 -0
- package/dist/icons/BellPlusIcon.vue +36 -0
- package/dist/icons/BellSlashIcon.vue +37 -0
- package/dist/icons/Bitcoin2Icon.vue +37 -0
- package/dist/icons/BitcoinIcon.vue +1 -2
- package/dist/icons/BookmarkListIcon.vue +36 -0
- package/dist/icons/CalendarDaysIcon.vue +5 -6
- package/dist/icons/CalendarIcon.vue +5 -6
- package/dist/icons/CircleBitcoinIcon.vue +38 -0
- package/dist/icons/CircleCheckIcon.vue +1 -2
- package/dist/icons/CirclePencilIcon.vue +35 -0
- package/dist/icons/CircleXmarkIcon.vue +35 -0
- package/dist/icons/ClockIcon.vue +34 -0
- package/dist/icons/CloudNodesIcon.vue +37 -0
- package/dist/icons/CommandIcon.vue +37 -0
- package/dist/icons/CryptographyIcon.vue +8 -12
- package/dist/icons/Cubes2Icon.vue +41 -0
- package/dist/icons/DarkModeIcon.vue +34 -0
- package/dist/icons/DecentralizeIcon.vue +43 -0
- package/dist/icons/DeleteLeftIcon.vue +35 -0
- package/dist/icons/EraserIcon.vue +35 -0
- package/dist/icons/EthereumIcon.vue +35 -0
- package/dist/icons/EyeDropperIcon.vue +36 -0
- package/dist/icons/Flag3Icon.vue +34 -0
- package/dist/icons/Heading1Icon.vue +35 -0
- package/dist/icons/Heading2Icon.vue +35 -0
- package/dist/icons/Heading3Icon.vue +35 -0
- package/dist/icons/Heading4Icon.vue +35 -0
- package/dist/icons/Heading5Icon.vue +35 -0
- package/dist/icons/Heading6Icon.vue +36 -0
- package/dist/icons/Headphones2Icon.vue +36 -0
- package/dist/icons/Heart2SlashIcon.vue +35 -0
- package/dist/icons/HourglassStartIcon.vue +37 -0
- package/dist/icons/ImageIcon.vue +3 -4
- package/dist/icons/ImageMountainIcon.vue +3 -4
- package/dist/icons/KeyNodesIcon.vue +11 -12
- package/dist/icons/LinkIcon.vue +4 -5
- package/dist/icons/MediaNextIcon.vue +34 -0
- package/dist/icons/MediaPauseIcon.vue +35 -0
- package/dist/icons/MediaPlayIcon.vue +33 -0
- package/dist/icons/MediaPreviousIcon.vue +34 -0
- package/dist/icons/Microphone3Icon.vue +37 -0
- package/dist/icons/MusicAlbumIcon.vue +35 -0
- package/dist/icons/MusicIcon.vue +1 -2
- package/dist/icons/MusicNoteIcon.vue +36 -0
- package/dist/icons/MusicPlusIcon.vue +41 -0
- package/dist/icons/NightShiftIcon.vue +42 -0
- package/dist/icons/NotebookIcon.vue +38 -0
- package/dist/icons/OpeningQuotationMarkIcon.vue +35 -0
- package/dist/icons/OrderedListIcon.vue +5 -6
- package/dist/icons/ParagraphCheckIcon.vue +36 -0
- package/dist/icons/PickaxeIcon.vue +38 -0
- package/dist/icons/PilcrowIcon.vue +35 -0
- package/dist/icons/PlaylistIcon.vue +35 -0
- package/dist/icons/QueueIcon.vue +35 -0
- package/dist/icons/ReturnKeyIcon.vue +35 -0
- package/dist/icons/ShuffleIcon.vue +36 -0
- package/dist/icons/SignatureIcon.vue +35 -0
- package/dist/icons/SquareCommandIcon.vue +38 -0
- package/dist/icons/SunFogIcon.vue +38 -0
- package/dist/icons/TagCheckIcon.vue +35 -0
- package/dist/icons/TagIcon.vue +2 -3
- package/dist/icons/TextAIcon.vue +33 -0
- package/dist/icons/TextAlignCenterIcon.vue +34 -0
- package/dist/icons/TextAlignLeftIcon.vue +34 -0
- package/dist/icons/TextAlignRightIcon.vue +34 -0
- package/dist/icons/TextHighlight2Icon.vue +35 -0
- package/dist/icons/TextToolIcon.vue +42 -0
- package/dist/icons/UnorderedListIcon.vue +5 -6
- package/dist/icons/VolumeIcon.vue +2 -3
- package/dist/icons/VolumeOffIcon.vue +36 -0
- package/dist/icons/Wallet2CircuitIcon.vue +1 -2
- package/dist/icons/WaveformLinesIcon.vue +37 -0
- package/dist/icons/index.d.ts +61 -0
- package/dist/icons/index.d.ts.map +1 -1
- package/dist/icons/index.js +61 -0
- package/dist/icons/index.ts +61 -0
- package/dist/index.d.ts +225 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +372 -130
- package/package.json +10 -11
- package/src/icons/AddMagicIcon.vue +36 -0
- package/src/icons/ArchiveIcon.vue +34 -0
- package/src/icons/ArtificialIntelligenceIcon.vue +36 -0
- package/src/icons/BellOnIcon.vue +36 -0
- package/src/icons/BellPlusIcon.vue +36 -0
- package/src/icons/BellSlashIcon.vue +37 -0
- package/src/icons/Bitcoin2Icon.vue +37 -0
- package/src/icons/BitcoinIcon.vue +1 -2
- package/src/icons/BookmarkListIcon.vue +36 -0
- package/src/icons/CalendarDaysIcon.vue +5 -6
- package/src/icons/CalendarIcon.vue +5 -6
- package/src/icons/CircleBitcoinIcon.vue +38 -0
- package/src/icons/CircleCheckIcon.vue +1 -2
- package/src/icons/CirclePencilIcon.vue +35 -0
- package/src/icons/CircleXmarkIcon.vue +35 -0
- package/src/icons/ClockIcon.vue +34 -0
- package/src/icons/CloudNodesIcon.vue +37 -0
- package/src/icons/CommandIcon.vue +37 -0
- package/src/icons/CryptographyIcon.vue +8 -12
- package/src/icons/Cubes2Icon.vue +41 -0
- package/src/icons/DarkModeIcon.vue +34 -0
- package/src/icons/DecentralizeIcon.vue +43 -0
- package/src/icons/DeleteLeftIcon.vue +35 -0
- package/src/icons/EraserIcon.vue +35 -0
- package/src/icons/EthereumIcon.vue +35 -0
- package/src/icons/EyeDropperIcon.vue +36 -0
- package/src/icons/Flag3Icon.vue +34 -0
- package/src/icons/Heading1Icon.vue +35 -0
- package/src/icons/Heading2Icon.vue +35 -0
- package/src/icons/Heading3Icon.vue +35 -0
- package/src/icons/Heading4Icon.vue +35 -0
- package/src/icons/Heading5Icon.vue +35 -0
- package/src/icons/Heading6Icon.vue +36 -0
- package/src/icons/Headphones2Icon.vue +36 -0
- package/src/icons/Heart2SlashIcon.vue +35 -0
- package/src/icons/HourglassStartIcon.vue +37 -0
- package/src/icons/ImageIcon.vue +3 -4
- package/src/icons/ImageMountainIcon.vue +3 -4
- package/src/icons/KeyNodesIcon.vue +11 -12
- package/src/icons/LinkIcon.vue +4 -5
- package/src/icons/MediaNextIcon.vue +34 -0
- package/src/icons/MediaPauseIcon.vue +35 -0
- package/src/icons/MediaPlayIcon.vue +33 -0
- package/src/icons/MediaPreviousIcon.vue +34 -0
- package/src/icons/Microphone3Icon.vue +37 -0
- package/src/icons/MusicAlbumIcon.vue +35 -0
- package/src/icons/MusicIcon.vue +1 -2
- package/src/icons/MusicNoteIcon.vue +36 -0
- package/src/icons/MusicPlusIcon.vue +41 -0
- package/src/icons/NightShiftIcon.vue +42 -0
- package/src/icons/NotebookIcon.vue +38 -0
- package/src/icons/OpeningQuotationMarkIcon.vue +35 -0
- package/src/icons/OrderedListIcon.vue +5 -6
- package/src/icons/ParagraphCheckIcon.vue +36 -0
- package/src/icons/PickaxeIcon.vue +38 -0
- package/src/icons/PilcrowIcon.vue +35 -0
- package/src/icons/PlaylistIcon.vue +35 -0
- package/src/icons/QueueIcon.vue +35 -0
- package/src/icons/ReturnKeyIcon.vue +35 -0
- package/src/icons/ShuffleIcon.vue +36 -0
- package/src/icons/SignatureIcon.vue +35 -0
- package/src/icons/SquareCommandIcon.vue +38 -0
- package/src/icons/SunFogIcon.vue +38 -0
- package/src/icons/TagCheckIcon.vue +35 -0
- package/src/icons/TagIcon.vue +2 -3
- package/src/icons/TextAIcon.vue +33 -0
- package/src/icons/TextAlignCenterIcon.vue +34 -0
- package/src/icons/TextAlignLeftIcon.vue +34 -0
- package/src/icons/TextAlignRightIcon.vue +34 -0
- package/src/icons/TextHighlight2Icon.vue +35 -0
- package/src/icons/TextToolIcon.vue +42 -0
- package/src/icons/UnorderedListIcon.vue +5 -6
- package/src/icons/VolumeIcon.vue +2 -3
- package/src/icons/VolumeOffIcon.vue +36 -0
- package/src/icons/Wallet2CircuitIcon.vue +1 -2
- package/src/icons/WaveformLinesIcon.vue +37 -0
- package/src/icons/index.ts +61 -0
- package/src/index.ts +399 -157
package/dist/icons/index.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as AccessibilityIcon } from './AccessibilityIcon.vue'
|
|
2
|
+
export { default as AddMagicIcon } from './AddMagicIcon.vue'
|
|
2
3
|
export { default as AlarmClockIcon } from './AlarmClockIcon.vue'
|
|
3
4
|
export { default as Align3BottomIcon } from './Align3BottomIcon.vue'
|
|
4
5
|
export { default as Align3HorizontalIcon } from './Align3HorizontalIcon.vue'
|
|
@@ -7,11 +8,13 @@ export { default as Align3RightIcon } from './Align3RightIcon.vue'
|
|
|
7
8
|
export { default as Align3TopIcon } from './Align3TopIcon.vue'
|
|
8
9
|
export { default as Align3VerticalIcon } from './Align3VerticalIcon.vue'
|
|
9
10
|
export { default as AnchorIcon } from './AnchorIcon.vue'
|
|
11
|
+
export { default as ArchiveIcon } from './ArchiveIcon.vue'
|
|
10
12
|
export { default as ArrowDoorInIcon } from './ArrowDoorInIcon.vue'
|
|
11
13
|
export { default as ArrowDoorOut3Icon } from './ArrowDoorOut3Icon.vue'
|
|
12
14
|
export { default as ArrowDottedRotateAnticlockwiseIcon } from './ArrowDottedRotateAnticlockwiseIcon.vue'
|
|
13
15
|
export { default as ArrowTurnLeftIcon } from './ArrowTurnLeftIcon.vue'
|
|
14
16
|
export { default as ArrowsTransactionIcon } from './ArrowsTransactionIcon.vue'
|
|
17
|
+
export { default as ArtificialIntelligenceIcon } from './ArtificialIntelligenceIcon.vue'
|
|
15
18
|
export { default as AspectRatioSquare2Icon } from './AspectRatioSquare2Icon.vue'
|
|
16
19
|
export { default as AtSignIcon } from './AtSignIcon.vue'
|
|
17
20
|
export { default as AwardCertificateIcon } from './AwardCertificateIcon.vue'
|
|
@@ -22,14 +25,19 @@ export { default as BallotCircleIcon } from './BallotCircleIcon.vue'
|
|
|
22
25
|
export { default as BasketShoppingIcon } from './BasketShoppingIcon.vue'
|
|
23
26
|
export { default as BatteryHighIcon } from './BatteryHighIcon.vue'
|
|
24
27
|
export { default as BatteryIcon } from './BatteryIcon.vue'
|
|
28
|
+
export { default as BellOnIcon } from './BellOnIcon.vue'
|
|
29
|
+
export { default as BellPlusIcon } from './BellPlusIcon.vue'
|
|
30
|
+
export { default as BellSlashIcon } from './BellSlashIcon.vue'
|
|
25
31
|
export { default as BellIcon } from './BellIcon.vue'
|
|
26
32
|
export { default as BicycleIcon } from './BicycleIcon.vue'
|
|
33
|
+
export { default as Bitcoin2Icon } from './Bitcoin2Icon.vue'
|
|
27
34
|
export { default as BitcoinIcon } from './BitcoinIcon.vue'
|
|
28
35
|
export { default as BoltLightningIcon } from './BoltLightningIcon.vue'
|
|
29
36
|
export { default as BoltSlashIcon } from './BoltSlashIcon.vue'
|
|
30
37
|
export { default as BoltIcon } from './BoltIcon.vue'
|
|
31
38
|
export { default as BookBookmarkIcon } from './BookBookmarkIcon.vue'
|
|
32
39
|
export { default as BookOpenIcon } from './BookOpenIcon.vue'
|
|
40
|
+
export { default as BookmarkListIcon } from './BookmarkListIcon.vue'
|
|
33
41
|
export { default as BookmarkSlashIcon } from './BookmarkSlashIcon.vue'
|
|
34
42
|
export { default as BookmarkIcon } from './BookmarkIcon.vue'
|
|
35
43
|
export { default as BookmarksIcon } from './BookmarksIcon.vue'
|
|
@@ -51,6 +59,7 @@ export { default as ChevronExpandYIcon } from './ChevronExpandYIcon.vue'
|
|
|
51
59
|
export { default as ChevronLeftIcon } from './ChevronLeftIcon.vue'
|
|
52
60
|
export { default as ChevronRightIcon } from './ChevronRightIcon.vue'
|
|
53
61
|
export { default as ChevronUpIcon } from './ChevronUpIcon.vue'
|
|
62
|
+
export { default as CircleBitcoinIcon } from './CircleBitcoinIcon.vue'
|
|
54
63
|
export { default as CircleCheckIcon } from './CircleCheckIcon.vue'
|
|
55
64
|
export { default as CircleChevronLeftIcon } from './CircleChevronLeftIcon.vue'
|
|
56
65
|
export { default as CircleCompose2Icon } from './CircleCompose2Icon.vue'
|
|
@@ -59,20 +68,29 @@ export { default as CircleDotsIcon } from './CircleDotsIcon.vue'
|
|
|
59
68
|
export { default as CircleHalfDottedCheckIcon } from './CircleHalfDottedCheckIcon.vue'
|
|
60
69
|
export { default as CircleHashtagIcon } from './CircleHashtagIcon.vue'
|
|
61
70
|
export { default as CircleInfoIcon } from './CircleInfoIcon.vue'
|
|
71
|
+
export { default as CirclePencilIcon } from './CirclePencilIcon.vue'
|
|
62
72
|
export { default as CirclePlusIcon } from './CirclePlusIcon.vue'
|
|
63
73
|
export { default as CircleWarningIcon } from './CircleWarningIcon.vue'
|
|
74
|
+
export { default as CircleXmarkIcon } from './CircleXmarkIcon.vue'
|
|
64
75
|
export { default as ClipboardCheckIcon } from './ClipboardCheckIcon.vue'
|
|
65
76
|
export { default as ClipboardSlashIcon } from './ClipboardSlashIcon.vue'
|
|
66
77
|
export { default as ClipboardIcon } from './ClipboardIcon.vue'
|
|
78
|
+
export { default as ClockIcon } from './ClockIcon.vue'
|
|
67
79
|
export { default as CloneIcon } from './CloneIcon.vue'
|
|
80
|
+
export { default as CloudNodesIcon } from './CloudNodesIcon.vue'
|
|
68
81
|
export { default as CloudIcon } from './CloudIcon.vue'
|
|
82
|
+
export { default as CommandIcon } from './CommandIcon.vue'
|
|
69
83
|
export { default as ComputerIcon } from './ComputerIcon.vue'
|
|
70
84
|
export { default as CookieIcon } from './CookieIcon.vue'
|
|
71
85
|
export { default as CreditCardIcon } from './CreditCardIcon.vue'
|
|
72
86
|
export { default as CrosshairsSlashIcon } from './CrosshairsSlashIcon.vue'
|
|
73
87
|
export { default as CrosshairsIcon } from './CrosshairsIcon.vue'
|
|
74
88
|
export { default as CryptographyIcon } from './CryptographyIcon.vue'
|
|
89
|
+
export { default as Cubes2Icon } from './Cubes2Icon.vue'
|
|
75
90
|
export { default as DarkLightIcon } from './DarkLightIcon.vue'
|
|
91
|
+
export { default as DarkModeIcon } from './DarkModeIcon.vue'
|
|
92
|
+
export { default as DecentralizeIcon } from './DecentralizeIcon.vue'
|
|
93
|
+
export { default as DeleteLeftIcon } from './DeleteLeftIcon.vue'
|
|
76
94
|
export { default as DescendingSortingIcon } from './DescendingSortingIcon.vue'
|
|
77
95
|
export { default as DesktopArrowDownIcon } from './DesktopArrowDownIcon.vue'
|
|
78
96
|
export { default as DotsVerticalIcon } from './DotsVerticalIcon.vue'
|
|
@@ -82,7 +100,10 @@ export { default as DrawCompassIcon } from './DrawCompassIcon.vue'
|
|
|
82
100
|
export { default as EarthIcon } from './EarthIcon.vue'
|
|
83
101
|
export { default as EnvelopeOpenIcon } from './EnvelopeOpenIcon.vue'
|
|
84
102
|
export { default as EnvelopeIcon } from './EnvelopeIcon.vue'
|
|
103
|
+
export { default as EraserIcon } from './EraserIcon.vue'
|
|
104
|
+
export { default as EthereumIcon } from './EthereumIcon.vue'
|
|
85
105
|
export { default as EyeClosedIcon } from './EyeClosedIcon.vue'
|
|
106
|
+
export { default as EyeDropperIcon } from './EyeDropperIcon.vue'
|
|
86
107
|
export { default as EyeOpenIcon } from './EyeOpenIcon.vue'
|
|
87
108
|
export { default as EyeSlashIcon } from './EyeSlashIcon.vue'
|
|
88
109
|
export { default as EyeIcon } from './EyeIcon.vue'
|
|
@@ -98,6 +119,7 @@ export { default as FilmIcon } from './FilmIcon.vue'
|
|
|
98
119
|
export { default as FilterIcon } from './FilterIcon.vue'
|
|
99
120
|
export { default as FiltersIcon } from './FiltersIcon.vue'
|
|
100
121
|
export { default as FingerprintIcon } from './FingerprintIcon.vue'
|
|
122
|
+
export { default as Flag3Icon } from './Flag3Icon.vue'
|
|
101
123
|
export { default as Flag7Icon } from './Flag7Icon.vue'
|
|
102
124
|
export { default as FlameIcon } from './FlameIcon.vue'
|
|
103
125
|
export { default as FolderOpenIcon } from './FolderOpenIcon.vue'
|
|
@@ -118,10 +140,19 @@ export { default as GridCirclePlusIcon } from './GridCirclePlusIcon.vue'
|
|
|
118
140
|
export { default as HalfDottedCirclePlayIcon } from './HalfDottedCirclePlayIcon.vue'
|
|
119
141
|
export { default as HandIcon } from './HandIcon.vue'
|
|
120
142
|
export { default as HandshakeIcon } from './HandshakeIcon.vue'
|
|
143
|
+
export { default as Heading1Icon } from './Heading1Icon.vue'
|
|
144
|
+
export { default as Heading2Icon } from './Heading2Icon.vue'
|
|
145
|
+
export { default as Heading3Icon } from './Heading3Icon.vue'
|
|
146
|
+
export { default as Heading4Icon } from './Heading4Icon.vue'
|
|
147
|
+
export { default as Heading5Icon } from './Heading5Icon.vue'
|
|
148
|
+
export { default as Heading6Icon } from './Heading6Icon.vue'
|
|
149
|
+
export { default as Headphones2Icon } from './Headphones2Icon.vue'
|
|
121
150
|
export { default as HeadsetIcon } from './HeadsetIcon.vue'
|
|
151
|
+
export { default as Heart2SlashIcon } from './Heart2SlashIcon.vue'
|
|
122
152
|
export { default as HeartHandIcon } from './HeartHandIcon.vue'
|
|
123
153
|
export { default as HeartIcon } from './HeartIcon.vue'
|
|
124
154
|
export { default as HotDrinkIcon } from './HotDrinkIcon.vue'
|
|
155
|
+
export { default as HourglassStartIcon } from './HourglassStartIcon.vue'
|
|
125
156
|
export { default as House2Icon } from './House2Icon.vue'
|
|
126
157
|
export { default as House5Icon } from './House5Icon.vue'
|
|
127
158
|
export { default as ImageDepthIcon } from './ImageDepthIcon.vue'
|
|
@@ -151,9 +182,14 @@ export { default as MagicWandIcon } from './MagicWandIcon.vue'
|
|
|
151
182
|
export { default as MagnifierFaceWorriedIcon } from './MagnifierFaceWorriedIcon.vue'
|
|
152
183
|
export { default as MagnifierIcon } from './MagnifierIcon.vue'
|
|
153
184
|
export { default as MapIcon } from './MapIcon.vue'
|
|
185
|
+
export { default as MediaNextIcon } from './MediaNextIcon.vue'
|
|
186
|
+
export { default as MediaPauseIcon } from './MediaPauseIcon.vue'
|
|
187
|
+
export { default as MediaPlayIcon } from './MediaPlayIcon.vue'
|
|
188
|
+
export { default as MediaPreviousIcon } from './MediaPreviousIcon.vue'
|
|
154
189
|
export { default as MenuArrowRightIcon } from './MenuArrowRightIcon.vue'
|
|
155
190
|
export { default as MenuBarsIcon } from './MenuBarsIcon.vue'
|
|
156
191
|
export { default as MenuIcon } from './MenuIcon.vue'
|
|
192
|
+
export { default as Microphone3Icon } from './Microphone3Icon.vue'
|
|
157
193
|
export { default as MicrophoneSlashIcon } from './MicrophoneSlashIcon.vue'
|
|
158
194
|
export { default as MicrophoneIcon } from './MicrophoneIcon.vue'
|
|
159
195
|
export { default as MinusIcon } from './MinusIcon.vue'
|
|
@@ -164,17 +200,24 @@ export { default as MsgBubbleUserIcon } from './MsgBubbleUserIcon.vue'
|
|
|
164
200
|
export { default as MsgSmileIcon } from './MsgSmileIcon.vue'
|
|
165
201
|
export { default as MsgWritingIcon } from './MsgWritingIcon.vue'
|
|
166
202
|
export { default as MsgsIcon } from './MsgsIcon.vue'
|
|
203
|
+
export { default as MusicAlbumIcon } from './MusicAlbumIcon.vue'
|
|
167
204
|
export { default as MusicNoteSparkleIcon } from './MusicNoteSparkleIcon.vue'
|
|
205
|
+
export { default as MusicNoteIcon } from './MusicNoteIcon.vue'
|
|
168
206
|
export { default as MusicPlaylist2Icon } from './MusicPlaylist2Icon.vue'
|
|
207
|
+
export { default as MusicPlusIcon } from './MusicPlusIcon.vue'
|
|
169
208
|
export { default as MusicIcon } from './MusicIcon.vue'
|
|
209
|
+
export { default as NightShiftIcon } from './NightShiftIcon.vue'
|
|
170
210
|
export { default as NodesIcon } from './NodesIcon.vue'
|
|
171
211
|
export { default as NoteIcon } from './NoteIcon.vue'
|
|
212
|
+
export { default as NotebookIcon } from './NotebookIcon.vue'
|
|
172
213
|
export { default as NotificationIcon } from './NotificationIcon.vue'
|
|
173
214
|
export { default as OfficeIcon } from './OfficeIcon.vue'
|
|
215
|
+
export { default as OpeningQuotationMarkIcon } from './OpeningQuotationMarkIcon.vue'
|
|
174
216
|
export { default as OrderedListIcon } from './OrderedListIcon.vue'
|
|
175
217
|
export { default as PaintbrushIcon } from './PaintbrushIcon.vue'
|
|
176
218
|
export { default as PaperPlane2Icon } from './PaperPlane2Icon.vue'
|
|
177
219
|
export { default as PaperclipIcon } from './PaperclipIcon.vue'
|
|
220
|
+
export { default as ParagraphCheckIcon } from './ParagraphCheckIcon.vue'
|
|
178
221
|
export { default as Password2Icon } from './Password2Icon.vue'
|
|
179
222
|
export { default as Pen2Icon } from './Pen2Icon.vue'
|
|
180
223
|
export { default as Pen3Icon } from './Pen3Icon.vue'
|
|
@@ -184,9 +227,12 @@ export { default as PenSparkleIcon } from './PenSparkleIcon.vue'
|
|
|
184
227
|
export { default as PenWriting4Icon } from './PenWriting4Icon.vue'
|
|
185
228
|
export { default as PenWriting6Icon } from './PenWriting6Icon.vue'
|
|
186
229
|
export { default as PhoneIcon } from './PhoneIcon.vue'
|
|
230
|
+
export { default as PickaxeIcon } from './PickaxeIcon.vue'
|
|
231
|
+
export { default as PilcrowIcon } from './PilcrowIcon.vue'
|
|
187
232
|
export { default as PinTackIcon } from './PinTackIcon.vue'
|
|
188
233
|
export { default as PinIcon } from './PinIcon.vue'
|
|
189
234
|
export { default as PizzaSlice2Icon } from './PizzaSlice2Icon.vue'
|
|
235
|
+
export { default as PlaylistIcon } from './PlaylistIcon.vue'
|
|
190
236
|
export { default as Plug2Icon } from './Plug2Icon.vue'
|
|
191
237
|
export { default as PlusIcon } from './PlusIcon.vue'
|
|
192
238
|
export { default as PointerIcon } from './PointerIcon.vue'
|
|
@@ -195,7 +241,9 @@ export { default as PrintIcon } from './PrintIcon.vue'
|
|
|
195
241
|
export { default as ProgressBarIcon } from './ProgressBarIcon.vue'
|
|
196
242
|
export { default as PuzzlePieceIcon } from './PuzzlePieceIcon.vue'
|
|
197
243
|
export { default as QrcodeIcon } from './QrcodeIcon.vue'
|
|
244
|
+
export { default as QueueIcon } from './QueueIcon.vue'
|
|
198
245
|
export { default as Refresh2Icon } from './Refresh2Icon.vue'
|
|
246
|
+
export { default as ReturnKeyIcon } from './ReturnKeyIcon.vue'
|
|
199
247
|
export { default as RoadmapIcon } from './RoadmapIcon.vue'
|
|
200
248
|
export { default as RocketIcon } from './RocketIcon.vue'
|
|
201
249
|
export { default as Rotation360Icon } from './Rotation360Icon.vue'
|
|
@@ -209,11 +257,14 @@ export { default as ShapesIcon } from './ShapesIcon.vue'
|
|
|
209
257
|
export { default as ShareUpRightIcon } from './ShareUpRightIcon.vue'
|
|
210
258
|
export { default as ShieldCheckIcon } from './ShieldCheckIcon.vue'
|
|
211
259
|
export { default as ShopIcon } from './ShopIcon.vue'
|
|
260
|
+
export { default as ShuffleIcon } from './ShuffleIcon.vue'
|
|
212
261
|
export { default as SideProfileIcon } from './SideProfileIcon.vue'
|
|
213
262
|
export { default as Signal2Icon } from './Signal2Icon.vue'
|
|
263
|
+
export { default as SignatureIcon } from './SignatureIcon.vue'
|
|
214
264
|
export { default as Sitemap4Icon } from './Sitemap4Icon.vue'
|
|
215
265
|
export { default as SlidersIcon } from './SlidersIcon.vue'
|
|
216
266
|
export { default as Sparkle3Icon } from './Sparkle3Icon.vue'
|
|
267
|
+
export { default as SquareCommandIcon } from './SquareCommandIcon.vue'
|
|
217
268
|
export { default as SquareDottedArrowBottomRightIcon } from './SquareDottedArrowBottomRightIcon.vue'
|
|
218
269
|
export { default as SquareMinusIcon } from './SquareMinusIcon.vue'
|
|
219
270
|
export { default as SquarePlusIcon } from './SquarePlusIcon.vue'
|
|
@@ -224,13 +275,21 @@ export { default as StickerSmileIcon } from './StickerSmileIcon.vue'
|
|
|
224
275
|
export { default as StopwatchIcon } from './StopwatchIcon.vue'
|
|
225
276
|
export { default as Subscription2Icon } from './Subscription2Icon.vue'
|
|
226
277
|
export { default as Suitcase3Icon } from './Suitcase3Icon.vue'
|
|
278
|
+
export { default as SunFogIcon } from './SunFogIcon.vue'
|
|
227
279
|
export { default as SunIcon } from './SunIcon.vue'
|
|
280
|
+
export { default as TagCheckIcon } from './TagCheckIcon.vue'
|
|
228
281
|
export { default as TagIcon } from './TagIcon.vue'
|
|
229
282
|
export { default as TagsIcon } from './TagsIcon.vue'
|
|
230
283
|
export { default as TargetIcon } from './TargetIcon.vue'
|
|
231
284
|
export { default as Tasks2Icon } from './Tasks2Icon.vue'
|
|
285
|
+
export { default as TextAIcon } from './TextAIcon.vue'
|
|
286
|
+
export { default as TextAlignCenterIcon } from './TextAlignCenterIcon.vue'
|
|
287
|
+
export { default as TextAlignLeftIcon } from './TextAlignLeftIcon.vue'
|
|
288
|
+
export { default as TextAlignRightIcon } from './TextAlignRightIcon.vue'
|
|
289
|
+
export { default as TextHighlight2Icon } from './TextHighlight2Icon.vue'
|
|
232
290
|
export { default as TextHighlightIcon } from './TextHighlightIcon.vue'
|
|
233
291
|
export { default as TextTool2Icon } from './TextTool2Icon.vue'
|
|
292
|
+
export { default as TextToolIcon } from './TextToolIcon.vue'
|
|
234
293
|
export { default as ThumbsUpIcon } from './ThumbsUpIcon.vue'
|
|
235
294
|
export { default as Ticket4Icon } from './Ticket4Icon.vue'
|
|
236
295
|
export { default as Timer2Icon } from './Timer2Icon.vue'
|
|
@@ -246,6 +305,7 @@ export { default as UserIcon } from './UserIcon.vue'
|
|
|
246
305
|
export { default as UsersIcon } from './UsersIcon.vue'
|
|
247
306
|
export { default as Vault3Icon } from './Vault3Icon.vue'
|
|
248
307
|
export { default as VideoIcon } from './VideoIcon.vue'
|
|
308
|
+
export { default as VolumeOffIcon } from './VolumeOffIcon.vue'
|
|
249
309
|
export { default as VolumeUpIcon } from './VolumeUpIcon.vue'
|
|
250
310
|
export { default as VolumeIcon } from './VolumeIcon.vue'
|
|
251
311
|
export { default as Wallet2CircuitIcon } from './Wallet2CircuitIcon.vue'
|
|
@@ -253,6 +313,7 @@ export { default as Wallet2Icon } from './Wallet2Icon.vue'
|
|
|
253
313
|
export { default as WalletCoinIcon } from './WalletCoinIcon.vue'
|
|
254
314
|
export { default as WandSparkleIcon } from './WandSparkleIcon.vue'
|
|
255
315
|
export { default as WatchIcon } from './WatchIcon.vue'
|
|
316
|
+
export { default as WaveformLinesIcon } from './WaveformLinesIcon.vue'
|
|
256
317
|
export { default as WindowChartLineIcon } from './WindowChartLineIcon.vue'
|
|
257
318
|
export { default as WindowExpandBottomRightIcon } from './WindowExpandBottomRightIcon.vue'
|
|
258
319
|
export { default as WindowPointerIcon } from './WindowPointerIcon.vue'
|