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/SettingsIcon.vue | |
| parent | 1c69c4abf6e54ccab886c23cd6e691179ce6f076 (diff) | |
Add title bar
Add IconButton.vue and components/*Icon.vue files
Diffstat (limited to 'src/components/icon/SettingsIcon.vue')
| -rw-r--r-- | src/components/icon/SettingsIcon.vue | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/components/icon/SettingsIcon.vue b/src/components/icon/SettingsIcon.vue new file mode 100644 index 0000000..e8738a9 --- /dev/null +++ b/src/components/icon/SettingsIcon.vue @@ -0,0 +1,17 @@ +<template> +<svg viewBox="0 0 24 24" fill="none" + stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> + <circle cx="12" cy="12" r="3"/> + <path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 + 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 + 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 + 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 + 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 + 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 + 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 + 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 + 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 + 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 + 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"/> +</svg> +</template> |
