@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.
@@ -363,8 +363,12 @@ var MinusIcon = _ref4 => {
363
363
  viewBox: "0 0 24 24",
364
364
  "aria-hidden": "true",
365
365
  focusable: "false"
366
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
367
- d: "M5 12h14"
366
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
367
+ stroke: color,
368
+ x1: "8",
369
+ y1: "12",
370
+ x2: "16",
371
+ y2: "12"
368
372
  })));
369
373
  };
370
374
  // Example Refactored Icon: InfoIcon with accessibility enhancements
@@ -1314,8 +1318,18 @@ var PlusIcon = _ref45 => {
1314
1318
  viewBox: "0 0 24 24",
1315
1319
  "aria-hidden": "false",
1316
1320
  focusable: "false"
1317
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1318
- d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
1321
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
1322
+ stroke: color,
1323
+ x1: "12",
1324
+ y1: "5",
1325
+ x2: "12",
1326
+ y2: "19"
1327
+ }), /*#__PURE__*/React__default.createElement("line", {
1328
+ stroke: color,
1329
+ x1: "5",
1330
+ y1: "12",
1331
+ x2: "19",
1332
+ y2: "12"
1319
1333
  })));
1320
1334
  };
1321
1335
  var TickIcon = _ref46 => {