canteen_system/src/components/icon/src/icons/test.vue

20 lines
455 B
Vue

<template>
<svg
class="inline-block"
viewBox="0 0 24 24"
width="1em"
height="1em"
>
<path
fill="currentColor"
d="M21 3v6h-2V6.41l-3.29 3.3l-1.42-1.42L17.59 5H15V3zM3 3v6h2V6.41l3.29 3.3l1.42-1.42L6.41 5H9V3zm18 18v-6h-2v2.59l-3.29-3.29l-1.41 1.41L17.59 19H15v2zM9 21v-2H6.41l3.29-3.29l-1.41-1.42L5 17.59V15H3v6z"
></path>
</svg>
</template>
<script lang="ts">
export default {
name: "test",
};
</script>