Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 371 Bytes
b2ecf7d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
<script lang="ts">
export let classNames = "";
</script>
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
aria-hidden="true"
focusable="false"
role="img"
class={classNames}
width="1em"
height="1em"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 24 24"
>
<path d="M11 15H6l7-14v8h5l-7 14v-8z" fill="currentColor" />
</svg>
|