@hrobarikt/box-ui-elements
Version:
Box UI Elements
13 lines • 401 B
JavaScript
import * as React from 'react';
import Workflow32 from './Workflow32';
export var workflow32 = function workflow32() {
return React.createElement(Workflow32, null);
};
export default {
title: 'Icon|Content|Workflow32',
component: Workflow32,
parameters: {
notes: "`import Workflow32 from 'box-ui-elements/es/icon/content/Workflow32';`"
}
};
//# sourceMappingURL=Workflow32.stories.js.map