@hestia-earth/ui-components 0.27.45 → 0.27.46

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/ui-components",
3
- "version": "0.27.45",
3
+ "version": "0.27.46",
4
4
  "description": "HESTIA reusable components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -224,6 +224,10 @@
224
224
  "iconName": "map",
225
225
  "iconPath": "./assets/svg-icons/map.svg"
226
226
  },
227
+ {
228
+ "iconName": "menu-selected",
229
+ "iconPath": "./assets/svg-icons/menu-selected.svg"
230
+ },
227
231
  {
228
232
  "iconName": "messages-unread",
229
233
  "iconPath": "./assets/svg-icons/messages-unread.svg"
@@ -0,0 +1,3 @@
1
+ <svg width="13" height="21" viewBox="0 0 13 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path id="Vector 28" d="M12.5303 15.2764C12.8232 14.9835 12.8232 14.5087 12.5303 14.2158L7.75736 9.44279C7.46447 9.1499 6.98959 9.1499 6.6967 9.44279C6.40381 9.73569 6.40381 10.2106 6.6967 10.5035L10.9393 14.7461L6.6967 18.9887C6.40381 19.2816 6.40381 19.7565 6.6967 20.0494C6.98959 20.3423 7.46447 20.3423 7.75736 20.0494L12.5303 15.2764ZM0.25 0.746094V13.7461H1.75V0.746094H0.25ZM2 15.4961H12V13.9961H2V15.4961ZM0.25 13.7461C0.25 14.7126 1.0335 15.4961 2 15.4961V13.9961C1.86193 13.9961 1.75 13.8842 1.75 13.7461H0.25Z" fill="currentColor"/>
3
+ </svg>