about summary refs log tree commit diff
path: root/src/components/icons/Loader.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icons/Loader.tsx')
-rw-r--r--src/components/icons/Loader.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/Loader.tsx b/src/components/icons/Loader.tsx
new file mode 100644
index 000000000..01419ba54
--- /dev/null
+++ b/src/components/icons/Loader.tsx
@@ -0,0 +1,5 @@
+import {createSinglePathSVG} from './TEMPLATE'
+
+export const Loader_Stroke2_Corner0_Rounded = createSinglePathSVG({
+  path: 'M12 5a7 7 0 0 0-5.218 11.666A1 1 0 0 1 5.292 18a9 9 0 1 1 13.416 0 1 1 0 1 1-1.49-1.334A7 7 0 0 0 12 5Z',
+})