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