mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Update arrow icon
This commit is contained in:
parent
da0a515683
commit
b157a5b0b6
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ import {
|
||||||
faMousePointer,
|
faMousePointer,
|
||||||
faSquare,
|
faSquare,
|
||||||
faCircle,
|
faCircle,
|
||||||
faExpandAlt,
|
faLongArrowAltRight,
|
||||||
faFont
|
faFont
|
||||||
} from "@fortawesome/free-solid-svg-icons";
|
} from "@fortawesome/free-solid-svg-icons";
|
||||||
|
|
||||||
|
@ -618,7 +618,7 @@ const SHAPES = [
|
||||||
value: "ellipse"
|
value: "ellipse"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: faExpandAlt,
|
icon: faLongArrowAltRight,
|
||||||
value: "arrow"
|
value: "arrow"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue