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/Zip.vue
Normal file
7
components/Icons/Zip.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="M11 13.5H5A1.5 1.5 0 0 1 3.5 12V4A1.5 1.5 0 0 1 5 2.5h.5v.75c0 .414.336.75.75.75H7v2h-.75a.75.75 0 0 0-.75.75v.5c0 .414.336.75.75.75H7v2h-.75a.75.75 0 0 0-.75.75v.5c0 .414.336.75.75.75H7v-2h.75a.75.75 0 0 0 .75-.75v-.5A.75.75 0 0 0 7.75 8H7V6h.75a.75.75 0 0 0 .75-.75v-.5A.75.75 0 0 0 7.75 4H7V2.5h.757a1.5 1.5 0 0 1 1.061.44l3.243 3.242a1.5 1.5 0 0 1 .439 1.06V12a1.5 1.5 0 0 1-1.5 1.5m2.121-8.379A3 3 0 0 1 14 7.243V12a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h2.757a3 3 0 0 1 2.122.879z"
|
||||
clip-rule="evenodd" />
|
||||
</svg>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue