diff --git a/src/index.tsx b/src/index.tsx index 530f4cdf9..4ad3a7f7c 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -7,7 +7,7 @@ import { faMousePointer, faSquare, faCircle, - faExpandAlt, + faLongArrowAltRight, faFont } from "@fortawesome/free-solid-svg-icons"; @@ -618,7 +618,7 @@ const SHAPES = [ value: "ellipse" }, { - icon: faExpandAlt, + icon: faLongArrowAltRight, value: "arrow" }, {