@alfalab/icons-glyph 2.181.0 → 2.183.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,o=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.333 10.394l-2.583 2.62V5h-1.5v8.014l-2.583-2.62-1.05 1.112L12 15.951l4.382-4.445-1.049-1.112zM18 19v-1.556H6V19h12z"}))};exports.ArrowDownLineDownCompactMIcon=o,exports.default=o;
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,o=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.889 10.165l-3.014 2.994V4h-1.75v9.16l-3.014-2.995-1.224 1.27L12 16.516l5.113-5.08-1.224-1.27zM19 20v-1.778H5V20h14z"}))};exports.ArrowDownLineDownCompactMIcon=o,exports.default=o;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const CloudMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CloudMIcon;
package/CloudMIcon.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),l.createElement("path",{d:"M2 15a5 5 0 005 5h11a4 4 0 00.97-7.881A6.5 6.5 0 006.158 10.07 5.001 5.001 0 002 15z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.CloudMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const CloudSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CloudSIcon;
package/CloudSIcon.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),l.createElement("g",{clipPath:"url(#prefix__clip0_123871_7838)"},l.createElement("path",{d:"M4.161 13.997a4 4 0 01-.835-7.94 5.202 5.202 0 0110.251 1.637 3.201 3.201 0 01-.91 6.303H4.16z",fillRule:"evenodd",clipRule:"evenodd"})),l.createElement("defs",null,l.createElement("clipPath",{id:"prefix__clip0_123871_7838"},l.createElement("path",{d:"M0 0h16v16H0z"}))))};exports.CloudSIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.181.0",
3
+ "version": "2.183.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",