@univerjs/icons-svg 0.4.8 → 0.4.9
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 +1 -1
- package/v4/single/boxplot-icon.svg +10 -0
package/package.json
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4 16.802L3.99481 16.924C3.94367 17.5286 3.51757 18 3 18C2.48243 18 2.05633 17.5286 2.00519 16.924L2 16.802V3.19925C2 2.53723 2.44797 2 3 2C3.55203 2 4 2.53723 4 3.19925V16.802Z" fill="black"/>
|
|
3
|
+
<path d="M16.802 16L16.924 16.0052C17.5286 16.0563 18 16.4824 18 17C18 17.5176 17.5286 17.9437 16.924 17.9948L16.802 18H3.19925C2.53723 18 2 17.552 2 17C2 16.448 2.53723 16 3.19925 16H16.802Z" fill="black"/>
|
|
4
|
+
<path d="M18 4V11H13V4H18ZM14.7998 9.2002H16.2002V5.7998H14.7998V9.2002Z" fill="black"/>
|
|
5
|
+
<path d="M14.7 2H16.5V4H14.7V2Z" fill="black"/>
|
|
6
|
+
<path d="M7.7 4H9.5V6H7.7V4Z" fill="black"/>
|
|
7
|
+
<path d="M14.7 11H16.5V13H14.7V11Z" fill="black"/>
|
|
8
|
+
<path d="M7.7 13H9.5V15H7.7V13Z" fill="black"/>
|
|
9
|
+
<path d="M11 6V13H6V6H11ZM7.7998 11.2002H9.2002V7.7998H7.7998V11.2002Z" fill="black"/>
|
|
10
|
+
</svg>
|