@fewangsit/wangsvue-presets 2.0.1-alpha.0 → 2.0.1-alpha.6

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.
@@ -142,6 +142,11 @@
142
142
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7 4V2h10v2h5v2h-2v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V6H2V4zM6 6v14h12V6zm3 3h2v8H9zm4 0h2v8h-2z'/%3E%3C/svg%3E");
143
143
  }
144
144
 
145
+ .ic-delete-bin-2-line {
146
+ /* ri-delete-bin-2-line */
147
+ --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.7891 15.1455C16.1919 15.8429 15.9526 16.7351 15.2559 17.1377C15.0338 17.2656 14.7822 17.333 14.5264 17.333H13.667V18.167L11.583 16.708L13.667 15.25V16.083H14.5254C14.562 16.083 14.5983 16.0739 14.6299 16.0557C14.7186 16.0044 14.755 15.8976 14.7217 15.8047L14.7061 15.7705L14.0684 14.666L15.1504 14.041L15.7891 15.1455Z'/%3E%3Cpath fill='%23000' d='M10.4443 15.4434L9.72363 15.0264L9.29395 15.7705C9.27561 15.8022 9.26562 15.8383 9.26562 15.875C9.26562 15.977 9.3395 16.0625 9.43652 16.0801L9.47461 16.083H10.75V17.333H9.47461C8.66919 17.333 8.01562 16.6804 8.01562 15.875C8.01562 15.6192 8.08302 15.3672 8.21094 15.1455L8.64062 14.4014L7.91895 13.9854L10.2236 12.9102L10.4443 15.4434Z'/%3E%3Cpath fill='%23000' d='M10.7363 10.7705C11.1393 10.0731 12.032 9.83441 12.7295 10.2373C12.9509 10.3651 13.1349 10.5491 13.2627 10.7705L13.6924 11.5146L14.4141 11.0986L14.1934 13.6318L11.8887 12.5566L12.6104 12.1396L12.1807 11.3955C12.1624 11.3639 12.1361 11.3372 12.1045 11.3193C12.0157 11.2681 11.9046 11.2894 11.8408 11.3652L11.8193 11.3955L11.1816 12.501L10.0996 11.876L10.7363 10.7705Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23000' d='M16 2C16.2652 2 16.5195 2.10543 16.707 2.29297C16.8946 2.48051 17 2.73478 17 3V6H22V8H20V21C20 21.2652 19.8946 21.5195 19.707 21.707C19.5195 21.8946 19.2652 22 19 22H5C4.73478 22 4.48051 21.8946 4.29297 21.707C4.10543 21.5195 4 21.2652 4 21V8H2V6H7V3C7 2.73478 7.10543 2.48051 7.29297 2.29297C7.4805 2.10543 7.73478 2 8 2H16ZM6 20H18V8H6V20ZM9 6H15V4H9V6Z'/%3E%3C/svg%3E");
148
+ }
149
+
145
150
  .ic-download,
146
151
  .ic-download-2-line {
147
152
  /* ri-download-2-line */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-presets",
3
- "version": "2.0.1-alpha.0",
3
+ "version": "2.0.1-alpha.6",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Wangsit VueJS Component Library Presets",
6
6
  "main": "index.js",