@spectrum-icons/workflow
Version:
Spectrum UI components in React
6 lines • 370 B
JavaScript
import { A4uDistributeVerticalCenter as IconComponent } from '@adobe/react-spectrum-workflow/dist/DistributeVerticalCenter.js';
import { Icon } from '@react-spectrum/icon';
import React from 'react';
export default function DistributeVerticalCenter(props) {
return /*#__PURE__*/React.createElement(Icon, props, /*#__PURE__*/React.createElement(IconComponent, null));
}