@alfalab/icons 3.106.0 → 3.107.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.
Files changed (67) hide show
  1. package/arrow/dist/MUndefinedIcon.d.ts +3 -0
  2. package/arrow/dist/MUndefinedIcon.js +15 -0
  3. package/arrow/dist/package.json +14 -0
  4. package/bubble/dist/XxlUndefinedIcon.d.ts +3 -0
  5. package/bubble/dist/XxlUndefinedIcon.js +15 -0
  6. package/bubble/dist/package.json +14 -0
  7. package/byn/dist/MUndefinedIcon.d.ts +3 -0
  8. package/byn/dist/MUndefinedIcon.js +15 -0
  9. package/byn/dist/package.json +14 -0
  10. package/chevron/dist/MUndefinedIcon.d.ts +3 -0
  11. package/chevron/dist/MUndefinedIcon.js +15 -0
  12. package/chevron/dist/package.json +14 -0
  13. package/chf/dist/MUndefinedIcon.d.ts +3 -0
  14. package/chf/dist/MUndefinedIcon.js +15 -0
  15. package/chf/dist/package.json +14 -0
  16. package/cny/dist/MUndefinedIcon.d.ts +3 -0
  17. package/cny/dist/MUndefinedIcon.js +15 -0
  18. package/cny/dist/package.json +14 -0
  19. package/cross/dist/MUndefinedIcon.d.ts +3 -0
  20. package/cross/dist/MUndefinedIcon.js +15 -0
  21. package/cross/dist/package.json +14 -0
  22. package/dots/dist/MUndefinedIcon.d.ts +3 -0
  23. package/dots/dist/MUndefinedIcon.js +15 -0
  24. package/dots/dist/package.json +14 -0
  25. package/eur/dist/MUndefinedIcon.d.ts +3 -0
  26. package/eur/dist/MUndefinedIcon.js +15 -0
  27. package/eur/dist/package.json +14 -0
  28. package/face/dist/MUndefinedIcon.d.ts +3 -0
  29. package/face/dist/MUndefinedIcon.js +1 -0
  30. package/face/dist/XxlUndefinedIcon.d.ts +3 -0
  31. package/face/dist/XxlUndefinedIcon.js +1 -0
  32. package/face/dist/package.json +14 -0
  33. package/face/dist/tslib.es6-37b184f2.js +15 -0
  34. package/gbp/dist/MUndefinedIcon.d.ts +3 -0
  35. package/gbp/dist/MUndefinedIcon.js +15 -0
  36. package/gbp/dist/package.json +14 -0
  37. package/gel/dist/MUndefinedIcon.d.ts +3 -0
  38. package/gel/dist/MUndefinedIcon.js +15 -0
  39. package/gel/dist/package.json +14 -0
  40. package/glyph/dist/DocumentBanknoteMIcon.d.ts +3 -0
  41. package/glyph/dist/DocumentBanknoteMIcon.js +1 -0
  42. package/glyph/dist/package.json +1 -1
  43. package/jpy/dist/MUndefinedIcon.d.ts +3 -0
  44. package/jpy/dist/MUndefinedIcon.js +15 -0
  45. package/jpy/dist/package.json +14 -0
  46. package/kzt/dist/MUndefinedIcon.d.ts +3 -0
  47. package/kzt/dist/MUndefinedIcon.js +15 -0
  48. package/kzt/dist/package.json +14 -0
  49. package/package.json +2 -2
  50. package/pip/dist/MUndefinedIcon.d.ts +3 -0
  51. package/pip/dist/MUndefinedIcon.js +15 -0
  52. package/pip/dist/package.json +14 -0
  53. package/rub/dist/MUndefinedIcon.d.ts +3 -0
  54. package/rub/dist/MUndefinedIcon.js +15 -0
  55. package/rub/dist/package.json +14 -0
  56. package/share/dist/MUndefinedIcon.d.ts +3 -0
  57. package/share/dist/MUndefinedIcon.js +15 -0
  58. package/share/dist/package.json +14 -0
  59. package/touch/dist/XxlUndefinedIcon.d.ts +3 -0
  60. package/touch/dist/XxlUndefinedIcon.js +15 -0
  61. package/touch/dist/package.json +14 -0
  62. package/try/dist/MUndefinedIcon.d.ts +3 -0
  63. package/try/dist/MUndefinedIcon.js +15 -0
  64. package/try/dist/package.json +14 -0
  65. package/usd/dist/MUndefinedIcon.d.ts +3 -0
  66. package/usd/dist/MUndefinedIcon.js +15 -0
  67. package/usd/dist/package.json +14 -0
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(){return(r=Object.assign||function(e){for(var t,r=1,l=arguments.length;r<l;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},l=function(e){return t.createElement("svg",r({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M19.68 11H7.968l5.376-5.6L12 4l-7.68 8L12 20l1.344-1.4L7.968 13H19.68v-2z",fillRule:"evenodd",clipRule:"evenodd"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.MUndefinedIcon=l,exports.default=l;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-arrow-left",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const XxlUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default XxlUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(){return(r=Object.assign||function(e){for(var t,r=1,c=arguments.length;r<c;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},c=function(e){return t.createElement("svg",r({role:"img",focusable:"false",fill:"currentColor",width:"48",height:"48",viewBox:"0 0 48 48"},e),t.createElement("path",{d:"M15.566 43.358c.648 0 1.13-.332 1.91-1.062l5.993-5.479 11.222.017c4.948.017 7.604-2.74 7.604-7.604V16.514c0-4.865-2.656-7.604-7.604-7.604H13.31c-4.948 0-7.604 2.723-7.604 7.604V29.23c0 4.881 2.656 7.604 7.604 7.587h.78v4.831c0 1.03.531 1.71 1.477 1.71z"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.XxlUndefinedIcon=c,exports.default=c;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-bubble",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,a=function(){return(a=Object.assign||function(e){for(var t,a=1,r=arguments.length;a<r;a++)for(var c in t=arguments[a])Object.prototype.hasOwnProperty.call(t,c)&&(e[c]=t[c]);return e}).apply(this,arguments)},r=function(e){return t.createElement("svg",a({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M6.504 12.347H9.21c.543 0 .985.089 1.329.266.343.177.595.429.755.755.16.327.24.714.24 1.162 0 .443-.093.828-.282 1.154-.188.321-.462.57-.821.747-.354.177-.786.266-1.295.266H6.504v-4.35zm0-1.287V7.226h2.358c.531 0 .968.066 1.311.199.349.127.606.332.772.614.172.277.258.636.258 1.08 0 .403-.097.752-.29 1.045a1.82 1.82 0 01-.798.664c-.343.155-.744.232-1.203.232H6.504z"}),t.createElement("path",{d:"M5 1a4 4 0 00-4 4v14a4 4 0 004 4h14a4 4 0 004-4V5a4 4 0 00-4-4H5zm6.03 10.633c.114-.05.224-.106.33-.166a2.936 2.936 0 001.063-.98c.254-.403.382-.854.382-1.352 0-.565-.089-1.049-.266-1.453a2.473 2.473 0 00-.78-.996 3.244 3.244 0 00-1.237-.581 6.582 6.582 0 00-1.66-.19h-3.96V18h4.234c.808 0 1.51-.133 2.108-.398.598-.272 1.06-.665 1.386-1.18.332-.52.498-1.156.498-1.908 0-.52-.107-.996-.323-1.428a2.707 2.707 0 00-.922-1.063 2.7 2.7 0 00-.853-.39zm6.12-.018V18h-1.536V9.019h1.494l.03 1.03.011-.018a2.48 2.48 0 01.864-.863c.354-.21.774-.315 1.261-.315.111 0 .238.013.382.041.144.022.244.047.299.075l-.008 1.428a2.211 2.211 0 00-.366-.05 3.873 3.873 0 00-.381-.017c-.354 0-.667.055-.938.166-.271.11-.501.266-.69.465a2.213 2.213 0 00-.423.654z",fillRule:"evenodd",clipRule:"evenodd"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.MUndefinedIcon=r,exports.default=r;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-byn-square-medium",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(){return(r=Object.assign||function(e){for(var t,r=1,l=arguments.length;r<l;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},l=function(e){return t.createElement("svg",r({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M9.9 2.1L0 12l9.9 9.899 1.414-1.414-8.486-8.486 8.486-8.485L9.899 2.1z",fillRule:"evenodd",clipRule:"evenodd"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.MUndefinedIcon=l,exports.default=l;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-chevron-left-shift-left",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(){return(r=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},n=function(e){return t.createElement("svg",r({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M17.705 13.411h-7.44v7.833h-3.21V2.76h11.743v2.59h-8.531v5.497h7.44v2.564zm-4.012 4.787H5.2v-2.159h8.493v2.159z"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.MUndefinedIcon=n,exports.default=n;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-chf",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(){return(r=Object.assign||function(e){for(var t,r=1,l=arguments.length;r<l;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},l=function(e){return t.createElement("svg",r({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M5 1a4 4 0 00-4 4v14a4 4 0 004 4h14a4 4 0 004-4V5a4 4 0 00-4-4H5zm6.897 11.026L8.575 5.602H6.632l3.793 6.89H9.128v1.336h1.916v4.57h1.697v-4.57h1.986v-1.336H13.36l3.793-6.89h-1.925l-3.331 6.424z",fillRule:"evenodd",clipRule:"evenodd"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.MUndefinedIcon=l,exports.default=l;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-cny-square-medium",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(){return(r=Object.assign||function(e){for(var t,r=1,l=arguments.length;r<l;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},l=function(e){return t.createElement("svg",r({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12zm-7.6-2.948l-2.825 2.825 2.825 2.826a1.2 1.2 0 11-1.697 1.697l-2.825-2.825L9.051 16.4a1.2 1.2 0 11-1.697-1.697l2.825-2.825-2.825-2.826a1.2 1.2 0 111.697-1.697l2.825 2.825 2.826-2.825A1.2 1.2 0 1116.4 9.052z",fillRule:"evenodd",clipRule:"evenodd"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.MUndefinedIcon=l,exports.default=l;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-cross-circle",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(){return(r=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},n=function(e){return t.createElement("svg",r({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M13.75 5.75a1.75 1.75 0 11-3.5 0 1.75 1.75 0 013.5 0zm0 6.26a1.75 1.75 0 11-3.5 0 1.75 1.75 0 013.5 0zm0 6.24a1.75 1.75 0 11-3.5 0 1.75 1.75 0 013.5 0z"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.MUndefinedIcon=n,exports.default=n;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-dots-vertical-compact",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(){return(r=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},n=function(e){return t.createElement("svg",r({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M15.692 14.555h-4.52c.052 1.473.42 2.573 1.105 3.301.694.728 1.685 1.092 2.971 1.092a7.88 7.88 0 002.603-.42l.355 2.59a13.359 13.359 0 01-3.148.369c-2.167 0-3.873-.61-5.117-1.828-1.244-1.22-1.9-2.92-1.967-5.104H5.79v-1.79h2.184V11.14H5.79V9.35h2.196c.11-2.158.8-3.834 2.07-5.027 1.27-1.202 2.975-1.803 5.116-1.803.897 0 1.908.131 3.034.394l-.355 2.602a8.11 8.11 0 00-2.578-.432c-1.278 0-2.26.364-2.945 1.092-.685.728-1.066 1.786-1.143 3.174h4.507v1.79h-4.52v1.625h4.52v1.79z"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.MUndefinedIcon=n,exports.default=n;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-eur",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MUndefinedIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var c,e=require("./tslib.es6-37b184f2.js"),t=(c=require("react"))&&"object"==typeof c&&"default"in c?c.default:c,r=function(c){return t.createElement("svg",e.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},c),t.createElement("path",{d:"M20.266 9.016c.603 0 .928-.334.928-.937V5.824c0-1.985-1.04-3.024-3.052-3.024h-2.255c-.603 0-.937.325-.937.928 0 .594.334.918.937.918h2.134c.844 0 1.327.446 1.327 1.345V8.08c0 .603.324.937.918.937zm-16.541 0c.603 0 .918-.334.918-.937V5.99c0-.9.473-1.345 1.327-1.345h2.134c.603 0 .937-.324.937-.918 0-.603-.334-.928-.937-.928H5.849c-2.004 0-3.052 1.03-3.052 3.024V8.08c0 .603.334.937.928.937zm7.533 4.537h.083c.956 0 1.475-.53 1.475-1.476V9.164c0-.38-.25-.63-.64-.63s-.64.25-.64.63v2.96c0 .083-.056.13-.139.13h-.278a.628.628 0 00-.64.63c0 .418.296.668.779.668zM8.52 11.382c.455 0 .78-.325.78-.789V9.331c0-.464-.325-.788-.78-.788s-.78.334-.78.788v1.262c0 .464.325.789.78.789zm6.93 0c.445 0 .78-.325.78-.789V9.331a.763.763 0 00-.78-.788c-.464 0-.788.324-.788.788v1.262c0 .464.324.789.788.789zm-3.507 5.223c1.123 0 2.264-.483 3.071-1.29a.65.65 0 00.186-.482.63.63 0 00-.65-.631c-.185 0-.324.065-.51.26-.492.51-1.29.872-2.097.872-.77 0-1.558-.343-2.087-.872-.158-.158-.297-.26-.52-.26-.37 0-.649.269-.649.63 0 .168.065.325.186.474.742.844 1.92 1.299 3.07 1.299zM5.85 21.197h2.255c.603 0 .937-.334.937-.928 0-.593-.334-.927-.937-.927H5.97c-.854 0-1.327-.436-1.327-1.336v-2.088c0-.603-.325-.937-.918-.937-.603 0-.928.334-.928.937v2.255c0 1.985 1.048 3.024 3.052 3.024zm10.038 0h2.255c2.013 0 3.052-1.039 3.052-3.024v-2.255c0-.603-.334-.937-.928-.937-.603 0-.918.334-.918.937v2.088c0 .9-.483 1.336-1.327 1.336h-2.134c-.603 0-.937.334-.937.927 0 .594.334.928.937.928z"}))};exports.MUndefinedIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const XxlUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default XxlUndefinedIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var c,e=require("./tslib.es6-37b184f2.js"),t=(c=require("react"))&&"object"==typeof c&&"default"in c?c.default:c,r=function(c){return t.createElement("svg",e.__assign({role:"img",focusable:"false",fill:"currentColor",width:"48",height:"48",viewBox:"0 0 48 48"},c),t.createElement("path",{d:"M38.914 18.765c.88 0 1.345-.498 1.345-1.362v-4.067c0-3.42-1.743-5.13-5.213-5.13h-4.067c-.864 0-1.345.465-1.345 1.328 0 .864.481 1.345 1.345 1.345h4.017c1.644 0 2.59.88 2.59 2.606v3.918c0 .864.481 1.362 1.328 1.362zm-29.833 0c.88 0 1.345-.498 1.345-1.362v-3.918c0-1.726.913-2.606 2.573-2.606h4.018c.88 0 1.36-.481 1.36-1.345 0-.863-.48-1.328-1.36-1.328h-4.051c-3.47 0-5.213 1.71-5.213 5.13v4.067c0 .864.481 1.362 1.328 1.362zm13.597 8.483h.133c1.676 0 2.59-.913 2.59-2.59v-5.23c0-.647-.432-1.062-1.063-1.062-.664 0-1.096.415-1.096 1.063v5.379c0 .166-.1.249-.249.249h-.58c-.599 0-1.063.465-1.063 1.062 0 .714.481 1.129 1.328 1.129zM17.68 23.33c.78 0 1.344-.548 1.344-1.345v-2.258c0-.796-.564-1.344-1.344-1.344-.78 0-1.329.548-1.329 1.345v2.257c0 .797.548 1.345 1.329 1.345zm12.6 0c.764 0 1.312-.548 1.312-1.345v-2.258c0-.796-.548-1.344-1.312-1.344-.797 0-1.345.548-1.345 1.345v2.257c0 .797.548 1.345 1.345 1.345zm-6.375 9.496c2.009 0 4.034-.863 5.479-2.307.199-.183.299-.465.299-.797 0-.631-.465-1.08-1.08-1.08-.315 0-.547.117-.863.449-.913.946-2.357 1.594-3.835 1.594-1.394 0-2.855-.615-3.818-1.594-.266-.25-.482-.448-.88-.448-.614 0-1.08.448-1.08 1.079 0 .282.1.547.316.78 1.345 1.527 3.454 2.324 5.462 2.324zm-10.94 7.87h4.05c.88 0 1.362-.482 1.362-1.329 0-.863-.482-1.344-1.361-1.344h-4.018c-1.66 0-2.573-.88-2.573-2.607v-3.918c0-.88-.482-1.361-1.345-1.361s-1.328.481-1.328 1.361v4.05c0 3.437 1.743 5.147 5.213 5.147zm18.013 0h4.067c3.47 0 5.213-1.727 5.213-5.147v-4.051c0-.88-.482-1.361-1.345-1.361s-1.328.481-1.328 1.361v3.918c0 1.727-.946 2.607-2.59 2.607h-4.018c-.863 0-1.344.48-1.344 1.344 0 .847.481 1.328 1.345 1.328z"}))};exports.XxlUndefinedIcon=r,exports.default=r;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-face-id",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.__assign=function(){return exports.__assign=Object.assign||function(t){for(var r,s=1,n=arguments.length;s<n;s++)for(var e in r=arguments[s])Object.prototype.hasOwnProperty.call(r,e)&&(t[e]=r[e]);return t},exports.__assign.apply(this,arguments)};
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(){return(r=Object.assign||function(e){for(var t,r=1,l=arguments.length;r<l;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},l=function(e){return t.createElement("svg",r({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M10.579 13.764l.088 2.234c0 1.143-.27 2.074-.812 2.793h8.836l-.013 2.565H5.361V18.79H6.4c.33-.076.585-.347.763-.812.186-.474.279-1.096.279-1.867l-.089-2.348H5.31v-2.527h1.968l-.102-3.072c0-1.71.53-3.06 1.587-4.05 1.058-.99 2.446-1.485 4.164-1.485 1.718 0 3.068.461 4.05 1.384.982.922 1.473 2.162 1.473 3.72h-3.11c0-.805-.225-1.427-.674-1.867-.44-.448-1.057-.673-1.853-.673-.753 0-1.35.276-1.79.826-.432.55-.647 1.265-.647 2.145l.114 3.072h3.948v2.527h-3.86z"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.MUndefinedIcon=l,exports.default=l;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-gbp",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(){return(r=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},a=function(e){return t.createElement("svg",r({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M5 1a4 4 0 00-4 4v14a4 4 0 004 4h14a4 4 0 004-4V5a4 4 0 00-4-4H5zm5.412 15.895H6.99v1.404h9.522v-1.404h-2.394c-.804 0-1.536-.132-2.196-.396a4.84 4.84 0 01-1.692-1.116 5.124 5.124 0 01-1.062-1.692 6.06 6.06 0 01-.378-2.178c0-.756.09-1.422.27-1.998.192-.588.468-1.08.828-1.476a3.397 3.397 0 011.296-.856v3.682h1.08V6.907c.273-.037.56-.056.864-.056.194 0 .386.006.576.02v3.994h1.08V7.013c.48.084.96.204 1.44.36V5.987a7.686 7.686 0 00-1.44-.382V3.63h-1.08v1.844c-.26-.017-.53-.026-.81-.026-.216 0-.426.007-.63.022V3.63h-1.08v2a5.46 5.46 0 00-.756.232 4.573 4.573 0 00-1.782 1.17c-.48.516-.846 1.146-1.098 1.89-.24.732-.36 1.566-.36 2.502 0 .828.12 1.572.36 2.232a5.792 5.792 0 002.864 3.24z",fillRule:"evenodd",clipRule:"evenodd"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.MUndefinedIcon=a,exports.default=a;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-gel-square-medium",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const DocumentBanknoteMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default DocumentBanknoteMIcon;
@@ -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:"M4 3a1 1 0 011-1h7.185a3 3 0 012.985 3.299l-.146 1.458a.2.2 0 00.22.219L16.7 6.83A3 3 0 0120 9.815V14H7v8H5a1 1 0 01-1-1V3z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M9 23h13v-7H9v7zm8.5-3.5a2 2 0 11-4 0 2 2 0 014 0z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.DocumentBanknoteMIcon=r,exports.default=r;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.78.0",
3
+ "version": "2.79.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(){return(r=Object.assign||function(e){for(var t,r=1,l=arguments.length;r<l;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},l=function(e){return t.createElement("svg",r({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M5 1a4 4 0 00-4 4v14a4 4 0 004 4h14a4 4 0 004-4V5a4 4 0 00-4-4H5zm10.394 11.92v-1.1h-2.29l3.212-6.319h-1.872l-2.707 5.827L9.04 5.502H7.132l3.226 6.32H8.055v1.098h2.795v1.459H8.055v1.09h2.795v2.83h1.687v-2.83h2.857v-1.09h-2.857v-1.44l.01-.02h2.847z",fillRule:"evenodd",clipRule:"evenodd"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.MUndefinedIcon=l,exports.default=l;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-jpy-square-medium",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(){return(r=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},n=function(e){return t.createElement("svg",r({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M5 1a4 4 0 00-4 4v14a4 4 0 004 4h14a4 4 0 004-4V5a4 4 0 00-4-4H5zm5.604 17.398h1.62v-8.64h3.797V8.354H6.806v1.404h3.798v8.64zm5.418-12.852H6.806V6.95h9.215V5.546z",fillRule:"evenodd",clipRule:"evenodd"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.MUndefinedIcon=n,exports.default=n;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-kzt-square-medium",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.106.0",
3
+ "version": "3.107.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": "^8.22.0",
54
+ "ui-primitives": "^9.0.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(){return(r=Object.assign||function(e){for(var t,r=1,c=arguments.length;r<c;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},c=function(e){return t.createElement("svg",r({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M2.909 17.414h6.178v1.417c0 1.909.972 2.872 2.908 2.872h9.106c1.926 0 2.899-.963 2.899-2.872V12.83c0-1.908-.973-2.871-2.9-2.871h-1.778v-4.79c0-1.907-.972-2.87-2.899-2.87H2.909C.963 2.297 0 3.26 0 5.167v9.375c0 1.908.963 2.871 2.909 2.871zm.018-1.491c-.926 0-1.436-.5-1.436-1.464V5.252c0-.963.51-1.463 1.436-1.463h13.468c.917 0 1.436.5 1.436 1.463v4.706h-5.836c-1.936 0-2.908.954-2.908 2.871v3.094h-6.16z"}),t.createElement("path",{d:"M8.352 9.883c0 .333-.268.592-.63.592a.597.597 0 01-.453-.194L5.36 8.373l-.87.87c-.454.473-1.047.195-1.149-.453L2.87 5.696c-.056-.426.268-.75.694-.686l3.085.473c.63.102.908.685.463 1.139l-.88.87 1.918 1.91a.632.632 0 01.203.482z"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.MUndefinedIcon=c,exports.default=c;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-pip-exit",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(){return(r=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var a in t=arguments[r])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)},n=function(e){return t.createElement("svg",r({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M10.48 12.398h3.041c.639 0 1.163-.102 1.573-.308.41-.205.712-.495.905-.87.2-.375.3-.817.3-1.327 0-.416-.094-.814-.282-1.195-.182-.381-.477-.694-.888-.94-.404-.247-.94-.37-1.608-.37H10.48v5.01z"}),t.createElement("path",{d:"M5 1a4 4 0 00-4 4v14a4 4 0 004 4h14a4 4 0 004-4V5a4 4 0 00-4-4H5zm5.48 12.778h3.041c.967 0 1.781-.152 2.443-.457.662-.31 1.163-.756 1.503-1.336.346-.586.519-1.29.519-2.11 0-.755-.173-1.423-.519-2.003-.34-.586-.84-1.043-1.503-1.371C15.302 6.167 14.488 6 13.521 6H8.792v6.398H6.973v1.38h1.82v1.204h-1.82v1.389h1.82v2.426h1.687V16.37h2.935v-1.389H10.48v-1.204z",fillRule:"evenodd",clipRule:"evenodd"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.MUndefinedIcon=n,exports.default=n;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-rub-square-medium",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(){return(r=Object.assign||function(e){for(var t,r=1,c=arguments.length;r<c;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},c=function(e){return t.createElement("svg",r({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7 0-.24-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92 0-1.61-1.31-2.92-2.92-2.92z"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.MUndefinedIcon=c,exports.default=c;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-share",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const XxlUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default XxlUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(){return(r=Object.assign||function(e){for(var t,r=1,c=arguments.length;r<c;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},c=function(e){return t.createElement("svg",r({role:"img",focusable:"false",fill:"currentColor",width:"48",height:"48",viewBox:"0 0 48 48"},e),t.createElement("path",{d:"M6.296 19.962c.548.2 1.195-.05 1.445-.73 2.656-7.338 8.981-11.173 15.605-11.173 2.955 0 5.246.58 7.222 1.676.647.349 1.328.349 1.593-.265.283-.598 0-1.03-.498-1.328C29.107 6.548 26.55 6 23.346 6 15.61 6 8.803 10.15 5.748 18.252c-.332.863 0 1.51.548 1.71zm34.913 6.192c.598 0 1.013-.498.947-1.129-.714-6.856-2.972-11.106-6.84-14.56-.515-.447-1.162-.348-1.478.05-.365.4-.365.997.15 1.478 3.337 3.171 5.644 7.122 6.192 13.082.066.614.448 1.08 1.03 1.08zM8.903 34.87a1.043 1.043 0 001.544.166c1.228-1.03 1.842-2.706 1.842-4.45 0-2.34-1.012-3.519-1.012-6.357 0-6.541 5.428-11.987 12.003-11.987 7.852 0 12.949 6.442 12.965 16.004 0 3.769-.614 6.408-1.228 7.886-.233.564-.033 1.162.465 1.411.514.232 1.212.017 1.428-.565.647-1.743 1.394-4.665 1.394-8.748 0-10.758-5.943-18.03-15.024-18.03-7.687 0-14.045 6.359-14.045 14.029 0 2.755 1.029 4.615 1.062 6.341 0 1.13-.431 2.192-1.195 2.856-.415.398-.498 1.012-.2 1.444zm7.653-6.16c-.415-1.128-1.063-2.54-1.063-4.399 0-4.399 3.454-7.852 7.853-7.852 1.677 0 2.208.183 3.652.863.565.25 1.063.1 1.279-.332.282-.498.133-1.129-.482-1.477-1.129-.681-2.756-1.13-4.449-1.13-5.512 0-9.911 4.4-9.911 9.928 0 2.06.548 3.802 1.112 5.18.25.614.814.88 1.461.631.548-.216.747-.813.548-1.411zm13.165-9.064c1.56 2.341 2.357 5.529 2.357 9.48 0 4.217-1.162 8.201-2.971 10.459-.332.448-.366 1.063.033 1.46.448.416 1.179.383 1.544-.115 2.075-2.79 3.42-7.239 3.42-11.87 0-5.163-1.112-8.085-2.59-10.51-.365-.597-1.013-.763-1.51-.497-.549.282-.698.98-.283 1.593zM16.506 40.233c2.773-2.224 4.3-5.794 4.283-9.728-.033-2.972-1.079-4.798-1.079-6.392 0-2.075 1.461-3.436 3.603-3.436 3.204 0 4.35 3.602 4.466 8.267.149 5.147-1.677 9.613-4.2 11.787-.432.366-.532.947-.233 1.395a1.002 1.002 0 001.527.15c2.69-2.424 4.848-7.753 4.831-13.464-.016-5.877-1.76-10.194-6.391-10.194-3.204 0-5.628 2.142-5.628 5.313 0 1.925 1.013 4.266 1.03 6.574.016 3.32-1.213 6.259-3.487 8.118-.482.398-.565.98-.25 1.444.366.515 1.047.581 1.528.166zM7.043 30.04c.531-.166.797-.714.648-1.345-.415-1.693-.664-3.386-.598-5.71.017-.632-.349-1.03-.88-1.08-.68-.066-1.112.366-1.162.963-.15 1.91.017 4.1.664 6.425.183.614.764.93 1.328.747zm17.997 2.24c.449-2.307.283-5.18-.564-7.703-.216-.68-.747-.963-1.312-.78-.547.166-.846.68-.664 1.295.764 2.44.897 4.781.515 6.89-.1.564.133 1.095.764 1.195.597.1 1.129-.25 1.261-.897zm-12.07 5.728c1.278-.648 2.938-2.806 3.42-4.516.166-.531-.083-1.145-.648-1.328-.514-.183-1.062.133-1.261.714-.465 1.411-1.229 2.49-2.44 3.32-.615.432-.731.98-.532 1.428.216.481.813.714 1.461.382zm7.487 3.57c1.312-.98 2.872-3.072 3.553-5.18.15-.465.017-1.13-.548-1.329-.614-.216-1.145.1-1.328.598-.813 2.075-1.81 3.37-2.938 4.25-.449.365-.582.98-.266 1.444.299.515 1.013.581 1.527.216z"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.XxlUndefinedIcon=c,exports.default=c;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-touch-id",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(){return(l=Object.assign||function(e){for(var t,l=1,r=arguments.length;l<r;l++)for(var a in t=arguments[l])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)},r=function(e){return t.createElement("svg",l({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M5 1a4 4 0 00-4 4v14a4 4 0 004 4h14a4 4 0 004-4V5a4 4 0 00-4-4H5zm6.523 6.65V5.404H9.835v3.019l-2.145.98v1.565l2.145-.98v1.353l-2.145.98v1.556l2.145-.98V18.2c.281.047.557.085.826.114.276.035.55.053.826.053.78 0 1.486-.14 2.118-.422a4.496 4.496 0 001.626-1.222c.452-.539.797-1.189 1.038-1.95.246-.762.369-1.62.369-2.576v-.773h-1.679v.773c0 .774-.076 1.456-.229 2.048-.152.586-.375 1.078-.668 1.477a2.85 2.85 0 01-1.09.905c-.418.195-.902.294-1.45.299v-4.802l2.207-1.008V9.56l-2.206 1.009V9.215l2.206-1.008V6.642l-2.206 1.009z",fillRule:"evenodd",clipRule:"evenodd"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.MUndefinedIcon=r,exports.default=r;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-try-square-medium",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MUndefinedIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MUndefinedIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(){return(r=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var c in t=arguments[r])Object.prototype.hasOwnProperty.call(t,c)&&(e[c]=t[c]);return e}).apply(this,arguments)},a=function(e){return t.createElement("svg",r({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M5 1a4 4 0 00-4 4v14a4 4 0 004 4h14a4 4 0 004-4V5a4 4 0 00-4-4H5zm7.924 4.46V3.526h-1.319v1.925a4.102 4.102 0 00-1.362.387 3.09 3.09 0 00-1.318 1.204c-.31.521-.466 1.143-.466 1.863 0 .692.144 1.28.43 1.767.294.486.707.893 1.24 1.222.539.328 1.178.606 1.916.835.61.199 1.096.415 1.459.65.363.234.624.492.782.773.158.282.237.598.237.95 0 .416-.096.779-.29 1.09-.193.31-.474.55-.843.72-.364.164-.809.246-1.336.246-.287 0-.577-.038-.87-.114a2.303 2.303 0 01-.791-.404 2.07 2.07 0 01-.58-.774c-.141-.328-.211-.741-.211-1.24H7.967c0 .74.117 1.363.351 1.873a3.3 3.3 0 00.94 1.222c.393.304.833.524 1.32.659.29.08.583.137.878.17v1.676h1.31v-1.68a4.867 4.867 0 001.45-.368c.615-.27 1.093-.662 1.432-1.178.34-.521.51-1.16.51-1.916 0-.697-.138-1.28-.413-1.75-.275-.474-.677-.872-1.204-1.194-.527-.329-1.169-.613-1.925-.853-.644-.217-1.151-.436-1.52-.66-.364-.228-.621-.482-.774-.764a2.035 2.035 0 01-.228-.984c0-.404.076-.759.228-1.064.153-.31.387-.55.703-.72.323-.17.73-.255 1.222-.255.352 0 .662.067.932.202.27.129.498.316.685.562.188.24.328.525.422.853.094.328.14.688.14 1.081h1.618c0-.668-.088-1.257-.264-1.767-.17-.51-.419-.94-.747-1.292a3.022 3.022 0 00-1.186-.79 3.974 3.974 0 00-.923-.23z",fillRule:"evenodd",clipRule:"evenodd"}))};
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */exports.MUndefinedIcon=a,exports.default=a;
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@alfalab/icons-usd-square-medium",
3
+ "version": "1.1.0",
4
+ "license": "MIT",
5
+ "peerDependencies": {
6
+ "react": "^16.13.0 || ^17.0.1",
7
+ "react-dom": "^16.13.0 || ^17.0.1"
8
+ },
9
+ "main": "./index.js",
10
+ "module": "./esm/index.js",
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }