@3yourmind/yoco 2.17.0 → 2.17.1
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/fonts/yoco.eot +0 -0
- package/fonts/yoco.ttf +0 -0
- package/fonts/yoco.woff +0 -0
- package/fonts/yoco.woff2 +0 -0
- package/package.json +1 -1
- package/svg/switch.svg +13 -5
package/fonts/yoco.eot
CHANGED
|
Binary file
|
package/fonts/yoco.ttf
CHANGED
|
Binary file
|
package/fonts/yoco.woff
CHANGED
|
Binary file
|
package/fonts/yoco.woff2
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/svg/switch.svg
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<path d="
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16 13L12 17L16 21M12 17H20"
|
|
3
|
+
stroke="currentColor"
|
|
4
|
+
stroke-width="2"
|
|
5
|
+
stroke-linecap="round"
|
|
6
|
+
stroke-linejoin="round"/>
|
|
7
|
+
|
|
8
|
+
<path d="M8 3L12 7L8 11M12 7H4"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="2"
|
|
11
|
+
stroke-linecap="round"
|
|
12
|
+
stroke-linejoin="round"/>
|
|
13
|
+
</svg>
|