add correct icon

This commit is contained in:
Raphael 2022-06-23 14:54:47 +02:00
parent d4b0c0fe13
commit fb7d5c4e23
2 changed files with 4 additions and 2 deletions

View File

@ -56,7 +56,7 @@
type="button" type="button"
class="whiteboard-tool" class="whiteboard-tool"
> >
<i class="fa fa-hand-paper-o" aria-hidden="true"></i> <i class="fa fa-hand-paper" aria-hidden="true"></i>
</button> </button>
<button <button

View File

@ -21,6 +21,7 @@ import {
faInfoCircle, faInfoCircle,
faGlobe, faGlobe,
faStickyNote, faStickyNote,
faHandPaper,
} from "@fortawesome/free-solid-svg-icons"; } from "@fortawesome/free-solid-svg-icons";
import { import {
faSquare, faSquare,
@ -56,7 +57,8 @@ library.add(
faLockOpen, faLockOpen,
faInfoCircle, faInfoCircle,
faGlobe, faGlobe,
faStickyNote faStickyNote,
faHandPaper
); );
dom.i2svg(); dom.i2svg();