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