aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/src/lib/components/icons/x-circle.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'apps/kit/src/lib/components/icons/x-circle.svelte')
-rw-r--r--apps/kit/src/lib/components/icons/x-circle.svelte13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/kit/src/lib/components/icons/x-circle.svelte b/apps/kit/src/lib/components/icons/x-circle.svelte
deleted file mode 100644
index 3793b5a..0000000
--- a/apps/kit/src/lib/components/icons/x-circle.svelte
+++ /dev/null
@@ -1,13 +0,0 @@
-<svg
- class="h-5 w-5 {$$restProps.class ?? ''}"
- xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 20 20"
- fill="currentColor"
- aria-hidden="true"
->
- <path
- fill-rule="evenodd"
- d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.28 7.22a.75.75 0 00-1.06 1.06L8.94 10l-1.72 1.72a.75.75 0 101.06 1.06L10 11.06l1.72 1.72a.75.75 0 101.06-1.06L11.06 10l1.72-1.72a.75.75 0 00-1.06-1.06L10 8.94 8.28 7.22z"
- clip-rule="evenodd"
- />
-</svg>