@alfalab/icons 3.190.0 → 3.192.0

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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M13.199 5.724l-6.363 6.365-3.535-3.536 1.06-1.06 2.475 2.474 5.304-5.303 1.059 1.06z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.CheckmarkCompactSIcon=l,exports.default=l;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M12.55 5.71l-5.656 5.658-3.093-3.094 1.06-1.06 2.033 2.033 4.597-4.597 1.06 1.06z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.CheckmarkCompactSIcon=l,exports.default=l;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,a=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M10.755 10.935L8.75 9.777a.5.5 0 01-.25-.433V4H7v5.344a2 2 0 001 1.732l2.005 1.158.75-1.299z"}))};exports.ClockHandsCompactSIcon=a,exports.default=a;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,a=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M10.755 9.934L8.75 8.777a.5.5 0 01-.25-.433V4H7v4.344a2 2 0 001 1.732l2.005 1.157.75-1.299z"}))};exports.ClockHandsCompactSIcon=a,exports.default=a;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M3.934 11.005l7.07-7.071 1.061 1.06-7.07 7.071-1.061-1.06z"}),r.createElement("path",{d:"M4.994 3.934l7.071 7.07-1.06 1.061-7.071-7.07 1.06-1.061z"}))};exports.CrossCompactSIcon=l,exports.default=l;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M4.64 10.297l5.657-5.656 1.061 1.06-5.657 5.657-1.06-1.06z"}),r.createElement("path",{d:"M5.701 4.64l5.657 5.657-1.06 1.061L4.64 5.701l1.06-1.06z"}))};exports.CrossCompactSIcon=l,exports.default=l;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.137.0",
3
+ "version": "2.139.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.190.0",
3
+ "version": "3.192.0",
4
4
  "description": "Design System UI Icons",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:core-ds/icons.git",
@@ -51,7 +51,7 @@
51
51
  "ts-node": "^8.6.2",
52
52
  "tslib": "^2.0.0",
53
53
  "typescript": "^3.8.3",
54
- "ui-primitives": "^13.16.0",
54
+ "ui-primitives": "^13.18.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {