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