You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
441 B

3 years ago
  1. <urban-filemanager-actions>
  2. <div class="file-table__row">
  3. <svg class="icon fill-grey mr-2" aria-hidden="true">
  4. <use xlink:href="/symbol-defs.svg#icon-delete"></use>
  5. </svg>
  6. <svg class="icon fill-grey mr-2" aria-hidden="true">
  7. <use xlink:href="/symbol-defs.svg#icon-build"></use>
  8. </svg>
  9. </div>
  10. <script>
  11. export default {
  12. }
  13. </script>
  14. </urban-filemanager-actions>