From b157a5b0b6c94a91970535531b112f6e72f5e246 Mon Sep 17 00:00:00 2001 From: Paulo Menezes Date: Sat, 4 Jan 2020 00:57:27 -0300 Subject: [PATCH] Update arrow icon --- src/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }, {