labsense-ui-kit 1.2.13 → 1.2.14

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.
@@ -3431,6 +3431,24 @@ var Tick = function Tick(_ref) {
3431
3431
  }));
3432
3432
  };
3433
3433
 
3434
+ var Timer = function Timer(_ref) {
3435
+ var size = _ref.size,
3436
+ color = _ref.color,
3437
+ weight = _ref.weight;
3438
+ return React.createElement("svg", {
3439
+ width: size,
3440
+ height: size,
3441
+ stroke: color,
3442
+ strokeWidth: weight,
3443
+ viewBox: '0 0 28 28',
3444
+ fill: 'none',
3445
+ xmlns: 'http://www.w3.org/2000/svg'
3446
+ }, React.createElement("path", {
3447
+ d: "M22.0402 0H26.3133L16.9799 11.8844L28 28H19.3414L12.5944 18.2311L4.83534 28H0.562249L10.5703 15.3067L0 0H8.88353L15.012 8.96L22.0402 0ZM20.5221 25.1378H22.8835L7.59036 2.67556H5.00402L20.5221 25.1378Z",
3448
+ fill: color
3449
+ }));
3450
+ };
3451
+
3434
3452
  var Tools = function Tools(_ref) {
3435
3453
  var size = _ref.size,
3436
3454
  color = _ref.color,
@@ -4299,6 +4317,7 @@ var IconSVGs = {
4299
4317
  ThreeDots: ThreeDots,
4300
4318
  ThumbsUp: ThumbsUp,
4301
4319
  Tick: Tick,
4320
+ Timer: Timer,
4302
4321
  Tools: Tools,
4303
4322
  TriangularFilledWarning: TriangularFilledWarning,
4304
4323
  UnPinned: UnPinned,