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