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