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