@univerjs/icons-svg 1.10.0 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/icons-svg",
3
- "version": "1.10.0",
3
+ "version": "1.12.0",
4
4
  "description": "SVG icons for Univer",
5
5
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
6
6
  "license": "MIT",
@@ -0,0 +1,5 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5 2.8V12.5C5 13.9 6.1 15 7.5 15H17.2" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
3
+ <path d="M2.8 5H12.5C13.9 5 15 6.1 15 7.5V17.2" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
4
+ <path d="M8.3 8.3H11.7V11.7H8.3V8.3Z" stroke="black" stroke-width="1.2"/>
5
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="7" cy="5" r="1.1" fill="black"/>
3
+ <circle cx="13" cy="5" r="1.1" fill="black"/>
4
+ <circle cx="7" cy="10" r="1.1" fill="black"/>
5
+ <circle cx="13" cy="10" r="1.1" fill="black"/>
6
+ <circle cx="7" cy="15" r="1.1" fill="black"/>
7
+ <circle cx="13" cy="15" r="1.1" fill="black"/>
8
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1.5" y="2.45" width="17" height="1.2" rx="0.6" fill="black"/>
3
+ <rect x="1.5" y="6.1" width="3.25" height="1.2" rx="0.6" fill="black"/>
4
+ <rect x="15.25" y="6.1" width="3.25" height="1.2" rx="0.6" fill="black"/>
5
+ <rect x="1.5" y="9.4" width="3.25" height="1.2" rx="0.6" fill="black"/>
6
+ <rect x="15.25" y="9.4" width="3.25" height="1.2" rx="0.6" fill="black"/>
7
+ <rect x="1.5" y="12.7" width="3.25" height="1.2" rx="0.6" fill="black"/>
8
+ <rect x="15.25" y="12.7" width="3.25" height="1.2" rx="0.6" fill="black"/>
9
+ <rect x="1.5" y="16.35" width="17" height="1.2" rx="0.6" fill="black"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.55 5.45C6.50066 5.45 5.65 6.30066 5.65 7.35V12.65C5.65 13.6993 6.50066 14.55 7.55 14.55H12.45C13.4993 14.55 14.35 13.6993 14.35 12.65V7.35C14.35 6.30066 13.4993 5.45 12.45 5.45H7.55ZM7.8 6.75C7.24772 6.75 6.8 7.19772 6.8 7.75V12.25C6.8 12.8023 7.24772 13.25 7.8 13.25H12.2C12.7523 13.25 13.2 12.8023 13.2 12.25V7.75C13.2 7.19772 12.7523 6.75 12.2 6.75H7.8Z" fill="black"/>
11
+ </svg>
@@ -1,8 +0,0 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6 5C6.55228 5 7 4.55228 7 4C7 3.44772 6.55228 3 6 3C5.44772 3 5 3.44772 5 4C5 4.55228 5.44772 5 6 5Z" fill="black"/>
3
- <path d="M6 9C6.55228 9 7 8.55229 7 8C7 7.44772 6.55228 7 6 7C5.44772 7 5 7.44772 5 8C5 8.55229 5.44772 9 6 9Z" fill="black"/>
4
- <path d="M7 12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11C6.55228 11 7 11.4477 7 12Z" fill="black"/>
5
- <path d="M10 5C10.5523 5 11 4.55228 11 4C11 3.44772 10.5523 3 10 3C9.44771 3 9 3.44772 9 4C9 4.55228 9.44771 5 10 5Z" fill="black"/>
6
- <path d="M11 8C11 8.55229 10.5523 9 10 9C9.44771 9 9 8.55229 9 8C9 7.44772 9.44771 7 10 7C10.5523 7 11 7.44772 11 8Z" fill="black"/>
7
- <path d="M10 13C10.5523 13 11 12.5523 11 12C11 11.4477 10.5523 11 10 11C9.44771 11 9 11.4477 9 12C9 12.5523 9.44771 13 10 13Z" fill="black"/>
8
- </svg>