@univerjs/icons-svg 1.42.0 → 1.43.1

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.42.0",
3
+ "version": "1.43.1",
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
+ <path d="M2 2.5H13L9 7.2V10L6.5 11.5V7.2L2 2.5Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M10.5 10.5L14 14M14 10.5L10.5 14" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
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" width="13" height="12" rx="1.5" stroke="currentColor" stroke-width="1.2"/>
3
+ <path d="M1.5 5.5H14.5M4 8H6M4 10.5H6" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
4
+ <path d="M8.5 8H12L10.8 9.6V11.5L9.7 12V9.6L8.5 8Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </svg>