@club-employes/utopia 2.13.0 → 2.14.0
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/dist/Package-first-DvNPcs9o.js +10 -0
- package/dist/{dark-C5DkMpox.js → dark-DHlcliOD.js} +1 -1
- package/dist/{dark-B1wYWdAc.js → dark-Dx2BoWwM.js} +1 -1
- package/dist/icons-list.json +2 -2
- package/dist/index.d.ts +8 -0
- package/dist/index.js +595 -543
- package/dist/{light-CsZRym9b.js → light-Br4Gysa0.js} +1 -1
- package/dist/{light-B_jsNQNK.js → light-Co_SWOOf.js} +1 -1
- package/dist/tokens/club-employes/dark.css +2 -2
- package/dist/tokens/club-employes/dark.js +3 -3
- package/dist/tokens/club-employes/light.css +2 -2
- package/dist/tokens/club-employes/light.js +3 -3
- package/dist/tokens/gifteo/dark.css +2 -2
- package/dist/tokens/gifteo/dark.js +3 -3
- package/dist/tokens/gifteo/light.css +2 -2
- package/dist/tokens/gifteo/light.js +3 -3
- package/dist/utopia.css +1 -1
- package/package.json +1 -1
- package/dist/package-CoThCbfY.js +0 -4
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
const o = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7.5 4.27002L16.5 9.42002" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M3.2998 7L11.9998 12" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M11.9998 12L20.6998 7" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M11.9998 12L12 22" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M21 8.00002C20.9996 7.6493 20.9071 7.30483 20.7315 7.00119C20.556 6.69754 20.3037 6.44539 20 6.27002L13 2.27002C12.696 2.09449 12.3511 2.00208 12 2.00208C11.6489 2.00208 11.304 2.09449 11 2.27002L4 6.27002C3.69626 6.44539 3.44398 6.69754 3.26846 7.00119C3.09294 7.30483 3.00036 7.6493 3 8.00002V16C3.00036 16.3508 3.09294 16.6952 3.26846 16.9989C3.44398 17.3025 3.69626 17.5547 4 17.73L11 21.73C11.304 21.9056 11.6489 21.998 12 21.998C12.3511 21.998 12.696 21.9056 13 21.73L20 17.73C20.3037 17.5547 20.556 17.3025 20.7315 16.9989C20.9071 16.6952 20.9996 16.3508 21 16V8.00002Z" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</svg> `;
|
|
8
|
+
export {
|
|
9
|
+
o as default
|
|
10
|
+
};
|