@alfalab/icons 3.143.0 → 3.144.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.
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ClockHandsMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ClockHandsMIcon;
@@ -0,0 +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:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M11 12.495V7h2.198v5.495c0 .345.163.671.44.879l2.856 1.868L15.176 17l-2.857-1.868A3.297 3.297 0 0111 12.495z"}))};exports.ClockHandsMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const DocumentArrowsCwMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default DocumentArrowsCwMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return a.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),a.createElement("path",{d:"M5 2a1 1 0 00-1 1v5h2.377A.539.539 0 006.5 8a8.5 8.5 0 017.468 12.563 5.414 5.414 0 01-.12.202l-.06.1c.306.353.572.718.713 1.135H19a1 1 0 001-1V9.815a3 3 0 00-3.3-2.985l-1.457.146a.2.2 0 01-.218-.219l.145-1.458A3 3 0 0012.185 2H5z"}),a.createElement("path",{d:"M7.584 12.624c.624.187 1.21.523 1.702 1.015a4.01 4.01 0 011.174 2.59 4.032 4.032 0 01-1.071 3.025l-1.107-1.111a.507.507 0 00-.866.36v3.993c0 .276.23.506.51.506h3.993a.506.506 0 00.36-.862l-1.095-1.095a6.582 6.582 0 001.692-5.816 6.535 6.535 0 00-1.803-3.38 6.551 6.551 0 00-3.489-1.826v2.6zm-3.973 1.124l1.107 1.111c.32.32.866.095.866-.36v-3.993a.513.513 0 00-.51-.506H1.081a.506.506 0 00-.36.862l1.095 1.095a6.582 6.582 0 00-1.692 5.816 6.536 6.536 0 001.803 3.38 6.56 6.56 0 003.489 1.825V20.38a4.055 4.055 0 01-2.667-5.202 4.033 4.033 0 01.862-1.43z"}))};exports.DocumentArrowsCwMIcon=r,exports.default=r;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-corp",
3
- "version": "1.17.0",
3
+ "version": "1.18.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.143.0",
3
+ "version": "3.144.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": "^11.6.0",
54
+ "ui-primitives": "^11.7.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {