mishig's picture
mishig HF staff
Implement copy code snippet to clipboard
b37c7b7
raw
history blame contribute delete
No virus
561 Bytes
<script lang="ts">
export let classNames = '';
</script>
<svg
class={classNames}
xmlns="http://www.w3.org/2000/svg"
aria-hidden="true"
fill="currentColor"
focusable="false"
role="img"
width="0.9em"
height="0.9em"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 32 32"
><path
d="M28,10V28H10V10H28m0-2H10a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10a2,2,0,0,0-2-2Z"
transform="translate(0)"
></path><path d="M4,18H2V4A2,2,0,0,1,4,2H18V4H4Z" transform="translate(0)"></path><rect
fill="none"
width="32"
height="32"
></rect></svg
>