We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5325d1 + 4373d1b commit bec684cCopy full SHA for bec684c
2 files changed
src/@next/Icon/icons/icons.ts
@@ -211,6 +211,7 @@ export const iconNames = [
211
'ri-user-unfollow-line',
212
'ri-user5-line',
213
'ri-user5-fill',
214
+ 'ri-verified-line',
215
'ri-vimeo-fill',
216
'ri-whatsapp-line',
217
'ri-whatsapp-fill',
@@ -442,6 +443,7 @@ export const iconsMappingComponent: { [name in IconNames]: SVGComponent } = {
442
443
['ri-user-unfollow-line']: Icons.RiUserUnfollowLine,
444
['ri-user5-line']: Icons.RiUser5Line,
445
['ri-user5-fill']: Icons.RiUser5Fill,
446
+ ['ri-verified-line']: Icons.RiVerifiedLine,
447
['ri-vimeo-fill']: Icons.RiVimeoFill,
448
['ri-whatsapp-line']: Icons.RiWhatsappLine,
449
['ri-whatsapp-fill']: Icons.RiWhatsappFill,
src/@next/Icon/icons/ri-verified-line.svg
0 commit comments