From e9b59a2790006af60206af7f676ad4a0ccceee13 Mon Sep 17 00:00:00 2001 From: zaultavangar Date: Thu, 14 Dec 2023 12:43:40 -0500 Subject: adding animation functionality --- .../views/nodes/MapBox/AnimationSpeedIcons.tsx | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/client/views/nodes/MapBox/AnimationSpeedIcons.tsx (limited to 'src/client/views/nodes/MapBox/AnimationSpeedIcons.tsx') diff --git a/src/client/views/nodes/MapBox/AnimationSpeedIcons.tsx b/src/client/views/nodes/MapBox/AnimationSpeedIcons.tsx new file mode 100644 index 000000000..d54a175b2 --- /dev/null +++ b/src/client/views/nodes/MapBox/AnimationSpeedIcons.tsx @@ -0,0 +1,35 @@ +import * as React from "react"; + +export const slowSpeedIcon: JSX.Element = ( + + + + + + + +); + +export const mediumSpeedIcon: JSX.Element = ( + + + + + + + +); + +export const fastSpeedIcon: JSX.Element = ( + + + + + +); + -- cgit v1.2.3-70-g09d2