diff --git a/packages/tldraw/src/components/Primitives/icons/RedoIcon.tsx b/packages/tldraw/src/components/Primitives/icons/RedoIcon.tsx index 030fa9d58..7b8d1288a 100644 --- a/packages/tldraw/src/components/Primitives/icons/RedoIcon.tsx +++ b/packages/tldraw/src/components/Primitives/icons/RedoIcon.tsx @@ -2,7 +2,14 @@ import * as React from 'react' export function RedoIcon(props: React.SVGProps): JSX.Element { return ( - + ) diff --git a/packages/tldraw/src/components/Primitives/icons/UndoIcon.tsx b/packages/tldraw/src/components/Primitives/icons/UndoIcon.tsx index b8fb9467e..8581ea9f0 100644 --- a/packages/tldraw/src/components/Primitives/icons/UndoIcon.tsx +++ b/packages/tldraw/src/components/Primitives/icons/UndoIcon.tsx @@ -2,7 +2,14 @@ import * as React from 'react' export function UndoIcon(props: React.SVGProps): JSX.Element { return ( - + )