labsense-ui-kit 1.2.12 → 1.2.13

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,
@@ -4177,6 +4197,7 @@ var IconSVGs = {
4177
4197
  DocumentBadge: DocumentBadge,
4178
4198
  DoubleQuotes: DoubleQuotes,
4179
4199
  DownArrow: DownArrow,
4200
+ Download_2: Download_2,
4180
4201
  Download: Download,
4181
4202
  Email: Email,
4182
4203
  ExitFullScreen: ExitFullScreen,