box-ui-elements
Version:
Box UI Elements
11 lines • 461 B
JavaScript
import * as React from 'react';
import EmailNotification16 from './EmailNotification16';
export const emailNotification16 = () => /*#__PURE__*/React.createElement(EmailNotification16, null);
export default {
title: 'Icon/Fill/EmailNotification16',
component: EmailNotification16,
parameters: {
notes: "`import EmailNotification16 from 'box-ui-elements/es/icon/fill/EmailNotification16';`"
}
};
//# sourceMappingURL=EmailNotification16.stories.js.map