about summary refs log tree commit diff
path: root/client/src/Components/icons/CrossIcon.svelte
blob: 55525d810d6471d8f5bfed9fb0bb2f93c5fc9c67 (plain)
1
2
3
4
5
6
7
8
9
10
<style>
    svg {
        width: 20px;
        color: #212121;
    }
</style>

<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
</svg>