king
2022-02-10 55cbccfdfd8cecce96a7e9e748ca45421e3b86b2
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} />,