@hrobarikt/box-ui-elements
Version:
Box UI Elements
13 lines • 365 B
JavaScript
import * as React from 'react';
import Alert16 from './Alert16';
export var alert16 = function alert16() {
return 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