@fewangsit/wangsvue-presets 2.0.1-alpha.8 → 2.0.1-alpha.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/globalsettings/style.css +1 -1
- package/package.json +1 -1
package/globalsettings/style.css
CHANGED
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
|
|
145
145
|
.ic-delete-bin-2-line {
|
|
146
146
|
/* ri-delete-bin-2-line */
|
|
147
|
-
--svg: url(
|
|
147
|
+
--svg: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath 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" fill="%23201E29"/%3E%3Cpath 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" fill="%23201E29"/%3E%3Cpath 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" fill="%23201E29"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" 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" fill="%23201E29"/%3E%3C/svg%3E');
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
.ic-download,
|