@@ -118,6 +118,7 @@ function DropdownMenuCheckboxes() {
118118 tabler = "IconUser"
119119 hugeicons = "UserIcon"
120120 phosphor = "UserIcon"
121+ remixicon = "RiUserLine"
121122 />
122123 Profile
123124 </ DropdownMenuItem >
@@ -127,6 +128,7 @@ function DropdownMenuCheckboxes() {
127128 tabler = "IconCreditCard"
128129 hugeicons = "CreditCardIcon"
129130 phosphor = "CreditCardIcon"
131+ remixicon = "RiBankCardLine"
130132 />
131133 Billing
132134 </ DropdownMenuItem >
@@ -136,6 +138,7 @@ function DropdownMenuCheckboxes() {
136138 tabler = "IconSettings"
137139 hugeicons = "SettingsIcon"
138140 phosphor = "GearIcon"
141+ remixicon = "RiSettings3Line"
139142 />
140143 Settings
141144 </ DropdownMenuItem >
@@ -171,6 +174,7 @@ function DropdownMenuCheckboxes() {
171174 tabler = "IconLogout"
172175 hugeicons = "LogoutIcon"
173176 phosphor = "SignOutIcon"
177+ remixicon = "RiLogoutBoxLine"
174178 />
175179 Sign Out
176180 </ DropdownMenuItem >
@@ -227,6 +231,7 @@ function DropdownMenuWithAvatar() {
227231 tabler = "IconChevronsUpDown"
228232 hugeicons = "ChevronUpDownIcon"
229233 phosphor = "CaretUpDownIcon"
234+ remixicon = "RiExpandUpDownLine"
230235 className = "text-muted-foreground ml-auto"
231236 />
232237 </ Button >
@@ -257,6 +262,7 @@ function DropdownMenuWithAvatar() {
257262 tabler = "IconSparkles"
258263 hugeicons = "SparklesIcon"
259264 phosphor = "SparklesIcon"
265+ remixicon = "RiSparklingLine"
260266 />
261267 Upgrade to Pro
262268 </ DropdownMenuItem >
@@ -269,6 +275,7 @@ function DropdownMenuWithAvatar() {
269275 tabler = "IconBadgeCheck"
270276 hugeicons = "BadgeCheckIcon"
271277 phosphor = "CheckCircleIcon"
278+ remixicon = "RiVerifiedBadgeLine"
272279 />
273280 Account
274281 </ DropdownMenuItem >
@@ -278,6 +285,7 @@ function DropdownMenuWithAvatar() {
278285 tabler = "IconCreditCard"
279286 hugeicons = "CreditCardIcon"
280287 phosphor = "CreditCardIcon"
288+ remixicon = "RiBankCardLine"
281289 />
282290 Billing
283291 </ DropdownMenuItem >
@@ -287,6 +295,7 @@ function DropdownMenuWithAvatar() {
287295 tabler = "IconBell"
288296 hugeicons = "BellIcon"
289297 phosphor = "BellIcon"
298+ remixicon = "RiNotification3Line"
290299 />
291300 Notifications
292301 </ DropdownMenuItem >
@@ -298,6 +307,7 @@ function DropdownMenuWithAvatar() {
298307 tabler = "IconLogout"
299308 hugeicons = "LogoutIcon"
300309 phosphor = "SignOutIcon"
310+ remixicon = "RiLogoutBoxLine"
301311 />
302312 Sign Out
303313 </ DropdownMenuItem >
@@ -352,6 +362,7 @@ function DropdownMenuAvatarOnly() {
352362 tabler = "IconSparkles"
353363 hugeicons = "SparklesIcon"
354364 phosphor = "SparklesIcon"
365+ remixicon = "RiSparklingLine"
355366 />
356367 Upgrade to Pro
357368 </ DropdownMenuItem >
@@ -364,6 +375,7 @@ function DropdownMenuAvatarOnly() {
364375 tabler = "IconBadgeCheck"
365376 hugeicons = "BadgeCheckIcon"
366377 phosphor = "CheckCircleIcon"
378+ remixicon = "RiVerifiedBadgeLine"
367379 />
368380 Account
369381 </ DropdownMenuItem >
@@ -373,6 +385,7 @@ function DropdownMenuAvatarOnly() {
373385 tabler = "IconCreditCard"
374386 hugeicons = "CreditCardIcon"
375387 phosphor = "CreditCardIcon"
388+ remixicon = "RiBankCardLine"
376389 />
377390 Billing
378391 </ DropdownMenuItem >
@@ -382,6 +395,7 @@ function DropdownMenuAvatarOnly() {
382395 tabler = "IconBell"
383396 hugeicons = "BellIcon"
384397 phosphor = "BellIcon"
398+ remixicon = "RiNotification3Line"
385399 />
386400 Notifications
387401 </ DropdownMenuItem >
@@ -393,6 +407,7 @@ function DropdownMenuAvatarOnly() {
393407 tabler = "IconLogout"
394408 hugeicons = "LogoutIcon"
395409 phosphor = "SignOutIcon"
410+ remixicon = "RiLogoutBoxLine"
396411 />
397412 Sign Out
398413 </ DropdownMenuItem >
@@ -411,6 +426,7 @@ function DropdownMenuIconColor() {
411426 tabler = "IconDots"
412427 hugeicons = "MoreHorizontalCircle01Icon"
413428 phosphor = "DotsThreeOutlineIcon"
429+ remixicon = "RiMoreLine"
414430 />
415431 < span className = "sr-only" > Toggle menu</ span >
416432 </ Button >
@@ -423,6 +439,7 @@ function DropdownMenuIconColor() {
423439 tabler = "IconPencil"
424440 hugeicons = "EditIcon"
425441 phosphor = "PencilIcon"
442+ remixicon = "RiPencilLine"
426443 />
427444 Edit
428445 </ DropdownMenuItem >
@@ -432,6 +449,7 @@ function DropdownMenuIconColor() {
432449 tabler = "IconShare"
433450 hugeicons = "ShareIcon"
434451 phosphor = "ShareIcon"
452+ remixicon = "RiShareLine"
435453 />
436454 Share
437455 </ DropdownMenuItem >
@@ -442,6 +460,7 @@ function DropdownMenuIconColor() {
442460 tabler = "IconTrash"
443461 hugeicons = "DeleteIcon"
444462 phosphor = "TrashIcon"
463+ remixicon = "RiDeleteBinLine"
445464 />
446465 Delete
447466 </ DropdownMenuItem >
0 commit comments