mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 05:34:04 +02:00
feat: add new icon components including Bin, Board, Brush, Cube, Expand, Gear, Globe, Open, Pen, Rotate, T, and Zip; remove unused Cmd, Ctrl, Enter, Key, and Shift icons for a cleaner icon set
This commit is contained in:
parent
2865f8749e
commit
fce7eec1fc
17 changed files with 94 additions and 157 deletions
7
components/Icons/Rotate.vue
Normal file
7
components/Icons/Rotate.vue
Normal file
|
@ -0,0 +1,7 @@
|
|||
<template>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" viewBox="0 0 16 16">
|
||||
<path fill="#E5DFD5" fill-rule="evenodd"
|
||||
d="M8 1.5a6.5 6.5 0 1 0 6.445 7.348a.75.75 0 1 0-1.487-.194A5.001 5.001 0 1 1 11.57 4.5h-1.32a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 .75-.75v-3a.75.75 0 0 0-1.5 0v1.06A6.48 6.48 0 0 0 8 1.5"
|
||||
clip-rule="evenodd" />
|
||||
</svg>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue