@magmonium/one 0.2.26 → 0.2.27

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.
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
2
+ <path d="M21 8H10a6 6 0 0 0 0 12h5"/>
3
+ <path d="M17 4l4 4-4 4"/>
4
+ </svg>
@@ -88,6 +88,7 @@
88
88
  "play",
89
89
  "plus",
90
90
  "posts",
91
+ "redo",
91
92
  "reset",
92
93
  "save",
93
94
  "scissors",
@@ -111,6 +112,7 @@
111
112
  "trash-2",
112
113
  "trending-down",
113
114
  "trending-up",
115
+ "undo",
114
116
  "user",
115
117
  "users",
116
118
  "wallet_manager",
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
2
+ <path d="M3 8h11a6 6 0 0 1 0 12H9"/>
3
+ <path d="M7 4 3 8l4 4"/>
4
+ </svg>