feat: Add Bitcoin icon
This commit is contained in:
parent
3c96f0b3da
commit
e2b1556ad4
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
import { library, icon, config, dom } from "@fortawesome/fontawesome-svg-core";
|
||||
import {
|
||||
faBitcoinSign,
|
||||
faBook,
|
||||
faBrowser,
|
||||
faComment,
|
||||
|
@ -86,6 +87,7 @@ const faNextcloud = {
|
|||
};
|
||||
|
||||
library.add(
|
||||
faBitcoinSign,
|
||||
faBook,
|
||||
faBrowser,
|
||||
faBullSperm,
|
||||
|
|
Loading…
Reference in a new issue