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