aboutsummaryrefslogtreecommitdiff
path: root/src/components/icon/HelpIcon.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icon/HelpIcon.vue')
-rw-r--r--src/components/icon/HelpIcon.vue7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/icon/HelpIcon.vue b/src/components/icon/HelpIcon.vue
new file mode 100644
index 0000000..a61553a
--- /dev/null
+++ b/src/components/icon/HelpIcon.vue
@@ -0,0 +1,7 @@
+<template>
+<svg viewBox="0 0 512 512">
+ <path d="M160 164s1.44-33 33.54-59.46C212.6 88.83 235.49 84.28 256 84c18.73-.23 35.47 2.94 45.48 7.82C318.59 100.2 352 120.6 352 164c0 45.67-29.18 66.37-62.35 89.18S248 298.36 248 324"
+ fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="45"/>
+ <circle cx="248" cy="430" r="32" fill="currentColor"/>
+</svg>
+</template>