@univerjs/icons-svg 1.25.0 → 1.26.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.25.0",
3
+ "version": "1.26.0",
4
4
  "description": "SVG icons for Univer",
5
5
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
6
6
  "license": "MIT",
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1.5" y="5.5" width="13" height="5" rx="2.5" stroke="black" stroke-width="1.2"/>
3
+ <rect x="2.7" y="6.7" width="6.4" height="2.6" rx="1.3" fill="black"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1.5" y="2.5" width="13" height="12" rx="1.5" stroke="black" stroke-width="1.2"/>
3
+ <path d="M1.5 6.5H14.5M5 1.5V4M11 1.5V4" stroke="black" stroke-width="1.2" stroke-linecap="round"/>
4
+ <path d="M4.5 9H6M8 9H9.5M11.5 9H12M4.5 12H6M8 12H9.5" stroke="black" stroke-width="1.2" stroke-linecap="round"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1.5" y="1.5" width="13" height="13" rx="1.5" stroke="black" stroke-width="1.2"/>
3
+ <path d="M8 4L9.19 6.42L11.85 6.81L9.93 8.68L10.38 11.33L8 10.08L5.62 11.33L6.07 8.68L4.15 6.81L6.81 6.42L8 4Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>