add correct icon
This commit is contained in:
parent
d4b0c0fe13
commit
fb7d5c4e23
@ -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
|
||||||
|
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user