@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.
@@ -350,8 +350,12 @@
350
350
  viewBox: "0 0 24 24",
351
351
  "aria-hidden": "true",
352
352
  focusable: "false"
353
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
354
- d: "M5 12h14"
353
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
354
+ stroke: color,
355
+ x1: "8",
356
+ y1: "12",
357
+ x2: "16",
358
+ y2: "12"
355
359
  })));
356
360
  };
357
361
  // Example Refactored Icon: InfoIcon with accessibility enhancements
@@ -1301,8 +1305,18 @@
1301
1305
  viewBox: "0 0 24 24",
1302
1306
  "aria-hidden": "false",
1303
1307
  focusable: "false"
1304
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1305
- d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
1308
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
1309
+ stroke: color,
1310
+ x1: "12",
1311
+ y1: "5",
1312
+ x2: "12",
1313
+ y2: "19"
1314
+ }), /*#__PURE__*/React__default.createElement("line", {
1315
+ stroke: color,
1316
+ x1: "5",
1317
+ y1: "12",
1318
+ x2: "19",
1319
+ y2: "12"
1306
1320
  })));
1307
1321
  };
1308
1322
  var TickIcon = _ref46 => {