@app-studio/web 0.8.29 → 0.8.30

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/dist/web.esm.js CHANGED
@@ -356,8 +356,12 @@ var MinusIcon = _ref4 => {
356
356
  viewBox: "0 0 24 24",
357
357
  "aria-hidden": "true",
358
358
  focusable: "false"
359
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
360
- d: "M5 12h14"
359
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
360
+ stroke: color,
361
+ x1: "8",
362
+ y1: "12",
363
+ x2: "16",
364
+ y2: "12"
361
365
  })));
362
366
  };
363
367
  // Example Refactored Icon: InfoIcon with accessibility enhancements
@@ -1307,8 +1311,18 @@ var PlusIcon = _ref45 => {
1307
1311
  viewBox: "0 0 24 24",
1308
1312
  "aria-hidden": "false",
1309
1313
  focusable: "false"
1310
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1311
- d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
1314
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
1315
+ stroke: color,
1316
+ x1: "12",
1317
+ y1: "5",
1318
+ x2: "12",
1319
+ y2: "19"
1320
+ }), /*#__PURE__*/React.createElement("line", {
1321
+ stroke: color,
1322
+ x1: "5",
1323
+ y1: "12",
1324
+ x2: "19",
1325
+ y2: "12"
1312
1326
  })));
1313
1327
  };
1314
1328
  var TickIcon = _ref46 => {