1 2 3 4 5 6 7 8import { createIcon } from '../IconWrapper'; import { AcceptEmail } from '@icon-park/svg'; /** * AcceptEmail 图标组件 */ export default createIcon(AcceptEmail);
1 2 3 4 5 6 7 8
import { createIcon } from '../IconWrapper'; import { AcceptEmail } from '@icon-park/svg'; /** * AcceptEmail 图标组件 */ export default createIcon(AcceptEmail);