@d-matrix/icons-svg 0.27.0 → 0.28.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 +1 -1
- package/public/new/column.svg +4 -0
package/package.json
CHANGED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M11.5 1C11.6857 1 11.8638 1.0738 11.9951 1.20508C12.1263 1.33634 12.2002 1.51459 12.2002 1.7002V10.0996H15V12.9004C14.9999 13.4572 14.7785 13.991 14.3848 14.3848C13.991 14.7785 13.4572 14.9999 12.9004 15H3.09961C2.5428 14.9999 2.00897 14.7785 1.61523 14.3848C1.2215 13.991 1.0001 13.4572 1 12.9004V1.7002C1 1.51454 1.0738 1.33635 1.20508 1.20508C1.33635 1.0738 1.51454 1 1.7002 1H11.5ZM12.2002 12.9004C12.2003 13.0858 12.2741 13.2634 12.4053 13.3945C12.5365 13.5258 12.7148 13.5996 12.9004 13.5996C13.0859 13.5995 13.2634 13.5257 13.3945 13.3945C13.5257 13.2634 13.5995 13.0859 13.5996 12.9004V11.5H12.2002V12.9004ZM3 12H7V11H3V12ZM3 10H10V9H3V10ZM5.62402 3.97461L3.44531 4.29199L5.02246 5.8291L4.65039 8L6.59961 6.97559L8.54883 8L8.17676 5.8291L9.75391 4.29199L7.57422 3.97461L6.59961 2L5.62402 3.97461Z" />
|
|
4
|
+
</svg>
|