aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/site/src/components/icons/IconSupport.vue
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2024-09-07 15:15:32 +0800
committerHsiangNianian <i@jyunko.cn>2024-09-07 15:15:32 +0800
commit72a79bd525e72f80c6b46b4514f0e6bb4c3cc07a (patch)
tree16bd9b550f7fd406be726c3a2380ef24ca14bfe0 /site/src/components/icons/IconSupport.vue
parent8a32052835e155b5577fe15cd2b09b7aa56a8d65 (diff)
downloadHydroRoll-72a79bd525e72f80c6b46b4514f0e6bb4c3cc07a.tar.gz
HydroRoll-72a79bd525e72f80c6b46b4514f0e6bb4c3cc07a.zip
refactor(site): move site to HydroRoll-site repo
Diffstat (limited to 'site/src/components/icons/IconSupport.vue')
-rw-r--r--site/src/components/icons/IconSupport.vue7
1 files changed, 0 insertions, 7 deletions
diff --git a/site/src/components/icons/IconSupport.vue b/site/src/components/icons/IconSupport.vue
deleted file mode 100644
index 7452834..0000000
--- a/site/src/components/icons/IconSupport.vue
+++ /dev/null
@@ -1,7 +0,0 @@
-<template>
- <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor">
- <path
- d="M10 3.22l-.61-.6a5.5 5.5 0 0 0-7.666.105 5.5 5.5 0 0 0-.114 7.665L10 18.78l8.39-8.4a5.5 5.5 0 0 0-.114-7.665 5.5 5.5 0 0 0-7.666-.105l-.61.61z"
- />
- </svg>
-</template>