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