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 { 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,
|
||||||
|
|
Loading…
Reference in a new issue