chore: update @ant-design/icons import way (#24467)

This commit is contained in:
偏右 2020-05-26 12:38:08 +08:00 committed by GitHub
parent 4e9fc51dba
commit 75d7038691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
import * as React from 'react';
import omit from 'omit.js';
import classNames from 'classnames';
import { DownOutlined } from '@ant-design/icons';
import DownOutlined from '@ant-design/icons/DownOutlined';
import Checkbox from '../checkbox';
import Menu from '../menu';
import Dropdown from '../dropdown';