add correct icon
This commit is contained in:
parent
d4b0c0fe13
commit
fb7d5c4e23
@ -56,7 +56,7 @@
|
||||
type="button"
|
||||
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
|
||||
|
@ -21,6 +21,7 @@ import {
|
||||
faInfoCircle,
|
||||
faGlobe,
|
||||
faStickyNote,
|
||||
faHandPaper,
|
||||
} from "@fortawesome/free-solid-svg-icons";
|
||||
import {
|
||||
faSquare,
|
||||
@ -56,7 +57,8 @@ library.add(
|
||||
faLockOpen,
|
||||
faInfoCircle,
|
||||
faGlobe,
|
||||
faStickyNote
|
||||
faStickyNote,
|
||||
faHandPaper
|
||||
);
|
||||
|
||||
dom.i2svg();
|
||||
|
Loading…
x
Reference in New Issue
Block a user