Skip to content

Commit 2d29a27

Browse files
Added fa far icons
1 parent bb3e2ca commit 2d29a27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libraries/fontawesome.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import { library } from '@fortawesome/fontawesome-svg-core';
22
import { fab } from '@fortawesome/free-brands-svg-icons';
33
import { fas } from '@fortawesome/free-solid-svg-icons';
4+
import { far } from '@fortawesome/free-regular-svg-icons';
45

56
library.add(
67
fab,
78
fas,
9+
far,
810
);

0 commit comments

Comments
 (0)