@hrobarikt/box-ui-elements
Version:
Box UI Elements
13 lines • 355 B
JavaScript
import * as React from 'react';
import Move16 from './Move16';
export var move16 = function move16() {
return React.createElement(Move16, null);
};
export default {
title: 'Icon|Fill|Move16',
component: Move16,
parameters: {
notes: "`import Move16 from 'box-ui-elements/es/icon/fill/Move16';`"
}
};
//# sourceMappingURL=Move16.stories.js.map