From 55cbccfdfd8cecce96a7e9e748ca45421e3b86b2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 10 二月 2022 18:50:07 +0800 Subject: [PATCH] 2022-02-10 --- src/components/mk-icon/index.jsx | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/components/mk-icon/index.jsx b/src/components/mk-icon/index.jsx index eae7087..9fff348 100644 --- a/src/components/mk-icon/index.jsx +++ b/src/components/mk-icon/index.jsx @@ -12,8 +12,6 @@ DownloadOutlined, StepBackwardOutlined, StepForwardOutlined, - FastBackwardOutlined, - FastForwardOutlined, DoubleRightOutlined, DoubleLeftOutlined, ForwardOutlined, @@ -242,8 +240,6 @@ 'download': (props) => <DownloadOutlined {...props} />, 'step-backward': (props) => <StepBackwardOutlined {...props} />, 'step-forward': (props) => <StepForwardOutlined {...props} />, - 'fast-backward': (props) => <FastBackwardOutlined {...props} />, - 'fast-forward': (props) => <FastForwardOutlined {...props} />, 'double-right': (props) => <DoubleRightOutlined {...props} />, 'double-left': (props) => <DoubleLeftOutlined {...props} />, 'forward': (props) => <ForwardOutlined {...props} />, -- Gitblit v1.8.0