summaryrefslogtreecommitdiff
path: root/src/components/shared/RotateIcon.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/shared/RotateIcon.tsx')
-rw-r--r--src/components/shared/RotateIcon.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/shared/RotateIcon.tsx b/src/components/shared/RotateIcon.tsx
index 7e3ceae..0a5a018 100644
--- a/src/components/shared/RotateIcon.tsx
+++ b/src/components/shared/RotateIcon.tsx
@@ -1,6 +1,6 @@
import cx from 'clsx';
import * as React from 'react';
-import { RotateCw } from 'react-feather';
+import { RotateCw } from '~/components/shared/FeatherIcons';
import s from './RotateIcon.module.scss';