Update arrow icon

This commit is contained in:
Paulo Menezes 2020-01-04 00:57:27 -03:00
parent da0a515683
commit b157a5b0b6

View file

@ -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"
},
{