aloha-vue 1.0.330 → 1.0.331
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,10 +1,3 @@
|
|
|
1
|
-
export default `<svg
|
|
2
|
-
|
|
3
|
-
viewBox="0 0 18 18"
|
|
4
|
-
height="18"
|
|
5
|
-
width="18"
|
|
6
|
-
>
|
|
7
|
-
<path
|
|
8
|
-
d="m 0.01351943,8.9836828 3.22924197,-3.21295 5.7572232,5.7409002 5.7572244,-5.7409002 3.22926,3.21295 -9.0027874,9.0027902 z"
|
|
9
|
-
/>
|
|
1
|
+
export default `<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/>
|
|
10
3
|
</svg>`;
|