@club-employes/utopia 4.52.0 → 4.53.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/Heart-fill-Bb_-vQZs.js +4 -0
- package/dist/{dark-gzt5agWk.js → dark-Bugw9CfG.js} +1 -1
- package/dist/{dark-ClkVxmkZ.js → dark-CkQ4j_Qu.js} +1 -1
- package/dist/icons-list.json +3 -2
- package/dist/index.js +10 -11
- package/dist/{light-BbFm7eMu.js → light-BS5JGAVQ.js} +1 -1
- package/dist/{light-DTJp1z_H.js → light-CBRrvcJ5.js} +1 -1
- package/dist/tokens/club-employes/dark.css +1 -0
- package/dist/tokens/club-employes/dark.js +2 -0
- package/dist/tokens/club-employes/light.css +1 -0
- package/dist/tokens/club-employes/light.js +2 -0
- package/dist/tokens/gifteo/dark.css +1 -0
- package/dist/tokens/gifteo/dark.js +2 -0
- package/dist/tokens/gifteo/light.css +1 -0
- package/dist/tokens/gifteo/light.js +2 -0
- package/dist/utopia.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const t = '<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M19 14C20.49 12.54 22 10.79 22 8.5C22 7.04131 21.4205 5.64236 20.3891 4.61091C19.3576 3.57946 17.9587 3 16.5 3C14.74 3 13.5 3.5 12 5C10.5 3.5 9.26 3 7.5 3C6.04131 3 4.64236 3.57946 3.61091 4.61091C2.57946 5.64236 2 7.04131 2 8.5C2 10.8 3.5 12.55 5 14L12 21L19 14Z" fill="currentColor" stroke="none"/></svg> ';
|
|
2
|
+
export {
|
|
3
|
+
t as default
|
|
4
|
+
};
|