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