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