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.

22 lines
452 B

<app-file-parent>
<div class="file__table-row">
<div class="file__table-column file__table-column--back">
<svg class="icon" aria-hidden="true" onclick={ (event) => { props.handleClick(event, this) } }>
<use xlink:href="/symbol-defs.svg#icon-back"></use>
</svg>
</div>
</div>
<script>
/**
*
*
*
*/
export default {
}
</script>
</app-file-parent>