@univerjs/icons-svg 1.7.0 → 1.9.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.7.0",
3
+ "version": "1.9.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="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2.3" y="3.2" width="11.4" height="6.6" rx="0.9" stroke="#000" stroke-width="1.3"/>
3
+ <path d="M4.9 12H11.1" stroke="#000" stroke-width="1.3" stroke-linecap="round"/>
4
+ <path d="M6.3 14H9.7" stroke="#000" stroke-width="1.3" stroke-linecap="round"/>
5
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.1 2.6H5.5C4.6 2.6 4 3.2 4 4.1V5.8C4 6.5 3.5 7 2.8 7H2.5" stroke="#000" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M2.5 9H2.8C3.5 9 4 9.5 4 10.2V11.9C4 12.8 4.6 13.4 5.5 13.4H6.1" stroke="#000" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M9.9 2.6H10.5C11.4 2.6 12 3.2 12 4.1V5.8C12 6.5 12.5 7 13.2 7H13.5" stroke="#000" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M13.5 9H13.2C12.5 9 12 9.5 12 10.2V11.9C12 12.8 11.4 13.4 10.5 13.4H9.9" stroke="#000" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2.6 3.3L6.2 8L2.6 12.7V3.3Z" stroke="#000" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M13.4 3.3L9.8 8L13.4 12.7V3.3Z" stroke="#000" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M8 2.2V3.8" stroke="#000" stroke-width="1.2" stroke-linecap="round"/>
5
+ <path d="M8 6.2V7.8" stroke="#000" stroke-width="1.2" stroke-linecap="round"/>
6
+ <path d="M8 10.2V11.8" stroke="#000" stroke-width="1.2" stroke-linecap="round"/>
7
+ <path d="M8 14V14.2" stroke="#000" stroke-width="1.2" stroke-linecap="round"/>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.3 2.6L8 6.2L12.7 2.6H3.3Z" stroke="#000" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M3.3 13.4L8 9.8L12.7 13.4H3.3Z" stroke="#000" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M2.2 8H3.8" stroke="#000" stroke-width="1.2" stroke-linecap="round"/>
5
+ <path d="M6.2 8H7.8" stroke="#000" stroke-width="1.2" stroke-linecap="round"/>
6
+ <path d="M10.2 8H11.8" stroke="#000" stroke-width="1.2" stroke-linecap="round"/>
7
+ <path d="M14 8H14.2" stroke="#000" stroke-width="1.2" stroke-linecap="round"/>
8
+ </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
+ <path d="M4.2 4.2H6.7C7.2 4.2 7.6 4.6 7.6 5.1V7.3C7.6 9.5 6.4 11.2 4.4 12.2C4.1 12.4 3.7 12.2 3.6 11.9C3.4 11.6 3.5 11.2 3.8 11C5.1 10.2 5.8 9.3 5.9 8.2H4.2C3.7 8.2 3.3 7.8 3.3 7.3V5.1C3.3 4.6 3.7 4.2 4.2 4.2Z" fill="#000"/>
3
+ <path d="M10.1 4.2H12.6C13.1 4.2 13.5 4.6 13.5 5.1V7.3C13.5 9.5 12.3 11.2 10.3 12.2C10 12.4 9.6 12.2 9.5 11.9C9.3 11.6 9.4 11.2 9.7 11C11 10.2 11.7 9.3 11.8 8.2H10.1C9.6 8.2 9.2 7.8 9.2 7.3V5.1C9.2 4.6 9.6 4.2 10.1 4.2Z" fill="#000"/>
4
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2.1" y="2.6" width="11.8" height="8.2" rx="1.1" stroke="#000" stroke-width="1.3"/>
3
+ <path d="M7.1 5.7V7.9C7.1 8.34551 7.59008 8.61687 7.96748 8.37991L9.71862 7.28094C10.0717 7.05931 10.0717 6.54069 9.71862 6.31906L7.96748 5.22009C7.59008 4.98313 7.1 5.25449 7.1 5.7Z" fill="#000"/>
4
+ <path d="M8 10.8V12.8" stroke="#000" stroke-width="1.3" stroke-linecap="round"/>
5
+ <path d="M5.5 13.4H10.5" stroke="#000" stroke-width="1.3" stroke-linecap="round"/>
6
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.9 4V3.8C12.9 3.19249 12.4075 2.7 11.8 2.7H3.2C2.59249 2.7 2.1 3.19249 2.1 3.8V9.4C2.1 10.0075 2.59249 10.5 3.2 10.5H11.8C12.4075 10.5 12.9 10.0075 12.9 9.4" stroke="#000" stroke-width="1.3" stroke-linecap="round"/>
3
+ <path d="M4.6 5.3H8.4" stroke="#000" stroke-width="1.3" stroke-linecap="round"/>
4
+ <path d="M4.6 7.7H7.1" stroke="#000" stroke-width="1.3" stroke-linecap="round"/>
5
+ <path d="M8 10.5V12.7" stroke="#000" stroke-width="1.3" stroke-linecap="round"/>
6
+ <path d="M5.6 13.4H10.4" stroke="#000" stroke-width="1.3" stroke-linecap="round"/>
7
+ <rect x="9.4" y="4.5" width="4.5" height="4.5" rx="0.9" stroke="#000" stroke-width="1.2"/>
8
+ <path d="M9.4 6.75H13.9" stroke="#000" stroke-width="1.2"/>
9
+ <path d="M11.65 4.5V9" stroke="#000" stroke-width="1.2"/>
10
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.8 13.5L6.1 2.5L10.2 13.5" stroke="#000" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M3.7 9.4H8.2" stroke="#000" stroke-width="1.8" stroke-linecap="round"/>
4
+ <path d="M8.8 2.1H14.2" stroke="#000" stroke-width="1.4" stroke-linecap="round"/>
5
+ <path d="M10.2 5.9H14.2" stroke="#000" stroke-width="1.4" stroke-linecap="round"/>
6
+ <path d="M11.5 9.7H14.2" stroke="#000" stroke-width="1.4" stroke-linecap="round"/>
7
+ <path d="M12.7 13.5H14.2" stroke="#000" stroke-width="1.4" stroke-linecap="round"/>
8
+ </svg>