@3yourmind/yoco 2.17.1 → 2.17.2
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 +2 -10
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,13 +1,5 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="
|
|
3
|
-
stroke="currentColor"
|
|
4
|
-
stroke-width="2"
|
|
5
|
-
stroke-linecap="round"
|
|
6
|
-
stroke-linejoin="round"/>
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.70711 2.29289C9.09763 2.68342 9.09763 3.31658 8.70711 3.70711L6.41421 6H12C12.5523 6 13 6.44772 13 7C13 7.55228 12.5523 8 12 8H6.41421L8.70711 10.2929C9.09763 10.6834 9.09763 11.3166 8.70711 11.7071C8.31658 12.0976 7.68342 12.0976 7.29289 11.7071L3.29289 7.70711C2.90237 7.31658 2.90237 6.68342 3.29289 6.29289L7.29289 2.29289C7.68342 1.90237 8.31658 1.90237 8.70711 2.29289Z" fill="currentColor"/>
|
|
7
3
|
|
|
8
|
-
<path d="
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.2929 12.2929C15.6834 11.9024 16.3166 11.9024 16.7071 12.2929L20.7071 16.2929C21.0976 16.6834 21.0976 17.3166 20.7071 17.7071L16.7071 21.7071C16.3166 22.0976 15.6834 22.0976 15.2929 21.7071C14.9024 21.3166 14.9024 20.6834 15.2929 20.2929L17.5858 18H12C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16H17.5858L15.2929 13.7071C14.9024 13.3166 14.9024 12.6834 15.2929 12.2929Z" fill="currentColor"/>
|
|
13
5
|
</svg>
|