feat: Add Bitcoin icon

This commit is contained in:
Thomas A. Christensen II 2023-07-01 18:06:20 -05:00
parent 3c96f0b3da
commit e2b1556ad4
Signed by: millironx
GPG key ID: 09335146883990B9

View file

@ -1,5 +1,6 @@
import { library, icon, config, dom } from "@fortawesome/fontawesome-svg-core"; import { library, icon, config, dom } from "@fortawesome/fontawesome-svg-core";
import { import {
faBitcoinSign,
faBook, faBook,
faBrowser, faBrowser,
faComment, faComment,
@ -86,6 +87,7 @@ const faNextcloud = {
}; };
library.add( library.add(
faBitcoinSign,
faBook, faBook,
faBrowser, faBrowser,
faBullSperm, faBullSperm,