@orfeas126/box-ui-elements
Version:
Box UI Elements
11 lines • 344 B
JavaScript
import * as React from 'react';
import Gear16 from './Gear16';
export const gear16 = () => /*#__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