@univerjs/icons-svg 1.10.0 → 1.11.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
|
@@ -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>
|