labsense-ui-kit 1.2.14 → 1.2.15
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3444,11 +3444,11 @@ var Timer = function Timer(_ref) {
|
|
|
3444
3444
|
height: size,
|
|
3445
3445
|
stroke: color,
|
|
3446
3446
|
strokeWidth: weight,
|
|
3447
|
-
viewBox: '0 0
|
|
3447
|
+
viewBox: '0 0 22 22',
|
|
3448
3448
|
fill: 'none',
|
|
3449
3449
|
xmlns: 'http://www.w3.org/2000/svg'
|
|
3450
3450
|
}, React__default.createElement("path", {
|
|
3451
|
-
d: "
|
|
3451
|
+
d: "M11 21.5C5.21 21.5 0.5 16.79 0.5 11C0.5 5.21 5.21 0.5 11 0.5C16.79 0.5 21.5 5.21 21.5 11C21.5 16.79 16.79 21.5 11 21.5ZM11 2C6.035 2 2 6.035 2 11C2 15.965 6.035 20 11 20C15.965 20 20 15.965 20 11C20 6.035 15.965 2 11 2Z",
|
|
3452
3452
|
fill: color
|
|
3453
3453
|
}));
|
|
3454
3454
|
};
|