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