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.modern.js
CHANGED
|
@@ -3440,11 +3440,11 @@ var Timer = function Timer(_ref) {
|
|
|
3440
3440
|
height: size,
|
|
3441
3441
|
stroke: color,
|
|
3442
3442
|
strokeWidth: weight,
|
|
3443
|
-
viewBox: '0 0
|
|
3443
|
+
viewBox: '0 0 22 22',
|
|
3444
3444
|
fill: 'none',
|
|
3445
3445
|
xmlns: 'http://www.w3.org/2000/svg'
|
|
3446
3446
|
}, React.createElement("path", {
|
|
3447
|
-
d: "
|
|
3447
|
+
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",
|
|
3448
3448
|
fill: color
|
|
3449
3449
|
}));
|
|
3450
3450
|
};
|