@alfalab/icons-glyph 2.123.0 → 2.124.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 ArrowsCwCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowsCwCompactMIcon;
@@ -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,a=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"25",height:"24",viewBox:"0 0 25 24"},e),r.createElement("path",{d:"M6.9 12a5.6 5.6 0 019.985-3.484L14.9 8.8v1.6h5.6V4.8h-1.6l-.29 2.035A8 8 0 004.5 12h2.4zm5.6 5.6a5.6 5.6 0 005.6-5.6h2.4a8 8 0 01-14.11 5.165L6.1 19.2H4.5v-5.6h5.6v1.6l-1.985.284A5.59 5.59 0 0012.5 17.6z"}))};exports.ArrowsCwCompactMIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ArrowsCwCompactSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowsCwCompactSIcon;
@@ -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:"17",height:"16",viewBox:"0 0 17 16"},e),r.createElement("path",{d:"M5.15 5.466A4.194 4.194 0 018.5 3.8a4.19 4.19 0 013.29 1.588L10.3 5.6v1.2h4.2V2.6h-1.2l-.218 1.527A5.998 5.998 0 002.5 8h1.8c0-.95.316-1.83.85-2.534zM8.5 12.2A4.2 4.2 0 0012.7 8h1.8a6 6 0 01-10.582 3.873L3.7 13.4H2.5V9.2h4.2v1.2l-1.49.212A4.187 4.187 0 008.5 12.2z"}))};exports.ArrowsCwCompactSIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ArrowsCwCompactXxlIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowsCwCompactXxlIcon;
@@ -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:"49",height:"48",viewBox:"0 0 49 48"},e),r.createElement("path",{d:"M29.833 16.889h4.048l2.667-2.667.396-4.444H40.5v10.666H29.833V16.89z"}),r.createElement("path",{d:"M12.174 24c1.66-9.778 6.292-12.444 11.93-12.444 4.228 0 7.11 1.777 9.777 5.333h2.667v-2.667C33.88 10.667 29.13 8 24.103 8 16.49 8 9.39 13.333 8.5 24h3.674zm6.993 7.11h-4.048l-2.667 2.668-.396 4.444H8.5V27.555h10.667v3.556z"}),r.createElement("path",{d:"M36.826 24c-1.66 9.778-6.292 12.444-11.93 12.444-4.228 0-7.11-1.778-9.777-5.333h-2.667v2.667C15.12 37.333 19.87 40 24.897 40 32.51 40 39.61 34.666 40.5 24h-3.674z"}))};exports.ArrowsCwCompactXxlIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.123.0",
3
+ "version": "2.124.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",