@alfalab/icons 3.126.0 → 3.128.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 ArrowsCwCircleMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowsCwCircleMIcon;
@@ -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:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm0-13.5A3.5 3.5 0 008.5 12H7a5 5 0 018.818-3.228L16 7.5h1V11h-3.5v-1l1.24-.177A3.494 3.494 0 0012 8.5zm3.5 3.5a3.5 3.5 0 01-6.24 2.177L10.5 14v-1H7v3.5h1l.182-1.272A5 5 0 0017 12h-1.5z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.ArrowsCwCircleMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ArrowsCwMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowsCwMIcon;
@@ -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:"M15 8h2.277l1.5-1.5L19 4h2v6h-6V8z"}),r.createElement("path",{d:"M5.067 12C6 6.5 8.606 5 11.777 5c2.379 0 4 1 5.5 3h1.5V6.5c-1.5-2-4.173-3.5-7-3.5C7.494 3 3.5 6 3 12h2.067zM9 16H6.723l-1.5 1.5L5 20H3v-6h6v2z"}),r.createElement("path",{d:"M18.933 12c-.933 5.5-3.539 7-6.71 7-2.379 0-4-1-5.5-3h-1.5v1.5c1.5 2 4.173 3.5 7 3.5 4.283 0 8.277-3 8.777-9h-2.067z"}))};exports.ArrowsCwMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ArrowsCwOffMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowsCwOffMIcon;
@@ -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:"M20.147 15.647c.442-1.059.739-2.274.853-3.647h-2.067a16.223 16.223 0 01-.455 1.978l1.669 1.669zm-2.56.44l1.483 1.483C17.4 19.857 14.867 21 12.223 21c-2.827 0-5.5-1.5-7-3.5L5 20H3v-6h6v2H6.723c1.5 2 3.121 3 5.5 3 2.172 0 4.078-.703 5.364-2.913zM9.752 5.252A7.574 7.574 0 0111.777 5c2.379 0 4 1 5.5 3H15v2h6V4h-2l-.223 2.5c-1.5-2-4.173-3.5-7-3.5a8.665 8.665 0 00-3.537.74l1.512 1.512zm-3.367-.367l1.387 1.387C6.514 7.315 5.558 9.102 5.067 12H3c.271-3.254 1.57-5.626 3.385-7.115z"}),r.createElement("path",{d:"M21 19.5L4.5 3 3 4.5 19.5 21l1.5-1.5z"}))};exports.ArrowsCwOffMIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.126.0",
3
+ "version": "3.128.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": "^9.29.0",
54
+ "ui-primitives": "^9.31.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {