labsense-ui-kit 1.2.12 → 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.
@@ -880,6 +880,26 @@ var DownArrow = function DownArrow(_ref) {
880
880
  }));
881
881
  };
882
882
 
883
+ var Download_2 = function Download_2(_ref) {
884
+ var size = _ref.size,
885
+ color = _ref.color,
886
+ weight = _ref.weight;
887
+ return React.createElement("svg", {
888
+ width: size,
889
+ height: size,
890
+ stroke: color,
891
+ strokeWidth: weight,
892
+ viewBox: '0 0 8 12',
893
+ fill: 'none',
894
+ xmlns: 'http://www.w3.org/2000/svg'
895
+ }, React.createElement("path", {
896
+ d: 'M4 8.625V1.1875M0.9375 6L4 9.0625L7.0625 6M0.9375 10.8125H7.0625',
897
+ stroke: '#525252',
898
+ strokeLinecap: 'round',
899
+ strokeLinejoin: 'round'
900
+ }));
901
+ };
902
+
883
903
  var Download = function Download(_ref) {
884
904
  var size = _ref.size,
885
905
  color = _ref.color,
@@ -3411,6 +3431,24 @@ var Tick = function Tick(_ref) {
3411
3431
  }));
3412
3432
  };
3413
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
+
3414
3452
  var Tools = function Tools(_ref) {
3415
3453
  var size = _ref.size,
3416
3454
  color = _ref.color,
@@ -4177,6 +4215,7 @@ var IconSVGs = {
4177
4215
  DocumentBadge: DocumentBadge,
4178
4216
  DoubleQuotes: DoubleQuotes,
4179
4217
  DownArrow: DownArrow,
4218
+ Download_2: Download_2,
4180
4219
  Download: Download,
4181
4220
  Email: Email,
4182
4221
  ExitFullScreen: ExitFullScreen,
@@ -4278,6 +4317,7 @@ var IconSVGs = {
4278
4317
  ThreeDots: ThreeDots,
4279
4318
  ThumbsUp: ThumbsUp,
4280
4319
  Tick: Tick,
4320
+ Timer: Timer,
4281
4321
  Tools: Tools,
4282
4322
  TriangularFilledWarning: TriangularFilledWarning,
4283
4323
  UnPinned: UnPinned,