@taiga-ui/icons-material 4.21.0 → 4.22.0-canary.5cb8d03
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
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
2
2
|
<path
|
|
3
3
|
vector-effect="non-scaling-stroke"
|
|
4
|
-
d="M18
|
|
4
|
+
d="M18 5V3c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H5v11c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5h-5zm-2 0h-4V3h4v2zM3 9H1v11c0 1.11.89 2 2 2h16v-2H3V9z"
|
|
5
5
|
/>
|
|
6
6
|
</svg>
|