9 | {thumbs.length ? (
10 | thumbs.slice(0, 3).map((thumb, i) => (
11 |
19 |
28 | {thumb.name}
29 |
30 | ))
31 | ) : (
32 |
File
33 | )}
34 |
35 | );
36 | };
37 |
38 | export default ThumbsDragPreview;
39 |
--------------------------------------------------------------------------------
/packages/aesirx-dam-app/src/svg/MoveFolderIcon.jsx:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 |
3 | const MoveFolder = ({ fill = 'none', ...props }) => {
4 | return (
5 |