@opencode-ai/ui 0.0.0-dev-19039 → 0.0.0-dev-19042
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
package/src/icons/icon/icon.tsx
CHANGED
|
@@ -4,6 +4,10 @@ import "./icon.css"
|
|
|
4
4
|
|
|
5
5
|
// Consumers center the SVG viewport, so each icon must center its artwork within its viewBox.
|
|
6
6
|
const icons = {
|
|
7
|
+
flask: {
|
|
8
|
+
viewBox: "0 0 16 16",
|
|
9
|
+
body: `<path d="M5.5 2H10.5M6 2V6L2.5 12C2 13 2.5 14 3.5 14H12.5C13.5 14 14 13 13.5 12L10 6V2M4.25 9H11.75" stroke="currentColor" stroke-linecap="square" stroke-linejoin="round"/>`,
|
|
10
|
+
},
|
|
7
11
|
edit: {
|
|
8
12
|
viewBox: "0 0 16 16",
|
|
9
13
|
body: `<path d="M13.5556 8.21529V13.5556H2.44446L2.44446 2.44445H7.78474M6.00002 8.16216V10H7.83786L14 3.83784L12.1622 2L6.00002 8.16216Z" stroke="currentColor"/>`,
|