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