Skip to content

Commit e0fb775

Browse files
committed
fix: wrong prefix in font awesome icons (#32)
1 parent 47fb43a commit e0fb775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/components/icon-set/fontawesome-v5.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ export default {
12691269
{ name: 'fa-typo3', prefix: 'fab', tags: ['brand'] },
12701270
{ name: 'fa-uber', prefix: 'fab', tags: ['brand'] },
12711271
{ name: 'fa-ubuntu', prefix: 'fab', tags: ['brand'] },
1272-
{ name: 'fa-uikit', prefix: 'fab', tags: [] },
1272+
{ name: 'fa-uikit', prefix: 'fab', tags: ['brand'] },
12731273
{ name: 'fa-umbraco', prefix: 'fab', tags: ['brand'] },
12741274
{ name: 'fa-umbrella', prefix: 'fas', tags: [] },
12751275
{ name: 'fa-umbrella-beach', prefix: 'fas', tags: [] },
@@ -1335,7 +1335,7 @@ export default {
13351335
{ name: 'fa-vimeo-v', prefix: 'fab', tags: ['brand'] },
13361336
{ name: 'fa-vine', prefix: 'fab', tags: ['brand'] },
13371337
{ name: 'fa-vk', prefix: 'fab', tags: ['brand'] },
1338-
{ name: 'fa-vnv', prefix: 'fab', tags: [] },
1338+
{ name: 'fa-vnv', prefix: 'fab', tags: ['brand'] },
13391339
{ name: 'fa-voicemail', prefix: 'fas', tags: [] },
13401340
{ name: 'fa-volleyball-ball', prefix: 'fas', tags: [] },
13411341
{ name: 'fa-volume-down', prefix: 'fas', tags: ['media'] },

0 commit comments

Comments
 (0)