@orfeas126/box-ui-elements
Version:
Box UI Elements
11 lines • 380 B
JavaScript
import * as React from 'react';
import Workflow16 from './Workflow16';
export const workflow16 = () => /*#__PURE__*/React.createElement(Workflow16, null);
export default {
title: 'Icon/Fill/Workflow16',
component: Workflow16,
parameters: {
notes: "`import Workflow16 from 'box-ui-elements/es/icon/fill/Workflow16';`"
}
};
//# sourceMappingURL=Workflow16.stories.js.map