stera-icons 2.2.0 → 2.2.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.
@@ -101,6 +101,7 @@
101
101
  "chat-bubble": "chat-bubble",
102
102
  "chat-bubble-dots": "chat-bubble-dots",
103
103
  "check": "check",
104
+ "checkmark": "check",
104
105
  "check-badge": "check-badge",
105
106
  "check-circle": "check-circle",
106
107
  "check-square": "check-square",
@@ -177,7 +178,8 @@
177
178
  "currency-cent": "currency-cent",
178
179
  "currency-circle-dollar": "currency-circle-dollar",
179
180
  "currency-dollar": "currency-dollar",
180
- "currency-euro": "currency-euro-2",
181
+ "currency-euro": "currency-euro",
182
+ "currency-euro-circle": "currency-euro-circle",
181
183
  "cursor": "cursor",
182
184
  "cursor-navigation": "cursor-navigation",
183
185
  "cursor-pointer": "cursor-pointer",
@@ -256,7 +258,8 @@
256
258
  "hexagon": "hexagon",
257
259
  "home": "home",
258
260
  "hourglass": "hourglass",
259
- "hourglass-empty": "hourglass-empty-2",
261
+ "hourglass-empty": "hourglass-empty",
262
+ "hourglass-full": "hourglass-full",
260
263
  "id-horizontal": "id-horizontal",
261
264
  "id-vertical": "id-vertical",
262
265
  "image-landscape": "image-landscape",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stera-icons",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "type": "module",
5
5
  "description": "A lightweight, tree-shakeable React icon library",
6
6
  "main": "./dist/index.cjs",