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