@skedulo/sked-ui 19.22.0 → 19.23.0
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/components/icon/iconPaths.d.ts +1 -0
- package/dist/index.js +15 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10264,6 +10264,20 @@ jobFill.defaultProps = {
|
|
|
10264
10264
|
height: "24",
|
|
10265
10265
|
viewBox: "0 0 24 24"
|
|
10266
10266
|
};
|
|
10267
|
+
|
|
10268
|
+
var helpFilled = function helpFilled(props) {
|
|
10269
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("svg", props, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("path", {
|
|
10270
|
+
fillRule: "evenodd",
|
|
10271
|
+
clipRule: "evenodd",
|
|
10272
|
+
d: "M19 10a9 9 0 1 0-18 0 9 9 0 0 0 18 0zm-8 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-1-7a1 1 0 0 0-1 1H7a3 3 0 1 1 4 2.83V11a1 1 0 1 1-2 0v-1a1 1 0 0 1 1-1 1 1 0 1 0 0-2z"
|
|
10273
|
+
}));
|
|
10274
|
+
};
|
|
10275
|
+
|
|
10276
|
+
helpFilled.defaultProps = {
|
|
10277
|
+
width: "20",
|
|
10278
|
+
height: "20",
|
|
10279
|
+
viewBox: "0 0 20 20"
|
|
10280
|
+
};
|
|
10267
10281
|
/* harmony default export */ __webpack_exports__["default"] = ({
|
|
10268
10282
|
actions: actions,
|
|
10269
10283
|
activity: activity,
|
|
@@ -10316,6 +10330,7 @@ jobFill.defaultProps = {
|
|
|
10316
10330
|
grip: grip,
|
|
10317
10331
|
hash: hash,
|
|
10318
10332
|
help: help,
|
|
10333
|
+
helpFilled: helpFilled,
|
|
10319
10334
|
hide: hide,
|
|
10320
10335
|
info: info,
|
|
10321
10336
|
infoFill: infoFill,
|