0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2025-01-03 11:20:07 -05:00

Add icons

This commit is contained in:
dragongoose 2023-09-16 18:13:41 -04:00
parent ee3d2ba346
commit fb316a8aae
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -33,6 +33,8 @@ import {
BiTiktok, BiTiktok,
BiReddit, BiReddit,
BiHeartFill, BiHeartFill,
FaShareAlt,
IoCloseSharp,
IoPerson IoPerson
} from 'oh-vue-icons/icons' } from 'oh-vue-icons/icons'
@ -49,6 +51,8 @@ addIcons(
BiTiktok, BiTiktok,
BiReddit, BiReddit,
BiHeartFill, BiHeartFill,
FaShareAlt,
IoCloseSharp,
IoPerson IoPerson
) )