@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.cjs.development.js +18 -4
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +18 -4
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +18 -4
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -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("
|
|
354
|
-
|
|
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("
|
|
1305
|
-
|
|
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 => {
|