@opencode-ai/ui 0.0.0-dev-202606260500 → 0.0.0-dev-202606260520
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
|
@@ -49,6 +49,10 @@ const icons = {
|
|
|
49
49
|
viewBox: "0 0 16 16",
|
|
50
50
|
body: `<path d="M5 6.5L8 9.5L11 6.5" stroke="currentColor"/>`,
|
|
51
51
|
},
|
|
52
|
+
check: {
|
|
53
|
+
viewBox: "0 0 16 16",
|
|
54
|
+
body: `<path d="M3.53613 8.17857L6.39328 11.75L12.4647 4.25" stroke="currentColor"/>`,
|
|
55
|
+
},
|
|
52
56
|
close: {
|
|
53
57
|
viewBox: "0 0 20 20",
|
|
54
58
|
body: `<path d="M14.4446 5.55566L5.55566 14.4446M5.55566 5.55566L14.4446 14.4446" stroke="currentColor" stroke-linejoin="round"/>`,
|