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