diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-10-07 14:20:59 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-10-08 20:08:47 +1100 |
| commit | f50ff6be403c19ce44632098104a775f4144ea66 (patch) | |
| tree | ffabe4a47067409e4d63802000d3a0b86ae6c778 /src/components/icon/HelpIcon.vue | |
| parent | 1c69c4abf6e54ccab886c23cd6e691179ce6f076 (diff) | |
Add title bar
Add IconButton.vue and components/*Icon.vue files
Diffstat (limited to 'src/components/icon/HelpIcon.vue')
| -rw-r--r-- | src/components/icon/HelpIcon.vue | 7 |
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> |
