box-ui-elements-mlh
Version:
13 lines • 378 B
JavaScript
import * as React from 'react';
import Alert16 from './Alert16';
export var alert16 = function alert16() {
return /*#__PURE__*/React.createElement(Alert16, null);
};
export default {
title: 'Icon|Fill|Alert16',
component: Alert16,
parameters: {
notes: "`import Alert16 from 'box-ui-elements/es/icon/fill/Alert16';`"
}
};
//# sourceMappingURL=Alert16.stories.js.map