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