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